aws-sdk 2.1640.0 → 2.1641.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/README.md +1 -1
 - package/apis/cloudhsmv2-2017-04-28.min.json +26 -19
 - package/apis/glue-2017-03-31.min.json +99 -98
 - package/apis/iotwireless-2020-11-22.min.json +4 -1
 - package/apis/kms-2014-11-01.examples.json +29 -0
 - package/apis/kms-2014-11-01.min.json +76 -23
 - package/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
 - package/apis/mediapackagev2-2022-12-25.min.json +108 -71
 - package/clients/cloudhsmv2.d.ts +18 -1
 - package/clients/glue.d.ts +6 -1
 - package/clients/iotwireless.d.ts +1 -1
 - package/clients/kms.d.ts +80 -14
 - package/clients/mediapackagev2.d.ts +57 -4
 - package/dist/aws-sdk-core-react-native.js +1 -1
 - package/dist/aws-sdk-react-native.js +15 -6
 - package/dist/aws-sdk.js +114 -45
 - package/dist/aws-sdk.min.js +61 -61
 - package/lib/core.js +1 -1
 - package/lib/credentials/cognito_identity_credentials.js +9 -0
 - package/lib/shared-ini/ini-loader.d.ts +24 -1
 - package/lib/shared-ini/ini-loader.js +0 -6
 - package/package.json +1 -1
 - package/scripts/region-checker/allowlist.js +3 -3
 
    
        package/README.md
    CHANGED
    
    | 
         @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; 
     | 
|
| 
       64 
64 
     | 
    
         
             
            To use the SDK in the browser, simply add the following script tag to your
         
     | 
| 
       65 
65 
     | 
    
         
             
            HTML pages:
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
       67 
     | 
    
         
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. 
     | 
| 
      
 67 
     | 
    
         
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1641.0.min.js"></script>
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
       69 
69 
     | 
    
         
             
            You can also build a custom browser SDK with your specified set of AWS services.
         
     | 
| 
       70 
70 
     | 
    
         
             
            This can allow you to reduce the SDK's size, specify different API versions of
         
     | 
| 
         @@ -5,6 +5,9 @@ 
     | 
|
| 
       5 
5 
     | 
    
         
             
                "endpointPrefix": "cloudhsmv2",
         
     | 
| 
       6 
6 
     | 
    
         
             
                "jsonVersion": "1.1",
         
     | 
| 
       7 
7 
     | 
    
         
             
                "protocol": "json",
         
     | 
| 
      
 8 
     | 
    
         
            +
                "protocols": [
         
     | 
| 
      
 9 
     | 
    
         
            +
                  "json"
         
     | 
| 
      
 10 
     | 
    
         
            +
                ],
         
     | 
| 
       8 
11 
     | 
    
         
             
                "serviceAbbreviation": "CloudHSM V2",
         
     | 
| 
       9 
12 
     | 
    
         
             
                "serviceFullName": "AWS CloudHSM V2",
         
     | 
| 
       10 
13 
     | 
    
         
             
                "serviceId": "CloudHSM V2",
         
     | 
| 
         @@ -65,14 +68,15 @@ 
     | 
|
| 
       65 
68 
     | 
    
         
             
                      },
         
     | 
| 
       66 
69 
     | 
    
         
             
                      "TagList": {
         
     | 
| 
       67 
70 
     | 
    
         
             
                        "shape": "S4"
         
     | 
| 
       68 
     | 
    
         
            -
                      }
         
     | 
| 
      
 71 
     | 
    
         
            +
                      },
         
     | 
| 
      
 72 
     | 
    
         
            +
                      "Mode": {}
         
     | 
| 
       69 
73 
     | 
    
         
             
                    }
         
     | 
| 
       70 
74 
     | 
    
         
             
                  },
         
     | 
| 
       71 
75 
     | 
    
         
             
                  "output": {
         
     | 
| 
       72 
76 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       73 
77 
     | 
    
         
             
                    "members": {
         
     | 
| 
       74 
78 
     | 
    
         
             
                      "Cluster": {
         
     | 
| 
       75 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 79 
     | 
    
         
            +
                        "shape": "Sl"
         
     | 
| 
       76 
80 
     | 
    
         
             
                      }
         
     | 
| 
       77 
81 
     | 
    
         
             
                    }
         
     | 
| 
       78 
82 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -94,7 +98,7 @@ 
     | 
|
| 
       94 
98 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       95 
99 
     | 
    
         
             
                    "members": {
         
     | 
| 
       96 
100 
     | 
    
         
             
                      "Hsm": {
         
     | 
| 
       97 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 101 
     | 
    
         
            +
                        "shape": "So"
         
     | 
| 
       98 
102 
     | 
    
         
             
                      }
         
     | 
| 
       99 
103 
     | 
    
         
             
                    }
         
     | 
| 
       100 
104 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -113,7 +117,7 @@ 
     | 
|
| 
       113 
117 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       114 
118 
     | 
    
         
             
                    "members": {
         
     | 
| 
       115 
119 
     | 
    
         
             
                      "Backup": {
         
     | 
| 
       116 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 120 
     | 
    
         
            +
                        "shape": "S17"
         
     | 
| 
       117 
121 
     | 
    
         
             
                      }
         
     | 
| 
       118 
122 
     | 
    
         
             
                    }
         
     | 
| 
       119 
123 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -132,7 +136,7 @@ 
     | 
|
| 
       132 
136 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       133 
137 
     | 
    
         
             
                    "members": {
         
     | 
| 
       134 
138 
     | 
    
         
             
                      "Cluster": {
         
     | 
| 
       135 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 139 
     | 
    
         
            +
                        "shape": "Sl"
         
     | 
| 
       136 
140 
     | 
    
         
             
                      }
         
     | 
| 
       137 
141 
     | 
    
         
             
                    }
         
     | 
| 
       138 
142 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -166,7 +170,7 @@ 
     | 
|
| 
       166 
170 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       167 
171 
     | 
    
         
             
                      },
         
     | 
| 
       168 
172 
     | 
    
         
             
                      "Filters": {
         
     | 
| 
       169 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 173 
     | 
    
         
            +
                        "shape": "S1h"
         
     | 
| 
       170 
174 
     | 
    
         
             
                      },
         
     | 
| 
       171 
175 
     | 
    
         
             
                      "SortAscending": {
         
     | 
| 
       172 
176 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
         @@ -179,7 +183,7 @@ 
     | 
|
| 
       179 
183 
     | 
    
         
             
                      "Backups": {
         
     | 
| 
       180 
184 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       181 
185 
     | 
    
         
             
                        "member": {
         
     | 
| 
       182 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 186 
     | 
    
         
            +
                          "shape": "S17"
         
     | 
| 
       183 
187 
     | 
    
         
             
                        }
         
     | 
| 
       184 
188 
     | 
    
         
             
                      },
         
     | 
| 
       185 
189 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -191,7 +195,7 @@ 
     | 
|
| 
       191 
195 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       192 
196 
     | 
    
         
             
                    "members": {
         
     | 
| 
       193 
197 
     | 
    
         
             
                      "Filters": {
         
     | 
| 
       194 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 198 
     | 
    
         
            +
                        "shape": "S1h"
         
     | 
| 
       195 
199 
     | 
    
         
             
                      },
         
     | 
| 
       196 
200 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
       197 
201 
     | 
    
         
             
                      "MaxResults": {
         
     | 
| 
         @@ -205,7 +209,7 @@ 
     | 
|
| 
       205 
209 
     | 
    
         
             
                      "Clusters": {
         
     | 
| 
       206 
210 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       207 
211 
     | 
    
         
             
                        "member": {
         
     | 
| 
       208 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 212 
     | 
    
         
            +
                          "shape": "Sl"
         
     | 
| 
       209 
213 
     | 
    
         
             
                        }
         
     | 
| 
       210 
214 
     | 
    
         
             
                      },
         
     | 
| 
       211 
215 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -279,7 +283,7 @@ 
     | 
|
| 
       279 
283 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       280 
284 
     | 
    
         
             
                    "members": {
         
     | 
| 
       281 
285 
     | 
    
         
             
                      "Backup": {
         
     | 
| 
       282 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 286 
     | 
    
         
            +
                        "shape": "S17"
         
     | 
| 
       283 
287 
     | 
    
         
             
                      }
         
     | 
| 
       284 
288 
     | 
    
         
             
                    }
         
     | 
| 
       285 
289 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -302,7 +306,7 @@ 
     | 
|
| 
       302 
306 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       303 
307 
     | 
    
         
             
                    "members": {
         
     | 
| 
       304 
308 
     | 
    
         
             
                      "Cluster": {
         
     | 
| 
       305 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 309 
     | 
    
         
            +
                        "shape": "Sl"
         
     | 
| 
       306 
310 
     | 
    
         
             
                      }
         
     | 
| 
       307 
311 
     | 
    
         
             
                    }
         
     | 
| 
       308 
312 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -321,7 +325,7 @@ 
     | 
|
| 
       321 
325 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       322 
326 
     | 
    
         
             
                    "members": {
         
     | 
| 
       323 
327 
     | 
    
         
             
                      "Backup": {
         
     | 
| 
       324 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 328 
     | 
    
         
            +
                        "shape": "S17"
         
     | 
| 
       325 
329 
     | 
    
         
             
                      }
         
     | 
| 
       326 
330 
     | 
    
         
             
                    }
         
     | 
| 
       327 
331 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -388,7 +392,7 @@ 
     | 
|
| 
       388 
392 
     | 
    
         
             
                    "Value": {}
         
     | 
| 
       389 
393 
     | 
    
         
             
                  }
         
     | 
| 
       390 
394 
     | 
    
         
             
                },
         
     | 
| 
       391 
     | 
    
         
            -
                " 
     | 
| 
      
 395 
     | 
    
         
            +
                "Sl": {
         
     | 
| 
       392 
396 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       393 
397 
     | 
    
         
             
                  "members": {
         
     | 
| 
       394 
398 
     | 
    
         
             
                    "BackupPolicy": {},
         
     | 
| 
         @@ -402,7 +406,7 @@ 
     | 
|
| 
       402 
406 
     | 
    
         
             
                    "Hsms": {
         
     | 
| 
       403 
407 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       404 
408 
     | 
    
         
             
                      "member": {
         
     | 
| 
       405 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 409 
     | 
    
         
            +
                        "shape": "So"
         
     | 
| 
       406 
410 
     | 
    
         
             
                      }
         
     | 
| 
       407 
411 
     | 
    
         
             
                    },
         
     | 
| 
       408 
412 
     | 
    
         
             
                    "HsmType": {},
         
     | 
| 
         @@ -429,10 +433,11 @@ 
     | 
|
| 
       429 
433 
     | 
    
         
             
                    },
         
     | 
| 
       430 
434 
     | 
    
         
             
                    "TagList": {
         
     | 
| 
       431 
435 
     | 
    
         
             
                      "shape": "S4"
         
     | 
| 
       432 
     | 
    
         
            -
                    }
         
     | 
| 
      
 436 
     | 
    
         
            +
                    },
         
     | 
| 
      
 437 
     | 
    
         
            +
                    "Mode": {}
         
     | 
| 
       433 
438 
     | 
    
         
             
                  }
         
     | 
| 
       434 
439 
     | 
    
         
             
                },
         
     | 
| 
       435 
     | 
    
         
            -
                " 
     | 
| 
      
 440 
     | 
    
         
            +
                "So": {
         
     | 
| 
       436 
441 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       437 
442 
     | 
    
         
             
                  "required": [
         
     | 
| 
       438 
443 
     | 
    
         
             
                    "HsmId"
         
     | 
| 
         @@ -448,7 +453,7 @@ 
     | 
|
| 
       448 
453 
     | 
    
         
             
                    "StateMessage": {}
         
     | 
| 
       449 
454 
     | 
    
         
             
                  }
         
     | 
| 
       450 
455 
     | 
    
         
             
                },
         
     | 
| 
       451 
     | 
    
         
            -
                " 
     | 
| 
      
 456 
     | 
    
         
            +
                "S17": {
         
     | 
| 
       452 
457 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       453 
458 
     | 
    
         
             
                  "required": [
         
     | 
| 
       454 
459 
     | 
    
         
             
                    "BackupId"
         
     | 
| 
         @@ -474,10 +479,12 @@ 
     | 
|
| 
       474 
479 
     | 
    
         
             
                    },
         
     | 
| 
       475 
480 
     | 
    
         
             
                    "TagList": {
         
     | 
| 
       476 
481 
     | 
    
         
             
                      "shape": "S4"
         
     | 
| 
       477 
     | 
    
         
            -
                    }
         
     | 
| 
      
 482 
     | 
    
         
            +
                    },
         
     | 
| 
      
 483 
     | 
    
         
            +
                    "HsmType": {},
         
     | 
| 
      
 484 
     | 
    
         
            +
                    "Mode": {}
         
     | 
| 
       478 
485 
     | 
    
         
             
                  }
         
     | 
| 
       479 
486 
     | 
    
         
             
                },
         
     | 
| 
       480 
     | 
    
         
            -
                " 
     | 
| 
      
 487 
     | 
    
         
            +
                "S1h": {
         
     | 
| 
       481 
488 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       482 
489 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       483 
490 
     | 
    
         
             
                  "value": {
         
     |