cdk-lambda-subminute 2.0.286 → 2.0.288
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +35 -34
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +310 -277
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +283 -227
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +359 -318
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +1 -0
- package/node_modules/aws-sdk/apis/launch-wizard-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/launch-wizard-2018-05-10.min.json +312 -0
- package/node_modules/aws-sdk/apis/launch-wizard-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +40 -17
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +353 -325
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/apprunner.d.ts +5 -0
- package/node_modules/aws-sdk/clients/configservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +37 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +33 -22
- package/node_modules/aws-sdk/clients/glue.d.ts +45 -0
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +8 -4
- package/node_modules/aws-sdk/clients/launchwizard.d.ts +450 -0
- package/node_modules/aws-sdk/clients/launchwizard.js +18 -0
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +44 -11
- package/node_modules/aws-sdk/clients/quicksight.d.ts +41 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +600 -507
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.d.ts +14 -0
- package/node_modules/aws-sdk/lib/credentials/ec2_metadata_credentials.js +1 -0
- package/node_modules/aws-sdk/lib/metadata_service.d.ts +16 -1
- package/node_modules/aws-sdk/lib/metadata_service.js +36 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -0,0 +1,312 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2018-05-10",
|
5
|
+
"endpointPrefix": "launchwizard",
|
6
|
+
"jsonVersion": "1.1",
|
7
|
+
"protocol": "rest-json",
|
8
|
+
"serviceFullName": "AWS Launch Wizard",
|
9
|
+
"serviceId": "Launch Wizard",
|
10
|
+
"signatureVersion": "v4",
|
11
|
+
"signingName": "launchwizard",
|
12
|
+
"uid": "launch-wizard-2018-05-10"
|
13
|
+
},
|
14
|
+
"operations": {
|
15
|
+
"CreateDeployment": {
|
16
|
+
"http": {
|
17
|
+
"requestUri": "/createDeployment",
|
18
|
+
"responseCode": 200
|
19
|
+
},
|
20
|
+
"input": {
|
21
|
+
"type": "structure",
|
22
|
+
"required": [
|
23
|
+
"deploymentPatternName",
|
24
|
+
"name",
|
25
|
+
"specifications",
|
26
|
+
"workloadName"
|
27
|
+
],
|
28
|
+
"members": {
|
29
|
+
"deploymentPatternName": {},
|
30
|
+
"dryRun": {
|
31
|
+
"type": "boolean"
|
32
|
+
},
|
33
|
+
"name": {},
|
34
|
+
"specifications": {
|
35
|
+
"shape": "S5"
|
36
|
+
},
|
37
|
+
"workloadName": {}
|
38
|
+
}
|
39
|
+
},
|
40
|
+
"output": {
|
41
|
+
"type": "structure",
|
42
|
+
"members": {
|
43
|
+
"deploymentId": {}
|
44
|
+
}
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"DeleteDeployment": {
|
48
|
+
"http": {
|
49
|
+
"requestUri": "/deleteDeployment",
|
50
|
+
"responseCode": 200
|
51
|
+
},
|
52
|
+
"input": {
|
53
|
+
"type": "structure",
|
54
|
+
"required": [
|
55
|
+
"deploymentId"
|
56
|
+
],
|
57
|
+
"members": {
|
58
|
+
"deploymentId": {}
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"output": {
|
62
|
+
"type": "structure",
|
63
|
+
"members": {
|
64
|
+
"status": {},
|
65
|
+
"statusReason": {}
|
66
|
+
}
|
67
|
+
},
|
68
|
+
"idempotent": true
|
69
|
+
},
|
70
|
+
"GetDeployment": {
|
71
|
+
"http": {
|
72
|
+
"requestUri": "/getDeployment",
|
73
|
+
"responseCode": 200
|
74
|
+
},
|
75
|
+
"input": {
|
76
|
+
"type": "structure",
|
77
|
+
"required": [
|
78
|
+
"deploymentId"
|
79
|
+
],
|
80
|
+
"members": {
|
81
|
+
"deploymentId": {}
|
82
|
+
}
|
83
|
+
},
|
84
|
+
"output": {
|
85
|
+
"type": "structure",
|
86
|
+
"members": {
|
87
|
+
"deployment": {
|
88
|
+
"type": "structure",
|
89
|
+
"members": {
|
90
|
+
"createdAt": {
|
91
|
+
"type": "timestamp"
|
92
|
+
},
|
93
|
+
"deletedAt": {
|
94
|
+
"type": "timestamp"
|
95
|
+
},
|
96
|
+
"id": {},
|
97
|
+
"name": {},
|
98
|
+
"patternName": {},
|
99
|
+
"resourceGroup": {},
|
100
|
+
"specifications": {
|
101
|
+
"shape": "S5"
|
102
|
+
},
|
103
|
+
"status": {},
|
104
|
+
"workloadName": {}
|
105
|
+
}
|
106
|
+
}
|
107
|
+
}
|
108
|
+
}
|
109
|
+
},
|
110
|
+
"GetWorkload": {
|
111
|
+
"http": {
|
112
|
+
"requestUri": "/getWorkload",
|
113
|
+
"responseCode": 200
|
114
|
+
},
|
115
|
+
"input": {
|
116
|
+
"type": "structure",
|
117
|
+
"required": [
|
118
|
+
"workloadName"
|
119
|
+
],
|
120
|
+
"members": {
|
121
|
+
"workloadName": {}
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"output": {
|
125
|
+
"type": "structure",
|
126
|
+
"members": {
|
127
|
+
"workload": {
|
128
|
+
"type": "structure",
|
129
|
+
"members": {
|
130
|
+
"description": {},
|
131
|
+
"displayName": {},
|
132
|
+
"documentationUrl": {},
|
133
|
+
"iconUrl": {},
|
134
|
+
"status": {},
|
135
|
+
"statusMessage": {},
|
136
|
+
"workloadName": {}
|
137
|
+
}
|
138
|
+
}
|
139
|
+
}
|
140
|
+
}
|
141
|
+
},
|
142
|
+
"ListDeploymentEvents": {
|
143
|
+
"http": {
|
144
|
+
"requestUri": "/listDeploymentEvents",
|
145
|
+
"responseCode": 200
|
146
|
+
},
|
147
|
+
"input": {
|
148
|
+
"type": "structure",
|
149
|
+
"required": [
|
150
|
+
"deploymentId"
|
151
|
+
],
|
152
|
+
"members": {
|
153
|
+
"deploymentId": {},
|
154
|
+
"maxResults": {
|
155
|
+
"type": "integer"
|
156
|
+
},
|
157
|
+
"nextToken": {}
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"output": {
|
161
|
+
"type": "structure",
|
162
|
+
"members": {
|
163
|
+
"deploymentEvents": {
|
164
|
+
"type": "list",
|
165
|
+
"member": {
|
166
|
+
"type": "structure",
|
167
|
+
"members": {
|
168
|
+
"description": {},
|
169
|
+
"name": {},
|
170
|
+
"status": {},
|
171
|
+
"statusReason": {},
|
172
|
+
"timestamp": {
|
173
|
+
"type": "timestamp"
|
174
|
+
}
|
175
|
+
}
|
176
|
+
}
|
177
|
+
},
|
178
|
+
"nextToken": {}
|
179
|
+
}
|
180
|
+
}
|
181
|
+
},
|
182
|
+
"ListDeployments": {
|
183
|
+
"http": {
|
184
|
+
"requestUri": "/listDeployments",
|
185
|
+
"responseCode": 200
|
186
|
+
},
|
187
|
+
"input": {
|
188
|
+
"type": "structure",
|
189
|
+
"members": {
|
190
|
+
"filters": {
|
191
|
+
"type": "list",
|
192
|
+
"member": {
|
193
|
+
"type": "structure",
|
194
|
+
"members": {
|
195
|
+
"name": {},
|
196
|
+
"values": {
|
197
|
+
"type": "list",
|
198
|
+
"member": {}
|
199
|
+
}
|
200
|
+
}
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"maxResults": {
|
204
|
+
"type": "integer"
|
205
|
+
},
|
206
|
+
"nextToken": {}
|
207
|
+
}
|
208
|
+
},
|
209
|
+
"output": {
|
210
|
+
"type": "structure",
|
211
|
+
"members": {
|
212
|
+
"deployments": {
|
213
|
+
"type": "list",
|
214
|
+
"member": {
|
215
|
+
"type": "structure",
|
216
|
+
"members": {
|
217
|
+
"createdAt": {
|
218
|
+
"type": "timestamp"
|
219
|
+
},
|
220
|
+
"id": {},
|
221
|
+
"name": {},
|
222
|
+
"patternName": {},
|
223
|
+
"status": {},
|
224
|
+
"workloadName": {}
|
225
|
+
}
|
226
|
+
}
|
227
|
+
},
|
228
|
+
"nextToken": {}
|
229
|
+
}
|
230
|
+
}
|
231
|
+
},
|
232
|
+
"ListWorkloadDeploymentPatterns": {
|
233
|
+
"http": {
|
234
|
+
"requestUri": "/listWorkloadDeploymentPatterns",
|
235
|
+
"responseCode": 200
|
236
|
+
},
|
237
|
+
"input": {
|
238
|
+
"type": "structure",
|
239
|
+
"required": [
|
240
|
+
"workloadName"
|
241
|
+
],
|
242
|
+
"members": {
|
243
|
+
"maxResults": {
|
244
|
+
"type": "integer"
|
245
|
+
},
|
246
|
+
"nextToken": {},
|
247
|
+
"workloadName": {}
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"output": {
|
251
|
+
"type": "structure",
|
252
|
+
"members": {
|
253
|
+
"nextToken": {},
|
254
|
+
"workloadDeploymentPatterns": {
|
255
|
+
"type": "list",
|
256
|
+
"member": {
|
257
|
+
"type": "structure",
|
258
|
+
"members": {
|
259
|
+
"deploymentPatternName": {},
|
260
|
+
"description": {},
|
261
|
+
"displayName": {},
|
262
|
+
"status": {},
|
263
|
+
"statusMessage": {},
|
264
|
+
"workloadName": {},
|
265
|
+
"workloadVersionName": {}
|
266
|
+
}
|
267
|
+
}
|
268
|
+
}
|
269
|
+
}
|
270
|
+
}
|
271
|
+
},
|
272
|
+
"ListWorkloads": {
|
273
|
+
"http": {
|
274
|
+
"requestUri": "/listWorkloads",
|
275
|
+
"responseCode": 200
|
276
|
+
},
|
277
|
+
"input": {
|
278
|
+
"type": "structure",
|
279
|
+
"members": {
|
280
|
+
"maxResults": {
|
281
|
+
"type": "integer"
|
282
|
+
},
|
283
|
+
"nextToken": {}
|
284
|
+
}
|
285
|
+
},
|
286
|
+
"output": {
|
287
|
+
"type": "structure",
|
288
|
+
"members": {
|
289
|
+
"nextToken": {},
|
290
|
+
"workloads": {
|
291
|
+
"type": "list",
|
292
|
+
"member": {
|
293
|
+
"type": "structure",
|
294
|
+
"members": {
|
295
|
+
"displayName": {},
|
296
|
+
"workloadName": {}
|
297
|
+
}
|
298
|
+
}
|
299
|
+
}
|
300
|
+
}
|
301
|
+
}
|
302
|
+
}
|
303
|
+
},
|
304
|
+
"shapes": {
|
305
|
+
"S5": {
|
306
|
+
"type": "map",
|
307
|
+
"key": {},
|
308
|
+
"value": {},
|
309
|
+
"sensitive": true
|
310
|
+
}
|
311
|
+
}
|
312
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListDeploymentEvents": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "deploymentEvents"
|
8
|
+
},
|
9
|
+
"ListDeployments": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "deployments"
|
14
|
+
},
|
15
|
+
"ListWorkloadDeploymentPatterns": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "workloadDeploymentPatterns"
|
20
|
+
},
|
21
|
+
"ListWorkloads": {
|
22
|
+
"input_token": "nextToken",
|
23
|
+
"output_token": "nextToken",
|
24
|
+
"limit_key": "maxResults",
|
25
|
+
"result_key": "workloads"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -178,6 +178,9 @@
|
|
178
178
|
},
|
179
179
|
"SourceMetadata": {
|
180
180
|
"shape": "S3l"
|
181
|
+
},
|
182
|
+
"AnalyzeRuleGroup": {
|
183
|
+
"type": "boolean"
|
181
184
|
}
|
182
185
|
}
|
183
186
|
},
|
@@ -205,7 +208,7 @@
|
|
205
208
|
"members": {
|
206
209
|
"TLSInspectionConfigurationName": {},
|
207
210
|
"TLSInspectionConfiguration": {
|
208
|
-
"shape": "
|
211
|
+
"shape": "S3t"
|
209
212
|
},
|
210
213
|
"Description": {},
|
211
214
|
"Tags": {
|
@@ -225,7 +228,7 @@
|
|
225
228
|
"members": {
|
226
229
|
"UpdateToken": {},
|
227
230
|
"TLSInspectionConfigurationResponse": {
|
228
|
-
"shape": "
|
231
|
+
"shape": "S43"
|
229
232
|
}
|
230
233
|
}
|
231
234
|
}
|
@@ -321,7 +324,7 @@
|
|
321
324
|
],
|
322
325
|
"members": {
|
323
326
|
"TLSInspectionConfigurationResponse": {
|
324
|
-
"shape": "
|
327
|
+
"shape": "S43"
|
325
328
|
}
|
326
329
|
}
|
327
330
|
}
|
@@ -385,7 +388,7 @@
|
|
385
388
|
"members": {
|
386
389
|
"FirewallArn": {},
|
387
390
|
"LoggingConfiguration": {
|
388
|
-
"shape": "
|
391
|
+
"shape": "S4n"
|
389
392
|
}
|
390
393
|
}
|
391
394
|
}
|
@@ -413,7 +416,10 @@
|
|
413
416
|
"members": {
|
414
417
|
"RuleGroupName": {},
|
415
418
|
"RuleGroupArn": {},
|
416
|
-
"Type": {}
|
419
|
+
"Type": {},
|
420
|
+
"AnalyzeRuleGroup": {
|
421
|
+
"type": "boolean"
|
422
|
+
}
|
417
423
|
}
|
418
424
|
},
|
419
425
|
"output": {
|
@@ -482,10 +488,10 @@
|
|
482
488
|
"members": {
|
483
489
|
"UpdateToken": {},
|
484
490
|
"TLSInspectionConfiguration": {
|
485
|
-
"shape": "
|
491
|
+
"shape": "S3t"
|
486
492
|
},
|
487
493
|
"TLSInspectionConfigurationResponse": {
|
488
|
-
"shape": "
|
494
|
+
"shape": "S43"
|
489
495
|
}
|
490
496
|
}
|
491
497
|
}
|
@@ -855,7 +861,7 @@
|
|
855
861
|
"FirewallArn": {},
|
856
862
|
"FirewallName": {},
|
857
863
|
"LoggingConfiguration": {
|
858
|
-
"shape": "
|
864
|
+
"shape": "S4n"
|
859
865
|
}
|
860
866
|
}
|
861
867
|
},
|
@@ -865,7 +871,7 @@
|
|
865
871
|
"FirewallArn": {},
|
866
872
|
"FirewallName": {},
|
867
873
|
"LoggingConfiguration": {
|
868
|
-
"shape": "
|
874
|
+
"shape": "S4n"
|
869
875
|
}
|
870
876
|
}
|
871
877
|
}
|
@@ -894,6 +900,9 @@
|
|
894
900
|
},
|
895
901
|
"SourceMetadata": {
|
896
902
|
"shape": "S3l"
|
903
|
+
},
|
904
|
+
"AnalyzeRuleGroup": {
|
905
|
+
"type": "boolean"
|
897
906
|
}
|
898
907
|
}
|
899
908
|
},
|
@@ -949,7 +958,7 @@
|
|
949
958
|
"TLSInspectionConfigurationArn": {},
|
950
959
|
"TLSInspectionConfigurationName": {},
|
951
960
|
"TLSInspectionConfiguration": {
|
952
|
-
"shape": "
|
961
|
+
"shape": "S3t"
|
953
962
|
},
|
954
963
|
"Description": {},
|
955
964
|
"EncryptionConfiguration": {
|
@@ -967,7 +976,7 @@
|
|
967
976
|
"members": {
|
968
977
|
"UpdateToken": {},
|
969
978
|
"TLSInspectionConfigurationResponse": {
|
970
|
-
"shape": "
|
979
|
+
"shape": "S43"
|
971
980
|
}
|
972
981
|
}
|
973
982
|
}
|
@@ -1566,10 +1575,24 @@
|
|
1566
1575
|
"SnsTopic": {},
|
1567
1576
|
"LastModifiedTime": {
|
1568
1577
|
"type": "timestamp"
|
1578
|
+
},
|
1579
|
+
"AnalysisResults": {
|
1580
|
+
"type": "list",
|
1581
|
+
"member": {
|
1582
|
+
"type": "structure",
|
1583
|
+
"members": {
|
1584
|
+
"IdentifiedRuleIds": {
|
1585
|
+
"type": "list",
|
1586
|
+
"member": {}
|
1587
|
+
},
|
1588
|
+
"IdentifiedType": {},
|
1589
|
+
"AnalysisDetail": {}
|
1590
|
+
}
|
1591
|
+
}
|
1569
1592
|
}
|
1570
1593
|
}
|
1571
1594
|
},
|
1572
|
-
"
|
1595
|
+
"S3t": {
|
1573
1596
|
"type": "structure",
|
1574
1597
|
"members": {
|
1575
1598
|
"ServerCertificateConfigurations": {
|
@@ -1622,7 +1645,7 @@
|
|
1622
1645
|
}
|
1623
1646
|
}
|
1624
1647
|
},
|
1625
|
-
"
|
1648
|
+
"S43": {
|
1626
1649
|
"type": "structure",
|
1627
1650
|
"required": [
|
1628
1651
|
"TLSInspectionConfigurationArn",
|
@@ -1650,15 +1673,15 @@
|
|
1650
1673
|
"Certificates": {
|
1651
1674
|
"type": "list",
|
1652
1675
|
"member": {
|
1653
|
-
"shape": "
|
1676
|
+
"shape": "S45"
|
1654
1677
|
}
|
1655
1678
|
},
|
1656
1679
|
"CertificateAuthority": {
|
1657
|
-
"shape": "
|
1680
|
+
"shape": "S45"
|
1658
1681
|
}
|
1659
1682
|
}
|
1660
1683
|
},
|
1661
|
-
"
|
1684
|
+
"S45": {
|
1662
1685
|
"type": "structure",
|
1663
1686
|
"members": {
|
1664
1687
|
"CertificateArn": {},
|
@@ -1667,7 +1690,7 @@
|
|
1667
1690
|
"StatusMessage": {}
|
1668
1691
|
}
|
1669
1692
|
},
|
1670
|
-
"
|
1693
|
+
"S4n": {
|
1671
1694
|
"type": "structure",
|
1672
1695
|
"required": [
|
1673
1696
|
"LogDestinationConfigs"
|