Skip to content

Commit

Permalink
Release v1.44.109 (2022-09-30) (#4574)
Browse files Browse the repository at this point in the history
Release v1.44.109 (2022-09-30)
===

### Service Client Updates
* `service/codedeploy`: Updates service API and documentation
  * This release allows you to override the alarm configurations when creating a deployment.
* `service/devops-guru`: Updates service API and documentation
* `service/dlm`: Updates service API and documentation
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.
* `service/sso-oidc`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Sep 30, 2022
1 parent 05ed0fb commit 5bd00c9
Show file tree
Hide file tree
Showing 25 changed files with 2,569 additions and 546 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
Release v1.44.109 (2022-09-30)
===

### Service Client Updates
* `service/codedeploy`: Updates service API and documentation
* This release allows you to override the alarm configurations when creating a deployment.
* `service/devops-guru`: Updates service API and documentation
* `service/dlm`: Updates service API and documentation
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.
* `service/sso-oidc`: Updates service documentation

Release v1.44.108 (2022-09-29)
===

Expand Down
61 changes: 61 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.108"
const SDKVersion = "1.44.109"
8 changes: 6 additions & 2 deletions models/apis/codedeploy/2014-10-06/api-2.json
Expand Up @@ -206,6 +206,8 @@
{"shape":"DescriptionTooLongException"},
{"shape":"DeploymentLimitExceededException"},
{"shape":"InvalidTargetInstancesException"},
{"shape":"InvalidAlarmConfigException"},
{"shape":"AlarmsLimitExceededException"},
{"shape":"InvalidAutoRollbackConfigException"},
{"shape":"InvalidLoadBalancerInfoException"},
{"shape":"InvalidFileExistsBehaviorException"},
Expand Down Expand Up @@ -1264,7 +1266,8 @@
"targetInstances":{"shape":"TargetInstances"},
"autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
"updateOutdatedInstancesOnly":{"shape":"Boolean"},
"fileExistsBehavior":{"shape":"FileExistsBehavior"}
"fileExistsBehavior":{"shape":"FileExistsBehavior"},
"overrideAlarmConfiguration":{"shape":"AlarmConfiguration"}
}
},
"CreateDeploymentOutput":{
Expand Down Expand Up @@ -1511,7 +1514,8 @@
"deploymentStatusMessages":{"shape":"DeploymentStatusMessageList"},
"computePlatform":{"shape":"ComputePlatform"},
"externalId":{"shape":"ExternalId"},
"relatedDeployments":{"shape":"RelatedDeployments"}
"relatedDeployments":{"shape":"RelatedDeployments"},
"overrideAlarmConfiguration":{"shape":"AlarmConfiguration"}
}
},
"DeploymentIsNotInReadyStateException":{
Expand Down
198 changes: 100 additions & 98 deletions models/apis/codedeploy/2014-10-06/docs-2.json

Large diffs are not rendered by default.

26 changes: 25 additions & 1 deletion models/apis/devops-guru/2020-12-01/api-2.json
Expand Up @@ -1694,7 +1694,8 @@
"type":"structure",
"required":["Sns"],
"members":{
"Sns":{"shape":"SnsChannelConfig"}
"Sns":{"shape":"SnsChannelConfig"},
"Filters":{"shape":"NotificationFilterConfig"}
}
},
"NotificationChannelId":{
Expand All @@ -1703,6 +1704,29 @@
"min":36,
"pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
},
"NotificationFilterConfig":{
"type":"structure",
"members":{
"Severities":{"shape":"InsightSeverities"},
"MessageTypes":{"shape":"NotificationMessageTypes"}
}
},
"NotificationMessageType":{
"type":"string",
"enum":[
"NEW_INSIGHT",
"CLOSED_INSIGHT",
"NEW_ASSOCIATION",
"SEVERITY_UPGRADED",
"NEW_RECOMMENDATION"
]
},
"NotificationMessageTypes":{
"type":"list",
"member":{"shape":"NotificationMessageType"},
"max":5,
"min":0
},
"NumMetricsAnalyzed":{"type":"integer"},
"NumOpenProactiveInsights":{"type":"integer"},
"NumOpenReactiveInsights":{"type":"integer"},
Expand Down
43 changes: 31 additions & 12 deletions models/apis/devops-guru/2020-12-01/docs-2.json

Large diffs are not rendered by default.

34 changes: 33 additions & 1 deletion models/apis/dlm/2018-01-12/api-2.json
Expand Up @@ -152,6 +152,20 @@
"min":0,
"pattern":"[0-9A-Za-z _-]+"
},
"ArchiveRetainRule":{
"type":"structure",
"required":["RetentionArchiveTier"],
"members":{
"RetentionArchiveTier":{"shape":"RetentionArchiveTier"}
}
},
"ArchiveRule":{
"type":"structure",
"required":["RetainRule"],
"members":{
"RetainRule":{"shape":"ArchiveRetainRule"}
}
},
"AvailabilityZone":{
"type":"string",
"max":16,
Expand Down Expand Up @@ -612,6 +626,14 @@
"min":1
},
"RetainRule":{
"type":"structure",
"members":{
"Count":{"shape":"StandardTierRetainRuleCount"},
"Interval":{"shape":"StandardTierRetainRuleInterval"},
"IntervalUnit":{"shape":"RetentionIntervalUnitValues"}
}
},
"RetentionArchiveTier":{
"type":"structure",
"members":{
"Count":{"shape":"Count"},
Expand Down Expand Up @@ -640,7 +662,8 @@
"FastRestoreRule":{"shape":"FastRestoreRule"},
"CrossRegionCopyRules":{"shape":"CrossRegionCopyRules"},
"ShareRules":{"shape":"ShareRules"},
"DeprecateRule":{"shape":"DeprecateRule"}
"DeprecateRule":{"shape":"DeprecateRule"},
"ArchiveRule":{"shape":"ArchiveRule"}
}
},
"ScheduleList":{
Expand Down Expand Up @@ -688,6 +711,15 @@
"max":50,
"min":0
},
"StandardTierRetainRuleCount":{
"type":"integer",
"max":1000,
"min":0
},
"StandardTierRetainRuleInterval":{
"type":"integer",
"min":0
},
"StatusMessage":{
"type":"string",
"max":500,
Expand Down

0 comments on commit 5bd00c9

Please sign in to comment.