aws-sdk 2.1372.0 → 2.1373.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 +7 -1
- package/README.md +1 -1
- package/apis/inspector2-2020-06-08.min.json +142 -0
- package/apis/inspector2-2020-06-08.paginators.json +5 -0
- package/apis/mediatailor-2018-04-23.min.json +40 -39
- package/apis/sqs-2012-11-05.min.json +103 -36
- package/apis/sqs-2012-11-05.paginators.json +3 -3
- package/clients/ec2.d.ts +1 -1
- package/clients/inspector2.d.ts +202 -0
- package/clients/mediatailor.d.ts +7 -2
- package/clients/sqs.d.ts +42 -42
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +108 -42
- package/dist/aws-sdk.min.js +19 -19
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/dist/aws-sdk.js
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1373.0
         | 
| 2 2 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 3 3 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 4 4 | 
             
            (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
         | 
| @@ -234228,16 +234228,14 @@ module.exports={ | |
| 234228 234228 | 
             
              "version": "2.0",
         | 
| 234229 234229 | 
             
              "metadata": {
         | 
| 234230 234230 | 
             
                "apiVersion": "2012-11-05",
         | 
| 234231 | 
            -
                "awsQueryCompatible": {},
         | 
| 234232 234231 | 
             
                "endpointPrefix": "sqs",
         | 
| 234233 | 
            -
                " | 
| 234234 | 
            -
                "protocol": "json",
         | 
| 234232 | 
            +
                "protocol": "query",
         | 
| 234235 234233 | 
             
                "serviceAbbreviation": "Amazon SQS",
         | 
| 234236 234234 | 
             
                "serviceFullName": "Amazon Simple Queue Service",
         | 
| 234237 234235 | 
             
                "serviceId": "SQS",
         | 
| 234238 234236 | 
             
                "signatureVersion": "v4",
         | 
| 234239 | 
            -
                " | 
| 234240 | 
            -
                " | 
| 234237 | 
            +
                "uid": "sqs-2012-11-05",
         | 
| 234238 | 
            +
                "xmlNamespace": "http://queue.amazonaws.com/doc/2012-11-05/"
         | 
| 234241 234239 | 
             
              },
         | 
| 234242 234240 | 
             
              "operations": {
         | 
| 234243 234241 | 
             
                "AddPermission": {
         | 
| @@ -234254,12 +234252,16 @@ module.exports={ | |
| 234254 234252 | 
             
                      "Label": {},
         | 
| 234255 234253 | 
             
                      "AWSAccountIds": {
         | 
| 234256 234254 | 
             
                        "type": "list",
         | 
| 234257 | 
            -
                        "member": { | 
| 234255 | 
            +
                        "member": {
         | 
| 234256 | 
            +
                          "locationName": "AWSAccountId"
         | 
| 234257 | 
            +
                        },
         | 
| 234258 234258 | 
             
                        "flattened": true
         | 
| 234259 234259 | 
             
                      },
         | 
| 234260 234260 | 
             
                      "Actions": {
         | 
| 234261 234261 | 
             
                        "type": "list",
         | 
| 234262 | 
            -
                        "member": { | 
| 234262 | 
            +
                        "member": {
         | 
| 234263 | 
            +
                          "locationName": "ActionName"
         | 
| 234264 | 
            +
                        },
         | 
| 234263 234265 | 
             
                        "flattened": true
         | 
| 234264 234266 | 
             
                      }
         | 
| 234265 234267 | 
             
                    }
         | 
| @@ -234294,6 +234296,7 @@ module.exports={ | |
| 234294 234296 | 
             
                      "Entries": {
         | 
| 234295 234297 | 
             
                        "type": "list",
         | 
| 234296 234298 | 
             
                        "member": {
         | 
| 234299 | 
            +
                          "locationName": "ChangeMessageVisibilityBatchRequestEntry",
         | 
| 234297 234300 | 
             
                          "type": "structure",
         | 
| 234298 234301 | 
             
                          "required": [
         | 
| 234299 234302 | 
             
                            "Id",
         | 
| @@ -234312,6 +234315,7 @@ module.exports={ | |
| 234312 234315 | 
             
                    }
         | 
| 234313 234316 | 
             
                  },
         | 
| 234314 234317 | 
             
                  "output": {
         | 
| 234318 | 
            +
                    "resultWrapper": "ChangeMessageVisibilityBatchResult",
         | 
| 234315 234319 | 
             
                    "type": "structure",
         | 
| 234316 234320 | 
             
                    "required": [
         | 
| 234317 234321 | 
             
                      "Successful",
         | 
| @@ -234321,6 +234325,7 @@ module.exports={ | |
| 234321 234325 | 
             
                      "Successful": {
         | 
| 234322 234326 | 
             
                        "type": "list",
         | 
| 234323 234327 | 
             
                        "member": {
         | 
| 234328 | 
            +
                          "locationName": "ChangeMessageVisibilityBatchResultEntry",
         | 
| 234324 234329 | 
             
                          "type": "structure",
         | 
| 234325 234330 | 
             
                          "required": [
         | 
| 234326 234331 | 
             
                            "Id"
         | 
| @@ -234346,14 +234351,17 @@ module.exports={ | |
| 234346 234351 | 
             
                    "members": {
         | 
| 234347 234352 | 
             
                      "QueueName": {},
         | 
| 234348 234353 | 
             
                      "Attributes": {
         | 
| 234349 | 
            -
                        "shape": "Sh"
         | 
| 234354 | 
            +
                        "shape": "Sh",
         | 
| 234355 | 
            +
                        "locationName": "Attribute"
         | 
| 234350 234356 | 
             
                      },
         | 
| 234351 234357 | 
             
                      "tags": {
         | 
| 234352 | 
            -
                        "shape": "Sj"
         | 
| 234358 | 
            +
                        "shape": "Sj",
         | 
| 234359 | 
            +
                        "locationName": "Tag"
         | 
| 234353 234360 | 
             
                      }
         | 
| 234354 234361 | 
             
                    }
         | 
| 234355 234362 | 
             
                  },
         | 
| 234356 234363 | 
             
                  "output": {
         | 
| 234364 | 
            +
                    "resultWrapper": "CreateQueueResult",
         | 
| 234357 234365 | 
             
                    "type": "structure",
         | 
| 234358 234366 | 
             
                    "members": {
         | 
| 234359 234367 | 
             
                      "QueueUrl": {}
         | 
| @@ -234385,6 +234393,7 @@ module.exports={ | |
| 234385 234393 | 
             
                      "Entries": {
         | 
| 234386 234394 | 
             
                        "type": "list",
         | 
| 234387 234395 | 
             
                        "member": {
         | 
| 234396 | 
            +
                          "locationName": "DeleteMessageBatchRequestEntry",
         | 
| 234388 234397 | 
             
                          "type": "structure",
         | 
| 234389 234398 | 
             
                          "required": [
         | 
| 234390 234399 | 
             
                            "Id",
         | 
| @@ -234400,6 +234409,7 @@ module.exports={ | |
| 234400 234409 | 
             
                    }
         | 
| 234401 234410 | 
             
                  },
         | 
| 234402 234411 | 
             
                  "output": {
         | 
| 234412 | 
            +
                    "resultWrapper": "DeleteMessageBatchResult",
         | 
| 234403 234413 | 
             
                    "type": "structure",
         | 
| 234404 234414 | 
             
                    "required": [
         | 
| 234405 234415 | 
             
                      "Successful",
         | 
| @@ -234409,6 +234419,7 @@ module.exports={ | |
| 234409 234419 | 
             
                      "Successful": {
         | 
| 234410 234420 | 
             
                        "type": "list",
         | 
| 234411 234421 | 
             
                        "member": {
         | 
| 234422 | 
            +
                          "locationName": "DeleteMessageBatchResultEntry",
         | 
| 234412 234423 | 
             
                          "type": "structure",
         | 
| 234413 234424 | 
             
                          "required": [
         | 
| 234414 234425 | 
             
                            "Id"
         | 
| @@ -234450,10 +234461,12 @@ module.exports={ | |
| 234450 234461 | 
             
                    }
         | 
| 234451 234462 | 
             
                  },
         | 
| 234452 234463 | 
             
                  "output": {
         | 
| 234464 | 
            +
                    "resultWrapper": "GetQueueAttributesResult",
         | 
| 234453 234465 | 
             
                    "type": "structure",
         | 
| 234454 234466 | 
             
                    "members": {
         | 
| 234455 234467 | 
             
                      "Attributes": {
         | 
| 234456 | 
            -
                        "shape": "Sh"
         | 
| 234468 | 
            +
                        "shape": "Sh",
         | 
| 234469 | 
            +
                        "locationName": "Attribute"
         | 
| 234457 234470 | 
             
                      }
         | 
| 234458 234471 | 
             
                    }
         | 
| 234459 234472 | 
             
                  }
         | 
| @@ -234470,6 +234483,7 @@ module.exports={ | |
| 234470 234483 | 
             
                    }
         | 
| 234471 234484 | 
             
                  },
         | 
| 234472 234485 | 
             
                  "output": {
         | 
| 234486 | 
            +
                    "resultWrapper": "GetQueueUrlResult",
         | 
| 234473 234487 | 
             
                    "type": "structure",
         | 
| 234474 234488 | 
             
                    "members": {
         | 
| 234475 234489 | 
             
                      "QueueUrl": {}
         | 
| @@ -234491,6 +234505,7 @@ module.exports={ | |
| 234491 234505 | 
             
                    }
         | 
| 234492 234506 | 
             
                  },
         | 
| 234493 234507 | 
             
                  "output": {
         | 
| 234508 | 
            +
                    "resultWrapper": "ListDeadLetterSourceQueuesResult",
         | 
| 234494 234509 | 
             
                    "type": "structure",
         | 
| 234495 234510 | 
             
                    "required": [
         | 
| 234496 234511 | 
             
                      "queueUrls"
         | 
| @@ -234514,10 +234529,12 @@ module.exports={ | |
| 234514 234529 | 
             
                    }
         | 
| 234515 234530 | 
             
                  },
         | 
| 234516 234531 | 
             
                  "output": {
         | 
| 234532 | 
            +
                    "resultWrapper": "ListQueueTagsResult",
         | 
| 234517 234533 | 
             
                    "type": "structure",
         | 
| 234518 234534 | 
             
                    "members": {
         | 
| 234519 234535 | 
             
                      "Tags": {
         | 
| 234520 | 
            -
                        "shape": "Sj"
         | 
| 234536 | 
            +
                        "shape": "Sj",
         | 
| 234537 | 
            +
                        "locationName": "Tag"
         | 
| 234521 234538 | 
             
                      }
         | 
| 234522 234539 | 
             
                    }
         | 
| 234523 234540 | 
             
                  }
         | 
| @@ -234534,6 +234551,7 @@ module.exports={ | |
| 234534 234551 | 
             
                    }
         | 
| 234535 234552 | 
             
                  },
         | 
| 234536 234553 | 
             
                  "output": {
         | 
| 234554 | 
            +
                    "resultWrapper": "ListQueuesResult",
         | 
| 234537 234555 | 
             
                    "type": "structure",
         | 
| 234538 234556 | 
             
                    "members": {
         | 
| 234539 234557 | 
             
                      "QueueUrls": {
         | 
| @@ -234567,7 +234585,9 @@ module.exports={ | |
| 234567 234585 | 
             
                      },
         | 
| 234568 234586 | 
             
                      "MessageAttributeNames": {
         | 
| 234569 234587 | 
             
                        "type": "list",
         | 
| 234570 | 
            -
                        "member": { | 
| 234588 | 
            +
                        "member": {
         | 
| 234589 | 
            +
                          "locationName": "MessageAttributeName"
         | 
| 234590 | 
            +
                        },
         | 
| 234571 234591 | 
             
                        "flattened": true
         | 
| 234572 234592 | 
             
                      },
         | 
| 234573 234593 | 
             
                      "MaxNumberOfMessages": {
         | 
| @@ -234583,11 +234603,13 @@ module.exports={ | |
| 234583 234603 | 
             
                    }
         | 
| 234584 234604 | 
             
                  },
         | 
| 234585 234605 | 
             
                  "output": {
         | 
| 234606 | 
            +
                    "resultWrapper": "ReceiveMessageResult",
         | 
| 234586 234607 | 
             
                    "type": "structure",
         | 
| 234587 234608 | 
             
                    "members": {
         | 
| 234588 234609 | 
             
                      "Messages": {
         | 
| 234589 234610 | 
             
                        "type": "list",
         | 
| 234590 234611 | 
             
                        "member": {
         | 
| 234612 | 
            +
                          "locationName": "Message",
         | 
| 234591 234613 | 
             
                          "type": "structure",
         | 
| 234592 234614 | 
             
                          "members": {
         | 
| 234593 234615 | 
             
                            "MessageId": {},
         | 
| @@ -234595,14 +234617,20 @@ module.exports={ | |
| 234595 234617 | 
             
                            "MD5OfBody": {},
         | 
| 234596 234618 | 
             
                            "Body": {},
         | 
| 234597 234619 | 
             
                            "Attributes": {
         | 
| 234620 | 
            +
                              "locationName": "Attribute",
         | 
| 234598 234621 | 
             
                              "type": "map",
         | 
| 234599 | 
            -
                              "key": { | 
| 234600 | 
            -
             | 
| 234622 | 
            +
                              "key": {
         | 
| 234623 | 
            +
                                "locationName": "Name"
         | 
| 234624 | 
            +
                              },
         | 
| 234625 | 
            +
                              "value": {
         | 
| 234626 | 
            +
                                "locationName": "Value"
         | 
| 234627 | 
            +
                              },
         | 
| 234601 234628 | 
             
                              "flattened": true
         | 
| 234602 234629 | 
             
                            },
         | 
| 234603 234630 | 
             
                            "MD5OfMessageAttributes": {},
         | 
| 234604 234631 | 
             
                            "MessageAttributes": {
         | 
| 234605 | 
            -
                              "shape": "S1i"
         | 
| 234632 | 
            +
                              "shape": "S1i",
         | 
| 234633 | 
            +
                              "locationName": "MessageAttribute"
         | 
| 234606 234634 | 
             
                            }
         | 
| 234607 234635 | 
             
                          }
         | 
| 234608 234636 | 
             
                        },
         | 
| @@ -234638,16 +234666,19 @@ module.exports={ | |
| 234638 234666 | 
             
                        "type": "integer"
         | 
| 234639 234667 | 
             
                      },
         | 
| 234640 234668 | 
             
                      "MessageAttributes": {
         | 
| 234641 | 
            -
                        "shape": "S1i"
         | 
| 234669 | 
            +
                        "shape": "S1i",
         | 
| 234670 | 
            +
                        "locationName": "MessageAttribute"
         | 
| 234642 234671 | 
             
                      },
         | 
| 234643 234672 | 
             
                      "MessageSystemAttributes": {
         | 
| 234644 | 
            -
                        "shape": "S1p"
         | 
| 234673 | 
            +
                        "shape": "S1p",
         | 
| 234674 | 
            +
                        "locationName": "MessageSystemAttribute"
         | 
| 234645 234675 | 
             
                      },
         | 
| 234646 234676 | 
             
                      "MessageDeduplicationId": {},
         | 
| 234647 234677 | 
             
                      "MessageGroupId": {}
         | 
| 234648 234678 | 
             
                    }
         | 
| 234649 234679 | 
             
                  },
         | 
| 234650 234680 | 
             
                  "output": {
         | 
| 234681 | 
            +
                    "resultWrapper": "SendMessageResult",
         | 
| 234651 234682 | 
             
                    "type": "structure",
         | 
| 234652 234683 | 
             
                    "members": {
         | 
| 234653 234684 | 
             
                      "MD5OfMessageBody": {},
         | 
| @@ -234670,6 +234701,7 @@ module.exports={ | |
| 234670 234701 | 
             
                      "Entries": {
         | 
| 234671 234702 | 
             
                        "type": "list",
         | 
| 234672 234703 | 
             
                        "member": {
         | 
| 234704 | 
            +
                          "locationName": "SendMessageBatchRequestEntry",
         | 
| 234673 234705 | 
             
                          "type": "structure",
         | 
| 234674 234706 | 
             
                          "required": [
         | 
| 234675 234707 | 
             
                            "Id",
         | 
| @@ -234682,10 +234714,12 @@ module.exports={ | |
| 234682 234714 | 
             
                              "type": "integer"
         | 
| 234683 234715 | 
             
                            },
         | 
| 234684 234716 | 
             
                            "MessageAttributes": {
         | 
| 234685 | 
            -
                              "shape": "S1i"
         | 
| 234717 | 
            +
                              "shape": "S1i",
         | 
| 234718 | 
            +
                              "locationName": "MessageAttribute"
         | 
| 234686 234719 | 
             
                            },
         | 
| 234687 234720 | 
             
                            "MessageSystemAttributes": {
         | 
| 234688 | 
            -
                              "shape": "S1p"
         | 
| 234721 | 
            +
                              "shape": "S1p",
         | 
| 234722 | 
            +
                              "locationName": "MessageSystemAttribute"
         | 
| 234689 234723 | 
             
                            },
         | 
| 234690 234724 | 
             
                            "MessageDeduplicationId": {},
         | 
| 234691 234725 | 
             
                            "MessageGroupId": {}
         | 
| @@ -234696,6 +234730,7 @@ module.exports={ | |
| 234696 234730 | 
             
                    }
         | 
| 234697 234731 | 
             
                  },
         | 
| 234698 234732 | 
             
                  "output": {
         | 
| 234733 | 
            +
                    "resultWrapper": "SendMessageBatchResult",
         | 
| 234699 234734 | 
             
                    "type": "structure",
         | 
| 234700 234735 | 
             
                    "required": [
         | 
| 234701 234736 | 
             
                      "Successful",
         | 
| @@ -234705,6 +234740,7 @@ module.exports={ | |
| 234705 234740 | 
             
                      "Successful": {
         | 
| 234706 234741 | 
             
                        "type": "list",
         | 
| 234707 234742 | 
             
                        "member": {
         | 
| 234743 | 
            +
                          "locationName": "SendMessageBatchResultEntry",
         | 
| 234708 234744 | 
             
                          "type": "structure",
         | 
| 234709 234745 | 
             
                          "required": [
         | 
| 234710 234746 | 
             
                            "Id",
         | 
| @@ -234738,7 +234774,8 @@ module.exports={ | |
| 234738 234774 | 
             
                    "members": {
         | 
| 234739 234775 | 
             
                      "QueueUrl": {},
         | 
| 234740 234776 | 
             
                      "Attributes": {
         | 
| 234741 | 
            -
                        "shape": "Sh"
         | 
| 234777 | 
            +
                        "shape": "Sh",
         | 
| 234778 | 
            +
                        "locationName": "Attribute"
         | 
| 234742 234779 | 
             
                      }
         | 
| 234743 234780 | 
             
                    }
         | 
| 234744 234781 | 
             
                  }
         | 
| @@ -234769,7 +234806,9 @@ module.exports={ | |
| 234769 234806 | 
             
                      "QueueUrl": {},
         | 
| 234770 234807 | 
             
                      "TagKeys": {
         | 
| 234771 234808 | 
             
                        "type": "list",
         | 
| 234772 | 
            -
                        "member": { | 
| 234809 | 
            +
                        "member": {
         | 
| 234810 | 
            +
                          "locationName": "TagKey"
         | 
| 234811 | 
            +
                        },
         | 
| 234773 234812 | 
             
                        "flattened": true
         | 
| 234774 234813 | 
             
                      }
         | 
| 234775 234814 | 
             
                    }
         | 
| @@ -234780,6 +234819,7 @@ module.exports={ | |
| 234780 234819 | 
             
                "Sd": {
         | 
| 234781 234820 | 
             
                  "type": "list",
         | 
| 234782 234821 | 
             
                  "member": {
         | 
| 234822 | 
            +
                    "locationName": "BatchResultErrorEntry",
         | 
| 234783 234823 | 
             
                    "type": "structure",
         | 
| 234784 234824 | 
             
                    "required": [
         | 
| 234785 234825 | 
             
                      "Id",
         | 
| @@ -234799,30 +234839,47 @@ module.exports={ | |
| 234799 234839 | 
             
                },
         | 
| 234800 234840 | 
             
                "Sh": {
         | 
| 234801 234841 | 
             
                  "type": "map",
         | 
| 234802 | 
            -
                  "key": { | 
| 234803 | 
            -
             | 
| 234804 | 
            -
                   | 
| 234842 | 
            +
                  "key": {
         | 
| 234843 | 
            +
                    "locationName": "Name"
         | 
| 234844 | 
            +
                  },
         | 
| 234845 | 
            +
                  "value": {
         | 
| 234846 | 
            +
                    "locationName": "Value"
         | 
| 234847 | 
            +
                  },
         | 
| 234848 | 
            +
                  "flattened": true,
         | 
| 234849 | 
            +
                  "locationName": "Attribute"
         | 
| 234805 234850 | 
             
                },
         | 
| 234806 234851 | 
             
                "Sj": {
         | 
| 234807 234852 | 
             
                  "type": "map",
         | 
| 234808 | 
            -
                  "key": { | 
| 234809 | 
            -
             | 
| 234810 | 
            -
                   | 
| 234853 | 
            +
                  "key": {
         | 
| 234854 | 
            +
                    "locationName": "Key"
         | 
| 234855 | 
            +
                  },
         | 
| 234856 | 
            +
                  "value": {
         | 
| 234857 | 
            +
                    "locationName": "Value"
         | 
| 234858 | 
            +
                  },
         | 
| 234859 | 
            +
                  "flattened": true,
         | 
| 234860 | 
            +
                  "locationName": "Tag"
         | 
| 234811 234861 | 
             
                },
         | 
| 234812 234862 | 
             
                "Sw": {
         | 
| 234813 234863 | 
             
                  "type": "list",
         | 
| 234814 | 
            -
                  "member": { | 
| 234864 | 
            +
                  "member": {
         | 
| 234865 | 
            +
                    "locationName": "AttributeName"
         | 
| 234866 | 
            +
                  },
         | 
| 234815 234867 | 
             
                  "flattened": true
         | 
| 234816 234868 | 
             
                },
         | 
| 234817 234869 | 
             
                "S14": {
         | 
| 234818 234870 | 
             
                  "type": "list",
         | 
| 234819 | 
            -
                  "member": { | 
| 234871 | 
            +
                  "member": {
         | 
| 234872 | 
            +
                    "locationName": "QueueUrl"
         | 
| 234873 | 
            +
                  },
         | 
| 234820 234874 | 
             
                  "flattened": true
         | 
| 234821 234875 | 
             
                },
         | 
| 234822 234876 | 
             
                "S1i": {
         | 
| 234823 234877 | 
             
                  "type": "map",
         | 
| 234824 | 
            -
                  "key": { | 
| 234878 | 
            +
                  "key": {
         | 
| 234879 | 
            +
                    "locationName": "Name"
         | 
| 234880 | 
            +
                  },
         | 
| 234825 234881 | 
             
                  "value": {
         | 
| 234882 | 
            +
                    "locationName": "Value",
         | 
| 234826 234883 | 
             
                    "type": "structure",
         | 
| 234827 234884 | 
             
                    "required": [
         | 
| 234828 234885 | 
             
                      "DataType"
         | 
| @@ -234834,11 +234891,13 @@ module.exports={ | |
| 234834 234891 | 
             
                      },
         | 
| 234835 234892 | 
             
                      "StringListValues": {
         | 
| 234836 234893 | 
             
                        "shape": "S1l",
         | 
| 234837 | 
            -
                        "flattened": true
         | 
| 234894 | 
            +
                        "flattened": true,
         | 
| 234895 | 
            +
                        "locationName": "StringListValue"
         | 
| 234838 234896 | 
             
                      },
         | 
| 234839 234897 | 
             
                      "BinaryListValues": {
         | 
| 234840 234898 | 
             
                        "shape": "S1m",
         | 
| 234841 | 
            -
                        "flattened": true
         | 
| 234899 | 
            +
                        "flattened": true,
         | 
| 234900 | 
            +
                        "locationName": "BinaryListValue"
         | 
| 234842 234901 | 
             
                      },
         | 
| 234843 234902 | 
             
                      "DataType": {}
         | 
| 234844 234903 | 
             
                    }
         | 
| @@ -234847,18 +234906,24 @@ module.exports={ | |
| 234847 234906 | 
             
                },
         | 
| 234848 234907 | 
             
                "S1l": {
         | 
| 234849 234908 | 
             
                  "type": "list",
         | 
| 234850 | 
            -
                  "member": { | 
| 234909 | 
            +
                  "member": {
         | 
| 234910 | 
            +
                    "locationName": "StringListValue"
         | 
| 234911 | 
            +
                  }
         | 
| 234851 234912 | 
             
                },
         | 
| 234852 234913 | 
             
                "S1m": {
         | 
| 234853 234914 | 
             
                  "type": "list",
         | 
| 234854 234915 | 
             
                  "member": {
         | 
| 234916 | 
            +
                    "locationName": "BinaryListValue",
         | 
| 234855 234917 | 
             
                    "type": "blob"
         | 
| 234856 234918 | 
             
                  }
         | 
| 234857 234919 | 
             
                },
         | 
| 234858 234920 | 
             
                "S1p": {
         | 
| 234859 234921 | 
             
                  "type": "map",
         | 
| 234860 | 
            -
                  "key": { | 
| 234922 | 
            +
                  "key": {
         | 
| 234923 | 
            +
                    "locationName": "Name"
         | 
| 234924 | 
            +
                  },
         | 
| 234861 234925 | 
             
                  "value": {
         | 
| 234926 | 
            +
                    "locationName": "Value",
         | 
| 234862 234927 | 
             
                    "type": "structure",
         | 
| 234863 234928 | 
             
                    "required": [
         | 
| 234864 234929 | 
             
                      "DataType"
         | 
| @@ -234870,11 +234935,13 @@ module.exports={ | |
| 234870 234935 | 
             
                      },
         | 
| 234871 234936 | 
             
                      "StringListValues": {
         | 
| 234872 234937 | 
             
                        "shape": "S1l",
         | 
| 234873 | 
            -
                        "flattened": true
         | 
| 234938 | 
            +
                        "flattened": true,
         | 
| 234939 | 
            +
                        "locationName": "StringListValue"
         | 
| 234874 234940 | 
             
                      },
         | 
| 234875 234941 | 
             
                      "BinaryListValues": {
         | 
| 234876 234942 | 
             
                        "shape": "S1m",
         | 
| 234877 | 
            -
                        "flattened": true
         | 
| 234943 | 
            +
                        "flattened": true,
         | 
| 234944 | 
            +
                        "locationName": "BinaryListValue"
         | 
| 234878 234945 | 
             
                      },
         | 
| 234879 234946 | 
             
                      "DataType": {}
         | 
| 234880 234947 | 
             
                    }
         | 
| @@ -234888,19 +234955,18 @@ module.exports={ | |
| 234888 234955 | 
             
              "pagination": {
         | 
| 234889 234956 | 
             
                "ListDeadLetterSourceQueues": {
         | 
| 234890 234957 | 
             
                  "input_token": "NextToken",
         | 
| 234891 | 
            -
                  "output_token": "NextToken",
         | 
| 234892 234958 | 
             
                  "limit_key": "MaxResults",
         | 
| 234959 | 
            +
                  "output_token": "NextToken",
         | 
| 234893 234960 | 
             
                  "result_key": "queueUrls"
         | 
| 234894 234961 | 
             
                },
         | 
| 234895 234962 | 
             
                "ListQueues": {
         | 
| 234896 234963 | 
             
                  "input_token": "NextToken",
         | 
| 234897 | 
            -
                  "output_token": "NextToken",
         | 
| 234898 234964 | 
             
                  "limit_key": "MaxResults",
         | 
| 234965 | 
            +
                  "output_token": "NextToken",
         | 
| 234899 234966 | 
             
                  "result_key": "QueueUrls"
         | 
| 234900 234967 | 
             
                }
         | 
| 234901 234968 | 
             
              }
         | 
| 234902 234969 | 
             
            }
         | 
| 234903 | 
            -
             | 
| 234904 234970 | 
             
            },{}],225:[function(require,module,exports){
         | 
| 234905 234971 | 
             
            module.exports={
         | 
| 234906 234972 | 
             
              "version": "2.0",
         | 
| @@ -256555,7 +256621,7 @@ AWS.util.update(AWS, { | |
| 256555 256621 | 
             
              /**
         | 
| 256556 256622 | 
             
               * @constant
         | 
| 256557 256623 | 
             
               */
         | 
| 256558 | 
            -
              VERSION: '2. | 
| 256624 | 
            +
              VERSION: '2.1373.0',
         | 
| 256559 256625 |  | 
| 256560 256626 | 
             
              /**
         | 
| 256561 256627 | 
             
               * @api private
         | 
| @@ -278681,7 +278747,7 @@ var LRUCache = /** @class */ (function () { | |
| 278681 278747 | 
             
            }());
         | 
| 278682 278748 | 
             
            exports.LRUCache = LRUCache;
         | 
| 278683 278749 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 278684 | 
            -
            // AWS SDK for JavaScript v2. | 
| 278750 | 
            +
            // AWS SDK for JavaScript v2.1373.0
         | 
| 278685 278751 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 278686 278752 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 278687 278753 | 
             
            require('./browser_loader');
         |