aws-sdk 2.1420.0 → 2.1422.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 (45) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/billingconductor-2021-07-30.min.json +96 -68
  4. package/apis/ce-2017-10-25.min.json +80 -16
  5. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +118 -72
  6. package/apis/cloudformation-2010-05-15.min.json +100 -30
  7. package/apis/customer-profiles-2020-08-15.min.json +253 -57
  8. package/apis/datasync-2018-11-09.min.json +198 -102
  9. package/apis/ec2-2016-11-15.min.json +300 -278
  10. package/apis/emr-serverless-2021-07-13.min.json +25 -3
  11. package/apis/glue-2017-03-31.min.json +344 -319
  12. package/apis/quicksight-2018-04-01.min.json +1341 -994
  13. package/apis/quicksight-2018-04-01.paginators.json +42 -0
  14. package/apis/rds-2014-10-31.min.json +2 -1
  15. package/apis/sagemaker-2017-07-24.min.json +4 -0
  16. package/apis/securityhub-2018-10-26.min.json +145 -108
  17. package/apis/sts-2011-06-15.min.json +21 -11
  18. package/apis/transfer-2018-11-05.min.json +117 -73
  19. package/apis/wisdom-2020-10-19.min.json +77 -59
  20. package/clients/apigatewayv2.d.ts +6 -6
  21. package/clients/billingconductor.d.ts +102 -69
  22. package/clients/chimesdkmediapipelines.d.ts +117 -3
  23. package/clients/cloudformation.d.ts +88 -1
  24. package/clients/costexplorer.d.ts +169 -8
  25. package/clients/customerprofiles.d.ts +204 -4
  26. package/clients/datasync.d.ts +171 -27
  27. package/clients/dynamodb.d.ts +4 -4
  28. package/clients/ec2.d.ts +27 -1
  29. package/clients/emrserverless.d.ts +33 -2
  30. package/clients/glue.d.ts +29 -0
  31. package/clients/lambda.d.ts +1 -1
  32. package/clients/quicksight.d.ts +389 -0
  33. package/clients/rds.d.ts +14 -10
  34. package/clients/sagemaker.d.ts +4 -4
  35. package/clients/securityhub.d.ts +69 -10
  36. package/clients/sts.d.ts +17 -1
  37. package/clients/transfer.d.ts +85 -19
  38. package/clients/wisdom.d.ts +24 -0
  39. package/dist/aws-sdk-core-react-native.js +1 -1
  40. package/dist/aws-sdk-react-native.js +18 -18
  41. package/dist/aws-sdk.js +506 -339
  42. package/dist/aws-sdk.min.js +98 -98
  43. package/lib/core.js +1 -1
  44. package/lib/dynamodb/document_client.d.ts +2 -2
  45. package/package.json +1 -1
@@ -42,6 +42,30 @@
42
42
  "limit_key": "MaxResults",
43
43
  "result_key": "DataSources"
44
44
  },
45
+ "ListGroupMemberships": {
46
+ "input_token": "NextToken",
47
+ "output_token": "NextToken",
48
+ "limit_key": "MaxResults",
49
+ "result_key": "GroupMemberList"
50
+ },
51
+ "ListGroups": {
52
+ "input_token": "NextToken",
53
+ "output_token": "NextToken",
54
+ "limit_key": "MaxResults",
55
+ "result_key": "GroupList"
56
+ },
57
+ "ListIAMPolicyAssignments": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "limit_key": "MaxResults",
61
+ "result_key": "IAMPolicyAssignments"
62
+ },
63
+ "ListIAMPolicyAssignmentsForUser": {
64
+ "input_token": "NextToken",
65
+ "output_token": "NextToken",
66
+ "limit_key": "MaxResults",
67
+ "result_key": "ActiveAssignments"
68
+ },
45
69
  "ListIngestions": {
46
70
  "input_token": "NextToken",
47
71
  "output_token": "NextToken",
@@ -89,6 +113,18 @@
89
113
  "output_token": "NextToken",
90
114
  "limit_key": "MaxResults"
91
115
  },
116
+ "ListUserGroups": {
117
+ "input_token": "NextToken",
118
+ "output_token": "NextToken",
119
+ "limit_key": "MaxResults",
120
+ "result_key": "GroupList"
121
+ },
122
+ "ListUsers": {
123
+ "input_token": "NextToken",
124
+ "output_token": "NextToken",
125
+ "limit_key": "MaxResults",
126
+ "result_key": "UserList"
127
+ },
92
128
  "ListVPCConnections": {
93
129
  "input_token": "NextToken",
94
130
  "output_token": "NextToken",
@@ -117,6 +153,12 @@
117
153
  "output_token": "NextToken",
118
154
  "limit_key": "MaxResults",
119
155
  "result_key": "DataSourceSummaries"
156
+ },
157
+ "SearchGroups": {
158
+ "input_token": "NextToken",
159
+ "output_token": "NextToken",
160
+ "limit_key": "MaxResults",
161
+ "result_key": "GroupList"
120
162
  }
121
163
  }
122
164
  }
@@ -5962,7 +5962,8 @@
5962
5962
  }
5963
5963
  }
5964
5964
  },
5965
- "ReadReplicaSourceDBClusterIdentifier": {}
5965
+ "ReadReplicaSourceDBClusterIdentifier": {},
5966
+ "PercentProgress": {}
5966
5967
  },
5967
5968
  "wrapper": true
5968
5969
  },
@@ -12742,6 +12742,10 @@
12742
12742
  },
12743
12743
  "TextClassificationJobConfig": {
12744
12744
  "type": "structure",
12745
+ "required": [
12746
+ "ContentColumn",
12747
+ "TargetLabelColumn"
12748
+ ],
12745
12749
  "members": {
12746
12750
  "CompletionCriteria": {
12747
12751
  "shape": "S5l"