Skip to content

Commit

Permalink
Release v1.40.30 (2021-08-25)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Support added for IMDS IPv6 endpoint
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
  * AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
* `service/fms`: Updates service API and documentation

### SDK Bugs
* `private/protocol`: Add support for parsing RFC 3339 timestamp without trailing Z
  * Adds support for parsing RFC 3339 timestamp but without the `Z` character, nor UTC offset.
  * Related to [aws/aws-sdk-go-v2#1387](aws/aws-sdk-go-v2#1387)
  • Loading branch information
awssdkgo committed Aug 25, 2021
1 parent d386737 commit 3106d02
Show file tree
Hide file tree
Showing 24 changed files with 860 additions and 609 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.40.30 (2021-08-25)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Support added for IMDS IPv6 endpoint
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
* AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
* `service/fms`: Updates service API and documentation

### SDK Bugs
* `private/protocol`: Add support for parsing RFC 3339 timestamp without trailing Z
* Adds support for parsing RFC 3339 timestamp but without the `Z` character, nor UTC offset.
* Related to [aws/aws-sdk-go-v2#1387](https://github.com/aws/aws-sdk-go-v2/issues/1387)

Release v1.40.29 (2021-08-24)
===

Expand Down
3 changes: 0 additions & 3 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `private/protocol`: Add support for parsing RFC 3339 timestamp without trailing Z
* Adds support for parsing RFC 3339 timestamp but without the `Z` character, nor UTC offset.
* Related to [aws/aws-sdk-go-v2#1387](https://github.com/aws/aws-sdk-go-v2/issues/1387)
12 changes: 12 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.40.29"
const SDKVersion = "1.40.30"
12 changes: 8 additions & 4 deletions models/apis/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,8 @@
"Options":{"shape":"Options"},
"Excludes":{"shape":"FilterList"},
"Schedule":{"shape":"TaskSchedule"},
"Tags":{"shape":"InputTagList"}
"Tags":{"shape":"InputTagList"},
"Includes":{"shape":"FilterList"}
}
},
"CreateTaskResponse":{
Expand Down Expand Up @@ -916,7 +917,8 @@
"Schedule":{"shape":"TaskSchedule"},
"ErrorCode":{"shape":"string"},
"ErrorDetail":{"shape":"string"},
"CreationTime":{"shape":"Time"}
"CreationTime":{"shape":"Time"},
"Includes":{"shape":"FilterList"}
}
},
"DestinationNetworkInterfaceArns":{
Expand Down Expand Up @@ -1463,7 +1465,8 @@
"members":{
"TaskArn":{"shape":"TaskArn"},
"OverrideOptions":{"shape":"Options"},
"Includes":{"shape":"FilterList"}
"Includes":{"shape":"FilterList"},
"Excludes":{"shape":"FilterList"}
}
},
"StartTaskExecutionResponse":{
Expand Down Expand Up @@ -1748,7 +1751,8 @@
"Excludes":{"shape":"FilterList"},
"Schedule":{"shape":"TaskSchedule"},
"Name":{"shape":"TagValue"},
"CloudWatchLogGroupArn":{"shape":"LogGroupArn"}
"CloudWatchLogGroupArn":{"shape":"LogGroupArn"},
"Includes":{"shape":"FilterList"}
}
},
"UpdateTaskResponse":{
Expand Down
98 changes: 51 additions & 47 deletions models/apis/datasync/2018-11-09/docs-2.json

Large diffs are not rendered by default.

17 changes: 15 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -20498,7 +20498,8 @@
"members":{
"HttpTokens":{"shape":"HttpTokensState"},
"HttpPutResponseHopLimit":{"shape":"Integer"},
"HttpEndpoint":{"shape":"InstanceMetadataEndpointState"}
"HttpEndpoint":{"shape":"InstanceMetadataEndpointState"},
"HttpProtocolIpv6":{"shape":"InstanceMetadataProtocolState"}
}
},
"InstanceMetadataOptionsResponse":{
Expand All @@ -20519,6 +20520,10 @@
"HttpEndpoint":{
"shape":"InstanceMetadataEndpointState",
"locationName":"httpEndpoint"
},
"HttpProtocolIpv6":{
"shape":"InstanceMetadataProtocolState",
"locationName":"httpProtocolIpv6"
}
}
},
Expand All @@ -20529,6 +20534,13 @@
"applied"
]
},
"InstanceMetadataProtocolState":{
"type":"string",
"enum":[
"disabled",
"enabled"
]
},
"InstanceMonitoring":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -23924,7 +23936,8 @@
"HttpTokens":{"shape":"HttpTokensState"},
"HttpPutResponseHopLimit":{"shape":"Integer"},
"HttpEndpoint":{"shape":"InstanceMetadataEndpointState"},
"DryRun":{"shape":"Boolean"}
"DryRun":{"shape":"Boolean"},
"HttpProtocolIpv6":{"shape":"InstanceMetadataProtocolState"}
}
},
"ModifyInstanceMetadataOptionsResult":{
Expand Down
70 changes: 39 additions & 31 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion models/apis/eventbridge/2015-10-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,8 @@
"type":"string",
"enum":[
"EC2",
"FARGATE"
"FARGATE",
"EXTERNAL"
]
},
"LimitExceededException":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/eventbridge/2015-10-07/docs-2.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion models/apis/events/2015-10-07/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,8 @@
"type":"string",
"enum":[
"EC2",
"FARGATE"
"FARGATE",
"EXTERNAL"
]
},
"LimitExceededException":{
Expand Down

0 comments on commit 3106d02

Please sign in to comment.