cdk-comprehend-s3olap 2.0.29 → 2.0.32

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 (31) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +1 -2
  8. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +20 -7
  9. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -49
  10. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +16 -0
  11. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +9 -8
  12. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +319 -73
  13. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +787 -767
  15. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +272 -39
  16. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.paginators.json +15 -0
  17. package/node_modules/aws-sdk/clients/backup.d.ts +11 -11
  18. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +24 -7
  19. package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
  20. package/node_modules/aws-sdk/clients/dms.d.ts +20 -0
  21. package/node_modules/aws-sdk/clients/iot.d.ts +24 -10
  22. package/node_modules/aws-sdk/clients/iotwireless.d.ts +270 -18
  23. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -2
  24. package/node_modules/aws-sdk/clients/synthetics.d.ts +270 -30
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +62 -60
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +4 -4
@@ -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
  }
@@ -512,11 +512,11 @@ declare class Backup extends Service {
512
512
  */
513
513
  updateGlobalSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
514
514
  /**
515
- * Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only resource types that support full Backup management can transition their backups to cold storage. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource table. Backup ignores this expression for other resource types. This operation does not support continuous backups.
515
+ * Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types. This operation does not support continuous backups.
516
516
  */
517
517
  updateRecoveryPointLifecycle(params: Backup.Types.UpdateRecoveryPointLifecycleInput, callback?: (err: AWSError, data: Backup.Types.UpdateRecoveryPointLifecycleOutput) => void): Request<Backup.Types.UpdateRecoveryPointLifecycleOutput, AWSError>;
518
518
  /**
519
- * Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only resource types that support full Backup management can transition their backups to cold storage. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource table. Backup ignores this expression for other resource types. This operation does not support continuous backups.
519
+ * Sets the transition lifecycle of a recovery point. The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types. This operation does not support continuous backups.
520
520
  */
521
521
  updateRecoveryPointLifecycle(callback?: (err: AWSError, data: Backup.Types.UpdateRecoveryPointLifecycleOutput) => void): Request<Backup.Types.UpdateRecoveryPointLifecycleOutput, AWSError>;
522
522
  /**
@@ -739,7 +739,7 @@ declare namespace Backup {
739
739
  */
740
740
  CompletionWindowMinutes?: WindowMinutes;
741
741
  /**
742
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only resource types that support full Backup management can transition their backups to cold storage. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
742
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
743
743
  */
744
744
  Lifecycle?: Lifecycle;
745
745
  /**
@@ -781,7 +781,7 @@ declare namespace Backup {
781
781
  */
782
782
  CompletionWindowMinutes?: WindowMinutes;
783
783
  /**
784
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only resource types that support full Backup management can transition their backups to cold storage. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
784
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
785
785
  */
786
786
  Lifecycle?: Lifecycle;
787
787
  /**
@@ -814,7 +814,7 @@ declare namespace Backup {
814
814
  */
815
815
  Resources?: ResourceArns;
816
816
  /**
817
- * A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": {"Department": "accounting". Condition operators are case sensitive. ListOfTags differs from Conditions as follows: When you specify more than one condition, you assign all resources that match AT LEAST ONE condition (using OR logic). ListOfTags only supports StringEquals. Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike.
817
+ * A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "ConditionKey": "aws:ResourceTag/CreatedByCryo", "ConditionValue": "true" },. Condition operators are case sensitive. ListOfTags differs from Conditions as follows: When you specify more than one condition, you assign all resources that match AT LEAST ONE condition (using OR logic). ListOfTags only supports StringEquals. Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike.
818
818
  */
819
819
  ListOfTags?: ListOfTags;
820
820
  /**
@@ -822,7 +822,7 @@ declare namespace Backup {
822
822
  */
823
823
  NotResources?: ResourceArns;
824
824
  /**
825
- * A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": {"Department": "accounting". Condition operators are case sensitive. Conditions differs from ListOfTags as follows: When you specify more than one condition, you only assign the resources that match ALL conditions (using AND logic). Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike. ListOfTags only supports StringEquals.
825
+ * A list of conditions that you define to assign resources to your backup plans using tags. For example, "StringEquals": { "ConditionKey": "aws:ResourceTag/CreatedByCryo", "ConditionValue": "true" },. Condition operators are case sensitive. Conditions differs from ListOfTags as follows: When you specify more than one condition, you only assign the resources that match ALL conditions (using AND logic). Conditions supports StringEquals, StringLike, StringNotEquals, and StringNotLike. ListOfTags only supports StringEquals.
826
826
  */
827
827
  Conditions?: Conditions;
828
828
  }
@@ -1590,7 +1590,7 @@ declare namespace Backup {
1590
1590
  */
1591
1591
  CalculatedLifecycle?: CalculatedLifecycle;
1592
1592
  /**
1593
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only resource types that support full Backup management can transition their backups to cold storage. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
1593
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups that are transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
1594
1594
  */
1595
1595
  Lifecycle?: Lifecycle;
1596
1596
  /**
@@ -2547,7 +2547,7 @@ declare namespace Backup {
2547
2547
  */
2548
2548
  CalculatedLifecycle?: CalculatedLifecycle;
2549
2549
  /**
2550
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only resource types that support full Backup management can transition their backups to cold storage. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
2550
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
2551
2551
  */
2552
2552
  Lifecycle?: Lifecycle;
2553
2553
  /**
@@ -2818,7 +2818,7 @@ declare namespace Backup {
2818
2818
  */
2819
2819
  CompleteWindowMinutes?: WindowMinutes;
2820
2820
  /**
2821
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only resource types that support full Backup management can transition their backups to cold storage. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
2821
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
2822
2822
  */
2823
2823
  Lifecycle?: Lifecycle;
2824
2824
  /**
@@ -2905,7 +2905,7 @@ declare namespace Backup {
2905
2905
  /**
2906
2906
  * The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access.
2907
2907
  */
2908
- IamRoleArn: IAMRoleArn;
2908
+ IamRoleArn?: IAMRoleArn;
2909
2909
  /**
2910
2910
  * A customer-chosen string that you can use to distinguish between otherwise identical calls to StartRestoreJob. Retrying a successful request with the same idempotency token results in a success message with no action taken.
2911
2911
  */
@@ -3046,7 +3046,7 @@ declare namespace Backup {
3046
3046
  */
3047
3047
  RecoveryPointArn?: ARN;
3048
3048
  /**
3049
- * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Only resource types that support full Backup management can transition their backups to cold storage. Those resource types are listed in the "Full Backup management" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
3049
+ * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold. Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the Feature availability by resource table. Backup ignores this expression for other resource types.
3050
3050
  */
3051
3051
  Lifecycle?: Lifecycle;
3052
3052
  /**