Skip to content

Commit

Permalink
Release v1.42.34 (2022-01-13) (#4240)
Browse files Browse the repository at this point in the history
Release v1.42.34 (2022-01-13)
===

### Service Client Updates
* `service/elasticache`: Updates service API and documentation
  * AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose.
* `service/glue`: Updates service API and documentation
  * This SDK release adds support to pass run properties when starting a workflow run
* `service/nimble`: Updates service API and documentation
* `service/pinpoint`: Updates service API
  * Adds JourneyChannelSettings to WriteJourneyRequest
* `service/runtime.lex.v2`: Updates service API and documentation
* `service/ssm`: Updates service API and documentation
  * AWS Systems Manager adds category support for DescribeDocument API
  • Loading branch information
aws-sdk-go-automation authored Jan 13, 2022
1 parent 501c201 commit 2948a9b
Show file tree
Hide file tree
Showing 24 changed files with 1,347 additions and 106 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.42.34 (2022-01-13)
===

### Service Client Updates
* `service/elasticache`: Updates service API and documentation
* AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose.
* `service/glue`: Updates service API and documentation
* This SDK release adds support to pass run properties when starting a workflow run
* `service/nimble`: Updates service API and documentation
* `service/pinpoint`: Updates service API
* Adds JourneyChannelSettings to WriteJourneyRequest
* `service/runtime.lex.v2`: Updates service API and documentation
* `service/ssm`: Updates service API and documentation
* AWS Systems Manager adds category support for DescribeDocument API

Release v1.42.33 (2022-01-12)
===

Expand Down
21 changes: 21 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.42.33"
const SDKVersion = "1.42.34"
5 changes: 4 additions & 1 deletion models/apis/elasticache/2015-02-02/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3053,7 +3053,10 @@
},
"LogType":{
"type":"string",
"enum":["slow-log"]
"enum":[
"slow-log",
"engine-log"
]
},
"ModifyCacheClusterMessage":{
"type":"structure",
Expand Down
6 changes: 3 additions & 3 deletions models/apis/elasticache/2015-02-02/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1303,9 +1303,9 @@
"LogType": {
"base": null,
"refs": {
"LogDeliveryConfiguration$LogType": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>",
"LogDeliveryConfigurationRequest$LogType": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>",
"PendingLogDeliveryConfiguration$LogType": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a>.</p>"
"LogDeliveryConfiguration$LogType": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log.</p>",
"LogDeliveryConfigurationRequest$LogType": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log..</p>",
"PendingLogDeliveryConfiguration$LogType": "<p>Refers to <a href=\"https://redis.io/commands/slowlog\">slow-log</a> or engine-log..</p>"
}
},
"ModifyCacheClusterMessage": {
Expand Down
3 changes: 2 additions & 1 deletion models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7890,7 +7890,8 @@
"type":"structure",
"required":["Name"],
"members":{
"Name":{"shape":"NameString"}
"Name":{"shape":"NameString"},
"RunProperties":{"shape":"WorkflowRunProperties"}
}
},
"StartWorkflowRunResponse":{
Expand Down
1 change: 1 addition & 0 deletions models/apis/glue/2017-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6054,6 +6054,7 @@
"CreateWorkflowRequest$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow.</p>",
"GetWorkflowRunPropertiesResponse$RunProperties": "<p>The workflow run properties which were set during the specified run.</p>",
"PutWorkflowRunPropertiesRequest$RunProperties": "<p>The properties to put for the specified run.</p>",
"StartWorkflowRunRequest$RunProperties": "<p>The workflow run properties for the new workflow run.</p>",
"UpdateWorkflowRequest$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow.</p>",
"Workflow$DefaultRunProperties": "<p>A collection of properties to be used as part of each execution of the workflow. The run properties are made available to each job in the workflow. A job can modify the properties for the next jobs in the flow.</p>",
"WorkflowRun$WorkflowRunProperties": "<p>The workflow run properties which were set during the run.</p>"
Expand Down
77 changes: 72 additions & 5 deletions models/apis/nimble/2020-08-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,8 @@
"studioComponentIds":{"shape":"LaunchProfileStudioComponentIdList"},
"tags":{"shape":"Tags"},
"updatedAt":{"shape":"Timestamp"},
"updatedBy":{"shape":"String"}
"updatedBy":{"shape":"String"},
"validationResults":{"shape":"ValidationResults"}
}
},
"LaunchProfileDescription":{
Expand Down Expand Up @@ -1937,6 +1938,10 @@
"UPDATE_FAILED"
]
},
"LaunchProfileStateList":{
"type":"list",
"member":{"shape":"LaunchProfileState"}
},
"LaunchProfileStatusCode":{
"type":"string",
"enum":[
Expand All @@ -1961,6 +1966,40 @@
"max":100,
"min":1
},
"LaunchProfileValidationState":{
"type":"string",
"enum":[
"VALIDATION_NOT_STARTED",
"VALIDATION_IN_PROGRESS",
"VALIDATION_SUCCESS",
"VALIDATION_FAILED",
"VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
]
},
"LaunchProfileValidationStatusCode":{
"type":"string",
"enum":[
"VALIDATION_NOT_STARTED",
"VALIDATION_IN_PROGRESS",
"VALIDATION_SUCCESS",
"VALIDATION_FAILED_INVALID_SUBNET_ROUTE_TABLE_ASSOCIATION",
"VALIDATION_FAILED_SUBNET_NOT_FOUND",
"VALIDATION_FAILED_INVALID_SECURITY_GROUP_ASSOCIATION",
"VALIDATION_FAILED_INVALID_ACTIVE_DIRECTORY",
"VALIDATION_FAILED_UNAUTHORIZED",
"VALIDATION_FAILED_INTERNAL_SERVER_ERROR"
]
},
"LaunchProfileValidationStatusMessage":{"type":"string"},
"LaunchProfileValidationType":{
"type":"string",
"enum":[
"VALIDATE_ACTIVE_DIRECTORY_STUDIO_COMPONENT",
"VALIDATE_SUBNET_ASSOCIATION",
"VALIDATE_NETWORK_ACL_ASSOCIATION",
"VALIDATE_SECURITY_GROUP_ASSOCIATION"
]
},
"LaunchPurpose":{
"type":"string",
"max":64,
Expand Down Expand Up @@ -2086,7 +2125,7 @@
"locationName":"principalId"
},
"states":{
"shape":"StringList",
"shape":"LaunchProfileStateList",
"location":"querystring",
"locationName":"states"
},
Expand Down Expand Up @@ -2185,7 +2224,7 @@
"locationName":"nextToken"
},
"states":{
"shape":"StringList",
"shape":"StudioComponentStateList",
"location":"querystring",
"locationName":"states"
},
Expand All @@ -2195,7 +2234,7 @@
"locationName":"studioId"
},
"types":{
"shape":"StringList",
"shape":"StudioComponentTypeList",
"location":"querystring",
"locationName":"types"
}
Expand Down Expand Up @@ -2737,7 +2776,8 @@
"STREAMING_SESSION_STOPPED",
"STREAMING_SESSION_STARTED",
"STREAMING_SESSION_STOP_IN_PROGRESS",
"STREAMING_SESSION_START_IN_PROGRESS"
"STREAMING_SESSION_START_IN_PROGRESS",
"AMI_VALIDATION_ERROR"
]
},
"StreamingSessionStorageMode":{
Expand Down Expand Up @@ -2945,6 +2985,10 @@
"UPDATE_FAILED"
]
},
"StudioComponentStateList":{
"type":"list",
"member":{"shape":"StudioComponentState"}
},
"StudioComponentStatusCode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2997,6 +3041,10 @@
"CUSTOM"
]
},
"StudioComponentTypeList":{
"type":"list",
"member":{"shape":"StudioComponentType"}
},
"StudioEncryptionConfiguration":{
"type":"structure",
"required":["keyType"],
Expand Down Expand Up @@ -3403,6 +3451,25 @@
},
"exception":true
},
"ValidationResult":{
"type":"structure",
"required":[
"state",
"statusCode",
"statusMessage",
"type"
],
"members":{
"state":{"shape":"LaunchProfileValidationState"},
"statusCode":{"shape":"LaunchProfileValidationStatusCode"},
"statusMessage":{"shape":"LaunchProfileValidationStatusMessage"},
"type":{"shape":"LaunchProfileValidationType"}
}
},
"ValidationResults":{
"type":"list",
"member":{"shape":"ValidationResult"}
},
"WindowsMountDrive":{
"type":"string",
"pattern":"^[A-Z]$"
Expand Down
Loading

0 comments on commit 2948a9b

Please sign in to comment.