cdk-comprehend-s3olap 2.0.31 → 2.0.34

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.
@@ -536,6 +536,18 @@
536
536
  "output_token": "NextToken",
537
537
  "result_key": "TransitGatewayPeeringAttachments"
538
538
  },
539
+ "DescribeTransitGatewayPolicyTables": {
540
+ "input_token": "NextToken",
541
+ "limit_key": "MaxResults",
542
+ "output_token": "NextToken",
543
+ "result_key": "TransitGatewayPolicyTables"
544
+ },
545
+ "DescribeTransitGatewayRouteTableAnnouncements": {
546
+ "input_token": "NextToken",
547
+ "limit_key": "MaxResults",
548
+ "output_token": "NextToken",
549
+ "result_key": "TransitGatewayRouteTableAnnouncements"
550
+ },
539
551
  "DescribeTransitGatewayRouteTables": {
540
552
  "input_token": "NextToken",
541
553
  "limit_key": "MaxResults",
@@ -704,6 +716,12 @@
704
716
  "output_token": "NextToken",
705
717
  "result_key": "MulticastDomainAssociations"
706
718
  },
719
+ "GetTransitGatewayPolicyTableAssociations": {
720
+ "input_token": "NextToken",
721
+ "limit_key": "MaxResults",
722
+ "output_token": "NextToken",
723
+ "result_key": "Associations"
724
+ },
707
725
  "GetTransitGatewayPrefixListReferences": {
708
726
  "input_token": "NextToken",
709
727
  "limit_key": "MaxResults",
@@ -125,11 +125,11 @@
125
125
  "input": {
126
126
  "type": "structure",
127
127
  "required": [
128
- "SnapshotIdentifier",
129
128
  "AccountWithRestoreAccess"
130
129
  ],
131
130
  "members": {
132
131
  "SnapshotIdentifier": {},
132
+ "SnapshotArn": {},
133
133
  "SnapshotClusterIdentifier": {},
134
134
  "AccountWithRestoreAccess": {}
135
135
  }
@@ -1135,6 +1135,7 @@
1135
1135
  "members": {
1136
1136
  "ClusterIdentifier": {},
1137
1137
  "SnapshotIdentifier": {},
1138
+ "SnapshotArn": {},
1138
1139
  "SnapshotType": {},
1139
1140
  "StartTime": {
1140
1141
  "type": "timestamp"
@@ -1702,6 +1703,7 @@
1702
1703
  "ActionType": {},
1703
1704
  "ClusterIdentifier": {},
1704
1705
  "SnapshotIdentifier": {},
1706
+ "SnapshotArn": {},
1705
1707
  "OwnerAccount": {},
1706
1708
  "Filters": {
1707
1709
  "locationName": "Filter",
@@ -2926,12 +2928,12 @@
2926
2928
  "input": {
2927
2929
  "type": "structure",
2928
2930
  "required": [
2929
- "ClusterIdentifier",
2930
- "SnapshotIdentifier"
2931
+ "ClusterIdentifier"
2931
2932
  ],
2932
2933
  "members": {
2933
2934
  "ClusterIdentifier": {},
2934
2935
  "SnapshotIdentifier": {},
2936
+ "SnapshotArn": {},
2935
2937
  "SnapshotClusterIdentifier": {},
2936
2938
  "Port": {
2937
2939
  "type": "integer"
@@ -3092,11 +3094,11 @@
3092
3094
  "input": {
3093
3095
  "type": "structure",
3094
3096
  "required": [
3095
- "SnapshotIdentifier",
3096
3097
  "AccountWithRestoreAccess"
3097
3098
  ],
3098
3099
  "members": {
3099
3100
  "SnapshotIdentifier": {},
3101
+ "SnapshotArn": {},
3100
3102
  "SnapshotClusterIdentifier": {},
3101
3103
  "AccountWithRestoreAccess": {}
3102
3104
  }
@@ -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
  /**