cdk-comprehend-s3olap 2.0.29 → 2.0.30

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.
@@ -13,6 +13,30 @@
13
13
  "uid": "synthetics-2017-10-11"
14
14
  },
15
15
  "operations": {
16
+ "AssociateResource": {
17
+ "http": {
18
+ "method": "PATCH",
19
+ "requestUri": "/group/{groupIdentifier}/associate"
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "GroupIdentifier",
25
+ "ResourceArn"
26
+ ],
27
+ "members": {
28
+ "GroupIdentifier": {
29
+ "location": "uri",
30
+ "locationName": "groupIdentifier"
31
+ },
32
+ "ResourceArn": {}
33
+ }
34
+ },
35
+ "output": {
36
+ "type": "structure",
37
+ "members": {}
38
+ }
39
+ },
16
40
  "CreateCanary": {
17
41
  "http": {
18
42
  "requestUri": "/canary"
@@ -30,15 +54,15 @@
30
54
  "members": {
31
55
  "Name": {},
32
56
  "Code": {
33
- "shape": "S3"
57
+ "shape": "S7"
34
58
  },
35
59
  "ArtifactS3Location": {},
36
60
  "ExecutionRoleArn": {},
37
61
  "Schedule": {
38
- "shape": "S8"
62
+ "shape": "Sc"
39
63
  },
40
64
  "RunConfig": {
41
- "shape": "Sa"
65
+ "shape": "Se"
42
66
  },
43
67
  "SuccessRetentionPeriodInDays": {
44
68
  "type": "integer"
@@ -48,13 +72,13 @@
48
72
  },
49
73
  "RuntimeVersion": {},
50
74
  "VpcConfig": {
51
- "shape": "Si"
75
+ "shape": "Sm"
52
76
  },
53
77
  "Tags": {
54
- "shape": "Sn"
78
+ "shape": "Sr"
55
79
  },
56
80
  "ArtifactConfig": {
57
- "shape": "Sq"
81
+ "shape": "Su"
58
82
  }
59
83
  }
60
84
  },
@@ -62,7 +86,32 @@
62
86
  "type": "structure",
63
87
  "members": {
64
88
  "Canary": {
65
- "shape": "Sv"
89
+ "shape": "Sz"
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "CreateGroup": {
95
+ "http": {
96
+ "requestUri": "/group"
97
+ },
98
+ "input": {
99
+ "type": "structure",
100
+ "required": [
101
+ "Name"
102
+ ],
103
+ "members": {
104
+ "Name": {},
105
+ "Tags": {
106
+ "shape": "Sr"
107
+ }
108
+ }
109
+ },
110
+ "output": {
111
+ "type": "structure",
112
+ "members": {
113
+ "Group": {
114
+ "shape": "S1l"
66
115
  }
67
116
  }
68
117
  }
@@ -94,6 +143,28 @@
94
143
  "members": {}
95
144
  }
96
145
  },
146
+ "DeleteGroup": {
147
+ "http": {
148
+ "method": "DELETE",
149
+ "requestUri": "/group/{groupIdentifier}"
150
+ },
151
+ "input": {
152
+ "type": "structure",
153
+ "required": [
154
+ "GroupIdentifier"
155
+ ],
156
+ "members": {
157
+ "GroupIdentifier": {
158
+ "location": "uri",
159
+ "locationName": "groupIdentifier"
160
+ }
161
+ }
162
+ },
163
+ "output": {
164
+ "type": "structure",
165
+ "members": {}
166
+ }
167
+ },
97
168
  "DescribeCanaries": {
98
169
  "http": {
99
170
  "requestUri": "/canaries"
@@ -117,7 +188,7 @@
117
188
  "Canaries": {
118
189
  "type": "list",
119
190
  "member": {
120
- "shape": "Sv"
191
+ "shape": "Sz"
121
192
  }
122
193
  },
123
194
  "NextToken": {}
@@ -151,7 +222,7 @@
151
222
  "members": {
152
223
  "CanaryName": {},
153
224
  "LastRun": {
154
- "shape": "S1t"
225
+ "shape": "S24"
155
226
  }
156
227
  }
157
228
  }
@@ -196,6 +267,30 @@
196
267
  }
197
268
  }
198
269
  },
270
+ "DisassociateResource": {
271
+ "http": {
272
+ "method": "PATCH",
273
+ "requestUri": "/group/{groupIdentifier}/disassociate"
274
+ },
275
+ "input": {
276
+ "type": "structure",
277
+ "required": [
278
+ "GroupIdentifier",
279
+ "ResourceArn"
280
+ ],
281
+ "members": {
282
+ "GroupIdentifier": {
283
+ "location": "uri",
284
+ "locationName": "groupIdentifier"
285
+ },
286
+ "ResourceArn": {}
287
+ }
288
+ },
289
+ "output": {
290
+ "type": "structure",
291
+ "members": {}
292
+ }
293
+ },
199
294
  "GetCanary": {
200
295
  "http": {
201
296
  "method": "GET",
@@ -217,7 +312,7 @@
217
312
  "type": "structure",
218
313
  "members": {
219
314
  "Canary": {
220
- "shape": "Sv"
315
+ "shape": "Sz"
221
316
  }
222
317
  }
223
318
  }
@@ -248,13 +343,123 @@
248
343
  "CanaryRuns": {
249
344
  "type": "list",
250
345
  "member": {
251
- "shape": "S1t"
346
+ "shape": "S24"
252
347
  }
253
348
  },
254
349
  "NextToken": {}
255
350
  }
256
351
  }
257
352
  },
353
+ "GetGroup": {
354
+ "http": {
355
+ "method": "GET",
356
+ "requestUri": "/group/{groupIdentifier}"
357
+ },
358
+ "input": {
359
+ "type": "structure",
360
+ "required": [
361
+ "GroupIdentifier"
362
+ ],
363
+ "members": {
364
+ "GroupIdentifier": {
365
+ "location": "uri",
366
+ "locationName": "groupIdentifier"
367
+ }
368
+ }
369
+ },
370
+ "output": {
371
+ "type": "structure",
372
+ "members": {
373
+ "Group": {
374
+ "shape": "S1l"
375
+ }
376
+ }
377
+ }
378
+ },
379
+ "ListAssociatedGroups": {
380
+ "http": {
381
+ "requestUri": "/resource/{resourceArn}/groups"
382
+ },
383
+ "input": {
384
+ "type": "structure",
385
+ "required": [
386
+ "ResourceArn"
387
+ ],
388
+ "members": {
389
+ "NextToken": {},
390
+ "MaxResults": {
391
+ "type": "integer"
392
+ },
393
+ "ResourceArn": {
394
+ "location": "uri",
395
+ "locationName": "resourceArn"
396
+ }
397
+ }
398
+ },
399
+ "output": {
400
+ "type": "structure",
401
+ "members": {
402
+ "Groups": {
403
+ "shape": "S2q"
404
+ },
405
+ "NextToken": {}
406
+ }
407
+ }
408
+ },
409
+ "ListGroupResources": {
410
+ "http": {
411
+ "requestUri": "/group/{groupIdentifier}/resources"
412
+ },
413
+ "input": {
414
+ "type": "structure",
415
+ "required": [
416
+ "GroupIdentifier"
417
+ ],
418
+ "members": {
419
+ "NextToken": {},
420
+ "MaxResults": {
421
+ "type": "integer"
422
+ },
423
+ "GroupIdentifier": {
424
+ "location": "uri",
425
+ "locationName": "groupIdentifier"
426
+ }
427
+ }
428
+ },
429
+ "output": {
430
+ "type": "structure",
431
+ "members": {
432
+ "Resources": {
433
+ "type": "list",
434
+ "member": {}
435
+ },
436
+ "NextToken": {}
437
+ }
438
+ }
439
+ },
440
+ "ListGroups": {
441
+ "http": {
442
+ "requestUri": "/groups"
443
+ },
444
+ "input": {
445
+ "type": "structure",
446
+ "members": {
447
+ "NextToken": {},
448
+ "MaxResults": {
449
+ "type": "integer"
450
+ }
451
+ }
452
+ },
453
+ "output": {
454
+ "type": "structure",
455
+ "members": {
456
+ "Groups": {
457
+ "shape": "S2q"
458
+ },
459
+ "NextToken": {}
460
+ }
461
+ }
462
+ },
258
463
  "ListTagsForResource": {
259
464
  "http": {
260
465
  "method": "GET",
@@ -276,7 +481,7 @@
276
481
  "type": "structure",
277
482
  "members": {
278
483
  "Tags": {
279
- "shape": "Sn"
484
+ "shape": "Sr"
280
485
  }
281
486
  }
282
487
  }
@@ -339,7 +544,7 @@
339
544
  "locationName": "resourceArn"
340
545
  },
341
546
  "Tags": {
342
- "shape": "Sn"
547
+ "shape": "Sr"
343
548
  }
344
549
  }
345
550
  },
@@ -393,15 +598,15 @@
393
598
  "locationName": "name"
394
599
  },
395
600
  "Code": {
396
- "shape": "S3"
601
+ "shape": "S7"
397
602
  },
398
603
  "ExecutionRoleArn": {},
399
604
  "RuntimeVersion": {},
400
605
  "Schedule": {
401
- "shape": "S8"
606
+ "shape": "Sc"
402
607
  },
403
608
  "RunConfig": {
404
- "shape": "Sa"
609
+ "shape": "Se"
405
610
  },
406
611
  "SuccessRetentionPeriodInDays": {
407
612
  "type": "integer"
@@ -410,7 +615,7 @@
410
615
  "type": "integer"
411
616
  },
412
617
  "VpcConfig": {
413
- "shape": "Si"
618
+ "shape": "Sm"
414
619
  },
415
620
  "VisualReference": {
416
621
  "type": "structure",
@@ -419,14 +624,14 @@
419
624
  ],
420
625
  "members": {
421
626
  "BaseScreenshots": {
422
- "shape": "S19"
627
+ "shape": "S1d"
423
628
  },
424
629
  "BaseCanaryRunId": {}
425
630
  }
426
631
  },
427
632
  "ArtifactS3Location": {},
428
633
  "ArtifactConfig": {
429
- "shape": "Sq"
634
+ "shape": "Su"
430
635
  }
431
636
  }
432
637
  },
@@ -437,7 +642,7 @@
437
642
  }
438
643
  },
439
644
  "shapes": {
440
- "S3": {
645
+ "S7": {
441
646
  "type": "structure",
442
647
  "required": [
443
648
  "Handler"
@@ -452,7 +657,7 @@
452
657
  "Handler": {}
453
658
  }
454
659
  },
455
- "S8": {
660
+ "Sc": {
456
661
  "type": "structure",
457
662
  "required": [
458
663
  "Expression"
@@ -464,7 +669,7 @@
464
669
  }
465
670
  }
466
671
  },
467
- "Sa": {
672
+ "Se": {
468
673
  "type": "structure",
469
674
  "members": {
470
675
  "TimeoutInSeconds": {
@@ -483,46 +688,46 @@
483
688
  }
484
689
  }
485
690
  },
486
- "Si": {
691
+ "Sm": {
487
692
  "type": "structure",
488
693
  "members": {
489
694
  "SubnetIds": {
490
- "shape": "Sj"
695
+ "shape": "Sn"
491
696
  },
492
697
  "SecurityGroupIds": {
493
- "shape": "Sl"
698
+ "shape": "Sp"
494
699
  }
495
700
  }
496
701
  },
497
- "Sj": {
702
+ "Sn": {
498
703
  "type": "list",
499
704
  "member": {}
500
705
  },
501
- "Sl": {
706
+ "Sp": {
502
707
  "type": "list",
503
708
  "member": {}
504
709
  },
505
- "Sn": {
710
+ "Sr": {
506
711
  "type": "map",
507
712
  "key": {},
508
713
  "value": {}
509
714
  },
510
- "Sq": {
715
+ "Su": {
511
716
  "type": "structure",
512
717
  "members": {
513
718
  "S3Encryption": {
514
- "shape": "Sr"
719
+ "shape": "Sv"
515
720
  }
516
721
  }
517
722
  },
518
- "Sr": {
723
+ "Sv": {
519
724
  "type": "structure",
520
725
  "members": {
521
726
  "EncryptionMode": {},
522
727
  "KmsKeyArn": {}
523
728
  }
524
729
  },
525
- "Sv": {
730
+ "Sz": {
526
731
  "type": "structure",
527
732
  "members": {
528
733
  "Id": {},
@@ -597,10 +802,10 @@
597
802
  "members": {
598
803
  "VpcId": {},
599
804
  "SubnetIds": {
600
- "shape": "Sj"
805
+ "shape": "Sn"
601
806
  },
602
807
  "SecurityGroupIds": {
603
- "shape": "Sl"
808
+ "shape": "Sp"
604
809
  }
605
810
  }
606
811
  },
@@ -608,25 +813,25 @@
608
813
  "type": "structure",
609
814
  "members": {
610
815
  "BaseScreenshots": {
611
- "shape": "S19"
816
+ "shape": "S1d"
612
817
  },
613
818
  "BaseCanaryRunId": {}
614
819
  }
615
820
  },
616
821
  "Tags": {
617
- "shape": "Sn"
822
+ "shape": "Sr"
618
823
  },
619
824
  "ArtifactConfig": {
620
825
  "type": "structure",
621
826
  "members": {
622
827
  "S3Encryption": {
623
- "shape": "Sr"
828
+ "shape": "Sv"
624
829
  }
625
830
  }
626
831
  }
627
832
  }
628
833
  },
629
- "S19": {
834
+ "S1d": {
630
835
  "type": "list",
631
836
  "member": {
632
837
  "type": "structure",
@@ -642,7 +847,24 @@
642
847
  }
643
848
  }
644
849
  },
645
- "S1t": {
850
+ "S1l": {
851
+ "type": "structure",
852
+ "members": {
853
+ "Id": {},
854
+ "Name": {},
855
+ "Arn": {},
856
+ "Tags": {
857
+ "shape": "Sr"
858
+ },
859
+ "CreatedTime": {
860
+ "type": "timestamp"
861
+ },
862
+ "LastModifiedTime": {
863
+ "type": "timestamp"
864
+ }
865
+ }
866
+ },
867
+ "S24": {
646
868
  "type": "structure",
647
869
  "members": {
648
870
  "Id": {},
@@ -668,6 +890,17 @@
668
890
  },
669
891
  "ArtifactS3Location": {}
670
892
  }
893
+ },
894
+ "S2q": {
895
+ "type": "list",
896
+ "member": {
897
+ "type": "structure",
898
+ "members": {
899
+ "Id": {},
900
+ "Name": {},
901
+ "Arn": {}
902
+ }
903
+ }
671
904
  }
672
905
  }
673
906
  }
@@ -19,6 +19,21 @@
19
19
  "input_token": "NextToken",
20
20
  "limit_key": "MaxResults",
21
21
  "output_token": "NextToken"
22
+ },
23
+ "ListAssociatedGroups": {
24
+ "input_token": "NextToken",
25
+ "limit_key": "MaxResults",
26
+ "output_token": "NextToken"
27
+ },
28
+ "ListGroupResources": {
29
+ "input_token": "NextToken",
30
+ "limit_key": "MaxResults",
31
+ "output_token": "NextToken"
32
+ },
33
+ "ListGroups": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken"
22
37
  }
23
38
  }
24
39
  }
@@ -608,6 +608,7 @@ declare class CloudFormation extends Service {
608
608
  declare namespace CloudFormation {
609
609
  export type AcceptTermsAndConditions = boolean;
610
610
  export type Account = string;
611
+ export type AccountFilterType = "NONE"|"INTERSECTION"|"DIFFERENCE"|"UNION"|string;
611
612
  export interface AccountGateResult {
612
613
  /**
613
614
  * The status of the account gate function. SUCCEEDED: The account gate function has determined that the account and Region passes any requirements for a stack set operation to occur. CloudFormation proceeds with the stack operation in that account and Region. FAILED: The account gate function has determined that the account and Region doesn't meet the requirements for a stack set operation to occur. CloudFormation cancels the stack set operation in that account and Region, and sets the stack set operation result status for that account and Region to FAILED. SKIPPED: CloudFormation has skipped calling the account gate function for this account and Region, for one of the following reasons: An account gate function hasn't been specified for the account and Region. CloudFormation proceeds with the stack set operation in this account and Region. The AWSCloudFormationStackSetExecutionRole of the stack set administration account lacks permissions to invoke the function. CloudFormation proceeds with the stack set operation in this account and Region. Either no action is necessary, or no action is possible, on the stack. CloudFormation skips the stack set operation in this account and Region.
@@ -1271,6 +1272,10 @@ declare namespace CloudFormation {
1271
1272
  * The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
1272
1273
  */
1273
1274
  OrganizationalUnitIds?: OrganizationalUnitIdList;
1275
+ /**
1276
+ * Limit deployment targets to individual accounts or include additional accounts with provided OUs. The following is a list of possible values for the AccountFilterType operation. INTERSECTION: StackSets deploys to the accounts specified in Accounts parameter. DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter. This enables user to avoid certain accounts within an OU such as suspended accounts. UNION: (default value) StackSets includes additional accounts deployment targets. This is the default value if AccountFilterType is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests. NONE: Deploys to all the accounts in specified organizational units (OU).
1277
+ */
1278
+ AccountFilterType?: AccountFilterType;
1274
1279
  }
1275
1280
  export type DeprecatedStatus = "LIVE"|"DEPRECATED"|string;
1276
1281
  export interface DeregisterTypeInput {