aws-sdk 2.1473.0 → 2.1475.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 (42) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/README.md +1 -1
  3. package/apis/drs-2020-02-26.min.json +28 -6
  4. package/apis/ecs-2014-11-13.examples.json +24 -24
  5. package/apis/entityresolution-2018-05-10.min.json +721 -79
  6. package/apis/entityresolution-2018-05-10.paginators.json +18 -0
  7. package/apis/globalaccelerator-2018-08-08.paginators.json +2 -1
  8. package/apis/guardduty-2017-11-28.min.json +3 -0
  9. package/apis/kafka-2018-11-14.min.json +571 -38
  10. package/apis/kafka-2018-11-14.paginators.json +6 -0
  11. package/apis/managedblockchain-query-2023-05-04.min.json +111 -0
  12. package/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  13. package/apis/opensearch-2021-01-01.min.json +78 -59
  14. package/apis/redshift-2012-12-01.min.json +205 -184
  15. package/apis/redshift-serverless-2021-04-21.min.json +34 -18
  16. package/apis/route53-recovery-cluster-2019-12-02.min.json +5 -4
  17. package/apis/route53-recovery-control-config-2020-11-02.min.json +67 -37
  18. package/apis/sesv2-2019-09-27.min.json +40 -18
  19. package/clients/cloudformation.d.ts +1 -1
  20. package/clients/codepipeline.d.ts +4 -4
  21. package/clients/drs.d.ts +27 -1
  22. package/clients/ecs.d.ts +3 -3
  23. package/clients/entityresolution.d.ts +650 -12
  24. package/clients/guardduty.d.ts +5 -1
  25. package/clients/kafka.d.ts +467 -0
  26. package/clients/managedblockchainquery.d.ts +125 -9
  27. package/clients/mediapackagev2.d.ts +13 -13
  28. package/clients/opensearch.d.ts +46 -6
  29. package/clients/redshift.d.ts +47 -7
  30. package/clients/redshiftserverless.d.ts +42 -2
  31. package/clients/route53recoverycluster.d.ts +16 -11
  32. package/clients/route53recoverycontrolconfig.d.ts +42 -0
  33. package/clients/sesv2.d.ts +43 -3
  34. package/clients/transfer.d.ts +8 -8
  35. package/clients/xray.d.ts +2 -2
  36. package/dist/aws-sdk-core-react-native.js +45 -13
  37. package/dist/aws-sdk-react-native.js +104 -40
  38. package/dist/aws-sdk.js +208 -187
  39. package/dist/aws-sdk.min.js +28 -28
  40. package/lib/core.js +1 -1
  41. package/lib/s3/managed_upload.d.ts +1 -1
  42. package/package.json +1 -1
@@ -1,5 +1,17 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListIdMappingJobs": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "jobs"
8
+ },
9
+ "ListIdMappingWorkflows": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "workflowSummaries"
14
+ },
3
15
  "ListMatchingJobs": {
4
16
  "input_token": "nextToken",
5
17
  "output_token": "nextToken",
@@ -12,6 +24,12 @@
12
24
  "limit_key": "maxResults",
13
25
  "result_key": "workflowSummaries"
14
26
  },
27
+ "ListProviderServices": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "providerServiceSummaries"
32
+ },
15
33
  "ListSchemaMappings": {
16
34
  "input_token": "nextToken",
17
35
  "output_token": "nextToken",
@@ -21,7 +21,8 @@
21
21
  "ListCustomRoutingEndpointGroups": {
22
22
  "input_token": "NextToken",
23
23
  "output_token": "NextToken",
24
- "limit_key": "MaxResults"
24
+ "limit_key": "MaxResults",
25
+ "result_key": "EndpointGroups"
25
26
  },
26
27
  "ListCustomRoutingListeners": {
27
28
  "input_token": "NextToken",
@@ -2086,6 +2086,9 @@
2086
2086
  "Blocked": {
2087
2087
  "locationName": "blocked",
2088
2088
  "type": "boolean"
2089
+ },
2090
+ "DomainWithSuffix": {
2091
+ "locationName": "domainWithSuffix"
2089
2092
  }
2090
2093
  }
2091
2094
  },