Skip to content

Commit d354e46

Browse files
author
AWS
committed
Application Migration Service Update: This release introduces the Global view feature and new Replication state APIs.
1 parent 61b2754 commit d354e46

File tree

4 files changed

+418
-7
lines changed

4 files changed

+418
-7
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": "Application Migration Service",
4+
"contributor": "",
5+
"description": "This release introduces the Global view feature and new Replication state APIs."
6+
}

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

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,17 @@
416416
"UseDualStack": false
417417
}
418418
},
419+
{
420+
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
421+
"expect": {
422+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
423+
},
424+
"params": {
425+
"Region": "us-iso-east-1",
426+
"UseFIPS": true,
427+
"UseDualStack": true
428+
}
429+
},
419430
{
420431
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
421432
"expect": {
@@ -429,6 +440,17 @@
429440
"UseDualStack": false
430441
}
431442
},
443+
{
444+
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
445+
"expect": {
446+
"error": "DualStack is enabled but this partition does not support DualStack"
447+
},
448+
"params": {
449+
"Region": "us-iso-east-1",
450+
"UseFIPS": false,
451+
"UseDualStack": true
452+
}
453+
},
432454
{
433455
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
434456
"expect": {
@@ -442,6 +464,17 @@
442464
"UseDualStack": false
443465
}
444466
},
467+
{
468+
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
469+
"expect": {
470+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
471+
},
472+
"params": {
473+
"Region": "us-isob-east-1",
474+
"UseFIPS": true,
475+
"UseDualStack": true
476+
}
477+
},
445478
{
446479
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
447480
"expect": {
@@ -455,6 +488,17 @@
455488
"UseDualStack": false
456489
}
457490
},
491+
{
492+
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
493+
"expect": {
494+
"error": "DualStack is enabled but this partition does not support DualStack"
495+
},
496+
"params": {
497+
"Region": "us-isob-east-1",
498+
"UseFIPS": false,
499+
"UseDualStack": true
500+
}
501+
},
458502
{
459503
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
460504
"expect": {
@@ -518,6 +562,12 @@
518562
"UseDualStack": true,
519563
"Endpoint": "https://example.com"
520564
}
565+
},
566+
{
567+
"documentation": "Missing region",
568+
"expect": {
569+
"error": "Invalid Configuration: Missing Region"
570+
}
521571
}
522572
],
523573
"version": "1.0"

services/mgn/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
"limit_key": "maxResults",
6767
"result_key": "items"
6868
},
69+
"ListManagedAccounts": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "items"
74+
},
6975
"ListSourceServerActions": {
7076
"input_token": "nextToken",
7177
"output_token": "nextToken",

0 commit comments

Comments
 (0)