aws-sdk 2.1379.0 → 2.1380.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 +13 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +0 -3
- package/apis/compute-optimizer-2019-11-01.min.json +17 -10
- package/apis/connect-2017-08-08.min.json +371 -214
- package/apis/ec2-2016-11-15.min.json +347 -336
- package/apis/sagemaker-geospatial-2020-05-27.min.json +67 -89
- package/apis/sts-2011-06-15.min.json +12 -3
- package/clients/athena.d.ts +0 -4
- package/clients/cloudtrail.d.ts +11 -11
- package/clients/computeoptimizer.d.ts +17 -1
- package/clients/connect.d.ts +171 -0
- package/clients/ec2.d.ts +7 -6
- package/clients/ecs.d.ts +2 -2
- package/clients/mediaconvert.d.ts +9 -9
- package/clients/rds.d.ts +1 -1
- package/clients/sagemakergeospatial.d.ts +2 -31
- package/dist/aws-sdk-core-react-native.js +40 -3
- package/dist/aws-sdk-react-native.js +66 -11
- package/dist/aws-sdk.js +777 -561
- package/dist/aws-sdk.min.js +83 -83
- package/lib/core.js +1 -1
- package/lib/protocol/json.js +19 -0
- package/lib/region_config_data.json +6 -1
- package/lib/util.js +19 -1
- package/package.json +1 -1
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,19 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1380.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1380.0
         | 
| 6 | 
            +
            * bugfix: IAM: Fix endpoint for IAM in aws-iso partition
         | 
| 7 | 
            +
            * feature: Athena: Removing SparkProperties from EngineConfiguration object for StartSession API call
         | 
| 8 | 
            +
            * feature: CloudTrail: Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors.
         | 
| 9 | 
            +
            * feature: ComputeOptimizer: In this launch, we add support for showing integration status with external metric providers such as Instana, Datadog ...etc in GetEC2InstanceRecommendations and ExportEC2InstanceRecommendations apis
         | 
| 10 | 
            +
            * feature: Connect: You can programmatically create and manage prompts using APIs, for example, to extract prompts stored within Amazon Connect and add them to your Amazon S3 bucket. AWS CloudTrail, AWS CloudFormation and tagging are supported.
         | 
| 11 | 
            +
            * feature: EC2: Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances.
         | 
| 12 | 
            +
            * feature: MediaConvert: This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers.
         | 
| 13 | 
            +
            * feature: STS: API updates for the AWS Security Token Service
         | 
| 14 | 
            +
            * feature: SageMakerGeospatial: This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.
         | 
| 15 | 
            +
            * feature: errors: add error.body hidden field with original error body for JSON protocols
         | 
| 16 | 
            +
             | 
| 5 17 | 
             
            ## 2.1379.0
         | 
| 6 18 | 
             
            * feature: Detective: Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.
         | 
| 7 19 | 
             
            * feature: Glue: Add Support for Tags for Custom Entity Types
         | 
    
        package/README.md
    CHANGED
    
    | @@ -72,7 +72,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 72 72 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 73 73 | 
             
            HTML pages:
         | 
| 74 74 |  | 
| 75 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 75 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1380.0.min.js"></script>
         | 
| 76 76 |  | 
| 77 77 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 78 78 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -552,6 +552,13 @@ | |
| 552 552 | 
             
                            "instanceState": {},
         | 
| 553 553 | 
             
                            "tags": {
         | 
| 554 554 | 
             
                              "shape": "S3s"
         | 
| 555 | 
            +
                            },
         | 
| 556 | 
            +
                            "externalMetricStatus": {
         | 
| 557 | 
            +
                              "type": "structure",
         | 
| 558 | 
            +
                              "members": {
         | 
| 559 | 
            +
                                "statusCode": {},
         | 
| 560 | 
            +
                                "statusReason": {}
         | 
| 561 | 
            +
                              }
         | 
| 555 562 | 
             
                            }
         | 
| 556 563 | 
             
                          }
         | 
| 557 564 | 
             
                        }
         | 
| @@ -608,10 +615,10 @@ | |
| 608 615 | 
             
                                "members": {
         | 
| 609 616 | 
             
                                  "name": {},
         | 
| 610 617 | 
             
                                  "timestamps": {
         | 
| 611 | 
            -
                                    "shape": " | 
| 618 | 
            +
                                    "shape": "S4r"
         | 
| 612 619 | 
             
                                  },
         | 
| 613 620 | 
             
                                  "values": {
         | 
| 614 | 
            -
                                    "shape": " | 
| 621 | 
            +
                                    "shape": "S4s"
         | 
| 615 622 | 
             
                                  }
         | 
| 616 623 | 
             
                                }
         | 
| 617 624 | 
             
                              }
         | 
| @@ -667,13 +674,13 @@ | |
| 667 674 | 
             
                                "members": {
         | 
| 668 675 | 
             
                                  "name": {},
         | 
| 669 676 | 
             
                                  "timestamps": {
         | 
| 670 | 
            -
                                    "shape": " | 
| 677 | 
            +
                                    "shape": "S4r"
         | 
| 671 678 | 
             
                                  },
         | 
| 672 679 | 
             
                                  "upperBoundValues": {
         | 
| 673 | 
            -
                                    "shape": " | 
| 680 | 
            +
                                    "shape": "S4s"
         | 
| 674 681 | 
             
                                  },
         | 
| 675 682 | 
             
                                  "lowerBoundValues": {
         | 
| 676 | 
            -
                                    "shape": " | 
| 683 | 
            +
                                    "shape": "S4s"
         | 
| 677 684 | 
             
                                  }
         | 
| 678 685 | 
             
                                }
         | 
| 679 686 | 
             
                              }
         | 
| @@ -731,7 +738,7 @@ | |
| 731 738 | 
             
                                    "members": {
         | 
| 732 739 | 
             
                                      "containerName": {},
         | 
| 733 740 | 
             
                                      "memorySizeConfiguration": {
         | 
| 734 | 
            -
                                        "shape": " | 
| 741 | 
            +
                                        "shape": "S5e"
         | 
| 735 742 | 
             
                                      },
         | 
| 736 743 | 
             
                                      "cpu": {
         | 
| 737 744 | 
             
                                        "type": "integer"
         | 
| @@ -805,7 +812,7 @@ | |
| 805 812 | 
             
                                      "members": {
         | 
| 806 813 | 
             
                                        "containerName": {},
         | 
| 807 814 | 
             
                                        "memorySizeConfiguration": {
         | 
| 808 | 
            -
                                          "shape": " | 
| 815 | 
            +
                                          "shape": "S5e"
         | 
| 809 816 | 
             
                                        },
         | 
| 810 817 | 
             
                                        "cpu": {
         | 
| 811 818 | 
             
                                          "type": "integer"
         | 
| @@ -1406,19 +1413,19 @@ | |
| 1406 1413 | 
             
                    }
         | 
| 1407 1414 | 
             
                  }
         | 
| 1408 1415 | 
             
                },
         | 
| 1409 | 
            -
                " | 
| 1416 | 
            +
                "S4r": {
         | 
| 1410 1417 | 
             
                  "type": "list",
         | 
| 1411 1418 | 
             
                  "member": {
         | 
| 1412 1419 | 
             
                    "type": "timestamp"
         | 
| 1413 1420 | 
             
                  }
         | 
| 1414 1421 | 
             
                },
         | 
| 1415 | 
            -
                " | 
| 1422 | 
            +
                "S4s": {
         | 
| 1416 1423 | 
             
                  "type": "list",
         | 
| 1417 1424 | 
             
                  "member": {
         | 
| 1418 1425 | 
             
                    "type": "double"
         | 
| 1419 1426 | 
             
                  }
         | 
| 1420 1427 | 
             
                },
         | 
| 1421 | 
            -
                " | 
| 1428 | 
            +
                "S5e": {
         | 
| 1422 1429 | 
             
                  "type": "structure",
         | 
| 1423 1430 | 
             
                  "members": {
         | 
| 1424 1431 | 
             
                    "memory": {
         |