cdk-comprehend-s3olap 2.0.28 → 2.0.31

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 (47) 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 +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +20 -7
  8. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -49
  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/metadata.json +3 -0
  14. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +112 -111
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +318 -205
  16. package/node_modules/aws-sdk/apis/rds-2014-10-31.waiters2.json +85 -0
  17. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +819 -0
  19. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.paginators.json +24 -0
  20. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +787 -767
  21. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +20 -12
  22. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +272 -39
  23. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.paginators.json +15 -0
  24. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  25. package/node_modules/aws-sdk/clients/all.js +2 -1
  26. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +24 -7
  27. package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
  28. package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
  29. package/node_modules/aws-sdk/clients/dms.d.ts +20 -0
  30. package/node_modules/aws-sdk/clients/iot.d.ts +24 -10
  31. package/node_modules/aws-sdk/clients/iotwireless.d.ts +270 -18
  32. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +5 -0
  33. package/node_modules/aws-sdk/clients/quicksight.d.ts +182 -20
  34. package/node_modules/aws-sdk/clients/rds.d.ts +95 -79
  35. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +788 -0
  36. package/node_modules/aws-sdk/clients/rolesanywhere.js +18 -0
  37. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -2
  38. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +9 -0
  39. package/node_modules/aws-sdk/clients/synthetics.d.ts +270 -30
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +150 -60
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +46 -46
  44. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  45. package/node_modules/aws-sdk/lib/core.js +1 -1
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +4 -4
@@ -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
  /**
@@ -608,6 +608,7 @@ declare class CloudFormation extends Service {
608
608
  declare namespace CloudFormation {
609
609
  export type AcceptTermsAndConditions = boolean;
610
610
  export type Account = string;
611
+ export type AccountFilterType = "NONE"|"INTERSECTION"|"DIFFERENCE"|"UNION"|string;
611
612
  export interface AccountGateResult {
612
613
  /**
613
614
  * The status of the account gate function. SUCCEEDED: The account gate function has determined that the account and Region passes any requirements for a stack set operation to occur. CloudFormation proceeds with the stack operation in that account and Region. FAILED: The account gate function has determined that the account and Region doesn't meet the requirements for a stack set operation to occur. CloudFormation cancels the stack set operation in that account and Region, and sets the stack set operation result status for that account and Region to FAILED. SKIPPED: CloudFormation has skipped calling the account gate function for this account and Region, for one of the following reasons: An account gate function hasn't been specified for the account and Region. CloudFormation proceeds with the stack set operation in this account and Region. The AWSCloudFormationStackSetExecutionRole of the stack set administration account lacks permissions to invoke the function. CloudFormation proceeds with the stack set operation in this account and Region. Either no action is necessary, or no action is possible, on the stack. CloudFormation skips the stack set operation in this account and Region.
@@ -1271,6 +1272,10 @@ declare namespace CloudFormation {
1271
1272
  * The organization root ID or organizational unit (OU) IDs to which StackSets deploys.
1272
1273
  */
1273
1274
  OrganizationalUnitIds?: OrganizationalUnitIdList;
1275
+ /**
1276
+ * Limit deployment targets to individual accounts or include additional accounts with provided OUs. The following is a list of possible values for the AccountFilterType operation. INTERSECTION: StackSets deploys to the accounts specified in Accounts parameter. DIFFERENCE: StackSets excludes the accounts specified in Accounts parameter. This enables user to avoid certain accounts within an OU such as suspended accounts. UNION: (default value) StackSets includes additional accounts deployment targets. This is the default value if AccountFilterType is not provided. This enables user to update an entire OU and individual accounts from a different OU in one request, which used to be two separate requests. NONE: Deploys to all the accounts in specified organizational units (OU).
1277
+ */
1278
+ AccountFilterType?: AccountFilterType;
1274
1279
  }
1275
1280
  export type DeprecatedStatus = "LIVE"|"DEPRECATED"|string;
1276
1281
  export interface DeregisterTypeInput {
@@ -292,11 +292,11 @@ declare class ConfigService extends Service {
292
292
  */
293
293
  describeOrganizationConfigRuleStatuses(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRuleStatusesResponse, AWSError>;
294
294
  /**
295
- * Returns a list of organization Config rules. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization Config rule names. It is only applicable, when you request all the organization Config rules.
295
+ * Returns a list of organization Config rules. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization Config rule names. It is only applicable, when you request all the organization Config rules. For accounts within an organzation If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules and DescribeOrganizationConformancePacks APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.
296
296
  */
297
297
  describeOrganizationConfigRules(params: ConfigService.Types.DescribeOrganizationConfigRulesRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRulesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRulesResponse, AWSError>;
298
298
  /**
299
- * Returns a list of organization Config rules. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization Config rule names. It is only applicable, when you request all the organization Config rules.
299
+ * Returns a list of organization Config rules. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization Config rule names. It is only applicable, when you request all the organization Config rules. For accounts within an organzation If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules and DescribeOrganizationConformancePacks APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.
300
300
  */
301
301
  describeOrganizationConfigRules(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConfigRulesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConfigRulesResponse, AWSError>;
302
302
  /**
@@ -308,11 +308,11 @@ declare class ConfigService extends Service {
308
308
  */
309
309
  describeOrganizationConformancePackStatuses(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePackStatusesResponse, AWSError>;
310
310
  /**
311
- * Returns a list of organization conformance packs. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
311
+ * Returns a list of organization conformance packs. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs. For accounts within an organzation If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules and DescribeOrganizationConformancePacks APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.
312
312
  */
313
313
  describeOrganizationConformancePacks(params: ConfigService.Types.DescribeOrganizationConformancePacksRequest, callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePacksResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePacksResponse, AWSError>;
314
314
  /**
315
- * Returns a list of organization conformance packs. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
315
+ * Returns a list of organization conformance packs. When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs. For accounts within an organzation If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules and DescribeOrganizationConformancePacks APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.
316
316
  */
317
317
  describeOrganizationConformancePacks(callback?: (err: AWSError, data: ConfigService.Types.DescribeOrganizationConformancePacksResponse) => void): Request<ConfigService.Types.DescribeOrganizationConformancePacksResponse, AWSError>;
318
318
  /**
@@ -600,19 +600,19 @@ declare class ConfigService extends Service {
600
600
  */
601
601
  putOrganizationConfigRule(callback?: (err: AWSError, data: ConfigService.Types.PutOrganizationConfigRuleResponse) => void): Request<ConfigService.Types.PutOrganizationConfigRuleResponse, AWSError>;
602
602
  /**
603
- * Deploys conformance packs across member accounts in an Amazon Web Services Organization. Only a master account and a delegated administrator can call this API. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added. This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master or delegated administrator account of your organization. The service linked role is created only when the role does not exist in the caller account. To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegate-admin for config-multiaccountsetup.amazonaws.com. Prerequisite: Ensure you call EnableAllFeatures API to enable all features in an organization. You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter. Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated. You cannot update a conformance pack while it is in this state. You can create 50 conformance packs with 25 Config rules in each pack and 3 delegated administrator per organization.
603
+ * Deploys conformance packs across member accounts in an Amazon Web Services Organization. For information on how many organization conformance packs and how many Config rules you can have per account, see Service Limits in the Config Developer Guide. Only a master account and a delegated administrator can call this API. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added. An organization can have up to 3 delegated administrators. This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master or delegated administrator account of your organization. The service linked role is created only when the role does not exist in the caller account. To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegate-admin for config-multiaccountsetup.amazonaws.com. Prerequisite: Ensure you call EnableAllFeatures API to enable all features in an organization. You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter. Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated. You cannot update a conformance pack while it is in this state.
604
604
  */
605
605
  putOrganizationConformancePack(params: ConfigService.Types.PutOrganizationConformancePackRequest, callback?: (err: AWSError, data: ConfigService.Types.PutOrganizationConformancePackResponse) => void): Request<ConfigService.Types.PutOrganizationConformancePackResponse, AWSError>;
606
606
  /**
607
- * Deploys conformance packs across member accounts in an Amazon Web Services Organization. Only a master account and a delegated administrator can call this API. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added. This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master or delegated administrator account of your organization. The service linked role is created only when the role does not exist in the caller account. To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegate-admin for config-multiaccountsetup.amazonaws.com. Prerequisite: Ensure you call EnableAllFeatures API to enable all features in an organization. You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter. Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated. You cannot update a conformance pack while it is in this state. You can create 50 conformance packs with 25 Config rules in each pack and 3 delegated administrator per organization.
607
+ * Deploys conformance packs across member accounts in an Amazon Web Services Organization. For information on how many organization conformance packs and how many Config rules you can have per account, see Service Limits in the Config Developer Guide. Only a master account and a delegated administrator can call this API. When calling this API with a delegated administrator, you must ensure Organizations ListDelegatedAdministrator permissions are added. An organization can have up to 3 delegated administrators. This API enables organization service access for config-multiaccountsetup.amazonaws.com through the EnableAWSServiceAccess action and creates a service linked role AWSServiceRoleForConfigMultiAccountSetup in the master or delegated administrator account of your organization. The service linked role is created only when the role does not exist in the caller account. To use this API with delegated administrator, register a delegated administrator by calling Amazon Web Services Organization register-delegate-admin for config-multiaccountsetup.amazonaws.com. Prerequisite: Ensure you call EnableAllFeatures API to enable all features in an organization. You must specify either the TemplateS3Uri or the TemplateBody parameter, but not both. If you provide both Config uses the TemplateS3Uri parameter and ignores the TemplateBody parameter. Config sets the state of a conformance pack to CREATE_IN_PROGRESS and UPDATE_IN_PROGRESS until the conformance pack is created or updated. You cannot update a conformance pack while it is in this state.
608
608
  */
609
609
  putOrganizationConformancePack(callback?: (err: AWSError, data: ConfigService.Types.PutOrganizationConformancePackResponse) => void): Request<ConfigService.Types.PutOrganizationConformancePackResponse, AWSError>;
610
610
  /**
611
- * Adds or updates the remediation configuration with a specific Config rule with the selected target or action. The API creates the RemediationConfiguration object for the Config rule. The Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run. This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub.
611
+ * Adds or updates the remediation configuration with a specific Config rule with the selected target or action. The API creates the RemediationConfiguration object for the Config rule. The Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run. This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub. For manual remediation configuration, you need to provide a value for automationAssumeRole or use a value in the assumeRolefield to remediate your resources. The SSM automation document can use either as long as it maps to a valid parameter. However, for automatic remediation configuration, the only valid assumeRole field value is AutomationAssumeRole and you need to provide a value for AutomationAssumeRole to remediate your resources.
612
612
  */
613
613
  putRemediationConfigurations(params: ConfigService.Types.PutRemediationConfigurationsRequest, callback?: (err: AWSError, data: ConfigService.Types.PutRemediationConfigurationsResponse) => void): Request<ConfigService.Types.PutRemediationConfigurationsResponse, AWSError>;
614
614
  /**
615
- * Adds or updates the remediation configuration with a specific Config rule with the selected target or action. The API creates the RemediationConfiguration object for the Config rule. The Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run. This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub.
615
+ * Adds or updates the remediation configuration with a specific Config rule with the selected target or action. The API creates the RemediationConfiguration object for the Config rule. The Config rule must already exist for you to add a remediation configuration. The target (SSM document) must exist and have permissions to use the target. If you make backward incompatible changes to the SSM document, you must call this again to ensure the remediations can run. This API does not support adding remediation configurations for service-linked Config Rules such as Organization Config rules, the rules deployed by conformance packs, and rules deployed by Amazon Web Services Security Hub. For manual remediation configuration, you need to provide a value for automationAssumeRole or use a value in the assumeRolefield to remediate your resources. The SSM automation document can use either as long as it maps to a valid parameter. However, for automatic remediation configuration, the only valid assumeRole field value is AutomationAssumeRole and you need to provide a value for AutomationAssumeRole to remediate your resources.
616
616
  */
617
617
  putRemediationConfigurations(callback?: (err: AWSError, data: ConfigService.Types.PutRemediationConfigurationsResponse) => void): Request<ConfigService.Types.PutRemediationConfigurationsResponse, AWSError>;
618
618
  /**
@@ -1191,7 +1191,7 @@ declare namespace ConfigService {
1191
1191
  */
1192
1192
  InputParameters?: StringWithCharLimit1024;
1193
1193
  /**
1194
- * The maximum frequency with which Config runs evaluations for a rule. You can specify a value for MaximumExecutionFrequency when: You are using an Config managed rule that is triggered at a periodic frequency. Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties. By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.
1194
+ * The maximum frequency with which Config runs evaluations for a rule. You can specify a value for MaximumExecutionFrequency when: This is for an Config managed rule that is triggered at a periodic frequency. Your custom rule is triggered when Config delivers the configuration snapshot. For more information, see ConfigSnapshotDeliveryProperties. By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.
1195
1195
  */
1196
1196
  MaximumExecutionFrequency?: MaximumExecutionFrequency;
1197
1197
  /**
@@ -1442,7 +1442,7 @@ declare namespace ConfigService {
1442
1442
  */
1443
1443
  name?: RecorderName;
1444
1444
  /**
1445
- * Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.
1445
+ * Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account. While the API model does not require this field, the server will reject a request without a defined roleARN for the configuration recorder.
1446
1446
  */
1447
1447
  roleARN?: String;
1448
1448
  /**
@@ -3484,7 +3484,7 @@ declare namespace ConfigService {
3484
3484
  */
3485
3485
  InputParameters?: StringWithCharLimit2048;
3486
3486
  /**
3487
- * The maximum frequency with which Config runs evaluations for a rule. You are using an Config managed rule that is triggered at a periodic frequency. By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.
3487
+ * The maximum frequency with which Config runs evaluations for a rule. This is for an Config managed rule that is triggered at a periodic frequency. By default, rules with a periodic trigger are evaluated every 24 hours. To change the frequency, specify a valid value for the MaximumExecutionFrequency parameter.
3488
3488
  */
3489
3489
  MaximumExecutionFrequency?: MaximumExecutionFrequency;
3490
3490
  /**
@@ -3787,7 +3787,7 @@ declare namespace ConfigService {
3787
3787
  */
3788
3788
  Configuration: Configuration;
3789
3789
  /**
3790
- * Tags associated with the resource.
3790
+ * Tags associated with the resource. This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources. Tags for PutResourceConfig are tags that you supply for the configuration items of your custom resources.
3791
3791
  */
3792
3792
  Tags?: Tags;
3793
3793
  }
@@ -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
  /**