Skip to content

Commit 36b087e

Browse files
Release v1.36.13 (2020-12-21) (#3704)
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
1 parent dd3892b commit 36b087e

File tree

58 files changed

+6497
-1273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+6497
-1273
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Release v1.36.13 (2020-12-21)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apigateway`: Updates service documentation
6+
* Documentation updates for Amazon API Gateway.
7+
* `service/batch`: Updates service documentation
8+
* Documentation updates for batch
9+
* `service/config`: Updates service API, documentation, and paginators
10+
* `service/connectparticipant`: Updates service API and documentation
11+
* `service/dms`: Updates service API and documentation
12+
* AWS DMS launches support for AWS Secrets Manager to manage source and target database credentials.
13+
* `service/ec2`: Updates service API and documentation
14+
* This release adds Tag On Create feature support for the AllocateAddress API.
15+
* `service/glue`: Updates service API and documentation
16+
* Add 4 connection properties: SECRET_ID, CONNECTOR_URL, CONNECTOR_TYPE, CONNECTOR_CLASS_NAME. Add two connection types: MARKETPLACE, CUSTOM
17+
* `service/managedblockchain`: Updates service API and documentation
18+
* `service/outposts`: Updates service API and documentation
19+
* `service/qldb-session`: Updates service API and documentation
20+
* `service/s3`: Updates service API and examples
21+
* Format GetObject's Expires header to be an http-date instead of iso8601
22+
* `service/securityhub`: Updates service documentation
23+
* `service/service-quotas`: Updates service API and documentation
24+
* `service/servicecatalog-appregistry`: Updates service API and documentation
25+
126
Release v1.36.12 (2020-12-18)
227
===
328

aws/endpoints/defaults.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.36.12"
8+
const SDKVersion = "1.36.13"

models/apis/apigateway/2015-07-09/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
"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>",
882882
"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>",
883883
"QuotaSettings$limit": "<p>The maximum number of requests that can be made in a given time period.</p>",
884-
"QuotaSettings$offset": "<p>The number of requests subtracted from the given limit in the initial time period.</p>",
884+
"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>",
885885
"TestInvokeAuthorizerResponse$clientStatus": "<p>The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.</p>",
886886
"TestInvokeMethodResponse$status": "<p>The HTTP status code.</p>",
887887
"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>"

models/apis/batch/2016-08-10/docs-2.json

Lines changed: 83 additions & 83 deletions
Large diffs are not rendered by default.

models/apis/config/2014-11-12/api-2.json

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,19 @@
208208
{"shape":"NoSuchRetentionConfigurationException"}
209209
]
210210
},
211+
"DeleteStoredQuery":{
212+
"name":"DeleteStoredQuery",
213+
"http":{
214+
"method":"POST",
215+
"requestUri":"/"
216+
},
217+
"input":{"shape":"DeleteStoredQueryRequest"},
218+
"output":{"shape":"DeleteStoredQueryResponse"},
219+
"errors":[
220+
{"shape":"ValidationException"},
221+
{"shape":"ResourceNotFoundException"}
222+
]
223+
},
211224
"DeliverConfigSnapshot":{
212225
"name":"DeliverConfigSnapshot",
213226
"http":{
@@ -748,6 +761,19 @@
748761
{"shape":"ResourceNotDiscoveredException"}
749762
]
750763
},
764+
"GetStoredQuery":{
765+
"name":"GetStoredQuery",
766+
"http":{
767+
"method":"POST",
768+
"requestUri":"/"
769+
},
770+
"input":{"shape":"GetStoredQueryRequest"},
771+
"output":{"shape":"GetStoredQueryResponse"},
772+
"errors":[
773+
{"shape":"ValidationException"},
774+
{"shape":"ResourceNotFoundException"}
775+
]
776+
},
751777
"ListAggregateDiscoveredResources":{
752778
"name":"ListAggregateDiscoveredResources",
753779
"http":{
@@ -778,6 +804,19 @@
778804
{"shape":"NoAvailableConfigurationRecorderException"}
779805
]
780806
},
807+
"ListStoredQueries":{
808+
"name":"ListStoredQueries",
809+
"http":{
810+
"method":"POST",
811+
"requestUri":"/"
812+
},
813+
"input":{"shape":"ListStoredQueriesRequest"},
814+
"output":{"shape":"ListStoredQueriesResponse"},
815+
"errors":[
816+
{"shape":"ValidationException"},
817+
{"shape":"InvalidNextTokenException"}
818+
]
819+
},
781820
"ListTagsForResource":{
782821
"name":"ListTagsForResource",
783822
"http":{
@@ -1002,6 +1041,20 @@
10021041
{"shape":"MaxNumberOfRetentionConfigurationsExceededException"}
10031042
]
10041043
},
1044+
"PutStoredQuery":{
1045+
"name":"PutStoredQuery",
1046+
"http":{
1047+
"method":"POST",
1048+
"requestUri":"/"
1049+
},
1050+
"input":{"shape":"PutStoredQueryRequest"},
1051+
"output":{"shape":"PutStoredQueryResponse"},
1052+
"errors":[
1053+
{"shape":"ValidationException"},
1054+
{"shape":"TooManyTagsException"},
1055+
{"shape":"ResourceConcurrentModificationException"}
1056+
]
1057+
},
10051058
"SelectAggregateResourceConfig":{
10061059
"name":"SelectAggregateResourceConfig",
10071060
"http":{
@@ -1982,6 +2035,18 @@
19822035
"RetentionConfigurationName":{"shape":"RetentionConfigurationName"}
19832036
}
19842037
},
2038+
"DeleteStoredQueryRequest":{
2039+
"type":"structure",
2040+
"required":["QueryName"],
2041+
"members":{
2042+
"QueryName":{"shape":"QueryName"}
2043+
}
2044+
},
2045+
"DeleteStoredQueryResponse":{
2046+
"type":"structure",
2047+
"members":{
2048+
}
2049+
},
19852050
"DeliverConfigSnapshotRequest":{
19862051
"type":"structure",
19872052
"required":["deliveryChannelName"],
@@ -2423,6 +2488,7 @@
24232488
"max":256,
24242489
"min":0
24252490
},
2491+
"ErrorMessage":{"type":"string"},
24262492
"Evaluation":{
24272493
"type":"structure",
24282494
"required":[
@@ -2806,6 +2872,19 @@
28062872
"nextToken":{"shape":"NextToken"}
28072873
}
28082874
},
2875+
"GetStoredQueryRequest":{
2876+
"type":"structure",
2877+
"required":["QueryName"],
2878+
"members":{
2879+
"QueryName":{"shape":"QueryName"}
2880+
}
2881+
},
2882+
"GetStoredQueryResponse":{
2883+
"type":"structure",
2884+
"members":{
2885+
"StoredQuery":{"shape":"StoredQuery"}
2886+
}
2887+
},
28092888
"GroupByAPILimit":{
28102889
"type":"integer",
28112890
"max":1000,
@@ -2970,6 +3049,26 @@
29703049
"nextToken":{"shape":"NextToken"}
29713050
}
29723051
},
3052+
"ListStoredQueriesRequest":{
3053+
"type":"structure",
3054+
"members":{
3055+
"NextToken":{
3056+
"shape":"String",
3057+
"box":true
3058+
},
3059+
"MaxResults":{
3060+
"shape":"Limit",
3061+
"box":true
3062+
}
3063+
}
3064+
},
3065+
"ListStoredQueriesResponse":{
3066+
"type":"structure",
3067+
"members":{
3068+
"StoredQueryMetadata":{"shape":"StoredQueryMetadataList"},
3069+
"NextToken":{"shape":"String"}
3070+
}
3071+
},
29733072
"ListTagsForResourceRequest":{
29743073
"type":"structure",
29753074
"required":["ResourceArn"],
@@ -3674,12 +3773,56 @@
36743773
"RetentionConfiguration":{"shape":"RetentionConfiguration"}
36753774
}
36763775
},
3776+
"PutStoredQueryRequest":{
3777+
"type":"structure",
3778+
"required":["StoredQuery"],
3779+
"members":{
3780+
"StoredQuery":{"shape":"StoredQuery"},
3781+
"Tags":{"shape":"TagsList"}
3782+
}
3783+
},
3784+
"PutStoredQueryResponse":{
3785+
"type":"structure",
3786+
"members":{
3787+
"QueryArn":{"shape":"QueryArn"}
3788+
}
3789+
},
3790+
"QueryArn":{
3791+
"type":"string",
3792+
"max":500,
3793+
"min":1,
3794+
"pattern":"^arn:aws[a-z\\-]*:config:[a-z\\-\\d]+:\\d+:stored-query/[a-zA-Z0-9-_]+/query-[a-zA-Z\\d-_/]+$"
3795+
},
3796+
"QueryDescription":{
3797+
"type":"string",
3798+
"max":256,
3799+
"min":0,
3800+
"pattern":"[\\s\\S]*"
3801+
},
3802+
"QueryExpression":{
3803+
"type":"string",
3804+
"max":4096,
3805+
"min":1,
3806+
"pattern":"[\\s\\S]*"
3807+
},
3808+
"QueryId":{
3809+
"type":"string",
3810+
"max":36,
3811+
"min":1,
3812+
"pattern":"^\\S+$"
3813+
},
36773814
"QueryInfo":{
36783815
"type":"structure",
36793816
"members":{
36803817
"SelectFields":{"shape":"FieldInfoList"}
36813818
}
36823819
},
3820+
"QueryName":{
3821+
"type":"string",
3822+
"max":64,
3823+
"min":1,
3824+
"pattern":"^[a-zA-Z0-9-_]+$"
3825+
},
36833826
"RecorderName":{
36843827
"type":"string",
36853828
"max":256,
@@ -3857,6 +4000,13 @@
38574000
"type":"string",
38584001
"enum":["SSM_DOCUMENT"]
38594002
},
4003+
"ResourceConcurrentModificationException":{
4004+
"type":"structure",
4005+
"members":{
4006+
"message":{"shape":"ErrorMessage"}
4007+
},
4008+
"exception":true
4009+
},
38604010
"ResourceCount":{
38614011
"type":"structure",
38624012
"members":{
@@ -4027,6 +4177,9 @@
40274177
"AWS::CloudFront::Distribution",
40284178
"AWS::CloudFront::StreamingDistribution",
40294179
"AWS::Lambda::Function",
4180+
"AWS::NetworkFirewall::Firewall",
4181+
"AWS::NetworkFirewall::FirewallPolicy",
4182+
"AWS::NetworkFirewall::RuleGroup",
40304183
"AWS::ElasticBeanstalk::Application",
40314184
"AWS::ElasticBeanstalk::ApplicationVersion",
40324185
"AWS::ElasticBeanstalk::Environment",
@@ -4285,6 +4438,47 @@
42854438
"ConfigurationRecorderName":{"shape":"RecorderName"}
42864439
}
42874440
},
4441+
"StoredQuery":{
4442+
"type":"structure",
4443+
"required":["QueryName"],
4444+
"members":{
4445+
"QueryId":{
4446+
"shape":"QueryId",
4447+
"box":true
4448+
},
4449+
"QueryArn":{
4450+
"shape":"QueryArn",
4451+
"box":true
4452+
},
4453+
"QueryName":{"shape":"QueryName"},
4454+
"Description":{
4455+
"shape":"QueryDescription",
4456+
"box":true
4457+
},
4458+
"Expression":{
4459+
"shape":"QueryExpression",
4460+
"box":true
4461+
}
4462+
}
4463+
},
4464+
"StoredQueryMetadata":{
4465+
"type":"structure",
4466+
"required":[
4467+
"QueryId",
4468+
"QueryArn",
4469+
"QueryName"
4470+
],
4471+
"members":{
4472+
"QueryId":{"shape":"QueryId"},
4473+
"QueryArn":{"shape":"QueryArn"},
4474+
"QueryName":{"shape":"QueryName"},
4475+
"Description":{"shape":"QueryDescription"}
4476+
}
4477+
},
4478+
"StoredQueryMetadataList":{
4479+
"type":"list",
4480+
"member":{"shape":"StoredQueryMetadata"}
4481+
},
42884482
"String":{"type":"string"},
42894483
"StringWithCharLimit1024":{
42904484
"type":"string",

0 commit comments

Comments
 (0)