Skip to content

Commit b97a73e

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 21c0090 commit b97a73e

20 files changed

+21723
-5828
lines changed

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

+24
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,12 @@
672672
"smithy.api#documentation": "<p>Information about the amount of storage allocated to the Dev Environment. </p>\n <note>\n <p>By default, a Dev Environment is configured to have 16GB of persistent storage when created from the Amazon CodeCatalyst console, but there is no default when programmatically\n creating a Dev Environment. \n Valid values for persistent storage are based on memory sizes in 16GB increments. Valid\n values are 16, 32, and 64.</p>\n </note>",
673673
"smithy.api#required": {}
674674
}
675+
},
676+
"vpcConnectionName": {
677+
"target": "com.amazonaws.codecatalyst#NameString",
678+
"traits": {
679+
"smithy.api#documentation": "<p>The name of the connection to use connect to a Amazon VPC.</p>"
680+
}
675681
}
676682
}
677683
},
@@ -699,6 +705,12 @@
699705
"smithy.api#required": {},
700706
"smithy.api#resourceIdentifier": "devEnvironmentId"
701707
}
708+
},
709+
"vpcConnectionName": {
710+
"target": "com.amazonaws.codecatalyst#NameString",
711+
"traits": {
712+
"smithy.api#documentation": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
713+
}
702714
}
703715
}
704716
},
@@ -1607,6 +1619,12 @@
16071619
"smithy.api#documentation": "<p>Information about the configuration of persistent storage for the Dev Environment.</p>",
16081620
"smithy.api#required": {}
16091621
}
1622+
},
1623+
"vpcConnectionName": {
1624+
"target": "com.amazonaws.codecatalyst#NameString",
1625+
"traits": {
1626+
"smithy.api#documentation": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
1627+
}
16101628
}
16111629
},
16121630
"traits": {
@@ -2019,6 +2037,12 @@
20192037
"smithy.api#documentation": "<p>Information about the amount of storage allocated to the Dev Environment. By default, a Dev Environment is configured to have 16GB of persistent storage.</p>",
20202038
"smithy.api#required": {}
20212039
}
2040+
},
2041+
"vpcConnectionName": {
2042+
"target": "com.amazonaws.codecatalyst#NameString",
2043+
"traits": {
2044+
"smithy.api#documentation": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>"
2045+
}
20222046
}
20232047
}
20242048
},

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

+343-50
Large diffs are not rendered by default.

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

+40
Original file line numberDiff line numberDiff line change
@@ -19964,6 +19964,12 @@
1996419964
"traits": {
1996519965
"smithy.api#documentation": "<p>The ID of the tenant application with the device-identity provider.</p>"
1996619966
}
19967+
},
19968+
"PublicSigningKeyUrl": {
19969+
"target": "com.amazonaws.ec2#String",
19970+
"traits": {
19971+
"smithy.api#documentation": "<p>\n The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.\n </p>"
19972+
}
1996719973
}
1996819974
},
1996919975
"traits": {
@@ -41273,6 +41279,14 @@
4127341279
"smithy.api#documentation": "<p>The ID of the tenant application with the device-identity provider.</p>",
4127441280
"smithy.api#xmlName": "tenantId"
4127541281
}
41282+
},
41283+
"PublicSigningKeyUrl": {
41284+
"target": "com.amazonaws.ec2#String",
41285+
"traits": {
41286+
"aws.protocols#ec2QueryName": "PublicSigningKeyUrl",
41287+
"smithy.api#documentation": "<p>\n The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.\n </p>",
41288+
"smithy.api#xmlName": "publicSigningKeyUrl"
41289+
}
4127641290
}
4127741291
},
4127841292
"traits": {
@@ -41293,6 +41307,12 @@
4129341307
"traits": {
4129441308
"smithy.api#enumValue": "crowdstrike"
4129541309
}
41310+
},
41311+
"jumpcloud": {
41312+
"target": "smithy.api#Unit",
41313+
"traits": {
41314+
"smithy.api#enumValue": "jumpcloud"
41315+
}
4129641316
}
4129741317
}
4129841318
},
@@ -75291,6 +75311,20 @@
7529175311
"smithy.api#documentation": "<p>Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.</p>"
7529275312
}
7529375313
},
75314+
"com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderDeviceOptions": {
75315+
"type": "structure",
75316+
"members": {
75317+
"PublicSigningKeyUrl": {
75318+
"target": "com.amazonaws.ec2#String",
75319+
"traits": {
75320+
"smithy.api#documentation": "<p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>"
75321+
}
75322+
}
75323+
},
75324+
"traits": {
75325+
"smithy.api#documentation": "<p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>"
75326+
}
75327+
},
7529475328
"com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderOidcOptions": {
7529575329
"type": "structure",
7529675330
"members": {
@@ -75358,6 +75392,12 @@
7535875392
"smithy.api#documentation": "<p>The options for an OpenID Connect-compatible user-identity trust provider.</p>"
7535975393
}
7536075394
},
75395+
"DeviceOptions": {
75396+
"target": "com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderDeviceOptions",
75397+
"traits": {
75398+
"smithy.api#documentation": "<p>The options for a device-based trust provider. This parameter is required when the\n provider type is <code>device</code>.</p>"
75399+
}
75400+
},
7536175401
"Description": {
7536275402
"target": "com.amazonaws.ec2#String",
7536375403
"traits": {

0 commit comments

Comments
 (0)