aws-sdk 2.1363.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 +14 -1
- package/README.md +3 -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/ec2-2016-11-15.min.json +1234 -1215
- package/apis/mediaconvert-2017-08-29.min.json +183 -155
- 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/codecatalyst.d.ts +11 -11
- package/clients/connect.d.ts +1119 -89
- package/clients/datasync.d.ts +857 -10
- package/clients/directoryservice.d.ts +7 -2
- package/clients/ec2.d.ts +140 -115
- package/clients/mediaconvert.d.ts +67 -33
- package/clients/pinpoint.d.ts +208 -23
- package/clients/rekognition.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +2542 -1502
- package/dist/aws-sdk.min.js +79 -79
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -38,6 +38,11 @@ | |
| 38 38 | 
             
                  "output_token": "NextToken",
         | 
| 39 39 | 
             
                  "result_key": "LexBots"
         | 
| 40 40 | 
             
                },
         | 
| 41 | 
            +
                "ListContactEvaluations": {
         | 
| 42 | 
            +
                  "input_token": "NextToken",
         | 
| 43 | 
            +
                  "output_token": "NextToken",
         | 
| 44 | 
            +
                  "result_key": "EvaluationSummaryList"
         | 
| 45 | 
            +
                },
         | 
| 41 46 | 
             
                "ListContactFlowModules": {
         | 
| 42 47 | 
             
                  "input_token": "NextToken",
         | 
| 43 48 | 
             
                  "limit_key": "MaxResults",
         | 
| @@ -61,6 +66,18 @@ | |
| 61 66 | 
             
                  "output_token": "NextToken",
         | 
| 62 67 | 
             
                  "result_key": "DefaultVocabularyList"
         | 
| 63 68 | 
             
                },
         | 
| 69 | 
            +
                "ListEvaluationFormVersions": {
         | 
| 70 | 
            +
                  "input_token": "NextToken",
         | 
| 71 | 
            +
                  "limit_key": "MaxResults",
         | 
| 72 | 
            +
                  "output_token": "NextToken",
         | 
| 73 | 
            +
                  "result_key": "EvaluationFormVersionSummaryList"
         | 
| 74 | 
            +
                },
         | 
| 75 | 
            +
                "ListEvaluationForms": {
         | 
| 76 | 
            +
                  "input_token": "NextToken",
         | 
| 77 | 
            +
                  "limit_key": "MaxResults",
         | 
| 78 | 
            +
                  "output_token": "NextToken",
         | 
| 79 | 
            +
                  "result_key": "EvaluationFormSummaryList"
         | 
| 80 | 
            +
                },
         | 
| 64 81 | 
             
                "ListHoursOfOperations": {
         | 
| 65 82 | 
             
                  "input_token": "NextToken",
         | 
| 66 83 | 
             
                  "limit_key": "MaxResults",
         |