aws-sdk 2.1353.0 → 2.1355.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.
- package/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/connect-2017-08-08.min.json +196 -187
- package/apis/ecr-public-2020-10-30.min.json +8 -8
- package/apis/emr-serverless-2021-07-13.min.json +3 -0
- package/apis/eventbridge-2015-10-07.min.json +18 -6
- package/apis/iot-2015-05-28.min.json +289 -274
- package/apis/iot-data-2015-05-28.min.json +3 -0
- package/apis/marketplace-catalog-2018-09-17.min.json +82 -15
- package/apis/mediaconvert-2017-08-29.min.json +56 -32
- package/apis/rekognition-2016-06-27.min.json +224 -138
- package/apis/wafv2-2019-07-29.min.json +55 -28
- package/clients/connect.d.ts +15 -4
- package/clients/ecrpublic.d.ts +2 -2
- package/clients/ecs.d.ts +24 -24
- package/clients/emrserverless.d.ts +7 -3
- package/clients/eventbridge.d.ts +3 -1
- package/clients/iot.d.ts +19 -0
- package/clients/iotdata.d.ts +5 -0
- package/clients/marketplacecatalog.d.ts +67 -7
- package/clients/mediaconvert.d.ts +20 -1
- package/clients/omics.d.ts +2 -2
- package/clients/rekognition.d.ts +114 -16
- package/clients/wafv2.d.ts +89 -62
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +2538 -881
- package/dist/aws-sdk.js +797 -617
- package/dist/aws-sdk.min.js +79 -79
- package/dist/xml2js.js +2579 -922
- package/lib/core.js +1 -1
- package/package.json +2 -2
| @@ -72,7 +72,7 @@ | |
| 72 72 | 
             
                      "registryId": {},
         | 
| 73 73 | 
             
                      "repositoryName": {},
         | 
| 74 74 | 
             
                      "imageIds": {
         | 
| 75 | 
            -
                        "shape": " | 
| 75 | 
            +
                        "shape": "Si"
         | 
| 76 76 | 
             
                      }
         | 
| 77 77 | 
             
                    }
         | 
| 78 78 | 
             
                  },
         | 
| @@ -80,7 +80,7 @@ | |
| 80 80 | 
             
                    "type": "structure",
         | 
| 81 81 | 
             
                    "members": {
         | 
| 82 82 | 
             
                      "imageIds": {
         | 
| 83 | 
            -
                        "shape": " | 
| 83 | 
            +
                        "shape": "Si"
         | 
| 84 84 | 
             
                      },
         | 
| 85 85 | 
             
                      "failures": {
         | 
| 86 86 | 
             
                        "type": "list",
         | 
| @@ -88,7 +88,7 @@ | |
| 88 88 | 
             
                          "type": "structure",
         | 
| 89 89 | 
             
                          "members": {
         | 
| 90 90 | 
             
                            "imageId": {
         | 
| 91 | 
            -
                              "shape": " | 
| 91 | 
            +
                              "shape": "Sj"
         | 
| 92 92 | 
             
                            },
         | 
| 93 93 | 
             
                            "failureCode": {},
         | 
| 94 94 | 
             
                            "failureReason": {}
         | 
| @@ -255,7 +255,7 @@ | |
| 255 255 | 
             
                      "registryId": {},
         | 
| 256 256 | 
             
                      "repositoryName": {},
         | 
| 257 257 | 
             
                      "imageIds": {
         | 
| 258 | 
            -
                        "shape": " | 
| 258 | 
            +
                        "shape": "Si"
         | 
| 259 259 | 
             
                      },
         | 
| 260 260 | 
             
                      "nextToken": {},
         | 
| 261 261 | 
             
                      "maxResults": {
         | 
| @@ -526,7 +526,7 @@ | |
| 526 526 | 
             
                          "registryId": {},
         | 
| 527 527 | 
             
                          "repositoryName": {},
         | 
| 528 528 | 
             
                          "imageId": {
         | 
| 529 | 
            -
                            "shape": " | 
| 529 | 
            +
                            "shape": "Sj"
         | 
| 530 530 | 
             
                          },
         | 
| 531 531 | 
             
                          "imageManifest": {},
         | 
| 532 532 | 
             
                          "imageManifestMediaType": {}
         | 
| @@ -681,13 +681,13 @@ | |
| 681 681 | 
             
                }
         | 
| 682 682 | 
             
              },
         | 
| 683 683 | 
             
              "shapes": {
         | 
| 684 | 
            -
                " | 
| 684 | 
            +
                "Si": {
         | 
| 685 685 | 
             
                  "type": "list",
         | 
| 686 686 | 
             
                  "member": {
         | 
| 687 | 
            -
                    "shape": " | 
| 687 | 
            +
                    "shape": "Sj"
         | 
| 688 688 | 
             
                  }
         | 
| 689 689 | 
             
                },
         | 
| 690 | 
            -
                " | 
| 690 | 
            +
                "Sj": {
         | 
| 691 691 | 
             
                  "type": "structure",
         | 
| 692 692 | 
             
                  "members": {
         | 
| 693 693 | 
             
                    "imageDigest": {},
         | 
| @@ -1226,7 +1226,7 @@ | |
| 1226 1226 | 
             
                            },
         | 
| 1227 1227 | 
             
                            "Source": {},
         | 
| 1228 1228 | 
             
                            "Resources": {
         | 
| 1229 | 
            -
                              "shape": " | 
| 1229 | 
            +
                              "shape": "S7e"
         | 
| 1230 1230 | 
             
                            },
         | 
| 1231 1231 | 
             
                            "DetailType": {},
         | 
| 1232 1232 | 
             
                            "Detail": {},
         | 
| @@ -1279,7 +1279,7 @@ | |
| 1279 1279 | 
             
                            },
         | 
| 1280 1280 | 
             
                            "Source": {},
         | 
| 1281 1281 | 
             
                            "Resources": {
         | 
| 1282 | 
            -
                              "shape": " | 
| 1282 | 
            +
                              "shape": "S7e"
         | 
| 1283 1283 | 
             
                            },
         | 
| 1284 1284 | 
             
                            "DetailType": {},
         | 
| 1285 1285 | 
             
                            "Detail": {}
         | 
| @@ -2037,17 +2037,25 @@ | |
| 2037 2037 | 
             
                      "RedshiftDataParameters": {
         | 
| 2038 2038 | 
             
                        "type": "structure",
         | 
| 2039 2039 | 
             
                        "required": [
         | 
| 2040 | 
            -
                          "Database" | 
| 2041 | 
            -
                          "Sql"
         | 
| 2040 | 
            +
                          "Database"
         | 
| 2042 2041 | 
             
                        ],
         | 
| 2043 2042 | 
             
                        "members": {
         | 
| 2044 2043 | 
             
                          "SecretManagerArn": {},
         | 
| 2045 2044 | 
             
                          "Database": {},
         | 
| 2046 2045 | 
             
                          "DbUser": {},
         | 
| 2047 | 
            -
                          "Sql": { | 
| 2046 | 
            +
                          "Sql": {
         | 
| 2047 | 
            +
                            "shape": "S6x"
         | 
| 2048 | 
            +
                          },
         | 
| 2048 2049 | 
             
                          "StatementName": {},
         | 
| 2049 2050 | 
             
                          "WithEvent": {
         | 
| 2050 2051 | 
             
                            "type": "boolean"
         | 
| 2052 | 
            +
                          },
         | 
| 2053 | 
            +
                          "Sqls": {
         | 
| 2054 | 
            +
                            "type": "list",
         | 
| 2055 | 
            +
                            "member": {
         | 
| 2056 | 
            +
                              "shape": "S6x"
         | 
| 2057 | 
            +
                            },
         | 
| 2058 | 
            +
                            "sensitive": true
         | 
| 2051 2059 | 
             
                          }
         | 
| 2052 2060 | 
             
                        }
         | 
| 2053 2061 | 
             
                      },
         | 
| @@ -2094,7 +2102,11 @@ | |
| 2094 2102 | 
             
                  "type": "list",
         | 
| 2095 2103 | 
             
                  "member": {}
         | 
| 2096 2104 | 
             
                },
         | 
| 2097 | 
            -
                " | 
| 2105 | 
            +
                "S6x": {
         | 
| 2106 | 
            +
                  "type": "string",
         | 
| 2107 | 
            +
                  "sensitive": true
         | 
| 2108 | 
            +
                },
         | 
| 2109 | 
            +
                "S7e": {
         | 
| 2098 2110 | 
             
                  "type": "list",
         | 
| 2099 2111 | 
             
                  "member": {}
         | 
| 2100 2112 | 
             
                }
         |