Skip to content

Commit

Permalink
Release v1.44.221 (2023-03-14) (#4757)
Browse files Browse the repository at this point in the history
Release v1.44.221 (2023-03-14)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API and documentation
* `service/dataexchange`: Updates service API and documentation
* `service/directconnect`: Updates service documentation
  * describe-direct-connect-gateway-associations includes a new status, updating, indicating that the association is currently in-process of updating.
* `service/ec2`: Updates service API and documentation
  * This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs.
* `service/iam`: Updates service documentation
  * Documentation only updates to correct customer-reported issues
* `service/keyspaces`: Updates service API and documentation

### SDK Enhancements

* `aws/ec2metadata`: Added an option to disable fallback to IMDSv1. 
  * When set the SDK will no longer fallback to IMDSv1 when fetching a token fails. Use `aws.WithEC2MetadataDisableFallback` to enable.
  • Loading branch information
aws-sdk-go-automation committed Mar 14, 2023
1 parent 6c34cf0 commit 7d0e04c
Show file tree
Hide file tree
Showing 34 changed files with 4,407 additions and 2,540 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.44.221 (2023-03-14)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API and documentation
* `service/dataexchange`: Updates service API and documentation
* `service/directconnect`: Updates service documentation
* describe-direct-connect-gateway-associations includes a new status, updating, indicating that the association is currently in-process of updating.
* `service/ec2`: Updates service API and documentation
* This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs.
* `service/iam`: Updates service documentation
* Documentation only updates to correct customer-reported issues
* `service/keyspaces`: Updates service API and documentation

### SDK Enhancements

* `aws/ec2metadata`: Added an option to disable fallback to IMDSv1.
* When set the SDK will no longer fallback to IMDSv1 when fetching a token fails. Use `aws.WithEC2MetadataDisableFallback` to enable.

Release v1.44.220 (2023-03-13)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

### SDK Enhancements

* `aws/ec2metadata`: Added an option to disable fallback to IMDSv1.
* When set the SDK will no longer fallback to IMDSv1 when fetching a token fails. Use `aws.WithEC2MetadataDisableFallback` to enable.

### SDK Bugs
39 changes: 39 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.44.220"
const SDKVersion = "1.44.221"
101 changes: 95 additions & 6 deletions models/apis/application-autoscaling/2016-02-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,13 @@
"Cooldown":{"type":"integer"},
"CustomizedMetricSpecification":{
"type":"structure",
"required":[
"MetricName",
"Namespace",
"Statistic"
],
"members":{
"MetricName":{"shape":"MetricName"},
"Namespace":{"shape":"MetricNamespace"},
"Dimensions":{"shape":"MetricDimensions"},
"Statistic":{"shape":"MetricStatistic"},
"Unit":{"shape":"MetricUnit"}
"Unit":{"shape":"MetricUnit"},
"Metrics":{"shape":"TargetTrackingMetricDataQueries"}
}
},
"DeleteScalingPolicyRequest":{
Expand Down Expand Up @@ -350,13 +346,25 @@
},
"DisableScaleIn":{"type":"boolean"},
"ErrorMessage":{"type":"string"},
"Expression":{
"type":"string",
"max":2048,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"FailedResourceAccessException":{
"type":"structure",
"members":{
"Message":{"shape":"ErrorMessage"}
},
"exception":true
},
"Id":{
"type":"string",
"max":255,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"IncludeNotScaledActivities":{"type":"boolean"},
"InternalServiceException":{
"type":"structure",
Expand Down Expand Up @@ -582,6 +590,7 @@
"max":1023,
"min":1
},
"ReturnData":{"type":"boolean"},
"ScalableDimension":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -796,6 +805,86 @@
"ScheduledScalingSuspended":{"shape":"ScalingSuspended"}
}
},
"TargetTrackingMetric":{
"type":"structure",
"members":{
"Dimensions":{"shape":"TargetTrackingMetricDimensions"},
"MetricName":{"shape":"TargetTrackingMetricName"},
"Namespace":{"shape":"TargetTrackingMetricNamespace"}
}
},
"TargetTrackingMetricDataQueries":{
"type":"list",
"member":{"shape":"TargetTrackingMetricDataQuery"}
},
"TargetTrackingMetricDataQuery":{
"type":"structure",
"required":["Id"],
"members":{
"Expression":{"shape":"Expression"},
"Id":{"shape":"Id"},
"Label":{"shape":"XmlString"},
"MetricStat":{"shape":"TargetTrackingMetricStat"},
"ReturnData":{"shape":"ReturnData"}
}
},
"TargetTrackingMetricDimension":{
"type":"structure",
"required":[
"Name",
"Value"
],
"members":{
"Name":{"shape":"TargetTrackingMetricDimensionName"},
"Value":{"shape":"TargetTrackingMetricDimensionValue"}
}
},
"TargetTrackingMetricDimensionName":{
"type":"string",
"max":255,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"TargetTrackingMetricDimensionValue":{
"type":"string",
"max":1024,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"TargetTrackingMetricDimensions":{
"type":"list",
"member":{"shape":"TargetTrackingMetricDimension"}
},
"TargetTrackingMetricName":{
"type":"string",
"max":255,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"TargetTrackingMetricNamespace":{
"type":"string",
"max":255,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"TargetTrackingMetricStat":{
"type":"structure",
"required":[
"Metric",
"Stat"
],
"members":{
"Metric":{"shape":"TargetTrackingMetric"},
"Stat":{"shape":"XmlString"},
"Unit":{"shape":"TargetTrackingMetricUnit"}
}
},
"TargetTrackingMetricUnit":{
"type":"string",
"max":1023,
"min":1,
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"TargetTrackingScalingPolicyConfiguration":{
"type":"structure",
"required":["TargetValue"],
Expand Down

0 comments on commit 7d0e04c

Please sign in to comment.