aws-sdk 2.1379.0 → 2.1381.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 +19 -1
- package/README.md +3 -4
- package/apis/athena-2017-05-18.min.json +0 -3
- package/apis/backup-2018-11-15.min.json +4 -1
- 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/mediapackagev2-2022-12-25.examples.json +5 -0
- package/apis/mediapackagev2-2022-12-25.min.json +1346 -0
- package/apis/mediapackagev2-2022-12-25.paginators.json +22 -0
- package/apis/mediapackagev2-2022-12-25.waiters2.json +5 -0
- package/apis/metadata.json +3 -0
- package/apis/sagemaker-geospatial-2020-05-27.min.json +67 -89
- package/apis/sesv2-2019-09-27.examples.json +19 -0
- package/apis/sesv2-2019-09-27.min.json +38 -13
- package/apis/sts-2011-06-15.min.json +12 -3
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/athena.d.ts +0 -4
- package/clients/backup.d.ts +16 -4
- package/clients/cloudtrail.d.ts +11 -11
- package/clients/computeoptimizer.d.ts +17 -1
- package/clients/connect.d.ts +171 -0
- package/clients/connectcases.d.ts +1 -1
- package/clients/ec2.d.ts +7 -6
- package/clients/ecs.d.ts +2 -2
- package/clients/mediaconvert.d.ts +9 -9
- package/clients/mediapackagev2.d.ts +1363 -0
- package/clients/mediapackagev2.js +19 -0
- package/clients/rds.d.ts +1 -1
- package/clients/sagemakergeospatial.d.ts +2 -31
- package/clients/sesv2.d.ts +24 -4
- package/dist/aws-sdk-core-react-native.js +41 -4
- package/dist/aws-sdk-react-native.js +115 -16
- package/dist/aws-sdk.js +780 -561
- package/dist/aws-sdk.min.js +83 -83
- package/lib/config_service_placeholders.d.ts +2 -0
- 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,25 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1381.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1381.0
         | 
| 6 | 
            +
            * feature: Backup: Add  ResourceArn, ResourceType, and BackupVaultName to ListRecoveryPointsByLegalHold API response.
         | 
| 7 | 
            +
            * feature: ConnectCases: This release adds the ability to create fields with type Url through the CreateField API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
         | 
| 8 | 
            +
            * feature: MediaPackageV2: Adds support for the MediaPackage Live v2 API
         | 
| 9 | 
            +
            * feature: SESV2: This release allows customers to update scaling mode property of dedicated IP pools with PutDedicatedIpPoolScalingAttributes call.
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ## 2.1380.0
         | 
| 12 | 
            +
            * bugfix: IAM: Fix endpoint for IAM in aws-iso partition
         | 
| 13 | 
            +
            * feature: Athena: Removing SparkProperties from EngineConfiguration object for StartSession API call
         | 
| 14 | 
            +
            * 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.
         | 
| 15 | 
            +
            * 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
         | 
| 16 | 
            +
            * 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.
         | 
| 17 | 
            +
            * 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.
         | 
| 18 | 
            +
            * 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.
         | 
| 19 | 
            +
            * feature: STS: API updates for the AWS Security Token Service
         | 
| 20 | 
            +
            * feature: SageMakerGeospatial: This release makes ExecutionRoleArn a required field in the StartEarthObservationJob API.
         | 
| 21 | 
            +
            * feature: errors: add error.body hidden field with original error body for JSON protocols
         | 
| 22 | 
            +
             | 
| 5 23 | 
             
            ## 2.1379.0
         | 
| 6 24 | 
             
            * feature: Detective: Added and updated API operations in Detective to support the integration of ASFF Security Hub findings.
         | 
| 7 25 | 
             
            * feature: Glue: Add Support for Tags for Custom Entity Types
         | 
    
        package/README.md
    CHANGED
    
    | @@ -18,7 +18,8 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma | |
| 18 18 | 
             
            ### We are excited to announce the [developer preview](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/preview/) of AWS SDK for JavaScript v3's new API documentation.
         | 
| 19 19 |  | 
| 20 20 | 
             
            ## Version 2.x Support
         | 
| 21 | 
            -
            We are formalizing our plans to  | 
| 21 | 
            +
            We are formalizing our plans to make the *Maintenance Announcement (Phase 2)* for **AWS SDK for JavaScript v2** in 2023.
         | 
| 22 | 
            +
            Please refer to the [AWS SDKs and Tools maintenance policy][aws-sdks-maintenance-policy] for further details.
         | 
| 22 23 |  | 
| 23 24 | 
             
            [**AWS SDK for JavaScript v3**][aws-sdk-js-v3] is the latest and recommended version, 
         | 
| 24 25 | 
             
            which has been GA since December 2020. Here is [why and how you should use
         | 
| @@ -33,8 +34,6 @@ To give feedback on and report issues in the v3 repo, please refer to | |
| 33 34 |  | 
| 34 35 | 
             
            Watch this README and the [AWS Developer Tools Blog][aws-devtools-blog]
         | 
| 35 36 | 
             
            for updates and announcements regarding the maintenance plans and timelines.
         | 
| 36 | 
            -
            Please refer to the [AWS SDKs and Tools maintenance policy][aws-sdks-maintenance-policy]
         | 
| 37 | 
            -
            for further details.
         | 
| 38 37 |  | 
| 39 38 | 
             
            A maintenance mode message may be emitted by this package on startup. 
         | 
| 40 39 | 
             
            To suppress this message, use an environment variable:
         | 
| @@ -72,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 72 71 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 73 72 | 
             
            HTML pages:
         | 
| 74 73 |  | 
| 75 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 74 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1381.0.min.js"></script>
         | 
| 76 75 |  | 
| 77 76 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 78 77 | 
             
            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": {
         |