aws-sdk 2.1496.0 → 2.1498.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 (71) hide show
  1. package/CHANGELOG.md +36 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +3 -0
  4. package/apis/autoscaling-2011-01-01.min.json +117 -94
  5. package/apis/cloudtrail-2013-11-01.min.json +37 -31
  6. package/apis/codecatalyst-2022-09-28.min.json +369 -20
  7. package/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  8. package/apis/dlm-2018-01-12.min.json +108 -15
  9. package/apis/ec2-2016-11-15.min.json +434 -269
  10. package/apis/finspace-2021-03-12.min.json +15 -5
  11. package/apis/finspace-data-2020-07-13.min.json +93 -31
  12. package/apis/fsx-2018-03-01.min.json +3 -0
  13. package/apis/glue-2017-03-31.min.json +259 -101
  14. package/apis/glue-2017-03-31.paginators.json +10 -0
  15. package/apis/imagebuilder-2019-12-02.min.json +724 -151
  16. package/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  17. package/apis/iot-2015-05-28.min.json +60 -50
  18. package/apis/ivs-realtime-2020-07-14.min.json +578 -33
  19. package/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  20. package/apis/kafka-2018-11-14.min.json +32 -26
  21. package/apis/lambda-2015-03-31.min.json +69 -51
  22. package/apis/macie2-2020-01-01.min.json +52 -12
  23. package/apis/mwaa-2020-07-01.min.json +31 -26
  24. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  25. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  26. package/apis/quicksight-2018-04-01.min.json +909 -335
  27. package/apis/quicksight-2018-04-01.paginators.json +6 -0
  28. package/apis/redshift-2012-12-01.min.json +6 -2
  29. package/apis/s3control-2018-08-20.min.json +562 -53
  30. package/apis/s3control-2018-08-20.paginators.json +4 -0
  31. package/apis/sagemaker-2017-07-24.min.json +977 -974
  32. package/apis/ssm-2014-11-06.min.json +161 -146
  33. package/apis/ssm-incidents-2018-05-10.min.json +201 -52
  34. package/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  35. package/apis/sso-admin-2020-07-20.min.json +1119 -79
  36. package/apis/sso-admin-2020-07-20.paginators.json +52 -0
  37. package/apis/transfer-2018-11-05.min.json +121 -105
  38. package/clients/autoscaling.d.ts +33 -4
  39. package/clients/cloudtrail.d.ts +29 -4
  40. package/clients/codecatalyst.d.ts +386 -5
  41. package/clients/dlm.d.ts +151 -23
  42. package/clients/ec2.d.ts +198 -2
  43. package/clients/fsx.d.ts +7 -3
  44. package/clients/glue.d.ts +228 -0
  45. package/clients/imagebuilder.d.ts +776 -60
  46. package/clients/iot.d.ts +23 -6
  47. package/clients/ivsrealtime.d.ts +593 -6
  48. package/clients/kafka.d.ts +13 -0
  49. package/clients/lambda.d.ts +40 -6
  50. package/clients/macie2.d.ts +54 -16
  51. package/clients/mediapackage.d.ts +2 -2
  52. package/clients/mwaa.d.ts +28 -5
  53. package/clients/pinpointsmsvoicev2.d.ts +1860 -96
  54. package/clients/polly.d.ts +9 -9
  55. package/clients/quicksight.d.ts +537 -20
  56. package/clients/rds.d.ts +1 -1
  57. package/clients/redshift.d.ts +6 -2
  58. package/clients/s3control.d.ts +359 -7
  59. package/clients/sagemaker.d.ts +12 -2
  60. package/clients/ssm.d.ts +38 -8
  61. package/clients/ssmincidents.d.ts +191 -40
  62. package/clients/ssoadmin.d.ts +1517 -128
  63. package/clients/transfer.d.ts +25 -1
  64. package/dist/aws-sdk-core-react-native.js +1 -1
  65. package/dist/aws-sdk-react-native.js +36 -36
  66. package/dist/aws-sdk.js +888 -647
  67. package/dist/aws-sdk.min.js +100 -100
  68. package/lib/core.js +1 -1
  69. package/lib/dynamodb/document_client.d.ts +1 -1
  70. package/lib/dynamodb/document_client.js +1 -1
  71. package/package.json +1 -1
@@ -22,8 +22,7 @@
22
22
  "required": [
23
23
  "ExecutionRoleArn",
24
24
  "Description",
25
- "State",
26
- "PolicyDetails"
25
+ "State"
27
26
  ],
28
27
  "members": {
29
28
  "ExecutionRoleArn": {},
@@ -33,7 +32,26 @@
33
32
  "shape": "S5"
34
33
  },
35
34
  "Tags": {
36
- "shape": "S25"
35
+ "shape": "S2g"
36
+ },
37
+ "DefaultPolicy": {},
38
+ "CreateInterval": {
39
+ "type": "integer"
40
+ },
41
+ "RetainInterval": {
42
+ "type": "integer"
43
+ },
44
+ "CopyTags": {
45
+ "type": "boolean"
46
+ },
47
+ "ExtendDeletion": {
48
+ "type": "boolean"
49
+ },
50
+ "CrossRegionCopyTargets": {
51
+ "shape": "S28"
52
+ },
53
+ "Exclusions": {
54
+ "shape": "S2b"
37
55
  }
38
56
  }
39
57
  },
@@ -47,7 +65,7 @@
47
65
  "DeleteLifecyclePolicy": {
48
66
  "http": {
49
67
  "method": "DELETE",
50
- "requestUri": "/policies/{policyId}/"
68
+ "requestUri": "/policies/{policyId}"
51
69
  },
52
70
  "input": {
53
71
  "type": "structure",
@@ -100,6 +118,10 @@
100
118
  "locationName": "tagsToAdd",
101
119
  "type": "list",
102
120
  "member": {}
121
+ },
122
+ "DefaultPolicyType": {
123
+ "location": "querystring",
124
+ "locationName": "defaultPolicyType"
103
125
  }
104
126
  }
105
127
  },
@@ -115,9 +137,12 @@
115
137
  "Description": {},
116
138
  "State": {},
117
139
  "Tags": {
118
- "shape": "S25"
140
+ "shape": "S2g"
119
141
  },
120
- "PolicyType": {}
142
+ "PolicyType": {},
143
+ "DefaultPolicy": {
144
+ "type": "boolean"
145
+ }
121
146
  }
122
147
  }
123
148
  }
@@ -127,7 +152,7 @@
127
152
  "GetLifecyclePolicy": {
128
153
  "http": {
129
154
  "method": "GET",
130
- "requestUri": "/policies/{policyId}/"
155
+ "requestUri": "/policies/{policyId}"
131
156
  },
132
157
  "input": {
133
158
  "type": "structure",
@@ -153,18 +178,21 @@
153
178
  "StatusMessage": {},
154
179
  "ExecutionRoleArn": {},
155
180
  "DateCreated": {
156
- "shape": "S2p"
181
+ "shape": "S33"
157
182
  },
158
183
  "DateModified": {
159
- "shape": "S2p"
184
+ "shape": "S33"
160
185
  },
161
186
  "PolicyDetails": {
162
187
  "shape": "S5"
163
188
  },
164
189
  "Tags": {
165
- "shape": "S25"
190
+ "shape": "S2g"
166
191
  },
167
- "PolicyArn": {}
192
+ "PolicyArn": {},
193
+ "DefaultPolicy": {
194
+ "type": "boolean"
195
+ }
168
196
  }
169
197
  }
170
198
  }
@@ -191,7 +219,7 @@
191
219
  "type": "structure",
192
220
  "members": {
193
221
  "Tags": {
194
- "shape": "S25"
222
+ "shape": "S2g"
195
223
  }
196
224
  }
197
225
  }
@@ -212,7 +240,7 @@
212
240
  "locationName": "resourceArn"
213
241
  },
214
242
  "Tags": {
215
- "shape": "S25"
243
+ "shape": "S2g"
216
244
  }
217
245
  }
218
246
  },
@@ -270,6 +298,24 @@
270
298
  "Description": {},
271
299
  "PolicyDetails": {
272
300
  "shape": "S5"
301
+ },
302
+ "CreateInterval": {
303
+ "type": "integer"
304
+ },
305
+ "RetainInterval": {
306
+ "type": "integer"
307
+ },
308
+ "CopyTags": {
309
+ "type": "boolean"
310
+ },
311
+ "ExtendDeletion": {
312
+ "type": "boolean"
313
+ },
314
+ "CrossRegionCopyTargets": {
315
+ "shape": "S28"
316
+ },
317
+ "Exclusions": {
318
+ "shape": "S2b"
273
319
  }
274
320
  }
275
321
  },
@@ -566,6 +612,26 @@
566
612
  }
567
613
  }
568
614
  }
615
+ },
616
+ "PolicyLanguage": {},
617
+ "ResourceType": {},
618
+ "CreateInterval": {
619
+ "type": "integer"
620
+ },
621
+ "RetainInterval": {
622
+ "type": "integer"
623
+ },
624
+ "CopyTags": {
625
+ "type": "boolean"
626
+ },
627
+ "CrossRegionCopyTargets": {
628
+ "shape": "S28"
629
+ },
630
+ "ExtendDeletion": {
631
+ "type": "boolean"
632
+ },
633
+ "Exclusions": {
634
+ "shape": "S2b"
569
635
  }
570
636
  }
571
637
  },
@@ -593,12 +659,39 @@
593
659
  "IntervalUnit": {}
594
660
  }
595
661
  },
596
- "S25": {
662
+ "S28": {
663
+ "type": "list",
664
+ "member": {
665
+ "type": "structure",
666
+ "members": {
667
+ "TargetRegion": {}
668
+ }
669
+ }
670
+ },
671
+ "S2b": {
672
+ "type": "structure",
673
+ "members": {
674
+ "ExcludeBootVolumes": {
675
+ "type": "boolean"
676
+ },
677
+ "ExcludeVolumeTypes": {
678
+ "type": "list",
679
+ "member": {}
680
+ },
681
+ "ExcludeTags": {
682
+ "type": "list",
683
+ "member": {
684
+ "shape": "Sc"
685
+ }
686
+ }
687
+ }
688
+ },
689
+ "S2g": {
597
690
  "type": "map",
598
691
  "key": {},
599
692
  "value": {}
600
693
  },
601
- "S2p": {
694
+ "S33": {
602
695
  "type": "timestamp",
603
696
  "timestampFormat": "iso8601"
604
697
  }