aws-sdk 2.1502.0 → 2.1503.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 (121) hide show
  1. package/CHANGELOG.md +41 -1
  2. package/README.md +1 -3
  3. package/apis/accessanalyzer-2019-11-01.min.json +423 -86
  4. package/apis/accessanalyzer-2019-11-01.paginators.json +12 -0
  5. package/apis/amp-2020-08-01.min.json +320 -3
  6. package/apis/amp-2020-08-01.paginators.json +6 -0
  7. package/apis/amp-2020-08-01.waiters2.json +33 -0
  8. package/apis/bcm-data-exports-2023-11-26.examples.json +5 -0
  9. package/apis/bcm-data-exports-2023-11-26.min.json +470 -0
  10. package/apis/bcm-data-exports-2023-11-26.paginators.json +22 -0
  11. package/apis/cloudtrail-2013-11-01.min.json +67 -24
  12. package/apis/codestar-connections-2019-12-01.min.json +590 -3
  13. package/apis/codestar-connections-2019-12-01.paginators.json +10 -0
  14. package/apis/compute-optimizer-2019-11-01.min.json +243 -39
  15. package/apis/config-2014-11-12.min.json +204 -169
  16. package/apis/controltower-2018-05-10.min.json +249 -13
  17. package/apis/controltower-2018-05-10.paginators.json +6 -0
  18. package/apis/cost-optimization-hub-2022-07-26.examples.json +5 -0
  19. package/apis/cost-optimization-hub-2022-07-26.min.json +757 -0
  20. package/apis/cost-optimization-hub-2022-07-26.paginators.json +22 -0
  21. package/apis/detective-2018-10-26.min.json +294 -0
  22. package/apis/ecs-2014-11-13.min.json +108 -107
  23. package/apis/eks-2017-11-01.min.json +211 -4
  24. package/apis/eks-2017-11-01.paginators.json +12 -0
  25. package/apis/eks-auth-2023-11-26.examples.json +5 -0
  26. package/apis/eks-auth-2023-11-26.min.json +104 -0
  27. package/apis/eks-auth-2023-11-26.paginators.json +4 -0
  28. package/apis/eks-auth-2023-11-26.waiters2.json +5 -0
  29. package/apis/elasticfilesystem-2015-02-01.min.json +5 -1
  30. package/apis/elasticfilesystem-2015-02-01.paginators.json +18 -3
  31. package/apis/elasticloadbalancingv2-2015-12-01.min.json +403 -75
  32. package/apis/elasticloadbalancingv2-2015-12-01.paginators.json +15 -0
  33. package/apis/freetier-2023-09-07.examples.json +5 -0
  34. package/apis/freetier-2023-09-07.min.json +105 -0
  35. package/apis/freetier-2023-09-07.paginators.json +10 -0
  36. package/apis/fsx-2018-03-01.min.json +259 -135
  37. package/apis/guardduty-2017-11-28.min.json +64 -0
  38. package/apis/iotfleetwise-2021-06-17.min.json +159 -33
  39. package/apis/lakeformation-2017-03-31.min.json +126 -35
  40. package/apis/logs-2014-03-28.min.json +310 -36
  41. package/apis/logs-2014-03-28.paginators.json +12 -0
  42. package/apis/managedblockchain-2018-09-24.min.json +58 -50
  43. package/apis/metadata.json +22 -0
  44. package/apis/models.lex.v2-2020-08-07.min.json +633 -331
  45. package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  46. package/apis/personalize-2018-05-22.min.json +85 -52
  47. package/apis/personalize-events-2018-03-22.min.json +97 -5
  48. package/apis/personalize-runtime-2018-05-22.min.json +68 -11
  49. package/apis/quicksight-2018-04-01.min.json +398 -268
  50. package/apis/redshift-2012-12-01.min.json +14 -2
  51. package/apis/repostspace-2022-05-13.examples.json +5 -0
  52. package/apis/repostspace-2022-05-13.min.json +447 -0
  53. package/apis/repostspace-2022-05-13.paginators.json +10 -0
  54. package/apis/runtime.lex.v2-2020-08-07.min.json +25 -24
  55. package/apis/s3-2006-03-01.examples.json +142 -142
  56. package/apis/s3-2006-03-01.min.json +45 -0
  57. package/apis/s3control-2018-08-20.min.json +1330 -314
  58. package/apis/s3control-2018-08-20.paginators.json +15 -0
  59. package/apis/secretsmanager-2017-10-17.min.json +111 -50
  60. package/apis/secretsmanager-2017-10-17.paginators.json +5 -0
  61. package/apis/securityhub-2018-10-26.examples.json +93 -2
  62. package/apis/securityhub-2018-10-26.min.json +551 -300
  63. package/apis/states-2016-11-23.min.json +85 -0
  64. package/apis/transcribe-2017-10-26.min.json +49 -38
  65. package/apis/workspaces-2015-04-08.min.json +119 -96
  66. package/apis/workspaces-thin-client-2023-08-22.examples.json +5 -0
  67. package/apis/workspaces-thin-client-2023-08-22.min.json +777 -0
  68. package/apis/workspaces-thin-client-2023-08-22.paginators.json +22 -0
  69. package/clients/accessanalyzer.d.ts +374 -5
  70. package/clients/all.d.ts +6 -0
  71. package/clients/all.js +7 -1
  72. package/clients/amp.d.ts +322 -0
  73. package/clients/bcmdataexports.d.ts +589 -0
  74. package/clients/bcmdataexports.js +18 -0
  75. package/clients/cloudtrail.d.ts +76 -2
  76. package/clients/cloudwatchlogs.d.ts +413 -1
  77. package/clients/codestarconnections.d.ts +727 -0
  78. package/clients/computeoptimizer.d.ts +307 -6
  79. package/clients/configservice.d.ts +60 -11
  80. package/clients/controltower.d.ts +258 -20
  81. package/clients/costoptimizationhub.d.ts +1283 -0
  82. package/clients/costoptimizationhub.js +18 -0
  83. package/clients/detective.d.ts +469 -0
  84. package/clients/ecs.d.ts +10 -5
  85. package/clients/efs.d.ts +39 -30
  86. package/clients/eks.d.ts +237 -15
  87. package/clients/eksauth.d.ts +124 -0
  88. package/clients/eksauth.js +19 -0
  89. package/clients/elbv2.d.ts +433 -4
  90. package/clients/freetier.d.ts +149 -0
  91. package/clients/freetier.js +18 -0
  92. package/clients/fsx.d.ts +194 -21
  93. package/clients/guardduty.d.ts +82 -11
  94. package/clients/iotfleetwise.d.ts +198 -13
  95. package/clients/lakeformation.d.ts +118 -2
  96. package/clients/lexmodelsv2.d.ts +343 -2
  97. package/clients/lexruntimev2.d.ts +14 -9
  98. package/clients/managedblockchain.d.ts +26 -5
  99. package/clients/personalize.d.ts +65 -20
  100. package/clients/personalizeevents.d.ts +102 -12
  101. package/clients/personalizeruntime.d.ts +72 -2
  102. package/clients/quicksight.d.ts +124 -0
  103. package/clients/redshift.d.ts +16 -0
  104. package/clients/repostspace.d.ts +458 -0
  105. package/clients/repostspace.js +18 -0
  106. package/clients/s3.d.ts +2 -2
  107. package/clients/s3control.d.ts +841 -13
  108. package/clients/secretsmanager.d.ts +94 -5
  109. package/clients/securityhub.d.ts +305 -2
  110. package/clients/stepfunctions.d.ts +153 -8
  111. package/clients/transcribeservice.d.ts +11 -1
  112. package/clients/workspaces.d.ts +43 -1
  113. package/clients/workspacesthinclient.d.ts +895 -0
  114. package/clients/workspacesthinclient.js +18 -0
  115. package/dist/aws-sdk-core-react-native.js +2 -2
  116. package/dist/aws-sdk-react-native.js +277 -48
  117. package/dist/aws-sdk.js +1976 -565
  118. package/dist/aws-sdk.min.js +104 -104
  119. package/lib/config_service_placeholders.d.ts +12 -0
  120. package/lib/core.js +1 -1
  121. package/package.json +1 -1
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetFindingV2": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "findingDetails"
8
+ },
3
9
  "ListAccessPreviewFindings": {
4
10
  "input_token": "nextToken",
5
11
  "output_token": "nextToken",
@@ -36,6 +42,12 @@
36
42
  "limit_key": "maxResults",
37
43
  "result_key": "findings"
38
44
  },
45
+ "ListFindingsV2": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "findings"
50
+ },
39
51
  "ListPolicyGenerations": {
40
52
  "input_token": "nextToken",
41
53
  "output_token": "nextToken",
@@ -133,6 +133,57 @@
133
133
  },
134
134
  "idempotent": true
135
135
  },
136
+ "CreateScraper": {
137
+ "http": {
138
+ "requestUri": "/scrapers",
139
+ "responseCode": 202
140
+ },
141
+ "input": {
142
+ "type": "structure",
143
+ "required": [
144
+ "scrapeConfiguration",
145
+ "source",
146
+ "destination"
147
+ ],
148
+ "members": {
149
+ "alias": {},
150
+ "scrapeConfiguration": {
151
+ "shape": "Sq"
152
+ },
153
+ "source": {
154
+ "shape": "Ss"
155
+ },
156
+ "destination": {
157
+ "shape": "Sz"
158
+ },
159
+ "clientToken": {
160
+ "idempotencyToken": true
161
+ },
162
+ "tags": {
163
+ "shape": "Sh"
164
+ }
165
+ }
166
+ },
167
+ "output": {
168
+ "type": "structure",
169
+ "required": [
170
+ "scraperId",
171
+ "arn",
172
+ "status"
173
+ ],
174
+ "members": {
175
+ "scraperId": {},
176
+ "arn": {},
177
+ "status": {
178
+ "shape": "S15"
179
+ },
180
+ "tags": {
181
+ "shape": "Sh"
182
+ }
183
+ }
184
+ },
185
+ "idempotent": true
186
+ },
136
187
  "CreateWorkspace": {
137
188
  "http": {
138
189
  "requestUri": "/workspaces",
@@ -161,7 +212,7 @@
161
212
  "workspaceId": {},
162
213
  "arn": {},
163
214
  "status": {
164
- "shape": "Ss"
215
+ "shape": "S1a"
165
216
  },
166
217
  "tags": {
167
218
  "shape": "Sh"
@@ -250,6 +301,44 @@
250
301
  },
251
302
  "idempotent": true
252
303
  },
304
+ "DeleteScraper": {
305
+ "http": {
306
+ "method": "DELETE",
307
+ "requestUri": "/scrapers/{scraperId}",
308
+ "responseCode": 202
309
+ },
310
+ "input": {
311
+ "type": "structure",
312
+ "required": [
313
+ "scraperId"
314
+ ],
315
+ "members": {
316
+ "scraperId": {
317
+ "location": "uri",
318
+ "locationName": "scraperId"
319
+ },
320
+ "clientToken": {
321
+ "idempotencyToken": true,
322
+ "location": "querystring",
323
+ "locationName": "clientToken"
324
+ }
325
+ }
326
+ },
327
+ "output": {
328
+ "type": "structure",
329
+ "required": [
330
+ "scraperId",
331
+ "status"
332
+ ],
333
+ "members": {
334
+ "scraperId": {},
335
+ "status": {
336
+ "shape": "S15"
337
+ }
338
+ }
339
+ },
340
+ "idempotent": true
341
+ },
253
342
  "DeleteWorkspace": {
254
343
  "http": {
255
344
  "method": "DELETE",
@@ -437,6 +526,75 @@
437
526
  }
438
527
  }
439
528
  },
529
+ "DescribeScraper": {
530
+ "http": {
531
+ "method": "GET",
532
+ "requestUri": "/scrapers/{scraperId}",
533
+ "responseCode": 200
534
+ },
535
+ "input": {
536
+ "type": "structure",
537
+ "required": [
538
+ "scraperId"
539
+ ],
540
+ "members": {
541
+ "scraperId": {
542
+ "location": "uri",
543
+ "locationName": "scraperId"
544
+ }
545
+ }
546
+ },
547
+ "output": {
548
+ "type": "structure",
549
+ "required": [
550
+ "scraper"
551
+ ],
552
+ "members": {
553
+ "scraper": {
554
+ "type": "structure",
555
+ "required": [
556
+ "scraperId",
557
+ "arn",
558
+ "roleArn",
559
+ "status",
560
+ "createdAt",
561
+ "lastModifiedAt",
562
+ "scrapeConfiguration",
563
+ "source",
564
+ "destination"
565
+ ],
566
+ "members": {
567
+ "alias": {},
568
+ "scraperId": {},
569
+ "arn": {},
570
+ "roleArn": {},
571
+ "status": {
572
+ "shape": "S15"
573
+ },
574
+ "createdAt": {
575
+ "type": "timestamp"
576
+ },
577
+ "lastModifiedAt": {
578
+ "type": "timestamp"
579
+ },
580
+ "tags": {
581
+ "shape": "Sh"
582
+ },
583
+ "statusReason": {},
584
+ "scrapeConfiguration": {
585
+ "shape": "Sq"
586
+ },
587
+ "source": {
588
+ "shape": "Ss"
589
+ },
590
+ "destination": {
591
+ "shape": "Sz"
592
+ }
593
+ }
594
+ }
595
+ }
596
+ }
597
+ },
440
598
  "DescribeWorkspace": {
441
599
  "http": {
442
600
  "method": "GET",
@@ -474,7 +632,7 @@
474
632
  "alias": {},
475
633
  "arn": {},
476
634
  "status": {
477
- "shape": "Ss"
635
+ "shape": "S1a"
478
636
  },
479
637
  "prometheusEndpoint": {},
480
638
  "createdAt": {
@@ -488,6 +646,28 @@
488
646
  }
489
647
  }
490
648
  },
649
+ "GetDefaultScraperConfiguration": {
650
+ "http": {
651
+ "method": "GET",
652
+ "requestUri": "/scraperconfiguration",
653
+ "responseCode": 200
654
+ },
655
+ "input": {
656
+ "type": "structure",
657
+ "members": {}
658
+ },
659
+ "output": {
660
+ "type": "structure",
661
+ "required": [
662
+ "configuration"
663
+ ],
664
+ "members": {
665
+ "configuration": {
666
+ "type": "blob"
667
+ }
668
+ }
669
+ }
670
+ },
491
671
  "ListRuleGroupsNamespaces": {
492
672
  "http": {
493
673
  "method": "GET",
@@ -558,6 +738,86 @@
558
738
  }
559
739
  }
560
740
  },
741
+ "ListScrapers": {
742
+ "http": {
743
+ "method": "GET",
744
+ "requestUri": "/scrapers",
745
+ "responseCode": 200
746
+ },
747
+ "input": {
748
+ "type": "structure",
749
+ "members": {
750
+ "filters": {
751
+ "location": "querystring",
752
+ "type": "map",
753
+ "key": {},
754
+ "value": {
755
+ "type": "list",
756
+ "member": {}
757
+ }
758
+ },
759
+ "nextToken": {
760
+ "location": "querystring",
761
+ "locationName": "nextToken"
762
+ },
763
+ "maxResults": {
764
+ "location": "querystring",
765
+ "locationName": "maxResults",
766
+ "type": "integer"
767
+ }
768
+ }
769
+ },
770
+ "output": {
771
+ "type": "structure",
772
+ "required": [
773
+ "scrapers"
774
+ ],
775
+ "members": {
776
+ "scrapers": {
777
+ "type": "list",
778
+ "member": {
779
+ "type": "structure",
780
+ "required": [
781
+ "scraperId",
782
+ "arn",
783
+ "roleArn",
784
+ "status",
785
+ "createdAt",
786
+ "lastModifiedAt",
787
+ "source",
788
+ "destination"
789
+ ],
790
+ "members": {
791
+ "alias": {},
792
+ "scraperId": {},
793
+ "arn": {},
794
+ "roleArn": {},
795
+ "status": {
796
+ "shape": "S15"
797
+ },
798
+ "createdAt": {
799
+ "type": "timestamp"
800
+ },
801
+ "lastModifiedAt": {
802
+ "type": "timestamp"
803
+ },
804
+ "tags": {
805
+ "shape": "Sh"
806
+ },
807
+ "statusReason": {},
808
+ "source": {
809
+ "shape": "Ss"
810
+ },
811
+ "destination": {
812
+ "shape": "Sz"
813
+ }
814
+ }
815
+ }
816
+ },
817
+ "nextToken": {}
818
+ }
819
+ }
820
+ },
561
821
  "ListTagsForResource": {
562
822
  "http": {
563
823
  "method": "GET",
@@ -630,7 +890,7 @@
630
890
  "alias": {},
631
891
  "arn": {},
632
892
  "status": {
633
- "shape": "Ss"
893
+ "shape": "S1a"
634
894
  },
635
895
  "createdAt": {
636
896
  "type": "timestamp"
@@ -886,7 +1146,64 @@
886
1146
  "statusReason": {}
887
1147
  }
888
1148
  },
1149
+ "Sq": {
1150
+ "type": "structure",
1151
+ "members": {
1152
+ "configurationBlob": {
1153
+ "type": "blob"
1154
+ }
1155
+ },
1156
+ "union": true
1157
+ },
889
1158
  "Ss": {
1159
+ "type": "structure",
1160
+ "members": {
1161
+ "eksConfiguration": {
1162
+ "type": "structure",
1163
+ "required": [
1164
+ "clusterArn",
1165
+ "subnetIds"
1166
+ ],
1167
+ "members": {
1168
+ "clusterArn": {},
1169
+ "securityGroupIds": {
1170
+ "type": "list",
1171
+ "member": {}
1172
+ },
1173
+ "subnetIds": {
1174
+ "type": "list",
1175
+ "member": {}
1176
+ }
1177
+ }
1178
+ }
1179
+ },
1180
+ "union": true
1181
+ },
1182
+ "Sz": {
1183
+ "type": "structure",
1184
+ "members": {
1185
+ "ampConfiguration": {
1186
+ "type": "structure",
1187
+ "required": [
1188
+ "workspaceArn"
1189
+ ],
1190
+ "members": {
1191
+ "workspaceArn": {}
1192
+ }
1193
+ }
1194
+ },
1195
+ "union": true
1196
+ },
1197
+ "S15": {
1198
+ "type": "structure",
1199
+ "required": [
1200
+ "statusCode"
1201
+ ],
1202
+ "members": {
1203
+ "statusCode": {}
1204
+ }
1205
+ },
1206
+ "S1a": {
890
1207
  "type": "structure",
891
1208
  "required": [
892
1209
  "statusCode"
@@ -6,6 +6,12 @@
6
6
  "limit_key": "maxResults",
7
7
  "result_key": "ruleGroupsNamespaces"
8
8
  },
9
+ "ListScrapers": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "scrapers"
14
+ },
9
15
  "ListWorkspaces": {
10
16
  "input_token": "nextToken",
11
17
  "output_token": "nextToken",
@@ -1,6 +1,39 @@
1
1
  {
2
2
  "version" : 2,
3
3
  "waiters" : {
4
+ "ScraperActive" : {
5
+ "description" : "Wait until a scraper reaches ACTIVE status",
6
+ "delay" : 2,
7
+ "maxAttempts" : 60,
8
+ "operation" : "DescribeScraper",
9
+ "acceptors" : [ {
10
+ "matcher" : "path",
11
+ "argument" : "scraper.status.statusCode",
12
+ "state" : "success",
13
+ "expected" : "ACTIVE"
14
+ }, {
15
+ "matcher" : "path",
16
+ "argument" : "scraper.status.statusCode",
17
+ "state" : "failure",
18
+ "expected" : "CREATION_FAILED"
19
+ } ]
20
+ },
21
+ "ScraperDeleted" : {
22
+ "description" : "Wait until a scraper reaches DELETED status",
23
+ "delay" : 2,
24
+ "maxAttempts" : 60,
25
+ "operation" : "DescribeScraper",
26
+ "acceptors" : [ {
27
+ "matcher" : "error",
28
+ "state" : "success",
29
+ "expected" : "ResourceNotFoundException"
30
+ }, {
31
+ "matcher" : "path",
32
+ "argument" : "scraper.status.statusCode",
33
+ "state" : "failure",
34
+ "expected" : "DELETION_FAILED"
35
+ } ]
36
+ },
4
37
  "WorkspaceActive" : {
5
38
  "description" : "Wait until a workspace reaches ACTIVE status",
6
39
  "delay" : 2,
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }