Skip to content

Commit d874395

Browse files
author
AWS
committed
Amazon Chime SDK Messaging Update: ExpirationSettings provides automatic resource deletion for Channels.
1 parent 6339f7c commit d874395

File tree

3 files changed

+254
-77
lines changed

3 files changed

+254
-77
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Chime SDK Messaging",
4+
"contributor": "",
5+
"description": "ExpirationSettings provides automatic resource deletion for Channels."
6+
}

services/chimesdkmessaging/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,17 @@
169169
"Region": "us-gov-east-1"
170170
}
171171
},
172+
{
173+
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
174+
"expect": {
175+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
176+
},
177+
"params": {
178+
"UseFIPS": true,
179+
"UseDualStack": true,
180+
"Region": "us-iso-east-1"
181+
}
182+
},
172183
{
173184
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
174185
"expect": {
@@ -182,6 +193,17 @@
182193
"Region": "us-iso-east-1"
183194
}
184195
},
196+
{
197+
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
198+
"expect": {
199+
"error": "DualStack is enabled but this partition does not support DualStack"
200+
},
201+
"params": {
202+
"UseFIPS": false,
203+
"UseDualStack": true,
204+
"Region": "us-iso-east-1"
205+
}
206+
},
185207
{
186208
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
187209
"expect": {
@@ -195,6 +217,17 @@
195217
"Region": "us-iso-east-1"
196218
}
197219
},
220+
{
221+
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
222+
"expect": {
223+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
224+
},
225+
"params": {
226+
"UseFIPS": true,
227+
"UseDualStack": true,
228+
"Region": "us-isob-east-1"
229+
}
230+
},
198231
{
199232
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
200233
"expect": {
@@ -208,6 +241,17 @@
208241
"Region": "us-isob-east-1"
209242
}
210243
},
244+
{
245+
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
246+
"expect": {
247+
"error": "DualStack is enabled but this partition does not support DualStack"
248+
},
249+
"params": {
250+
"UseFIPS": false,
251+
"UseDualStack": true,
252+
"Region": "us-isob-east-1"
253+
}
254+
},
211255
{
212256
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
213257
"expect": {
@@ -271,6 +315,12 @@
271315
"Region": "us-east-1",
272316
"Endpoint": "https://example.com"
273317
}
318+
},
319+
{
320+
"documentation": "Missing region",
321+
"expect": {
322+
"error": "Invalid Configuration: Missing Region"
323+
}
274324
}
275325
],
276326
"version": "1.0"

0 commit comments

Comments
 (0)