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

Update SDK models

parent 51b820dc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/telemetry",
    "tests/no-default-features",
    "tests/webassembly",
    "tests/telemetry"
    "tests/webassembly"
]
members = [
    "sdk/accessanalyzer",
@@ -317,6 +317,7 @@ members = [
    "sdk/osis",
    "sdk/outposts",
    "sdk/panorama",
    "sdk/partnercentralchannel",
    "sdk/partnercentralselling",
    "sdk/paymentcryptography",
    "sdk/paymentcryptographydata",
@@ -391,6 +392,7 @@ members = [
    "sdk/sfn",
    "sdk/shield",
    "sdk/signer",
    "sdk/signin",
    "sdk/simspaceweaver",
    "sdk/snowball",
    "sdk/snowdevicemanagement",
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
    ```toml
    [dependencies]
    aws-config = { version= "1.8.10", features = ["behavior-version-latest"] }
    aws-sdk-dynamodb = "1.98.0"
    aws-sdk-dynamodb = "1.99.0"
    tokio = { version = "1", features = ["full"] }
    ```

+185 −2
Original line number Diff line number Diff line
@@ -263,6 +263,35 @@
                "smithy.api#documentation": "<p>API stage name of the associated API stage in a usage plan.</p>"
            }
        },
        "com.amazonaws.apigateway#ApiStatus": {
            "type": "enum",
            "members": {
                "UPDATING": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "UPDATING"
                    }
                },
                "AVAILABLE": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "AVAILABLE"
                    }
                },
                "PENDING": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "PENDING"
                    }
                },
                "FAILED": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "FAILED"
                    }
                }
            }
        },
        "com.amazonaws.apigateway#Authorizer": {
            "type": "structure",
            "members": {
@@ -2656,7 +2685,13 @@
                "securityPolicy": {
                    "target": "com.amazonaws.apigateway#SecurityPolicy",
                    "traits": {
                        "smithy.api#documentation": "<p>The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are <code>TLS_1_0</code> and <code>TLS_1_2</code>.</p>"
                        "smithy.api#documentation": "<p>The Transport Layer Security (TLS) version + cipher suite for this DomainName.</p>"
                    }
                },
                "endpointAccessMode": {
                    "target": "com.amazonaws.apigateway#EndpointAccessMode",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe endpoint access mode of the DomainName. Only available for DomainNames that use security policies that start with <code>SecurityPolicy_</code>.\n</p>"
                    }
                },
                "mutualTlsAuthentication": {
@@ -3013,6 +3048,18 @@
                        "smithy.api#default": false,
                        "smithy.api#documentation": "<p>Specifies whether clients can invoke your API by using the default <code>execute-api</code> endpoint.\n      By default, clients can invoke your API with the default\n      <code>https://{api_id}.execute-api.{region}.amazonaws.com</code> endpoint. To require that clients use a\n      custom domain name to invoke your API, disable the default endpoint</p>"
                    }
                },
                "securityPolicy": {
                    "target": "com.amazonaws.apigateway#SecurityPolicy",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe Transport Layer Security (TLS) version + cipher suite for this RestApi. \n</p>"
                    }
                },
                "endpointAccessMode": {
                    "target": "com.amazonaws.apigateway#EndpointAccessMode",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe endpoint access mode of the RestApi. Only available for RestApis that use security policies that start with <code>SecurityPolicy_</code>.</p>"
                    }
                }
            },
            "traits": {
@@ -5080,7 +5127,13 @@
                "securityPolicy": {
                    "target": "com.amazonaws.apigateway#SecurityPolicy",
                    "traits": {
                        "smithy.api#documentation": "<p>The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are <code>TLS_1_0</code> and <code>TLS_1_2</code>.</p>"
                        "smithy.api#documentation": "<p>The Transport Layer Security (TLS) version + cipher suite for this DomainName.</p>"
                    }
                },
                "endpointAccessMode": {
                    "target": "com.amazonaws.apigateway#EndpointAccessMode",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe endpoint access mode of the DomainName. \n</p>"
                    }
                },
                "tags": {
@@ -5213,6 +5266,12 @@
                    "traits": {
                        "smithy.api#enumValue": "PENDING_OWNERSHIP_VERIFICATION"
                    }
                },
                "FAILED": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "FAILED"
                    }
                }
            }
        },
@@ -5244,6 +5303,23 @@
                "smithy.api#default": 0
            }
        },
        "com.amazonaws.apigateway#EndpointAccessMode": {
            "type": "enum",
            "members": {
                "BASIC": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "BASIC"
                    }
                },
                "STRICT": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "STRICT"
                    }
                }
            }
        },
        "com.amazonaws.apigateway#EndpointConfiguration": {
            "type": "structure",
            "members": {
@@ -8970,6 +9046,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>Specifies the TLS configuration for an integration.</p>"
                    }
                },
                "responseTransferMode": {
                    "target": "com.amazonaws.apigateway#ResponseTransferMode",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe response transfer mode of the integration.\n</p>"
                    }
                }
            },
            "traits": {
@@ -10006,6 +10088,12 @@
                },
                "tlsConfig": {
                    "target": "com.amazonaws.apigateway#TlsConfig"
                },
                "responseTransferMode": {
                    "target": "com.amazonaws.apigateway#ResponseTransferMode",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe response transfer mode of the integration.\n</p>"
                    }
                }
            },
            "traits": {
@@ -10668,6 +10756,23 @@
                "smithy.api#documentation": "<p>Represents a collection of Resource resources.</p>"
            }
        },
        "com.amazonaws.apigateway#ResponseTransferMode": {
            "type": "enum",
            "members": {
                "BUFFERED": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "BUFFERED"
                    }
                },
                "STREAM": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "STREAM"
                    }
                }
            }
        },
        "com.amazonaws.apigateway#RestApi": {
            "type": "structure",
            "members": {
@@ -10755,6 +10860,30 @@
                    "traits": {
                        "smithy.api#documentation": "<p>The API's root resource ID.</p>"
                    }
                },
                "securityPolicy": {
                    "target": "com.amazonaws.apigateway#SecurityPolicy",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe Transport Layer Security (TLS) version + cipher suite for this RestApi. \n</p>"
                    }
                },
                "endpointAccessMode": {
                    "target": "com.amazonaws.apigateway#EndpointAccessMode",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe endpoint access mode of the RestApi.\n</p>"
                    }
                },
                "apiStatus": {
                    "target": "com.amazonaws.apigateway#ApiStatus",
                    "traits": {
                        "smithy.api#documentation": "<p>The ApiStatus of the RestApi.\n</p>"
                    }
                },
                "apiStatusMessage": {
                    "target": "com.amazonaws.apigateway#String",
                    "traits": {
                        "smithy.api#documentation": "<p>\nThe status message of the RestApi. When the status message is <code>UPDATING</code> you can still invoke it.  \n</p>"
                    }
                }
            },
            "traits": {
@@ -10936,6 +11065,60 @@
                    "traits": {
                        "smithy.api#enumValue": "TLS_1_2"
                    }
                },
                "SecurityPolicy_TLS13_1_3_2025_09": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS13_1_3_2025_09"
                    }
                },
                "SecurityPolicy_TLS13_1_3_FIPS_2025_09": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS13_1_3_FIPS_2025_09"
                    }
                },
                "SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09"
                    }
                },
                "SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09"
                    }
                },
                "SecurityPolicy_TLS13_1_2_PQ_2025_09": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS13_1_2_PQ_2025_09"
                    }
                },
                "SecurityPolicy_TLS13_1_2_2021_06": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS13_1_2_2021_06"
                    }
                },
                "SecurityPolicy_TLS13_2025_EDGE": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS13_2025_EDGE"
                    }
                },
                "SecurityPolicy_TLS12_PFS_2025_EDGE": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS12_PFS_2025_EDGE"
                    }
                },
                "SecurityPolicy_TLS12_2018_EDGE": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "SecurityPolicy_TLS12_2018_EDGE"
                    }
                }
            }
        },
+5339 −1603

File changed.

Preview size limit exceeded, changes collapsed.

+1314 −63

File changed.

Preview size limit exceeded, changes collapsed.

Loading