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.36.13 #3704

Merged
merged 1 commit into from Dec 21, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,28 @@
Release v1.36.13 (2020-12-21)
===

### Service Client Updates
* `service/apigateway`: Updates service documentation
* Documentation updates for Amazon API Gateway.
* `service/batch`: Updates service documentation
* Documentation updates for batch
* `service/config`: Updates service API, documentation, and paginators
* `service/connectparticipant`: Updates service API and documentation
* `service/dms`: Updates service API and documentation
* AWS DMS launches support for AWS Secrets Manager to manage source and target database credentials.
* `service/ec2`: Updates service API and documentation
* This release adds Tag On Create feature support for the AllocateAddress API.
* `service/glue`: Updates service API and documentation
* Add 4 connection properties: SECRET_ID, CONNECTOR_URL, CONNECTOR_TYPE, CONNECTOR_CLASS_NAME. Add two connection types: MARKETPLACE, CUSTOM
* `service/managedblockchain`: Updates service API and documentation
* `service/outposts`: Updates service API and documentation
* `service/qldb-session`: Updates service API and documentation
* `service/s3`: Updates service API and examples
* Format GetObject's Expires header to be an http-date instead of iso8601
* `service/securityhub`: Updates service documentation
* `service/service-quotas`: Updates service API and documentation
* `service/servicecatalog-appregistry`: Updates service API and documentation

Release v1.36.12 (2020-12-18)
===

Expand Down
19 changes: 19 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.36.12"
const SDKVersion = "1.36.13"
2 changes: 1 addition & 1 deletion models/apis/apigateway/2015-07-09/docs-2.json
Expand Up @@ -881,7 +881,7 @@
"MethodSetting$throttlingBurstLimit": "<p>Specifies the throttling burst limit. The PATCH path for this setting is <code>/{method_setting_key}/throttling/burstLimit</code>, and the value is an integer.</p>",
"MethodSetting$cacheTtlInSeconds": "<p>Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached. The PATCH path for this setting is <code>/{method_setting_key}/caching/ttlInSeconds</code>, and the value is an integer.</p>",
"QuotaSettings$limit": "<p>The maximum number of requests that can be made in a given time period.</p>",
"QuotaSettings$offset": "<p>The number of requests subtracted from the given limit in the initial time period.</p>",
"QuotaSettings$offset": "<p>The day that a time period starts. For example, with a time period of <code>WEEK</code>, an offset of <code>0</code> starts on Sunday, and an offset of <code>1</code> starts on Monday.</p>",
"TestInvokeAuthorizerResponse$clientStatus": "<p>The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.</p>",
"TestInvokeMethodResponse$status": "<p>The HTTP status code.</p>",
"ThrottleSettings$burstLimit": "<p>The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity.</p>"
Expand Down
166 changes: 83 additions & 83 deletions models/apis/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

194 changes: 194 additions & 0 deletions models/apis/config/2014-11-12/api-2.json
Expand Up @@ -208,6 +208,19 @@
{"shape":"NoSuchRetentionConfigurationException"}
]
},
"DeleteStoredQuery":{
"name":"DeleteStoredQuery",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteStoredQueryRequest"},
"output":{"shape":"DeleteStoredQueryResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
]
},
"DeliverConfigSnapshot":{
"name":"DeliverConfigSnapshot",
"http":{
Expand Down Expand Up @@ -748,6 +761,19 @@
{"shape":"ResourceNotDiscoveredException"}
]
},
"GetStoredQuery":{
"name":"GetStoredQuery",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetStoredQueryRequest"},
"output":{"shape":"GetStoredQueryResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"}
]
},
"ListAggregateDiscoveredResources":{
"name":"ListAggregateDiscoveredResources",
"http":{
Expand Down Expand Up @@ -778,6 +804,19 @@
{"shape":"NoAvailableConfigurationRecorderException"}
]
},
"ListStoredQueries":{
"name":"ListStoredQueries",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListStoredQueriesRequest"},
"output":{"shape":"ListStoredQueriesResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidNextTokenException"}
]
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
Expand Down Expand Up @@ -1002,6 +1041,20 @@
{"shape":"MaxNumberOfRetentionConfigurationsExceededException"}
]
},
"PutStoredQuery":{
"name":"PutStoredQuery",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutStoredQueryRequest"},
"output":{"shape":"PutStoredQueryResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceConcurrentModificationException"}
]
},
"SelectAggregateResourceConfig":{
"name":"SelectAggregateResourceConfig",
"http":{
Expand Down Expand Up @@ -1982,6 +2035,18 @@
"RetentionConfigurationName":{"shape":"RetentionConfigurationName"}
}
},
"DeleteStoredQueryRequest":{
"type":"structure",
"required":["QueryName"],
"members":{
"QueryName":{"shape":"QueryName"}
}
},
"DeleteStoredQueryResponse":{
"type":"structure",
"members":{
}
},
"DeliverConfigSnapshotRequest":{
"type":"structure",
"required":["deliveryChannelName"],
Expand Down Expand Up @@ -2423,6 +2488,7 @@
"max":256,
"min":0
},
"ErrorMessage":{"type":"string"},
"Evaluation":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2806,6 +2872,19 @@
"nextToken":{"shape":"NextToken"}
}
},
"GetStoredQueryRequest":{
"type":"structure",
"required":["QueryName"],
"members":{
"QueryName":{"shape":"QueryName"}
}
},
"GetStoredQueryResponse":{
"type":"structure",
"members":{
"StoredQuery":{"shape":"StoredQuery"}
}
},
"GroupByAPILimit":{
"type":"integer",
"max":1000,
Expand Down Expand Up @@ -2970,6 +3049,26 @@
"nextToken":{"shape":"NextToken"}
}
},
"ListStoredQueriesRequest":{
"type":"structure",
"members":{
"NextToken":{
"shape":"String",
"box":true
},
"MaxResults":{
"shape":"Limit",
"box":true
}
}
},
"ListStoredQueriesResponse":{
"type":"structure",
"members":{
"StoredQueryMetadata":{"shape":"StoredQueryMetadataList"},
"NextToken":{"shape":"String"}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
Expand Down Expand Up @@ -3674,12 +3773,56 @@
"RetentionConfiguration":{"shape":"RetentionConfiguration"}
}
},
"PutStoredQueryRequest":{
"type":"structure",
"required":["StoredQuery"],
"members":{
"StoredQuery":{"shape":"StoredQuery"},
"Tags":{"shape":"TagsList"}
}
},
"PutStoredQueryResponse":{
"type":"structure",
"members":{
"QueryArn":{"shape":"QueryArn"}
}
},
"QueryArn":{
"type":"string",
"max":500,
"min":1,
"pattern":"^arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:stored-query/[a-zA-Z0-9-_]+/query-[a-zA-Z\\d-_/]+$"
},
"QueryDescription":{
"type":"string",
"max":256,
"min":0,
"pattern":"[\\s\\S]*"
},
"QueryExpression":{
"type":"string",
"max":4096,
"min":1,
"pattern":"[\\s\\S]*"
},
"QueryId":{
"type":"string",
"max":36,
"min":1,
"pattern":"^\\S+$"
},
"QueryInfo":{
"type":"structure",
"members":{
"SelectFields":{"shape":"FieldInfoList"}
}
},
"QueryName":{
"type":"string",
"max":64,
"min":1,
"pattern":"^[a-zA-Z0-9-_]+$"
},
"RecorderName":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -3857,6 +4000,13 @@
"type":"string",
"enum":["SSM_DOCUMENT"]
},
"ResourceConcurrentModificationException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"exception":true
},
"ResourceCount":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4027,6 +4177,9 @@
"AWS::CloudFront::Distribution",
"AWS::CloudFront::StreamingDistribution",
"AWS::Lambda::Function",
"AWS::NetworkFirewall::Firewall",
"AWS::NetworkFirewall::FirewallPolicy",
"AWS::NetworkFirewall::RuleGroup",
"AWS::ElasticBeanstalk::Application",
"AWS::ElasticBeanstalk::ApplicationVersion",
"AWS::ElasticBeanstalk::Environment",
Expand Down Expand Up @@ -4285,6 +4438,47 @@
"ConfigurationRecorderName":{"shape":"RecorderName"}
}
},
"StoredQuery":{
"type":"structure",
"required":["QueryName"],
"members":{
"QueryId":{
"shape":"QueryId",
"box":true
},
"QueryArn":{
"shape":"QueryArn",
"box":true
},
"QueryName":{"shape":"QueryName"},
"Description":{
"shape":"QueryDescription",
"box":true
},
"Expression":{
"shape":"QueryExpression",
"box":true
}
}
},
"StoredQueryMetadata":{
"type":"structure",
"required":[
"QueryId",
"QueryArn",
"QueryName"
],
"members":{
"QueryId":{"shape":"QueryId"},
"QueryArn":{"shape":"QueryArn"},
"QueryName":{"shape":"QueryName"},
"Description":{"shape":"QueryDescription"}
}
},
"StoredQueryMetadataList":{
"type":"list",
"member":{"shape":"StoredQueryMetadata"}
},
"String":{"type":"string"},
"StringWithCharLimit1024":{
"type":"string",
Expand Down