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

Update SDK models

parent 3611b7c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[workspace]
resolver = "2"
exclude = [
    "tests/telemetry",
    "tests/webassembly",
    "tests/no-default-features",
    "tests/webassembly"
    "tests/telemetry"
]
members = [
    "sdk/accessanalyzer",
+14 −2
Original line number Diff line number Diff line
@@ -478,6 +478,18 @@
                        "smithy.api#enumValue": "REVIEW_FREETIER_USAGE_ALERTS"
                    }
                },
                "REVIEW_FREETIER_CREDITS_REMAINING": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "REVIEW_FREETIER_CREDITS_REMAINING"
                    }
                },
                "REVIEW_FREETIER_DAYS_REMAINING": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "REVIEW_FREETIER_DAYS_REMAINING"
                    }
                },
                "REVIEW_SAVINGS_OPPORTUNITY_RECOMMENDATIONS": {
                    "target": "smithy.api#Unit",
                    "traits": {
@@ -682,10 +694,10 @@
                    {
                        "id": "ListRecommendedActionsSuccess",
                        "params": {
                            "maxResults": 10
                            "maxResults": 5
                        },
                        "expect": {
                            "failure": {}
                            "success": {}
                        },
                        "vendorParamsShape": "aws.test#AwsVendorParams"
                    }
+177 −148

File changed.

Preview size limit exceeded, changes collapsed.

+189 −25

File changed.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -14324,6 +14324,7 @@
          "ap-southeast-3" : { },
          "ap-southeast-4" : { },
          "ap-southeast-5" : { },
          "ap-southeast-6" : { },
          "ap-southeast-7" : { },
          "ca-central-1" : {
            "variants" : [ {
@@ -40442,6 +40443,11 @@
          "eusc-de-east-1" : { }
        }
      },
      "guardduty" : {
        "endpoints" : {
          "eusc-de-east-1" : { }
        }
      },
      "health" : {
        "endpoints" : {
          "eusc-de-east-1" : {
Loading