cdk-comprehend-s3olap 2.0.29 → 2.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +16 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +1 -2
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +20 -7
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +50 -49
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +16 -0
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +9 -8
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +319 -73
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +787 -767
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +272 -39
- package/node_modules/aws-sdk/apis/synthetics-2017-10-11.paginators.json +15 -0
- package/node_modules/aws-sdk/clients/backup.d.ts +11 -11
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +24 -7
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +5 -0
- package/node_modules/aws-sdk/clients/dms.d.ts +20 -0
- package/node_modules/aws-sdk/clients/iot.d.ts +24 -10
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +270 -18
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -2
- package/node_modules/aws-sdk/clients/synthetics.d.ts +270 -30
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +62 -60
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- 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
|
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 {
|
@@ -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
|
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
|
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
|
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&key2=value2... For the CLI command-line parameter use format: &&tags "key1=value1&key2=value2..." For the cli-input-json file use format: "tags": "key1=value1&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
|
/**
|