Commit b6063d36 authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot
Browse files

Update SDK models

parent ed63d401
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -672,6 +672,12 @@
                        "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>",
                        "smithy.api#required": {}
                    }
                },
                "vpcConnectionName": {
                    "target": "com.amazonaws.codecatalyst#NameString",
                    "traits": {
                        "smithy.api#documentation": "<p>The name of the connection to use connect to a Amazon VPC.</p>"
                    }
                }
            }
        },
@@ -699,6 +705,12 @@
                        "smithy.api#required": {},
                        "smithy.api#resourceIdentifier": "devEnvironmentId"
                    }
                },
                "vpcConnectionName": {
                    "target": "com.amazonaws.codecatalyst#NameString",
                    "traits": {
                        "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>"
                    }
                }
            }
        },
@@ -1607,6 +1619,12 @@
                        "smithy.api#documentation": "<p>Information about the configuration of persistent storage for the Dev Environment.</p>",
                        "smithy.api#required": {}
                    }
                },
                "vpcConnectionName": {
                    "target": "com.amazonaws.codecatalyst#NameString",
                    "traits": {
                        "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>"
                    }
                }
            },
            "traits": {
@@ -2019,6 +2037,12 @@
                        "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>",
                        "smithy.api#required": {}
                    }
                },
                "vpcConnectionName": {
                    "target": "com.amazonaws.codecatalyst#NameString",
                    "traits": {
                        "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>"
                    }
                }
            }
        },
+343 −50

File changed.

Preview size limit exceeded, changes collapsed.

+40 −0
Original line number Diff line number Diff line
@@ -19964,6 +19964,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The ID of the tenant application with the device-identity provider.</p>"
                    }
                },
                "PublicSigningKeyUrl": {
                    "target": "com.amazonaws.ec2#String",
                    "traits": {
                        "smithy.api#documentation": "<p>\n         The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.\n      </p>"
                    }
                }
            },
            "traits": {
@@ -41273,6 +41279,14 @@
                        "smithy.api#documentation": "<p>The ID of the tenant application with the device-identity provider.</p>",
                        "smithy.api#xmlName": "tenantId"
                    }
                },
                "PublicSigningKeyUrl": {
                    "target": "com.amazonaws.ec2#String",
                    "traits": {
                        "aws.protocols#ec2QueryName": "PublicSigningKeyUrl",
                        "smithy.api#documentation": "<p>\n         The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.\n      </p>",
                        "smithy.api#xmlName": "publicSigningKeyUrl"
                    }
                }
            },
            "traits": {
@@ -41293,6 +41307,12 @@
                    "traits": {
                        "smithy.api#enumValue": "crowdstrike"
                    }
                },
                "jumpcloud": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "jumpcloud"
                    }
                }
            }
        },
@@ -75291,6 +75311,20 @@
                "smithy.api#documentation": "<p>Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.</p>"
            }
        },
        "com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderDeviceOptions": {
            "type": "structure",
            "members": {
                "PublicSigningKeyUrl": {
                    "target": "com.amazonaws.ec2#String",
                    "traits": {
                        "smithy.api#documentation": "<p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>"
            }
        },
        "com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderOidcOptions": {
            "type": "structure",
            "members": {
@@ -75358,6 +75392,12 @@
                        "smithy.api#documentation": "<p>The options for an OpenID Connect-compatible user-identity trust provider.</p>"
                    }
                },
                "DeviceOptions": {
                    "target": "com.amazonaws.ec2#ModifyVerifiedAccessTrustProviderDeviceOptions",
                    "traits": {
                        "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>"
                    }
                },
                "Description": {
                    "target": "com.amazonaws.ec2#String",
                    "traits": {
+9 −3

File changed.

Preview size limit exceeded, changes collapsed.

+602 −11

File changed.

Preview size limit exceeded, changes collapsed.

Loading