aws-sdk 2.1008.0 → 2.1012.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +43 -37
  4. package/apis/chime-sdk-messaging-2021-05-15.min.json +601 -88
  5. package/apis/chime-sdk-messaging-2021-05-15.paginators.json +10 -0
  6. package/apis/dataexchange-2017-07-25.min.json +65 -13
  7. package/apis/directconnect-2012-10-25.min.json +119 -35
  8. package/apis/glue-2017-03-31.min.json +341 -339
  9. package/apis/ivs-2020-07-14.min.json +127 -100
  10. package/apis/ivs-2020-07-14.paginators.json +4 -14
  11. package/apis/mediaconvert-2017-08-29.min.json +137 -134
  12. package/apis/mediapackage-2017-10-12.min.json +4 -0
  13. package/apis/mediapackage-vod-2018-11-07.min.json +4 -0
  14. package/apis/metadata.json +3 -0
  15. package/apis/panorama-2019-07-24.examples.json +5 -0
  16. package/apis/panorama-2019-07-24.min.json +1622 -0
  17. package/apis/panorama-2019-07-24.paginators.json +49 -0
  18. package/apis/quicksight-2018-04-01.min.json +237 -159
  19. package/apis/securityhub-2018-10-26.min.json +282 -137
  20. package/apis/securityhub-2018-10-26.paginators.json +6 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/appflow.d.ts +8 -0
  24. package/clients/chimesdkmessaging.d.ts +475 -2
  25. package/clients/dataexchange.d.ts +110 -20
  26. package/clients/directconnect.d.ts +186 -49
  27. package/clients/efs.d.ts +10 -10
  28. package/clients/glue.d.ts +11 -2
  29. package/clients/ivs.d.ts +158 -133
  30. package/clients/mediaconvert.d.ts +57 -58
  31. package/clients/mediapackage.d.ts +4 -0
  32. package/clients/mediapackagevod.d.ts +4 -0
  33. package/clients/panorama.d.ts +1926 -0
  34. package/clients/panorama.js +18 -0
  35. package/clients/quicksight.d.ts +158 -75
  36. package/clients/securityhub.d.ts +161 -2
  37. package/dist/aws-sdk-core-react-native.js +2 -2
  38. package/dist/aws-sdk-react-native.js +55 -18
  39. package/dist/aws-sdk.js +125 -38
  40. package/dist/aws-sdk.min.js +68 -68
  41. package/lib/config_service_placeholders.d.ts +2 -0
  42. package/lib/core.js +1 -1
  43. package/package.json +1 -1
@@ -0,0 +1,49 @@
1
+ {
2
+ "pagination": {
3
+ "ListApplicationInstanceDependencies": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListApplicationInstanceNodeInstances": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListApplicationInstances": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "ListDevices": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
23
+ "ListDevicesJobs": {
24
+ "input_token": "NextToken",
25
+ "output_token": "NextToken",
26
+ "limit_key": "MaxResults"
27
+ },
28
+ "ListNodeFromTemplateJobs": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
33
+ "ListNodes": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
38
+ "ListPackageImportJobs": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "MaxResults"
42
+ },
43
+ "ListPackages": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
47
+ }
48
+ }
49
+ }