aws-sdk 2.1497.0 → 2.1499.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 (113) hide show
  1. package/CHANGELOG.md +52 -1
  2. package/README.md +1 -1
  3. package/apis/athena-2017-05-18.min.json +6 -0
  4. package/apis/cloud9-2017-09-23.examples.json +1 -0
  5. package/apis/cloudformation-2010-05-15.min.json +90 -81
  6. package/apis/codecatalyst-2022-09-28.min.json +8 -4
  7. package/apis/codepipeline-2015-07-09.min.json +16 -0
  8. package/apis/codestar-connections-2019-12-01.min.json +590 -3
  9. package/apis/codestar-connections-2019-12-01.paginators.json +10 -0
  10. package/apis/dlm-2018-01-12.min.json +108 -15
  11. package/apis/ec2-2016-11-15.min.json +1864 -1397
  12. package/apis/ecr-2015-09-21.min.json +100 -40
  13. package/apis/elasticmapreduce-2009-03-31.min.json +91 -78
  14. package/apis/fsx-2018-03-01.min.json +3 -0
  15. package/apis/glue-2017-03-31.min.json +259 -101
  16. package/apis/glue-2017-03-31.paginators.json +10 -0
  17. package/apis/imagebuilder-2019-12-02.min.json +724 -151
  18. package/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  19. package/apis/internetmonitor-2021-06-03.min.json +172 -0
  20. package/apis/internetmonitor-2021-06-03.paginators.json +5 -0
  21. package/apis/iot-2015-05-28.min.json +60 -50
  22. package/apis/ivs-realtime-2020-07-14.min.json +578 -33
  23. package/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  24. package/apis/ivschat-2020-07-14.min.json +16 -4
  25. package/apis/kafka-2018-11-14.min.json +32 -26
  26. package/apis/lambda-2015-03-31.min.json +69 -51
  27. package/apis/macie2-2020-01-01.min.json +52 -12
  28. package/apis/medialive-2017-10-14.min.json +379 -301
  29. package/apis/metadata.json +3 -3
  30. package/apis/osis-2022-01-01.min.json +66 -12
  31. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  32. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  33. package/apis/quicksight-2018-04-01.min.json +909 -335
  34. package/apis/quicksight-2018-04-01.paginators.json +6 -0
  35. package/apis/rds-2014-10-31.min.json +233 -217
  36. package/apis/redshift-2012-12-01.min.json +250 -91
  37. package/apis/redshift-2012-12-01.paginators.json +6 -0
  38. package/apis/redshift-serverless-2021-04-21.min.json +39 -38
  39. package/apis/s3-2006-03-01.examples.json +126 -126
  40. package/apis/sagemaker-2017-07-24.min.json +977 -974
  41. package/apis/ssm-2014-11-06.min.json +161 -146
  42. package/apis/ssm-incidents-2018-05-10.min.json +201 -52
  43. package/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  44. package/apis/sso-admin-2020-07-20.min.json +1121 -73
  45. package/apis/sso-admin-2020-07-20.paginators.json +52 -0
  46. package/apis/sso-oidc-2019-06-10.examples.json +228 -0
  47. package/apis/sso-oidc-2019-06-10.min.json +94 -8
  48. package/apis/transfer-2018-11-05.min.json +121 -105
  49. package/apis/trustedadvisor-2022-09-15.min.json +794 -0
  50. package/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
  51. package/apis/verifiedpermissions-2021-12-01.min.json +269 -199
  52. package/apis/wisdom-2020-10-19.min.json +790 -27
  53. package/apis/wisdom-2020-10-19.paginators.json +18 -0
  54. package/clients/all.d.ts +1 -1
  55. package/clients/all.js +2 -2
  56. package/clients/appmesh.d.ts +2 -2
  57. package/clients/athena.d.ts +27 -19
  58. package/clients/cloud9.d.ts +1 -1
  59. package/clients/cloudformation.d.ts +14 -1
  60. package/clients/codecatalyst.d.ts +16 -0
  61. package/clients/codepipeline.d.ts +22 -2
  62. package/clients/codestarconnections.d.ts +727 -0
  63. package/clients/connect.d.ts +2 -2
  64. package/clients/dlm.d.ts +153 -25
  65. package/clients/ec2.d.ts +582 -23
  66. package/clients/ecr.d.ts +128 -7
  67. package/clients/emr.d.ts +80 -43
  68. package/clients/eventbridge.d.ts +40 -37
  69. package/clients/fsx.d.ts +7 -3
  70. package/clients/glue.d.ts +228 -0
  71. package/clients/imagebuilder.d.ts +776 -60
  72. package/clients/internetmonitor.d.ts +157 -4
  73. package/clients/iot.d.ts +23 -6
  74. package/clients/ivsrealtime.d.ts +593 -6
  75. package/clients/kafka.d.ts +13 -0
  76. package/clients/kinesisvideo.d.ts +8 -8
  77. package/clients/lambda.d.ts +39 -5
  78. package/clients/macie2.d.ts +54 -16
  79. package/clients/medialive.d.ts +121 -47
  80. package/clients/mediapackage.d.ts +2 -2
  81. package/clients/osis.d.ts +55 -0
  82. package/clients/pinpointsmsvoicev2.d.ts +1860 -96
  83. package/clients/polly.d.ts +9 -9
  84. package/clients/quicksight.d.ts +537 -20
  85. package/clients/rds.d.ts +31 -4
  86. package/clients/redshift.d.ts +207 -0
  87. package/clients/redshiftserverless.d.ts +5 -0
  88. package/clients/s3.d.ts +2 -2
  89. package/clients/sagemaker.d.ts +12 -2
  90. package/clients/ssm.d.ts +38 -8
  91. package/clients/ssmincidents.d.ts +191 -40
  92. package/clients/ssoadmin.d.ts +1529 -128
  93. package/clients/ssooidc.d.ts +99 -16
  94. package/clients/sts.d.ts +3 -3
  95. package/clients/transfer.d.ts +25 -1
  96. package/clients/trustedadvisor.d.ts +918 -0
  97. package/clients/trustedadvisor.js +18 -0
  98. package/clients/verifiedpermissions.d.ts +67 -1
  99. package/clients/wisdom.d.ts +849 -25
  100. package/dist/aws-sdk-core-react-native.js +2 -2
  101. package/dist/aws-sdk-react-native.js +1444 -1444
  102. package/dist/aws-sdk.js +2953 -2158
  103. package/dist/aws-sdk.min.js +101 -101
  104. package/lib/config_service_placeholders.d.ts +2 -2
  105. package/lib/core.js +1 -1
  106. package/lib/dynamodb/document_client.d.ts +1 -1
  107. package/lib/dynamodb/document_client.js +1 -1
  108. package/package.json +1 -1
  109. package/apis/macie-2017-12-19.min.json +0 -222
  110. package/apis/macie-2017-12-19.paginators.json +0 -14
  111. package/clients/macie.d.ts +0 -284
  112. package/clients/macie.js +0 -18
  113. /package/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -9,6 +9,16 @@
9
9
  "input_token": "NextToken",
10
10
  "output_token": "NextToken",
11
11
  "limit_key": "MaxResults"
12
+ },
13
+ "ListRepositoryLinks": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "ListSyncConfigurations": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
12
22
  }
13
23
  }
14
24
  }
@@ -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
  }