aws-partitions 1.738.0 → 1.739.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/partitions.json +98 -7
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 7f6856621a95ccbc9527c48cd47efd4954a545941803cc5556eac1b20e03ac30
         | 
| 4 | 
            +
              data.tar.gz: 0a657acf4cb87979428c5f5b9abfd0ffbca75fba4ac4b73362640e19616cc570
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 47b5c07595ed0873288219c21e35c59953399479b7bd67e5af69f9b0157f5746ff6192a7612ed52cba55d7edb301f54ffad26f708d2ea6b8f4c5b06dfcfbee4c
         | 
| 7 | 
            +
              data.tar.gz: b8863e2dd68eb3ad2acf3efc68f23ad61751e8eeead6cbc8937eaab6ea5b5681b70e0a062b1f295ebbb62da345569080eb84ff7112ed4727c9f703664d503c98
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            1. | 
| 1 | 
            +
            1.739.0
         | 
    
        data/partitions.json
    CHANGED
    
    | @@ -316,6 +316,7 @@ | |
| 316 316 | 
             
                      "ap-northeast-2" : { },
         | 
| 317 317 | 
             
                      "ap-northeast-3" : { },
         | 
| 318 318 | 
             
                      "ap-south-1" : { },
         | 
| 319 | 
            +
                      "ap-south-2" : { },
         | 
| 319 320 | 
             
                      "ap-southeast-1" : { },
         | 
| 320 321 | 
             
                      "ap-southeast-2" : { },
         | 
| 321 322 | 
             
                      "ap-southeast-3" : { },
         | 
| @@ -326,8 +327,10 @@ | |
| 326 327 | 
             
                        } ]
         | 
| 327 328 | 
             
                      },
         | 
| 328 329 | 
             
                      "eu-central-1" : { },
         | 
| 330 | 
            +
                      "eu-central-2" : { },
         | 
| 329 331 | 
             
                      "eu-north-1" : { },
         | 
| 330 332 | 
             
                      "eu-south-1" : { },
         | 
| 333 | 
            +
                      "eu-south-2" : { },
         | 
| 331 334 | 
             
                      "eu-west-1" : { },
         | 
| 332 335 | 
             
                      "eu-west-2" : { },
         | 
| 333 336 | 
             
                      "eu-west-3" : { },
         | 
| @@ -7247,13 +7250,61 @@ | |
| 7247 7250 | 
             
                      "ap-south-1" : { },
         | 
| 7248 7251 | 
             
                      "ap-southeast-1" : { },
         | 
| 7249 7252 | 
             
                      "ap-southeast-2" : { },
         | 
| 7250 | 
            -
                      "ca-central-1" : { | 
| 7253 | 
            +
                      "ca-central-1" : {
         | 
| 7254 | 
            +
                        "variants" : [ {
         | 
| 7255 | 
            +
                          "hostname" : "greengrass-fips.ca-central-1.amazonaws.com",
         | 
| 7256 | 
            +
                          "tags" : [ "fips" ]
         | 
| 7257 | 
            +
                        } ]
         | 
| 7258 | 
            +
                      },
         | 
| 7251 7259 | 
             
                      "eu-central-1" : { },
         | 
| 7252 7260 | 
             
                      "eu-west-1" : { },
         | 
| 7253 7261 | 
             
                      "eu-west-2" : { },
         | 
| 7254 | 
            -
                      " | 
| 7255 | 
            -
             | 
| 7256 | 
            -
             | 
| 7262 | 
            +
                      "fips-ca-central-1" : {
         | 
| 7263 | 
            +
                        "credentialScope" : {
         | 
| 7264 | 
            +
                          "region" : "ca-central-1"
         | 
| 7265 | 
            +
                        },
         | 
| 7266 | 
            +
                        "deprecated" : true,
         | 
| 7267 | 
            +
                        "hostname" : "greengrass-fips.ca-central-1.amazonaws.com"
         | 
| 7268 | 
            +
                      },
         | 
| 7269 | 
            +
                      "fips-us-east-1" : {
         | 
| 7270 | 
            +
                        "credentialScope" : {
         | 
| 7271 | 
            +
                          "region" : "us-east-1"
         | 
| 7272 | 
            +
                        },
         | 
| 7273 | 
            +
                        "deprecated" : true,
         | 
| 7274 | 
            +
                        "hostname" : "greengrass-fips.us-east-1.amazonaws.com"
         | 
| 7275 | 
            +
                      },
         | 
| 7276 | 
            +
                      "fips-us-east-2" : {
         | 
| 7277 | 
            +
                        "credentialScope" : {
         | 
| 7278 | 
            +
                          "region" : "us-east-2"
         | 
| 7279 | 
            +
                        },
         | 
| 7280 | 
            +
                        "deprecated" : true,
         | 
| 7281 | 
            +
                        "hostname" : "greengrass-fips.us-east-2.amazonaws.com"
         | 
| 7282 | 
            +
                      },
         | 
| 7283 | 
            +
                      "fips-us-west-2" : {
         | 
| 7284 | 
            +
                        "credentialScope" : {
         | 
| 7285 | 
            +
                          "region" : "us-west-2"
         | 
| 7286 | 
            +
                        },
         | 
| 7287 | 
            +
                        "deprecated" : true,
         | 
| 7288 | 
            +
                        "hostname" : "greengrass-fips.us-west-2.amazonaws.com"
         | 
| 7289 | 
            +
                      },
         | 
| 7290 | 
            +
                      "us-east-1" : {
         | 
| 7291 | 
            +
                        "variants" : [ {
         | 
| 7292 | 
            +
                          "hostname" : "greengrass-fips.us-east-1.amazonaws.com",
         | 
| 7293 | 
            +
                          "tags" : [ "fips" ]
         | 
| 7294 | 
            +
                        } ]
         | 
| 7295 | 
            +
                      },
         | 
| 7296 | 
            +
                      "us-east-2" : {
         | 
| 7297 | 
            +
                        "variants" : [ {
         | 
| 7298 | 
            +
                          "hostname" : "greengrass-fips.us-east-2.amazonaws.com",
         | 
| 7299 | 
            +
                          "tags" : [ "fips" ]
         | 
| 7300 | 
            +
                        } ]
         | 
| 7301 | 
            +
                      },
         | 
| 7302 | 
            +
                      "us-west-2" : {
         | 
| 7303 | 
            +
                        "variants" : [ {
         | 
| 7304 | 
            +
                          "hostname" : "greengrass-fips.us-west-2.amazonaws.com",
         | 
| 7305 | 
            +
                          "tags" : [ "fips" ]
         | 
| 7306 | 
            +
                        } ]
         | 
| 7307 | 
            +
                      }
         | 
| 7257 7308 | 
             
                    },
         | 
| 7258 7309 | 
             
                    "isRegionalized" : true
         | 
| 7259 7310 | 
             
                  },
         | 
| @@ -8244,8 +8295,32 @@ | |
| 8244 8295 | 
             
                      "ap-southeast-2" : { },
         | 
| 8245 8296 | 
             
                      "eu-central-1" : { },
         | 
| 8246 8297 | 
             
                      "eu-west-1" : { },
         | 
| 8247 | 
            -
                      "us-east-1" : { | 
| 8248 | 
            -
             | 
| 8298 | 
            +
                      "fips-us-east-1" : {
         | 
| 8299 | 
            +
                        "credentialScope" : {
         | 
| 8300 | 
            +
                          "region" : "us-east-1"
         | 
| 8301 | 
            +
                        },
         | 
| 8302 | 
            +
                        "deprecated" : true,
         | 
| 8303 | 
            +
                        "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com"
         | 
| 8304 | 
            +
                      },
         | 
| 8305 | 
            +
                      "fips-us-west-2" : {
         | 
| 8306 | 
            +
                        "credentialScope" : {
         | 
| 8307 | 
            +
                          "region" : "us-west-2"
         | 
| 8308 | 
            +
                        },
         | 
| 8309 | 
            +
                        "deprecated" : true,
         | 
| 8310 | 
            +
                        "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com"
         | 
| 8311 | 
            +
                      },
         | 
| 8312 | 
            +
                      "us-east-1" : {
         | 
| 8313 | 
            +
                        "variants" : [ {
         | 
| 8314 | 
            +
                          "hostname" : "iottwinmaker-fips.us-east-1.amazonaws.com",
         | 
| 8315 | 
            +
                          "tags" : [ "fips" ]
         | 
| 8316 | 
            +
                        } ]
         | 
| 8317 | 
            +
                      },
         | 
| 8318 | 
            +
                      "us-west-2" : {
         | 
| 8319 | 
            +
                        "variants" : [ {
         | 
| 8320 | 
            +
                          "hostname" : "iottwinmaker-fips.us-west-2.amazonaws.com",
         | 
| 8321 | 
            +
                          "tags" : [ "fips" ]
         | 
| 8322 | 
            +
                        } ]
         | 
| 8323 | 
            +
                      }
         | 
| 8249 8324 | 
             
                    }
         | 
| 8250 8325 | 
             
                  },
         | 
| 8251 8326 | 
             
                  "iotwireless" : {
         | 
| @@ -14055,13 +14130,17 @@ | |
| 14055 14130 | 
             
                      "ap-northeast-2" : { },
         | 
| 14056 14131 | 
             
                      "ap-northeast-3" : { },
         | 
| 14057 14132 | 
             
                      "ap-south-1" : { },
         | 
| 14133 | 
            +
                      "ap-south-2" : { },
         | 
| 14058 14134 | 
             
                      "ap-southeast-1" : { },
         | 
| 14059 14135 | 
             
                      "ap-southeast-2" : { },
         | 
| 14060 14136 | 
             
                      "ap-southeast-3" : { },
         | 
| 14137 | 
            +
                      "ap-southeast-4" : { },
         | 
| 14061 14138 | 
             
                      "ca-central-1" : { },
         | 
| 14062 14139 | 
             
                      "eu-central-1" : { },
         | 
| 14140 | 
            +
                      "eu-central-2" : { },
         | 
| 14063 14141 | 
             
                      "eu-north-1" : { },
         | 
| 14064 14142 | 
             
                      "eu-south-1" : { },
         | 
| 14143 | 
            +
                      "eu-south-2" : { },
         | 
| 14065 14144 | 
             
                      "eu-west-1" : { },
         | 
| 14066 14145 | 
             
                      "eu-west-2" : { },
         | 
| 14067 14146 | 
             
                      "eu-west-3" : { },
         | 
| @@ -20583,7 +20662,19 @@ | |
| 20583 20662 | 
             
                  },
         | 
| 20584 20663 | 
             
                  "iottwinmaker" : {
         | 
| 20585 20664 | 
             
                    "endpoints" : {
         | 
| 20586 | 
            -
                      "us-gov-west-1" : { | 
| 20665 | 
            +
                      "fips-us-gov-west-1" : {
         | 
| 20666 | 
            +
                        "credentialScope" : {
         | 
| 20667 | 
            +
                          "region" : "us-gov-west-1"
         | 
| 20668 | 
            +
                        },
         | 
| 20669 | 
            +
                        "deprecated" : true,
         | 
| 20670 | 
            +
                        "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com"
         | 
| 20671 | 
            +
                      },
         | 
| 20672 | 
            +
                      "us-gov-west-1" : {
         | 
| 20673 | 
            +
                        "variants" : [ {
         | 
| 20674 | 
            +
                          "hostname" : "iottwinmaker-fips.us-gov-west-1.amazonaws.com",
         | 
| 20675 | 
            +
                          "tags" : [ "fips" ]
         | 
| 20676 | 
            +
                        } ]
         | 
| 20677 | 
            +
                      }
         | 
| 20587 20678 | 
             
                    }
         | 
| 20588 20679 | 
             
                  },
         | 
| 20589 20680 | 
             
                  "kafka" : {
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-partitions
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.739.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Amazon Web Services
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2023-03- | 
| 11 | 
            +
            date: 2023-03-31 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies: []
         | 
| 13 13 | 
             
            description: Provides interfaces to enumerate AWS partitions, regions, and services.
         | 
| 14 14 | 
             
            email: 
         |