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

Update SDK models

parent 83f79dce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/telemetry",
    "tests/no-default-features",
    "tests/webassembly"
    "tests/webassembly",
    "tests/telemetry"
]
members = [
    "sdk/accessanalyzer",
+122 −90

File changed.

Preview size limit exceeded, changes collapsed.

+110 −69
Original line number Diff line number Diff line
@@ -501,19 +501,19 @@
                "DialingCountryCode": {
                    "target": "com.amazonaws.pinpointsmsvoicev2#DialingCountryCodeType",
                    "traits": {
                        "smithy.api#documentation": "<p>The numeric dialing code for the country or region where the phone number was originally registered.</p>"
                        "smithy.api#documentation": "<p>The country or region numeric dialing code for the phone number.</p>"
                    }
                },
                "IsoCountryCode": {
                    "target": "com.amazonaws.pinpointsmsvoicev2#IsoCountryCode",
                    "traits": {
                        "smithy.api#documentation": "<p>The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.</p>"
                        "smithy.api#documentation": "<p>The two-character country or region code, in ISO 3166-1 alpha-2 format, for the phone number.</p>"
                    }
                },
                "Country": {
                    "target": "smithy.api#String",
                    "traits": {
                        "smithy.api#documentation": "<p>The name of the country where the phone number was originally registered.</p>"
                        "smithy.api#documentation": "<p>The name of the country or region for the phone number.</p>"
                    }
                },
                "MCC": {
@@ -10225,6 +10225,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>A description of why the registration was denied.</p>"
                    }
                },
                "Feedback": {
                    "target": "smithy.api#String",
                    "traits": {
                        "smithy.api#documentation": "<p>Feedback provided for this specific field during the registration review process. This may include validation errors, suggestions for improvement, or additional requirements.</p>"
                    }
                }
            },
            "traits": {
@@ -10460,6 +10466,10 @@
                        "value": "SUBMITTED",
                        "name": "SUBMITTED"
                    },
                    {
                        "value": "AWS_REVIEWING",
                        "name": "AWS_REVIEWING"
                    },
                    {
                        "value": "REVIEWING",
                        "name": "REVIEWING"
@@ -10706,6 +10716,12 @@
                    "traits": {
                        "smithy.api#documentation": "<p>An array of RegistrationDeniedReasonInformation objects. </p>"
                    }
                },
                "Feedback": {
                    "target": "smithy.api#String",
                    "traits": {
                        "smithy.api#documentation": "<p>Feedback information provided during the registration review process. This includes comments, suggestions, or additional requirements.</p>"
                    }
                }
            },
            "traits": {
@@ -10750,6 +10766,10 @@
                        "value": "SUBMITTED",
                        "name": "SUBMITTED"
                    },
                    {
                        "value": "AWS_REVIEWING",
                        "name": "AWS_REVIEWING"
                    },
                    {
                        "value": "REVIEWING",
                        "name": "REVIEWING"
@@ -10797,6 +10817,12 @@
                        "smithy.api#documentation": "<p>The time when the registration was in the submitted state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>"
                    }
                },
                "AwsReviewingTimestamp": {
                    "target": "smithy.api#Timestamp",
                    "traits": {
                        "smithy.api#documentation": "<p>The time when the registration was in the AWS reviewing state, in <a href=\"https://www.epochconverter.com/\">UNIX epoch time</a> format.</p>"
                    }
                },
                "ReviewingTimestamp": {
                    "target": "smithy.api#Timestamp",
                    "traits": {
@@ -13143,6 +13169,13 @@
                        "smithy.api#documentation": "<p>The unique identifier for the registration.</p>",
                        "smithy.api#required": {}
                    }
                },
                "AwsReview": {
                    "target": "smithy.api#PrimitiveBoolean",
                    "traits": {
                        "smithy.api#default": false,
                        "smithy.api#documentation": "<p>Set to true to request AWS review of the registration. When enabled, AWS will perform additional validation and review of the registration submission before processing.</p>"
                    }
                }
            },
            "traits": {
@@ -13186,6 +13219,14 @@
                        "smithy.api#documentation": "<p>The <b>RegistrationVersionStatusHistory</b> object contains the time stamps for when the reservations status changes.</p>",
                        "smithy.api#required": {}
                    }
                },
                "AwsReview": {
                    "target": "smithy.api#PrimitiveBoolean",
                    "traits": {
                        "smithy.api#default": false,
                        "smithy.api#documentation": "<p>Indicates whether AWS review was requested for this registration submission.</p>",
                        "smithy.api#required": {}
                    }
                }
            },
            "traits": {
+152 −117
Original line number Diff line number Diff line
@@ -6001,6 +6001,19 @@
                                                    ]
                                                }
                                            ],
                                            "rules": [
                                                {
                                                    "conditions": [
                                                        {
                                                            "fn": "aws.isVirtualHostableS3Bucket",
                                                            "argv": [
                                                                {
                                                                    "ref": "Bucket"
                                                                },
                                                                false
                                                            ]
                                                        }
                                                    ],
                                                    "rules": [
                                                        {
                                                            "conditions": [
@@ -6252,6 +6265,14 @@
                                                    ],
                                                    "type": "tree"
                                                },
                                                {
                                                    "conditions": [],
                                                    "error": "Invalid Outposts Bucket alias - it must be a valid bucket name.",
                                                    "type": "error"
                                                }
                                            ],
                                            "type": "tree"
                                        },
                                        {
                                            "conditions": [],
                                            "error": "Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`.",
@@ -20723,6 +20744,20 @@
                                "Accelerate": false
                            }
                        },
                        {
                            "documentation": "S3 Outposts invalid bucket name",
                            "expect": {
                                "error": "Invalid Outposts Bucket alias - it must be a valid bucket name."
                            },
                            "params": {
                                "Region": "us-east-1",
                                "Bucket": "test-accessp-o0b1de75431d83bebd/8xz5w8ijx1qzlbp3i3kbeta0--op-s3",
                                "Endpoint": "https://example.amazonaws.com",
                                "UseFIPS": false,
                                "UseDualStack": false,
                                "Accelerate": false
                            }
                        },
                        {
                            "documentation": "S3 Outposts bucketAlias Invalid hardware type",
                            "expect": {
+1 −12
Original line number Diff line number Diff line
@@ -10055,18 +10055,6 @@
          }
        }
      },
      "elastictranscoder" : {
        "endpoints" : {
          "ap-northeast-1" : { },
          "ap-south-1" : { },
          "ap-southeast-1" : { },
          "ap-southeast-2" : { },
          "eu-west-1" : { },
          "us-east-1" : { },
          "us-west-1" : { },
          "us-west-2" : { }
        }
      },
      "email" : {
        "endpoints" : {
          "af-south-1" : { },
@@ -13915,6 +13903,7 @@
          "ap-southeast-3" : { },
          "ap-southeast-4" : { },
          "ap-southeast-5" : { },
          "ap-southeast-6" : { },
          "ap-southeast-7" : { },
          "ca-central-1" : {
            "variants" : [ {
Loading