Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.40.42 #4093

Merged
merged 1 commit into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.40.42 (2021-09-13)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* Adds support for T3 instances on Amazon EC2 Dedicated Hosts.
* `service/iot`: Updates service API and documentation
* AWS IoT Rules Engine adds OpenSearch action. The OpenSearch rule action lets you stream data from IoT sensors and applications to Amazon OpenSearch Service which is a successor to Amazon Elasticsearch Service.

Release v1.40.41 (2021-09-10)
===

Expand Down
28 changes: 28 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.41"
const SDKVersion = "1.40.42"
20 changes: 17 additions & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4919,7 +4919,8 @@
"enum":[
"i386",
"x86_64",
"arm64"
"arm64",
"x86_64_mac"
]
},
"ArnList":{
Expand Down Expand Up @@ -9559,6 +9560,7 @@
"type":"structure",
"required":["CidrBlock"],
"members":{
"CidrBlock":{"shape":"String"},
"AmazonProvidedIpv6CidrBlock":{
"shape":"Boolean",
"locationName":"amazonProvidedIpv6CidrBlock"
Expand All @@ -9577,8 +9579,7 @@
"TagSpecifications":{
"shape":"TagSpecificationList",
"locationName":"TagSpecification"
},
"CidrBlock":{"shape":"String"}
}
}
},
"CreateVpcResult":{
Expand Down Expand Up @@ -28462,8 +28463,10 @@
"ResourceType":{
"type":"string",
"enum":[
"capacity-reservation",
"client-vpn-endpoint",
"customer-gateway",
"carrier-gateway",
"dedicated-host",
"dhcp-options",
"egress-only-internet-gateway",
Expand All @@ -28480,15 +28483,24 @@
"instance",
"instance-event-window",
"internet-gateway",
"ipv4pool-ec2",
"ipv6pool-ec2",
"key-pair",
"launch-template",
"local-gateway",
"local-gateway-route-table",
"local-gateway-virtual-interface",
"local-gateway-virtual-interface-group",
"local-gateway-route-table-vpc-association",
"local-gateway-route-table-virtual-interface-group-association",
"natgateway",
"network-acl",
"network-interface",
"network-insights-analysis",
"network-insights-path",
"placement-group",
"prefix-list",
"replace-root-volume-task",
"reserved-instances",
"route-table",
"security-group",
Expand All @@ -28507,6 +28519,8 @@
"transit-gateway-route-table",
"volume",
"vpc",
"vpc-endpoint",
"vpc-endpoint-service",
"vpc-peering-connection",
"vpn-connection",
"vpn-gateway",
Expand Down
104 changes: 52 additions & 52 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion models/apis/iot/2015-05-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3837,7 +3837,8 @@
"stepFunctions":{"shape":"StepFunctionsAction"},
"timestream":{"shape":"TimestreamAction"},
"http":{"shape":"HttpAction"},
"kafka":{"shape":"KafkaAction"}
"kafka":{"shape":"KafkaAction"},
"openSearch":{"shape":"OpenSearchAction"}
}
},
"ActionList":{
Expand Down Expand Up @@ -10601,6 +10602,23 @@
"type":"list",
"member":{"shape":"OTAUpdateSummary"}
},
"OpenSearchAction":{
"type":"structure",
"required":[
"roleArn",
"endpoint",
"index",
"type",
"id"
],
"members":{
"roleArn":{"shape":"AwsArn"},
"endpoint":{"shape":"ElasticsearchEndpoint"},
"index":{"shape":"ElasticsearchIndex"},
"type":{"shape":"ElasticsearchType"},
"id":{"shape":"ElasticsearchId"}
}
},
"OptionalVersion":{"type":"long"},
"OutgoingCertificate":{
"type":"structure",
Expand Down
25 changes: 18 additions & 7 deletions models/apis/iot/2015-05-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@
"KafkaAction$destinationArn": "<p>The ARN of Kafka action's VPC <code>TopicRuleDestination</code>.</p>",
"KinesisAction$roleArn": "<p>The ARN of the IAM role that grants access to the Amazon Kinesis stream.</p>",
"LoggingOptionsPayload$roleArn": "<p>The ARN of the IAM role that grants access.</p>",
"OpenSearchAction$roleArn": "<p>The IAM role ARN that has access to OpenSearch.</p>",
"RepublishAction$roleArn": "<p>The ARN of the IAM role that grants access.</p>",
"S3Action$roleArn": "<p>The ARN of the IAM role that grants access.</p>",
"SetV2LoggingOptionsRequest$roleArn": "<p>The ARN of the role that allows IoT to write to Cloudwatch logs.</p>",
Expand Down Expand Up @@ -3057,7 +3058,7 @@
"DisconnectReason": {
"base": null,
"refs": {
"ThingConnectivity$disconnectReason": "<p>The reason why the client is disconnected.</p>"
"ThingConnectivity$disconnectReason": "<p>The reason why the client is disconnected. If the thing has been disconnected for approximately an hour, the <code>disconnectReason</code> value might be missing.</p>"
}
},
"DomainConfigurationArn": {
Expand Down Expand Up @@ -3159,33 +3160,37 @@
}
},
"ElasticsearchAction": {
"base": "<p>Describes an action that writes data to an Amazon Elasticsearch Service domain.</p>",
"base": "<p>Describes an action that writes data to an Amazon Elasticsearch Service domain.</p> <note> <p>This action is deprecated. Use the <a href=\"https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html\">OpenSearch action</a> instead.</p> </note>",
"refs": {
"Action$elasticsearch": "<p>Write data to an Amazon Elasticsearch Service domain.</p>"
"Action$elasticsearch": "<p>Write data to an Amazon Elasticsearch Service domain.</p> <note> <p>This action is deprecated. Use the <a href=\"https://docs.aws.amazon.com/iot/latest/apireference/API_OpenSearchAction.html\">OpenSearch action</a> instead.</p> </note>"
}
},
"ElasticsearchEndpoint": {
"base": null,
"refs": {
"ElasticsearchAction$endpoint": "<p>The endpoint of your Elasticsearch domain.</p>"
"ElasticsearchAction$endpoint": "<p>The endpoint of your Elasticsearch domain.</p>",
"OpenSearchAction$endpoint": "<p>The endpoint of your OpenSearch domain.</p>"
}
},
"ElasticsearchId": {
"base": null,
"refs": {
"ElasticsearchAction$id": "<p>The unique identifier for the document you are storing.</p>"
"ElasticsearchAction$id": "<p>The unique identifier for the document you are storing.</p>",
"OpenSearchAction$id": "<p>The unique identifier for the document you are storing.</p>"
}
},
"ElasticsearchIndex": {
"base": null,
"refs": {
"ElasticsearchAction$index": "<p>The Elasticsearch index where you want to store your data.</p>"
"ElasticsearchAction$index": "<p>The Elasticsearch index where you want to store your data.</p>",
"OpenSearchAction$index": "<p>The OpenSearch index where you want to store your data.</p>"
}
},
"ElasticsearchType": {
"base": null,
"refs": {
"ElasticsearchAction$type": "<p>The type of document you are storing.</p>"
"ElasticsearchAction$type": "<p>The type of document you are storing.</p>",
"OpenSearchAction$type": "<p>The type of document you are storing.</p>"
}
},
"EnableIoTLoggingParams": {
Expand Down Expand Up @@ -5396,6 +5401,12 @@
"ListOTAUpdatesResponse$otaUpdates": "<p>A list of OTA update jobs.</p>"
}
},
"OpenSearchAction": {
"base": "<p>Describes an action that writes data to an Amazon OpenSearch Service domain.</p>",
"refs": {
"Action$openSearch": "<p>Write data to an Amazon OpenSearch Service domain.</p>"
}
},
"OptionalVersion": {
"base": null,
"refs": {
Expand Down
26 changes: 26 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -4640,6 +4640,19 @@
"us-east-1" : { }
}
},
"models-v2-lex" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
"models.lex" : {
"defaults" : {
"credentialScope" : {
Expand Down Expand Up @@ -5690,6 +5703,19 @@
"us-west-2" : { }
}
},
"runtime-v2-lex" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
"runtime.lex" : {
"defaults" : {
"credentialScope" : {
Expand Down
Loading