cdk-comprehend-s3olap 2.0.30 → 2.0.33

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 (32) hide show
  1. package/.jsii +4 -4
  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 +11 -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/dms-2016-01-01.min.json +16 -0
  10. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +9 -8
  11. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +319 -73
  12. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +787 -767
  14. package/node_modules/aws-sdk/clients/backup.d.ts +11 -11
  15. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +24 -7
  16. package/node_modules/aws-sdk/clients/dms.d.ts +20 -0
  17. package/node_modules/aws-sdk/clients/iot.d.ts +24 -10
  18. package/node_modules/aws-sdk/clients/iotwireless.d.ts +270 -18
  19. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -2
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +12 -11
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +37 -37
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/package.json +1 -1
  26. package/node_modules/esbuild/install.js +4 -4
  27. package/node_modules/esbuild/lib/main.d.ts +2 -2
  28. package/node_modules/esbuild/lib/main.js +7 -7
  29. package/node_modules/esbuild/package.json +21 -21
  30. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  31. package/node_modules/esbuild-linux-64/package.json +1 -1
  32. package/package.json +6 -6
@@ -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
  /**
@@ -20,11 +20,11 @@ declare class ChimeSDKMeetings extends Service {
20
20
  */
21
21
  batchCreateAttendee(callback?: (err: AWSError, data: ChimeSDKMeetings.Types.BatchCreateAttendeeResponse) => void): Request<ChimeSDKMeetings.Types.BatchCreateAttendeeResponse, AWSError>;
22
22
  /**
23
- * Updates AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds table.
23
+ * Updates AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds table. You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see . When using capabilities, be aware of these corner cases: You can't set content capabilities to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive. When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. When you change a video or content capability from None or Receive to Send or SendReceive , and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
24
24
  */
25
25
  batchUpdateAttendeeCapabilitiesExcept(params: ChimeSDKMeetings.Types.BatchUpdateAttendeeCapabilitiesExceptRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
26
26
  /**
27
- * Updates AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds table.
27
+ * Updates AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds table. You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see . When using capabilities, be aware of these corner cases: You can't set content capabilities to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive. When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. When you change a video or content capability from None or Receive to Send or SendReceive , and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
28
28
  */
29
29
  batchUpdateAttendeeCapabilitiesExcept(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
30
30
  /**
@@ -108,11 +108,11 @@ declare class ChimeSDKMeetings extends Service {
108
108
  */
109
109
  stopMeetingTranscription(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
110
110
  /**
111
- * The capabilties that you want to update.
111
+ * The capabilties that you want to update. You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see . When using capabilities, be aware of these corner cases: You can't set content capabilities to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive. When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. When you change a video or content capability from None or Receive to Send or SendReceive , and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
112
112
  */
113
113
  updateAttendeeCapabilities(params: ChimeSDKMeetings.Types.UpdateAttendeeCapabilitiesRequest, callback?: (err: AWSError, data: ChimeSDKMeetings.Types.UpdateAttendeeCapabilitiesResponse) => void): Request<ChimeSDKMeetings.Types.UpdateAttendeeCapabilitiesResponse, AWSError>;
114
114
  /**
115
- * The capabilties that you want to update.
115
+ * The capabilties that you want to update. You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see . When using capabilities, be aware of these corner cases: You can't set content capabilities to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive. When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. When you change a video or content capability from None or Receive to Send or SendReceive , and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
116
116
  */
117
117
  updateAttendeeCapabilities(callback?: (err: AWSError, data: ChimeSDKMeetings.Types.UpdateAttendeeCapabilitiesResponse) => void): Request<ChimeSDKMeetings.Types.UpdateAttendeeCapabilitiesResponse, AWSError>;
118
118
  }
@@ -132,7 +132,7 @@ declare namespace ChimeSDKMeetings {
132
132
  */
133
133
  JoinToken?: JoinTokenString;
134
134
  /**
135
- * The capabilities (audio, video, or content) assigned to an attendee.
135
+ * The capabilities assigned to an attendee: audio, video, or content. You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see . When using capabilities, be aware of these corner cases: You can't set content capabilities to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive. When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. When you change a video or content capability from None or Receive to Send or SendReceive , and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
136
136
  */
137
137
  Capabilities?: AttendeeCapabilities;
138
138
  }
@@ -225,7 +225,7 @@ declare namespace ChimeSDKMeetings {
225
225
  */
226
226
  ExternalUserId: ExternalUserId;
227
227
  /**
228
- * The capabilities (audio, video, or content) that you want to grant an attendee. If you don't specify capabilities, all users have send and receive capabilities on all media channels by default.
228
+ * The capabilities (audio, video, or content) that you want to grant an attendee. If you don't specify capabilities, all users have send and receive capabilities on all media channels by default. You use the capabilities with a set of values that control what the capabilities can do, such as SendReceive data. For more information about those values, see . When using capabilities, be aware of these corner cases: You can't set content capabilities to SendReceive or Receive unless you also set video capabilities to SendReceive or Receive. If you don't set the video capability to receive, the response will contain an HTTP 400 Bad Request status code. However, you can set your video capability to receive and you set your content capability to not receive. When you change an audio capability from None or Receive to Send or SendReceive , and if the attendee left their microphone unmuted, audio will flow from the attendee to the other meeting participants. When you change a video or content capability from None or Receive to Send or SendReceive , and if the attendee turned on their video or content streams, remote attendess can receive those streams, but only after media renegotiation between the client and the Amazon Chime back-end server.
229
229
  */
230
230
  Capabilities?: AttendeeCapabilities;
231
231
  }
@@ -275,6 +275,10 @@ declare namespace ChimeSDKMeetings {
275
275
  * When specified, replicates the media from the primary meeting to the new meeting.
276
276
  */
277
277
  PrimaryMeetingId?: PrimaryMeetingId;
278
+ /**
279
+ * A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
280
+ */
281
+ TenantIds?: TenantIdList;
278
282
  }
279
283
  export interface CreateMeetingResponse {
280
284
  /**
@@ -315,6 +319,10 @@ declare namespace ChimeSDKMeetings {
315
319
  * When specified, replicates the media from the primary meeting to the new meeting.
316
320
  */
317
321
  PrimaryMeetingId?: PrimaryMeetingId;
322
+ /**
323
+ * A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
324
+ */
325
+ TenantIds?: TenantIdList;
318
326
  }
319
327
  export type CreateMeetingWithAttendeesRequestItemList = CreateAttendeeRequestItem[];
320
328
  export interface CreateMeetingWithAttendeesResponse {
@@ -365,7 +373,7 @@ declare namespace ChimeSDKMeetings {
365
373
  */
366
374
  VocabularyName?: String;
367
375
  /**
368
- * The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
376
+ * The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.
369
377
  */
370
378
  Region?: TranscribeMedicalRegion;
371
379
  /**
@@ -552,6 +560,10 @@ declare namespace ChimeSDKMeetings {
552
560
  * When specified, replicates the media from the primary meeting to this meeting.
553
561
  */
554
562
  PrimaryMeetingId?: PrimaryMeetingId;
563
+ /**
564
+ * Array of strings.
565
+ */
566
+ TenantIds?: TenantIdList;
555
567
  }
556
568
  export type MeetingFeatureStatus = "AVAILABLE"|"UNAVAILABLE"|string;
557
569
  export interface MeetingFeaturesConfiguration {
@@ -593,6 +605,8 @@ declare namespace ChimeSDKMeetings {
593
605
  MeetingId: GuidString;
594
606
  }
595
607
  export type String = string;
608
+ export type TenantId = string;
609
+ export type TenantIdList = TenantId[];
596
610
  export type TranscribeContentIdentificationType = "PII"|string;
597
611
  export type TranscribeContentRedactionType = "PII"|string;
598
612
  export type TranscribeLanguageCode = "en-US"|"en-GB"|"es-US"|"fr-CA"|"fr-FR"|"en-AU"|"it-IT"|"de-DE"|"pt-BR"|"ja-JP"|"ko-KR"|"zh-CN"|string;
@@ -632,6 +646,9 @@ declare namespace ChimeSDKMeetings {
632
646
  Capabilities: AttendeeCapabilities;
633
647
  }
634
648
  export interface UpdateAttendeeCapabilitiesResponse {
649
+ /**
650
+ * The updated attendee data.
651
+ */
635
652
  Attendee?: Attendee;
636
653
  }
637
654
  /**
@@ -520,6 +520,14 @@ declare class DMS extends Service {
520
520
  * Tests the connection between the replication instance and the endpoint.
521
521
  */
522
522
  testConnection(callback?: (err: AWSError, data: DMS.Types.TestConnectionResponse) => void): Request<DMS.Types.TestConnectionResponse, AWSError>;
523
+ /**
524
+ * Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules. By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.6 or higher. If any replication instances are from versions earlier than 3.4.6, the operation raises an error and tells you to upgrade these instances to version 3.4.6 or higher. To enable migration regardless of version, set the Force option to true. However, if you don't upgrade instances earlier than version 3.4.6, some types of events might not be available when you use Amazon EventBridge. To call this operation, make sure that you have certain permissions added to your user account. For more information, see Migrating event subscriptions to Amazon EventBridge in the Amazon Web Services Database Migration Service User Guide.
525
+ */
526
+ updateSubscriptionsToEventBridge(params: DMS.Types.UpdateSubscriptionsToEventBridgeMessage, callback?: (err: AWSError, data: DMS.Types.UpdateSubscriptionsToEventBridgeResponse) => void): Request<DMS.Types.UpdateSubscriptionsToEventBridgeResponse, AWSError>;
527
+ /**
528
+ * Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules. By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.6 or higher. If any replication instances are from versions earlier than 3.4.6, the operation raises an error and tells you to upgrade these instances to version 3.4.6 or higher. To enable migration regardless of version, set the Force option to true. However, if you don't upgrade instances earlier than version 3.4.6, some types of events might not be available when you use Amazon EventBridge. To call this operation, make sure that you have certain permissions added to your user account. For more information, see Migrating event subscriptions to Amazon EventBridge in the Amazon Web Services Database Migration Service User Guide.
529
+ */
530
+ updateSubscriptionsToEventBridge(callback?: (err: AWSError, data: DMS.Types.UpdateSubscriptionsToEventBridgeResponse) => void): Request<DMS.Types.UpdateSubscriptionsToEventBridgeResponse, AWSError>;
523
531
  /**
524
532
  * Waits for the testConnectionSucceeds state by periodically calling the underlying DMS.describeConnectionsoperation every 5 seconds (at most 60 times). Wait until testing connection succeeds.
525
533
  */
@@ -4725,6 +4733,18 @@ declare namespace DMS {
4725
4733
  */
4726
4734
  Connection?: Connection;
4727
4735
  }
4736
+ export interface UpdateSubscriptionsToEventBridgeMessage {
4737
+ /**
4738
+ * When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.
4739
+ */
4740
+ ForceMove?: BooleanOptional;
4741
+ }
4742
+ export interface UpdateSubscriptionsToEventBridgeResponse {
4743
+ /**
4744
+ * A string that indicates how many event subscriptions were migrated and how many remain to be migrated.
4745
+ */
4746
+ Result?: String;
4747
+ }
4728
4748
  export type VersionStatus = "UP_TO_DATE"|"OUTDATED"|"UNSUPPORTED"|string;
4729
4749
  export type VpcSecurityGroupIdList = String[];
4730
4750
  export interface VpcSecurityGroupMembership {
@@ -1516,19 +1516,19 @@ declare class Iot extends Service {
1516
1516
  */
1517
1517
  putVerificationStateOnViolation(callback?: (err: AWSError, data: Iot.Types.PutVerificationStateOnViolationResponse) => void): Request<Iot.Types.PutVerificationStateOnViolationResponse, AWSError>;
1518
1518
  /**
1519
- * Registers a CA certificate with IoT. This CA certificate can then be used to sign device certificates, which can be then registered with IoT. You can register up to 10 CA certificates per Amazon Web Services account that have the same subject field. This enables you to have up to 10 certificate authorities sign your device certificates. If you have more than one CA certificate registered, make sure you pass the CA certificate when you register your device certificates with the RegisterCertificate action. Requires permission to access the RegisterCACertificate action.
1519
+ * Registers a CA certificate with Amazon Web Services IoT Core. There is no limit to the number of CA certificates you can register in your Amazon Web Services account. You can register up to 10 CA certificates with the same CA subject field per Amazon Web Services account. Requires permission to access the RegisterCACertificate action.
1520
1520
  */
1521
1521
  registerCACertificate(params: Iot.Types.RegisterCACertificateRequest, callback?: (err: AWSError, data: Iot.Types.RegisterCACertificateResponse) => void): Request<Iot.Types.RegisterCACertificateResponse, AWSError>;
1522
1522
  /**
1523
- * Registers a CA certificate with IoT. This CA certificate can then be used to sign device certificates, which can be then registered with IoT. You can register up to 10 CA certificates per Amazon Web Services account that have the same subject field. This enables you to have up to 10 certificate authorities sign your device certificates. If you have more than one CA certificate registered, make sure you pass the CA certificate when you register your device certificates with the RegisterCertificate action. Requires permission to access the RegisterCACertificate action.
1523
+ * Registers a CA certificate with Amazon Web Services IoT Core. There is no limit to the number of CA certificates you can register in your Amazon Web Services account. You can register up to 10 CA certificates with the same CA subject field per Amazon Web Services account. Requires permission to access the RegisterCACertificate action.
1524
1524
  */
1525
1525
  registerCACertificate(callback?: (err: AWSError, data: Iot.Types.RegisterCACertificateResponse) => void): Request<Iot.Types.RegisterCACertificateResponse, AWSError>;
1526
1526
  /**
1527
- * Registers a device certificate with IoT. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered. Requires permission to access the RegisterCertificate action.
1527
+ * Registers a device certificate with IoT in the same certificate mode as the signing CA. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered. Requires permission to access the RegisterCertificate action.
1528
1528
  */
1529
1529
  registerCertificate(params: Iot.Types.RegisterCertificateRequest, callback?: (err: AWSError, data: Iot.Types.RegisterCertificateResponse) => void): Request<Iot.Types.RegisterCertificateResponse, AWSError>;
1530
1530
  /**
1531
- * Registers a device certificate with IoT. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered. Requires permission to access the RegisterCertificate action.
1531
+ * Registers a device certificate with IoT in the same certificate mode as the signing CA. If you have more than one CA certificate that has the same subject field, you must specify the CA certificate that was used to sign the device certificate being registered. Requires permission to access the RegisterCertificate action.
1532
1532
  */
1533
1533
  registerCertificate(callback?: (err: AWSError, data: Iot.Types.RegisterCertificateResponse) => void): Request<Iot.Types.RegisterCertificateResponse, AWSError>;
1534
1534
  /**
@@ -2910,6 +2910,10 @@ declare namespace Iot {
2910
2910
  * When the CA certificate is valid.
2911
2911
  */
2912
2912
  validity?: CertificateValidity;
2913
+ /**
2914
+ * The mode of the CA. All the device certificates that are registered using this CA will be registered in the same mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
2915
+ */
2916
+ certificateMode?: CertificateMode;
2913
2917
  }
2914
2918
  export type CACertificateStatus = "ACTIVE"|"INACTIVE"|string;
2915
2919
  export type CACertificateUpdateAction = "DEACTIVATE"|string;
@@ -3016,7 +3020,7 @@ declare namespace Iot {
3016
3020
  */
3017
3021
  status?: CertificateStatus;
3018
3022
  /**
3019
- * The mode of the certificate.
3023
+ * The mode of the certificate. DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core. SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core.
3020
3024
  */
3021
3025
  certificateMode?: CertificateMode;
3022
3026
  /**
@@ -3079,7 +3083,7 @@ declare namespace Iot {
3079
3083
  */
3080
3084
  validity?: CertificateValidity;
3081
3085
  /**
3082
- * The mode of the certificate.
3086
+ * The mode of the certificate. DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core. SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core. For more information about the value for SNI extension, see Transport security in IoT.
3083
3087
  */
3084
3088
  certificateMode?: CertificateMode;
3085
3089
  }
@@ -6528,6 +6532,9 @@ declare namespace Iot {
6528
6532
  * A key-value map that pairs the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job. documentParameters can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.
6529
6533
  */
6530
6534
  documentParameters?: ParameterMap;
6535
+ /**
6536
+ * Indicates whether a job is concurrent. Will be true when a job is rolling out new job executions or canceling previously created executions, otherwise false.
6537
+ */
6531
6538
  isConcurrent?: BooleanWrapperObject;
6532
6539
  }
6533
6540
  export type JobArn = string;
@@ -6725,6 +6732,9 @@ declare namespace Iot {
6725
6732
  * The time, in seconds since the epoch, when the job completed.
6726
6733
  */
6727
6734
  completedAt?: DateType;
6735
+ /**
6736
+ * Indicates whether a job is concurrent. Will be true when a job is rolling out new job executions or canceling previously created executions, otherwise false.
6737
+ */
6728
6738
  isConcurrent?: BooleanWrapperObject;
6729
6739
  }
6730
6740
  export type JobSummaryList = JobSummary[];
@@ -8828,7 +8838,7 @@ declare namespace Iot {
8828
8838
  export type Prefix = string;
8829
8839
  export interface PresignedUrlConfig {
8830
8840
  /**
8831
- * The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job data/updates are stored. The role must also grant permission for IoT to download the files.
8841
+ * The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job data/updates are stored. The role must also grant permission for IoT to download the files. For information about addressing the confused deputy problem, see cross-service confused deputy prevention in the Amazon Web Services IoT Core developer guide.
8832
8842
  */
8833
8843
  roleArn?: RoleArn;
8834
8844
  /**
@@ -8982,9 +8992,9 @@ declare namespace Iot {
8982
8992
  */
8983
8993
  caCertificate: CertificatePem;
8984
8994
  /**
8985
- * The private key verification certificate.
8995
+ * The private key verification certificate. If certificateMode is SNI_ONLY, the verificationCertificate field must be empty. If certificateMode is DEFAULT or not provided, the verificationCertificate field must not be empty.
8986
8996
  */
8987
- verificationCertificate: CertificatePem;
8997
+ verificationCertificate?: CertificatePem;
8988
8998
  /**
8989
8999
  * A boolean value that specifies if the CA certificate is set to active. Valid values: ACTIVE | INACTIVE
8990
9000
  */
@@ -9001,6 +9011,10 @@ declare namespace Iot {
9001
9011
  * Metadata which can be used to manage the CA certificate. For URI Request parameters use format: ...key1=value1&amp;key2=value2... For the CLI command-line parameter use format: &amp;&amp;tags "key1=value1&amp;key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&amp;key2=value2..."
9002
9012
  */
9003
9013
  tags?: TagList;
9014
+ /**
9015
+ * Describes the certificate mode in which the Certificate Authority (CA) will be registered. If the verificationCertificate field is not provided, set certificateMode to be SNI_ONLY. If the verificationCertificate field is provided, set certificateMode to be DEFAULT. When certificateMode is not provided, it defaults to DEFAULT. All the device certificates that are registered using this CA will be registered in the same certificate mode as the CA. For more information about certificate mode for device certificates, see certificate mode.
9016
+ */
9017
+ certificateMode?: CertificateMode;
9004
9018
  }
9005
9019
  export interface RegisterCACertificateResponse {
9006
9020
  /**
@@ -9378,7 +9392,7 @@ declare namespace Iot {
9378
9392
  */
9379
9393
  indexName?: IndexName;
9380
9394
  /**
9381
- * The search query string.
9395
+ * The search query string. For more information about the search query syntax, see Query syntax.
9382
9396
  */
9383
9397
  queryString: QueryString;
9384
9398
  /**