aws-sdk 2.1360.0 → 2.1362.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 +1 -1
- package/apis/chime-2018-05-01.min.json +32 -28
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
- package/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
- package/apis/comprehend-2017-11-27.min.json +181 -154
- package/apis/guardduty-2017-11-28.min.json +106 -53
- package/apis/iot-2015-05-28.min.json +1 -1
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/ram-2018-01-04.min.json +396 -66
- package/apis/ram-2018-01-04.paginators.json +10 -0
- package/apis/s3-2006-03-01.examples.json +94 -94
- package/apis/sagemaker-2017-07-24.min.json +710 -703
- package/apis/secretsmanager-2017-10-17.examples.json +32 -0
- package/apis/securityhub-2018-10-26.examples.json +1516 -0
- package/apis/snowball-2016-06-30.min.json +79 -52
- package/apis/wafv2-2019-07-29.min.json +159 -73
- package/clients/chime.d.ts +94 -42
- package/clients/chimesdkmediapipelines.d.ts +14 -10
- package/clients/chimesdkmeetings.d.ts +33 -24
- package/clients/comprehend.d.ts +45 -5
- package/clients/ecs.d.ts +7 -7
- package/clients/gamelift.d.ts +240 -240
- package/clients/guardduty.d.ts +61 -4
- package/clients/iot.d.ts +1 -1
- package/clients/ram.d.ts +538 -91
- package/clients/rds.d.ts +16 -16
- package/clients/s3.d.ts +117 -117
- package/clients/sagemaker.d.ts +53 -39
- package/clients/secretsmanager.d.ts +10 -10
- package/clients/snowball.d.ts +56 -9
- package/clients/wafv2.d.ts +120 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +197 -158
- package/dist/aws-sdk.min.js +82 -82
- package/lib/core.js +1 -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.1362.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1362.0
         | 
| 6 | 
            +
            * feature: Chime: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
         | 
| 7 | 
            +
            * feature: ChimeSDKMediaPipelines: This release adds support for specifying the recording file format in an S3 recording sink configuration.
         | 
| 8 | 
            +
            * feature: ChimeSDKMeetings: Adds support for Hindi and Thai languages and additional Amazon Transcribe parameters to the StartMeetingTranscription API.
         | 
| 9 | 
            +
            * feature: GameLift: Amazon GameLift supports creating Builds for Windows 2016 operating system.
         | 
| 10 | 
            +
            * feature: GuardDuty: This release adds support for the new Lambda Protection feature.
         | 
| 11 | 
            +
            * feature: Iot: Support additional OTA states in GetOTAUpdate API
         | 
| 12 | 
            +
            * feature: SageMaker: Amazon SageMaker Canvas adds ModelRegisterSettings support for CanvasAppSettings.
         | 
| 13 | 
            +
            * feature: Snowball: Adds support for Amazon S3 compatible storage. AWS Snow Family customers can now use Amazon S3 compatible storage on Snowball Edge devices. Also adds support for V3_5S. This is a refreshed AWS Snowball Edge Storage Optimized device type with 210TB SSD (customer usable).
         | 
| 14 | 
            +
            * feature: WAFV2: You can now create encrypted API keys to use in a client application integration of the JavaScript CAPTCHA API . You can also retrieve a list of your API keys and the JavaScript application integration URL.
         | 
| 15 | 
            +
             | 
| 16 | 
            +
            ## 2.1361.0
         | 
| 17 | 
            +
            * feature: Comprehend: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
         | 
| 18 | 
            +
            * feature: ECS: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
         | 
| 19 | 
            +
            * feature: RAM: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
         | 
| 20 | 
            +
            * feature: S3: Provides support for "Snow" Storage class.
         | 
| 21 | 
            +
            * feature: S3Control: Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.
         | 
| 22 | 
            +
             | 
| 5 23 | 
             
            ## 2.1360.0
         | 
| 6 24 | 
             
            * feature: Appflow: This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
         | 
| 7 25 | 
             
            * feature: Drs: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.
         | 
    
        package/README.md
    CHANGED
    
    | @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; | |
| 70 70 | 
             
            To use the SDK in the browser, simply add the following script tag to your
         | 
| 71 71 | 
             
            HTML pages:
         | 
| 72 72 |  | 
| 73 | 
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. | 
| 73 | 
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1362.0.min.js"></script>
         | 
| 74 74 |  | 
| 75 75 | 
             
            You can also build a custom browser SDK with your specified set of AWS services.
         | 
| 76 76 | 
             
            This can allow you to reduce the SDK's size, specify different API versions of
         | 
| @@ -5492,9 +5492,6 @@ | |
| 5492 5492 | 
             
                        "members": {
         | 
| 5493 5493 | 
             
                          "EngineTranscribeSettings": {
         | 
| 5494 5494 | 
             
                            "type": "structure",
         | 
| 5495 | 
            -
                            "required": [
         | 
| 5496 | 
            -
                              "LanguageCode"
         | 
| 5497 | 
            -
                            ],
         | 
| 5498 5495 | 
             
                            "members": {
         | 
| 5499 5496 | 
             
                              "LanguageCode": {},
         | 
| 5500 5497 | 
             
                              "VocabularyFilterMethod": {},
         | 
| @@ -5508,7 +5505,14 @@ | |
| 5508 5505 | 
             
                              "ContentIdentificationType": {},
         | 
| 5509 5506 | 
             
                              "ContentRedactionType": {},
         | 
| 5510 5507 | 
             
                              "PiiEntityTypes": {},
         | 
| 5511 | 
            -
                              "LanguageModelName": {}
         | 
| 5508 | 
            +
                              "LanguageModelName": {},
         | 
| 5509 | 
            +
                              "IdentifyLanguage": {
         | 
| 5510 | 
            +
                                "type": "boolean"
         | 
| 5511 | 
            +
                              },
         | 
| 5512 | 
            +
                              "LanguageOptions": {},
         | 
| 5513 | 
            +
                              "PreferredLanguage": {},
         | 
| 5514 | 
            +
                              "VocabularyNames": {},
         | 
| 5515 | 
            +
                              "VocabularyFilterNames": {}
         | 
| 5512 5516 | 
             
                            }
         | 
| 5513 5517 | 
             
                          },
         | 
| 5514 5518 | 
             
                          "EngineTranscribeMedicalSettings": {
         | 
| @@ -6414,22 +6418,22 @@ | |
| 6414 6418 | 
             
                    "members": {
         | 
| 6415 6419 | 
             
                      "AwsAccountId": {},
         | 
| 6416 6420 | 
             
                      "StreetNumber": {
         | 
| 6417 | 
            -
                        "shape": " | 
| 6421 | 
            +
                        "shape": "Shg"
         | 
| 6418 6422 | 
             
                      },
         | 
| 6419 6423 | 
             
                      "StreetInfo": {
         | 
| 6420 | 
            -
                        "shape": " | 
| 6424 | 
            +
                        "shape": "Shg"
         | 
| 6421 6425 | 
             
                      },
         | 
| 6422 6426 | 
             
                      "City": {
         | 
| 6423 | 
            -
                        "shape": " | 
| 6427 | 
            +
                        "shape": "Shg"
         | 
| 6424 6428 | 
             
                      },
         | 
| 6425 6429 | 
             
                      "State": {
         | 
| 6426 | 
            -
                        "shape": " | 
| 6430 | 
            +
                        "shape": "Shg"
         | 
| 6427 6431 | 
             
                      },
         | 
| 6428 6432 | 
             
                      "Country": {
         | 
| 6429 | 
            -
                        "shape": " | 
| 6433 | 
            +
                        "shape": "Shg"
         | 
| 6430 6434 | 
             
                      },
         | 
| 6431 6435 | 
             
                      "PostalCode": {
         | 
| 6432 | 
            -
                        "shape": " | 
| 6436 | 
            +
                        "shape": "Shg"
         | 
| 6433 6437 | 
             
                      }
         | 
| 6434 6438 | 
             
                    }
         | 
| 6435 6439 | 
             
                  },
         | 
| @@ -6444,34 +6448,34 @@ | |
| 6444 6448 | 
             
                        "type": "structure",
         | 
| 6445 6449 | 
             
                        "members": {
         | 
| 6446 6450 | 
             
                          "streetName": {
         | 
| 6447 | 
            -
                            "shape": " | 
| 6451 | 
            +
                            "shape": "Shg"
         | 
| 6448 6452 | 
             
                          },
         | 
| 6449 6453 | 
             
                          "streetSuffix": {
         | 
| 6450 | 
            -
                            "shape": " | 
| 6454 | 
            +
                            "shape": "Shg"
         | 
| 6451 6455 | 
             
                          },
         | 
| 6452 6456 | 
             
                          "postDirectional": {
         | 
| 6453 | 
            -
                            "shape": " | 
| 6457 | 
            +
                            "shape": "Shg"
         | 
| 6454 6458 | 
             
                          },
         | 
| 6455 6459 | 
             
                          "preDirectional": {
         | 
| 6456 | 
            -
                            "shape": " | 
| 6460 | 
            +
                            "shape": "Shg"
         | 
| 6457 6461 | 
             
                          },
         | 
| 6458 6462 | 
             
                          "streetNumber": {
         | 
| 6459 | 
            -
                            "shape": " | 
| 6463 | 
            +
                            "shape": "Shg"
         | 
| 6460 6464 | 
             
                          },
         | 
| 6461 6465 | 
             
                          "city": {
         | 
| 6462 | 
            -
                            "shape": " | 
| 6466 | 
            +
                            "shape": "Shg"
         | 
| 6463 6467 | 
             
                          },
         | 
| 6464 6468 | 
             
                          "state": {
         | 
| 6465 | 
            -
                            "shape": " | 
| 6469 | 
            +
                            "shape": "Shg"
         | 
| 6466 6470 | 
             
                          },
         | 
| 6467 6471 | 
             
                          "postalCode": {
         | 
| 6468 | 
            -
                            "shape": " | 
| 6472 | 
            +
                            "shape": "Shg"
         | 
| 6469 6473 | 
             
                          },
         | 
| 6470 6474 | 
             
                          "postalCodePlus4": {
         | 
| 6471 | 
            -
                            "shape": " | 
| 6475 | 
            +
                            "shape": "Shg"
         | 
| 6472 6476 | 
             
                          },
         | 
| 6473 6477 | 
             
                          "country": {
         | 
| 6474 | 
            -
                            "shape": " | 
| 6478 | 
            +
                            "shape": "Shg"
         | 
| 6475 6479 | 
             
                          }
         | 
| 6476 6480 | 
             
                        }
         | 
| 6477 6481 | 
             
                      },
         | 
| @@ -6481,25 +6485,25 @@ | |
| 6481 6485 | 
             
                          "type": "structure",
         | 
| 6482 6486 | 
             
                          "members": {
         | 
| 6483 6487 | 
             
                            "streetInfo": {
         | 
| 6484 | 
            -
                              "shape": " | 
| 6488 | 
            +
                              "shape": "Shg"
         | 
| 6485 6489 | 
             
                            },
         | 
| 6486 6490 | 
             
                            "streetNumber": {
         | 
| 6487 | 
            -
                              "shape": " | 
| 6491 | 
            +
                              "shape": "Shg"
         | 
| 6488 6492 | 
             
                            },
         | 
| 6489 6493 | 
             
                            "city": {
         | 
| 6490 | 
            -
                              "shape": " | 
| 6494 | 
            +
                              "shape": "Shg"
         | 
| 6491 6495 | 
             
                            },
         | 
| 6492 6496 | 
             
                            "state": {
         | 
| 6493 | 
            -
                              "shape": " | 
| 6497 | 
            +
                              "shape": "Shg"
         | 
| 6494 6498 | 
             
                            },
         | 
| 6495 6499 | 
             
                            "postalCode": {
         | 
| 6496 | 
            -
                              "shape": " | 
| 6500 | 
            +
                              "shape": "Shg"
         | 
| 6497 6501 | 
             
                            },
         | 
| 6498 6502 | 
             
                            "postalCodePlus4": {
         | 
| 6499 | 
            -
                              "shape": " | 
| 6503 | 
            +
                              "shape": "Shg"
         | 
| 6500 6504 | 
             
                            },
         | 
| 6501 6505 | 
             
                            "country": {
         | 
| 6502 | 
            -
                              "shape": " | 
| 6506 | 
            +
                              "shape": "Shg"
         | 
| 6503 6507 | 
             
                            }
         | 
| 6504 6508 | 
             
                          }
         | 
| 6505 6509 | 
             
                        }
         | 
| @@ -7532,7 +7536,7 @@ | |
| 7532 7536 | 
             
                  "type": "string",
         | 
| 7533 7537 | 
             
                  "sensitive": true
         | 
| 7534 7538 | 
             
                },
         | 
| 7535 | 
            -
                " | 
| 7539 | 
            +
                "Shg": {
         | 
| 7536 7540 | 
             
                  "type": "string",
         | 
| 7537 7541 | 
             
                  "sensitive": true
         | 
| 7538 7542 | 
             
                }
         |