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

Update SDK models

parent 2d22d80d
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/telemetry"
    "tests/webassembly"
]
members = [
    "sdk/accessanalyzer",
+6 −0
Original line number Diff line number Diff line
@@ -16182,6 +16182,12 @@
                    "traits": {
                        "smithy.api#enumValue": "java25"
                    }
                },
                "dotnet10": {
                    "target": "smithy.api#Unit",
                    "traits": {
                        "smithy.api#enumValue": "dotnet10"
                    }
                }
            }
        },
+23 −11

File changed.

Preview size limit exceeded, changes collapsed.

+1045 −8

File changed.

Preview size limit exceeded, changes collapsed.

+11 −0
Original line number Diff line number Diff line
@@ -39959,6 +39959,12 @@
          "us-isof-south-1" : { }
        }
      },
      "rolesanywhere" : {
        "endpoints" : {
          "us-isof-east-1" : { },
          "us-isof-south-1" : { }
        }
      },
      "route53" : {
        "endpoints" : {
          "aws-iso-f-global" : {
@@ -40588,6 +40594,11 @@
          "eusc-de-east-1" : { }
        }
      },
      "securityhub" : {
        "endpoints" : {
          "eusc-de-east-1" : { }
        }
      },
      "servicediscovery" : {
        "endpoints" : {
          "eusc-de-east-1" : { }
Loading