Skip to content

Commit 66db21f

Browse files
Update models for release
1 parent 3081eec commit 66db21f

36 files changed

+819
-465
lines changed

.changes/3.209.0

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "",
5+
"description": "This commit adds defaults config: an opt-in feature which allows users to specify default configuration options to be loaded from a shared file"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "OpenSearchService",
10+
"description": "Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "EC2",
15+
"description": "This release introduces On-Demand Capacity Reservation support for Cluster Placement Groups, adds Tags on instance Metadata, and includes documentation updates for Amazon EC2."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "MWAA",
20+
"description": "This release adds a \"Source\" field that provides the initiator of an update, such as due to an automated patch from AWS or due to modification via Console or API."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "IoTWireless",
25+
"description": "Downlink Queue Management feature provides APIs for customers to manage the queued messages destined to device inside AWS IoT Core for LoRaWAN. Customer can view, delete or purge the queued message(s). It allows customer to preempt the queued messages and let more urgent messages go through."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "ElasticsearchService",
30+
"description": "Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above"
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "AppSync",
35+
"description": "AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions"
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "MediaTailor",
40+
"description": "This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode."
41+
}
42+
]

.changes/nextrelease/feature-defaults-config.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\` - This commit adds defaults config: an opt-in feature which allows users to specify default configuration options to be loaded from a shared file
6+
* `Aws\AppSync` - AppSync: AWS AppSync now supports configurable batching sizes for AWS Lambda resolvers, Direct AWS Lambda resolvers and pipeline functions
7+
* `Aws\EC2` - This release introduces On-Demand Capacity Reservation support for Cluster Placement Groups, adds Tags on instance Metadata, and includes documentation updates for Amazon EC2.
8+
* `Aws\ElasticsearchService` - Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
9+
* `Aws\IoTWireless` - Downlink Queue Management feature provides APIs for customers to manage the queued messages destined to device inside AWS IoT Core for LoRaWAN. Customer can view, delete or purge the queued message(s). It allows customer to preempt the queued messages and let more urgent messages go through.
10+
* `Aws\MWAA` - This release adds a "Source" field that provides the initiator of an update, such as due to an automated patch from AWS or due to modification via Console or API.
11+
* `Aws\MediaTailor` - This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode.
12+
* `Aws\OpenSearchService` - Amazon OpenSearch Service adds support for Fine Grained Access Control for existing domains running Elasticsearch version 6.7 and above
13+
314
## 3.208.10 - 2022-01-05
415

516
* `Aws\AppStream` - Includes APIs for App Entitlement management regarding entitlement and entitled application association.

src/IoTWireless/IoTWirelessClient.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
* @method \GuzzleHttp\Promise\Promise deleteFuotaTaskAsync(array $args = [])
4848
* @method \Aws\Result deleteMulticastGroup(array $args = [])
4949
* @method \GuzzleHttp\Promise\Promise deleteMulticastGroupAsync(array $args = [])
50+
* @method \Aws\Result deleteQueuedMessages(array $args = [])
51+
* @method \GuzzleHttp\Promise\Promise deleteQueuedMessagesAsync(array $args = [])
5052
* @method \Aws\Result deleteServiceProfile(array $args = [])
5153
* @method \GuzzleHttp\Promise\Promise deleteServiceProfileAsync(array $args = [])
5254
* @method \Aws\Result deleteWirelessDevice(array $args = [])
@@ -123,6 +125,8 @@
123125
* @method \GuzzleHttp\Promise\Promise listMulticastGroupsByFuotaTaskAsync(array $args = [])
124126
* @method \Aws\Result listPartnerAccounts(array $args = [])
125127
* @method \GuzzleHttp\Promise\Promise listPartnerAccountsAsync(array $args = [])
128+
* @method \Aws\Result listQueuedMessages(array $args = [])
129+
* @method \GuzzleHttp\Promise\Promise listQueuedMessagesAsync(array $args = [])
126130
* @method \Aws\Result listServiceProfiles(array $args = [])
127131
* @method \GuzzleHttp\Promise\Promise listServiceProfilesAsync(array $args = [])
128132
* @method \Aws\Result listTagsForResource(array $args = [])

src/data/appsync/2017-07-25/api-2.json

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,8 @@
11341134
"requestMappingTemplate":{"shape":"MappingTemplate"},
11351135
"responseMappingTemplate":{"shape":"MappingTemplate"},
11361136
"functionVersion":{"shape":"String"},
1137-
"syncConfig":{"shape":"SyncConfig"}
1137+
"syncConfig":{"shape":"SyncConfig"},
1138+
"maxBatchSize":{"shape":"MaxBatchSize"}
11381139
}
11391140
},
11401141
"CreateFunctionResponse":{
@@ -1192,7 +1193,8 @@
11921193
"kind":{"shape":"ResolverKind"},
11931194
"pipelineConfig":{"shape":"PipelineConfig"},
11941195
"syncConfig":{"shape":"SyncConfig"},
1195-
"cachingConfig":{"shape":"CachingConfig"}
1196+
"cachingConfig":{"shape":"CachingConfig"},
1197+
"maxBatchSize":{"shape":"MaxBatchSize"}
11961198
}
11971199
},
11981200
"CreateResolverResponse":{
@@ -1548,7 +1550,8 @@
15481550
"requestMappingTemplate":{"shape":"MappingTemplate"},
15491551
"responseMappingTemplate":{"shape":"MappingTemplate"},
15501552
"functionVersion":{"shape":"String"},
1551-
"syncConfig":{"shape":"SyncConfig"}
1553+
"syncConfig":{"shape":"SyncConfig"},
1554+
"maxBatchSize":{"shape":"MaxBatchSize"}
15521555
}
15531556
},
15541557
"Functions":{
@@ -2138,7 +2141,13 @@
21382141
"MappingTemplate":{
21392142
"type":"string",
21402143
"max":65536,
2141-
"min":1
2144+
"min":1,
2145+
"pattern":"^.*$"
2146+
},
2147+
"MaxBatchSize":{
2148+
"type":"integer",
2149+
"max":2000,
2150+
"min":0
21422151
},
21432152
"MaxResults":{
21442153
"type":"integer",
@@ -2226,7 +2235,8 @@
22262235
"kind":{"shape":"ResolverKind"},
22272236
"pipelineConfig":{"shape":"PipelineConfig"},
22282237
"syncConfig":{"shape":"SyncConfig"},
2229-
"cachingConfig":{"shape":"CachingConfig"}
2238+
"cachingConfig":{"shape":"CachingConfig"},
2239+
"maxBatchSize":{"shape":"MaxBatchSize"}
22302240
}
22312241
},
22322242
"ResolverKind":{
@@ -2339,7 +2349,8 @@
23392349
},
23402350
"TagValue":{
23412351
"type":"string",
2342-
"max":256
2352+
"max":256,
2353+
"pattern":"^[\\s\\w+-=\\.:/@]*$"
23432354
},
23442355
"Type":{
23452356
"type":"structure",
@@ -2525,7 +2536,8 @@
25252536
"requestMappingTemplate":{"shape":"MappingTemplate"},
25262537
"responseMappingTemplate":{"shape":"MappingTemplate"},
25272538
"functionVersion":{"shape":"String"},
2528-
"syncConfig":{"shape":"SyncConfig"}
2539+
"syncConfig":{"shape":"SyncConfig"},
2540+
"maxBatchSize":{"shape":"MaxBatchSize"}
25292541
}
25302542
},
25312543
"UpdateFunctionResponse":{
@@ -2591,7 +2603,8 @@
25912603
"kind":{"shape":"ResolverKind"},
25922604
"pipelineConfig":{"shape":"PipelineConfig"},
25932605
"syncConfig":{"shape":"SyncConfig"},
2594-
"cachingConfig":{"shape":"CachingConfig"}
2606+
"cachingConfig":{"shape":"CachingConfig"},
2607+
"maxBatchSize":{"shape":"MaxBatchSize"}
25952608
}
25962609
},
25972610
"UpdateResolverResponse":{

src/data/appsync/2017-07-25/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/appsync/2017-07-25/docs-2.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,17 @@
860860
"UpdateResolverRequest$responseMappingTemplate": "<p>The new response mapping template.</p>"
861861
}
862862
},
863+
"MaxBatchSize": {
864+
"base": null,
865+
"refs": {
866+
"CreateFunctionRequest$maxBatchSize": "<p>The maximum batching size for a resolver.</p>",
867+
"CreateResolverRequest$maxBatchSize": "<p>The maximum batching size for a resolver.</p>",
868+
"FunctionConfiguration$maxBatchSize": "<p>The maximum batching size for a resolver.</p>",
869+
"Resolver$maxBatchSize": "<p>The maximum batching size for a resolver.</p>",
870+
"UpdateFunctionRequest$maxBatchSize": "<p>The maximum batching size for a resolver.</p>",
871+
"UpdateResolverRequest$maxBatchSize": "<p>The maximum batching size for a resolver.</p>"
872+
}
873+
},
863874
"MaxResults": {
864875
"base": null,
865876
"refs": {

src/data/appsync/2017-07-25/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)