aws-sdk 2.1364.0 → 2.1365.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 +8 -1
- package/README.md +1 -1
- package/apis/chime-sdk-messaging-2021-05-15.min.json +4 -9
- package/apis/connect-2017-08-08.min.json +1279 -275
- package/apis/connect-2017-08-08.paginators.json +17 -0
- package/apis/datasync-2018-11-09.min.json +782 -113
- package/apis/datasync-2018-11-09.paginators.json +23 -0
- package/apis/ds-2015-04-16.min.json +8 -7
- package/apis/pinpoint-2016-12-01.examples.json +98 -0
- package/apis/pinpoint-2016-12-01.min.json +233 -23
- package/clients/chimesdkmessaging.d.ts +0 -12
- package/clients/connect.d.ts +1119 -89
- package/clients/datasync.d.ts +857 -10
- package/clients/directoryservice.d.ts +7 -2
- package/clients/pinpoint.d.ts +208 -23
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +1299 -278
- package/dist/aws-sdk.min.js +79 -79
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/CHANGELOG.md
    CHANGED
    
    | @@ -1,7 +1,14 @@ | |
| 1 1 | 
             
            # Changelog for AWS SDK for JavaScript
         | 
| 2 | 
            -
            <!--LATEST=2. | 
| 2 | 
            +
            <!--LATEST=2.1365.0-->
         | 
| 3 3 | 
             
            <!--ENTRYINSERT-->
         | 
| 4 4 |  | 
| 5 | 
            +
            ## 2.1365.0
         | 
| 6 | 
            +
            * feature: ChimeSDKMessaging: Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest.  Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
         | 
| 7 | 
            +
            * feature: Connect: Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations.
         | 
| 8 | 
            +
            * feature: DataSync: This release adds 13 new APIs to support AWS DataSync Discovery GA.
         | 
| 9 | 
            +
            * feature: DirectoryService: New field added in AWS Managed Microsoft AD DescribeSettings response and regex pattern update for UpdateSettings value.  Added length validation to RemoteDomainName.
         | 
| 10 | 
            +
            * feature: Pinpoint: Adds support for journey runs and querying journey execution metrics based on journey runs. Adds execution metrics to campaign activities. Updates docs for Advanced Quiet Time.
         | 
| 11 | 
            +
             | 
| 5 12 | 
             
            ## 2.1364.0
         | 
| 6 13 | 
             
            * feature: Appflow: Increased the max length for RefreshToken and AuthCode from 2048 to 4096.
         | 
| 7 14 | 
             
            * feature: EC2: API changes to AWS Verified Access related to identity providers' information.
         | 
    
        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.1365.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
         | 
| @@ -278,7 +278,8 @@ | |
| 278 278 | 
             
                        "shape": "S13"
         | 
| 279 279 | 
             
                      },
         | 
| 280 280 | 
             
                      "ClientRequestToken": {
         | 
| 281 | 
            -
                        "shape": "S12"
         | 
| 281 | 
            +
                        "shape": "S12",
         | 
| 282 | 
            +
                        "idempotencyToken": true
         | 
| 282 283 | 
             
                      }
         | 
| 283 284 | 
             
                    }
         | 
| 284 285 | 
             
                  },
         | 
| @@ -381,10 +382,6 @@ | |
| 381 382 | 
             
                      "ChimeBearer": {
         | 
| 382 383 | 
             
                        "location": "header",
         | 
| 383 384 | 
             
                        "locationName": "x-amz-chime-bearer"
         | 
| 384 | 
            -
                      },
         | 
| 385 | 
            -
                      "SubChannelId": {
         | 
| 386 | 
            -
                        "location": "querystring",
         | 
| 387 | 
            -
                        "locationName": "sub-channel-id"
         | 
| 388 385 | 
             
                      }
         | 
| 389 386 | 
             
                    }
         | 
| 390 387 | 
             
                  }
         | 
| @@ -2174,15 +2171,13 @@ | |
| 2174 2171 | 
             
                      "ChimeBearer": {
         | 
| 2175 2172 | 
             
                        "location": "header",
         | 
| 2176 2173 | 
             
                        "locationName": "x-amz-chime-bearer"
         | 
| 2177 | 
            -
                      } | 
| 2178 | 
            -
                      "SubChannelId": {}
         | 
| 2174 | 
            +
                      }
         | 
| 2179 2175 | 
             
                    }
         | 
| 2180 2176 | 
             
                  },
         | 
| 2181 2177 | 
             
                  "output": {
         | 
| 2182 2178 | 
             
                    "type": "structure",
         | 
| 2183 2179 | 
             
                    "members": {
         | 
| 2184 | 
            -
                      "ChannelArn": {} | 
| 2185 | 
            -
                      "SubChannelId": {}
         | 
| 2180 | 
            +
                      "ChannelArn": {}
         | 
| 2186 2181 | 
             
                    }
         | 
| 2187 2182 | 
             
                  }
         | 
| 2188 2183 | 
             
                }
         |