Skip to content

Commit aa907c6

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 2f4a560 commit aa907c6

12 files changed

+13116
-679
lines changed

codegen/sdk-codegen/aws-models/cloudtrail.json

+65-14
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/codeguru-security.json

+3,017
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/drs.json

+1,178-48
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/ec2.json

+504-36
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/imagebuilder.json

+63-63
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/lightsail.json

+545-6
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/s3.json

+6
Original file line numberDiff line numberDiff line change
@@ -33016,6 +33016,12 @@
3301633016
"traits": {
3301733017
"smithy.api#enumValue": "aws:kms"
3301833018
}
33019+
},
33020+
"aws_kms_dsse": {
33021+
"target": "smithy.api#Unit",
33022+
"traits": {
33023+
"smithy.api#enumValue": "aws:kms:dsse"
33024+
}
3301933025
}
3302033026
}
3302133027
},

codegen/sdk-codegen/aws-models/securityhub.json

+1,070-46
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/simspaceweaver.json

+51-51
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"Destination": {
163163
"target": "com.amazonaws.simspaceweaver#S3Destination",
164164
"traits": {
165-
"smithy.api#documentation": "<p>The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.</p>",
165+
"smithy.api#documentation": "<p>The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.</p>\n <p>The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.</p>",
166166
"smithy.api#required": {}
167167
}
168168
}
@@ -911,7 +911,7 @@
911911
"min": 0,
912912
"max": 1600
913913
},
914-
"smithy.api#pattern": "^arn:(?:aws|aws-cn):log-group:([a-z]{2}-[a-z]+-\\d{1}):(\\d{12})?:role\\/(.+)$"
914+
"smithy.api#pattern": "^arn:(?:aws|aws-cn|aws-us-gov):log-group:([a-z]{2}-[a-z]+-\\d{1}):(\\d{12})?:role\\/(.+)$"
915915
}
916916
},
917917
"com.amazonaws.simspaceweaver#LoggingConfiguration": {
@@ -995,7 +995,7 @@
995995
"min": 0,
996996
"max": 1600
997997
},
998-
"smithy.api#pattern": "^arn:(?:aws|aws-cn):iam::(\\d{12})?:role\\/(.+)$"
998+
"smithy.api#pattern": "^arn:(?:aws|aws-cn|aws-us-gov):iam::(\\d{12})?:role\\/(.+)$"
999999
}
10001000
},
10011001
"com.amazonaws.simspaceweaver#S3Destination": {
@@ -1472,9 +1472,9 @@
14721472
}
14731473
},
14741474
"params": {
1475-
"Region": "us-gov-east-1",
1475+
"UseDualStack": true,
14761476
"UseFIPS": true,
1477-
"UseDualStack": true
1477+
"Region": "us-gov-east-1"
14781478
}
14791479
},
14801480
{
@@ -1485,9 +1485,9 @@
14851485
}
14861486
},
14871487
"params": {
1488-
"Region": "us-gov-east-1",
1488+
"UseDualStack": false,
14891489
"UseFIPS": true,
1490-
"UseDualStack": false
1490+
"Region": "us-gov-east-1"
14911491
}
14921492
},
14931493
{
@@ -1498,9 +1498,9 @@
14981498
}
14991499
},
15001500
"params": {
1501-
"Region": "us-gov-east-1",
1501+
"UseDualStack": true,
15021502
"UseFIPS": false,
1503-
"UseDualStack": true
1503+
"Region": "us-gov-east-1"
15041504
}
15051505
},
15061506
{
@@ -1511,9 +1511,9 @@
15111511
}
15121512
},
15131513
"params": {
1514-
"Region": "us-gov-east-1",
1514+
"UseDualStack": false,
15151515
"UseFIPS": false,
1516-
"UseDualStack": false
1516+
"Region": "us-gov-east-1"
15171517
}
15181518
},
15191519
{
@@ -1524,9 +1524,9 @@
15241524
}
15251525
},
15261526
"params": {
1527-
"Region": "cn-north-1",
1527+
"UseDualStack": true,
15281528
"UseFIPS": true,
1529-
"UseDualStack": true
1529+
"Region": "cn-north-1"
15301530
}
15311531
},
15321532
{
@@ -1537,9 +1537,9 @@
15371537
}
15381538
},
15391539
"params": {
1540-
"Region": "cn-north-1",
1540+
"UseDualStack": false,
15411541
"UseFIPS": true,
1542-
"UseDualStack": false
1542+
"Region": "cn-north-1"
15431543
}
15441544
},
15451545
{
@@ -1550,9 +1550,9 @@
15501550
}
15511551
},
15521552
"params": {
1553-
"Region": "cn-north-1",
1553+
"UseDualStack": true,
15541554
"UseFIPS": false,
1555-
"UseDualStack": true
1555+
"Region": "cn-north-1"
15561556
}
15571557
},
15581558
{
@@ -1563,9 +1563,9 @@
15631563
}
15641564
},
15651565
"params": {
1566-
"Region": "cn-north-1",
1566+
"UseDualStack": false,
15671567
"UseFIPS": false,
1568-
"UseDualStack": false
1568+
"Region": "cn-north-1"
15691569
}
15701570
},
15711571
{
@@ -1574,9 +1574,9 @@
15741574
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
15751575
},
15761576
"params": {
1577-
"Region": "us-iso-east-1",
1577+
"UseDualStack": true,
15781578
"UseFIPS": true,
1579-
"UseDualStack": true
1579+
"Region": "us-iso-east-1"
15801580
}
15811581
},
15821582
{
@@ -1587,9 +1587,9 @@
15871587
}
15881588
},
15891589
"params": {
1590-
"Region": "us-iso-east-1",
1590+
"UseDualStack": false,
15911591
"UseFIPS": true,
1592-
"UseDualStack": false
1592+
"Region": "us-iso-east-1"
15931593
}
15941594
},
15951595
{
@@ -1598,9 +1598,9 @@
15981598
"error": "DualStack is enabled but this partition does not support DualStack"
15991599
},
16001600
"params": {
1601-
"Region": "us-iso-east-1",
1601+
"UseDualStack": true,
16021602
"UseFIPS": false,
1603-
"UseDualStack": true
1603+
"Region": "us-iso-east-1"
16041604
}
16051605
},
16061606
{
@@ -1611,9 +1611,9 @@
16111611
}
16121612
},
16131613
"params": {
1614-
"Region": "us-iso-east-1",
1614+
"UseDualStack": false,
16151615
"UseFIPS": false,
1616-
"UseDualStack": false
1616+
"Region": "us-iso-east-1"
16171617
}
16181618
},
16191619
{
@@ -1624,9 +1624,9 @@
16241624
}
16251625
},
16261626
"params": {
1627-
"Region": "us-east-1",
1627+
"UseDualStack": true,
16281628
"UseFIPS": true,
1629-
"UseDualStack": true
1629+
"Region": "us-east-1"
16301630
}
16311631
},
16321632
{
@@ -1637,9 +1637,9 @@
16371637
}
16381638
},
16391639
"params": {
1640-
"Region": "us-east-1",
1640+
"UseDualStack": false,
16411641
"UseFIPS": true,
1642-
"UseDualStack": false
1642+
"Region": "us-east-1"
16431643
}
16441644
},
16451645
{
@@ -1650,9 +1650,9 @@
16501650
}
16511651
},
16521652
"params": {
1653-
"Region": "us-east-1",
1653+
"UseDualStack": true,
16541654
"UseFIPS": false,
1655-
"UseDualStack": true
1655+
"Region": "us-east-1"
16561656
}
16571657
},
16581658
{
@@ -1663,9 +1663,9 @@
16631663
}
16641664
},
16651665
"params": {
1666-
"Region": "us-east-1",
1666+
"UseDualStack": false,
16671667
"UseFIPS": false,
1668-
"UseDualStack": false
1668+
"Region": "us-east-1"
16691669
}
16701670
},
16711671
{
@@ -1674,9 +1674,9 @@
16741674
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
16751675
},
16761676
"params": {
1677-
"Region": "us-isob-east-1",
1677+
"UseDualStack": true,
16781678
"UseFIPS": true,
1679-
"UseDualStack": true
1679+
"Region": "us-isob-east-1"
16801680
}
16811681
},
16821682
{
@@ -1687,9 +1687,9 @@
16871687
}
16881688
},
16891689
"params": {
1690-
"Region": "us-isob-east-1",
1690+
"UseDualStack": false,
16911691
"UseFIPS": true,
1692-
"UseDualStack": false
1692+
"Region": "us-isob-east-1"
16931693
}
16941694
},
16951695
{
@@ -1698,9 +1698,9 @@
16981698
"error": "DualStack is enabled but this partition does not support DualStack"
16991699
},
17001700
"params": {
1701-
"Region": "us-isob-east-1",
1701+
"UseDualStack": true,
17021702
"UseFIPS": false,
1703-
"UseDualStack": true
1703+
"Region": "us-isob-east-1"
17041704
}
17051705
},
17061706
{
@@ -1711,9 +1711,9 @@
17111711
}
17121712
},
17131713
"params": {
1714-
"Region": "us-isob-east-1",
1714+
"UseDualStack": false,
17151715
"UseFIPS": false,
1716-
"UseDualStack": false
1716+
"Region": "us-isob-east-1"
17171717
}
17181718
},
17191719
{
@@ -1724,9 +1724,9 @@
17241724
}
17251725
},
17261726
"params": {
1727-
"Region": "us-east-1",
1728-
"UseFIPS": false,
17291727
"UseDualStack": false,
1728+
"UseFIPS": false,
1729+
"Region": "us-east-1",
17301730
"Endpoint": "https://example.com"
17311731
}
17321732
},
@@ -1736,9 +1736,9 @@
17361736
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
17371737
},
17381738
"params": {
1739-
"Region": "us-east-1",
1740-
"UseFIPS": true,
17411739
"UseDualStack": false,
1740+
"UseFIPS": true,
1741+
"Region": "us-east-1",
17421742
"Endpoint": "https://example.com"
17431743
}
17441744
},
@@ -1748,9 +1748,9 @@
17481748
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
17491749
},
17501750
"params": {
1751-
"Region": "us-east-1",
1752-
"UseFIPS": false,
17531751
"UseDualStack": true,
1752+
"UseFIPS": false,
1753+
"Region": "us-east-1",
17541754
"Endpoint": "https://example.com"
17551755
}
17561756
}
@@ -1766,7 +1766,7 @@
17661766
"min": 0,
17671767
"max": 1600
17681768
},
1769-
"smithy.api#pattern": "^arn:(?:aws|aws-cn):simspaceweaver:([a-z]{2}-[a-z]+-\\d{1}):(\\d{12})?:([a-z]+)\\/(.+)$"
1769+
"smithy.api#pattern": "^arn:(?:aws|aws-cn|aws-us-gov):simspaceweaver:([a-z]{2}-[a-z]+-\\d{1}):(\\d{12})?:([a-z]+)\\/(.+)$"
17701770
}
17711771
},
17721772
"com.amazonaws.simspaceweaver#SimSpaceWeaverLongResourceName": {
@@ -2361,7 +2361,7 @@
23612361
"SnapshotS3Location": {
23622362
"target": "com.amazonaws.simspaceweaver#S3Location",
23632363
"traits": {
2364-
"smithy.api#documentation": "<p>The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).\n For more information about Amazon S3, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html\">\n <i>Amazon Simple Storage Service User Guide</i>\n </a>.</p>\n <p>Provide a <code>SnapshotS3Location</code> to start your simulation from a snapshot.</p>\n <p>If you provide a <code>SnapshotS3Location</code> then you can't provide a <code>SchemaS3Location</code>.</p>"
2364+
"smithy.api#documentation": "<p>The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).\n For more information about Amazon S3, see the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html\">\n <i>Amazon Simple Storage Service User Guide</i>\n </a>.</p>\n <p>Provide a <code>SnapshotS3Location</code> to start your simulation from a snapshot.</p>\n <p>The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.</p>\n <p>If you provide a <code>SnapshotS3Location</code> then you can't provide a <code>SchemaS3Location</code>.</p>"
23652365
}
23662366
}
23672367
}

0 commit comments

Comments
 (0)