cdk-comprehend-s3olap 2.0.86 → 2.0.89
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 +5 -5
- 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 +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +60 -51
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +619 -563
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
- package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
- package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
- package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +74 -1
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- 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 +754 -747
- package/node_modules/aws-sdk/dist/aws-sdk.js +398 -198
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +5 -5
- package/node_modules/esbuild/lib/main.js +14 -13
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +12 -10
@@ -154,7 +154,8 @@
|
|
154
154
|
},
|
155
155
|
"Tags": {
|
156
156
|
"shape": "Sw"
|
157
|
-
}
|
157
|
+
},
|
158
|
+
"DataProtectionPolicy": {}
|
158
159
|
}
|
159
160
|
},
|
160
161
|
"output": {
|
@@ -214,6 +215,24 @@
|
|
214
215
|
}
|
215
216
|
}
|
216
217
|
},
|
218
|
+
"GetDataProtectionPolicy": {
|
219
|
+
"input": {
|
220
|
+
"type": "structure",
|
221
|
+
"required": [
|
222
|
+
"ResourceArn"
|
223
|
+
],
|
224
|
+
"members": {
|
225
|
+
"ResourceArn": {}
|
226
|
+
}
|
227
|
+
},
|
228
|
+
"output": {
|
229
|
+
"resultWrapper": "GetDataProtectionPolicyResult",
|
230
|
+
"type": "structure",
|
231
|
+
"members": {
|
232
|
+
"DataProtectionPolicy": {}
|
233
|
+
}
|
234
|
+
}
|
235
|
+
},
|
217
236
|
"GetEndpointAttributes": {
|
218
237
|
"input": {
|
219
238
|
"type": "structure",
|
@@ -307,7 +326,7 @@
|
|
307
326
|
"type": "structure",
|
308
327
|
"members": {
|
309
328
|
"Attributes": {
|
310
|
-
"shape": "
|
329
|
+
"shape": "S1j"
|
311
330
|
}
|
312
331
|
}
|
313
332
|
}
|
@@ -489,7 +508,7 @@
|
|
489
508
|
"type": "structure",
|
490
509
|
"members": {
|
491
510
|
"Subscriptions": {
|
492
|
-
"shape": "
|
511
|
+
"shape": "S2h"
|
493
512
|
},
|
494
513
|
"NextToken": {}
|
495
514
|
}
|
@@ -511,7 +530,7 @@
|
|
511
530
|
"type": "structure",
|
512
531
|
"members": {
|
513
532
|
"Subscriptions": {
|
514
|
-
"shape": "
|
533
|
+
"shape": "S2h"
|
515
534
|
},
|
516
535
|
"NextToken": {}
|
517
536
|
}
|
@@ -591,7 +610,7 @@
|
|
591
610
|
"Subject": {},
|
592
611
|
"MessageStructure": {},
|
593
612
|
"MessageAttributes": {
|
594
|
-
"shape": "
|
613
|
+
"shape": "S31"
|
595
614
|
},
|
596
615
|
"MessageDeduplicationId": {},
|
597
616
|
"MessageGroupId": {}
|
@@ -629,7 +648,7 @@
|
|
629
648
|
"Subject": {},
|
630
649
|
"MessageStructure": {},
|
631
650
|
"MessageAttributes": {
|
632
|
-
"shape": "
|
651
|
+
"shape": "S31"
|
633
652
|
},
|
634
653
|
"MessageDeduplicationId": {},
|
635
654
|
"MessageGroupId": {}
|
@@ -675,6 +694,19 @@
|
|
675
694
|
}
|
676
695
|
}
|
677
696
|
},
|
697
|
+
"PutDataProtectionPolicy": {
|
698
|
+
"input": {
|
699
|
+
"type": "structure",
|
700
|
+
"required": [
|
701
|
+
"ResourceArn",
|
702
|
+
"DataProtectionPolicy"
|
703
|
+
],
|
704
|
+
"members": {
|
705
|
+
"ResourceArn": {},
|
706
|
+
"DataProtectionPolicy": {}
|
707
|
+
}
|
708
|
+
}
|
709
|
+
},
|
678
710
|
"RemovePermission": {
|
679
711
|
"input": {
|
680
712
|
"type": "structure",
|
@@ -776,7 +808,7 @@
|
|
776
808
|
"Protocol": {},
|
777
809
|
"Endpoint": {},
|
778
810
|
"Attributes": {
|
779
|
-
"shape": "
|
811
|
+
"shape": "S1j"
|
780
812
|
},
|
781
813
|
"ReturnSubscriptionArn": {
|
782
814
|
"type": "boolean"
|
@@ -887,12 +919,12 @@
|
|
887
919
|
}
|
888
920
|
}
|
889
921
|
},
|
890
|
-
"
|
922
|
+
"S1j": {
|
891
923
|
"type": "map",
|
892
924
|
"key": {},
|
893
925
|
"value": {}
|
894
926
|
},
|
895
|
-
"
|
927
|
+
"S2h": {
|
896
928
|
"type": "list",
|
897
929
|
"member": {
|
898
930
|
"type": "structure",
|
@@ -905,7 +937,7 @@
|
|
905
937
|
}
|
906
938
|
}
|
907
939
|
},
|
908
|
-
"
|
940
|
+
"S31": {
|
909
941
|
"type": "map",
|
910
942
|
"key": {
|
911
943
|
"locationName": "Name"
|
@@ -1575,6 +1575,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1575
1575
|
export type AuthEventsType = AuthEventType[];
|
1576
1576
|
export type AuthFlowType = "USER_SRP_AUTH"|"REFRESH_TOKEN_AUTH"|"REFRESH_TOKEN"|"CUSTOM_AUTH"|"ADMIN_NO_SRP_AUTH"|"USER_PASSWORD_AUTH"|"ADMIN_USER_PASSWORD_AUTH"|string;
|
1577
1577
|
export type AuthParametersType = {[key: string]: StringType};
|
1578
|
+
export type AuthSessionValidityType = number;
|
1578
1579
|
export interface AuthenticationResultType {
|
1579
1580
|
/**
|
1580
1581
|
* A valid access token that Amazon Cognito issued to the user who you want to authenticate.
|
@@ -1985,6 +1986,10 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1985
1986
|
* Activates the propagation of additional user context data. For more information about propagation of user context data, see Adding advanced security to a user pool. If you don’t include this parameter, you can't send device fingerprint information, including source IP address, to Amazon Cognito advanced security. You can only activate EnablePropagateAdditionalUserContextData in an app client that has a client secret.
|
1986
1987
|
*/
|
1987
1988
|
EnablePropagateAdditionalUserContextData?: WrappedBooleanType;
|
1989
|
+
/**
|
1990
|
+
* Amazon Cognito creates a session token for each API request in an authentication flow. AuthSessionValidity is the duration, in minutes, of that session token. Your user pool native user must respond to each authentication challenge before the session expires.
|
1991
|
+
*/
|
1992
|
+
AuthSessionValidity?: AuthSessionValidityType;
|
1988
1993
|
}
|
1989
1994
|
export interface CreateUserPoolClientResponse {
|
1990
1995
|
/**
|
@@ -2038,15 +2043,15 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2038
2043
|
*/
|
2039
2044
|
UsernameAttributes?: UsernameAttributesListType;
|
2040
2045
|
/**
|
2041
|
-
*
|
2046
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
2042
2047
|
*/
|
2043
2048
|
SmsVerificationMessage?: SmsVerificationMessageType;
|
2044
2049
|
/**
|
2045
|
-
*
|
2050
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
2046
2051
|
*/
|
2047
2052
|
EmailVerificationMessage?: EmailVerificationMessageType;
|
2048
2053
|
/**
|
2049
|
-
*
|
2054
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
2050
2055
|
*/
|
2051
2056
|
EmailVerificationSubject?: EmailVerificationSubjectType;
|
2052
2057
|
/**
|
@@ -2325,11 +2330,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2325
2330
|
export type DescriptionType = string;
|
2326
2331
|
export interface DeviceConfigurationType {
|
2327
2332
|
/**
|
2328
|
-
* When true, device authentication
|
2333
|
+
* When true, a remembered device can sign in with device authentication instead of SMS and time-based one-time password (TOTP) factors for multi-factor authentication (MFA). Whether or not ChallengeRequiredOnNewDevice is true, users who sign in with devices that have not been confirmed or remembered must still provide a second factor in a user pool that requires MFA.
|
2329
2334
|
*/
|
2330
2335
|
ChallengeRequiredOnNewDevice?: BooleanType;
|
2331
2336
|
/**
|
2332
|
-
* When true, Amazon Cognito doesn't remember
|
2337
|
+
* When true, Amazon Cognito doesn't automatically remember a user's device when your app sends a ConfirmDevice API request. In your app, create a prompt for your user to choose whether they want to remember their device. Return the user's choice in an UpdateDeviceStatus API request. When DeviceOnlyRememberedOnUserPrompt is false, Amazon Cognito immediately remembers devices that you register in a ConfirmDevice API request.
|
2333
2338
|
*/
|
2334
2339
|
DeviceOnlyRememberedOnUserPrompt?: BooleanType;
|
2335
2340
|
}
|
@@ -4074,6 +4079,10 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4074
4079
|
* Activates the propagation of additional user context data. For more information about propagation of user context data, see Adding advanced security to a user pool. If you don’t include this parameter, you can't send device fingerprint information, including source IP address, to Amazon Cognito advanced security. You can only activate EnablePropagateAdditionalUserContextData in an app client that has a client secret.
|
4075
4080
|
*/
|
4076
4081
|
EnablePropagateAdditionalUserContextData?: WrappedBooleanType;
|
4082
|
+
/**
|
4083
|
+
* Amazon Cognito creates a session token for each API request in an authentication flow. AuthSessionValidity is the duration, in minutes, of that session token. Your user pool native user must respond to each authentication challenge before the session expires.
|
4084
|
+
*/
|
4085
|
+
AuthSessionValidity?: AuthSessionValidityType;
|
4077
4086
|
}
|
4078
4087
|
export interface UpdateUserPoolClientResponse {
|
4079
4088
|
/**
|
@@ -4119,15 +4128,15 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4119
4128
|
*/
|
4120
4129
|
AutoVerifiedAttributes?: VerifiedAttributesListType;
|
4121
4130
|
/**
|
4122
|
-
*
|
4131
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
4123
4132
|
*/
|
4124
4133
|
SmsVerificationMessage?: SmsVerificationMessageType;
|
4125
4134
|
/**
|
4126
|
-
*
|
4135
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
4127
4136
|
*/
|
4128
4137
|
EmailVerificationMessage?: EmailVerificationMessageType;
|
4129
4138
|
/**
|
4130
|
-
*
|
4139
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
4131
4140
|
*/
|
4132
4141
|
EmailVerificationSubject?: EmailVerificationSubjectType;
|
4133
4142
|
/**
|
@@ -4371,6 +4380,10 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4371
4380
|
* When EnablePropagateAdditionalUserContextData is true, Amazon Cognito accepts an IpAddress value that you send in the UserContextData parameter. The UserContextData parameter sends information to Amazon Cognito advanced security for risk analysis. You can send UserContextData when you sign in Amazon Cognito native users with the InitiateAuth and RespondToAuthChallenge API operations. When EnablePropagateAdditionalUserContextData is false, you can't send your user's source IP address to Amazon Cognito advanced security with unauthenticated API operations. EnablePropagateAdditionalUserContextData doesn't affect whether you can send a source IP address in a ContextData parameter with the authenticated API operations AdminInitiateAuth and AdminRespondToAuthChallenge. You can only activate EnablePropagateAdditionalUserContextData in an app client that has a client secret. For more information about propagation of user context data, see Adding user device and session data to API requests.
|
4372
4381
|
*/
|
4373
4382
|
EnablePropagateAdditionalUserContextData?: WrappedBooleanType;
|
4383
|
+
/**
|
4384
|
+
* Amazon Cognito creates a session token for each API request in an authentication flow. AuthSessionValidity is the duration, in minutes, of that session token. Your user pool native user must respond to each authentication challenge before the session expires.
|
4385
|
+
*/
|
4386
|
+
AuthSessionValidity?: AuthSessionValidityType;
|
4374
4387
|
}
|
4375
4388
|
export interface UserPoolDescriptionType {
|
4376
4389
|
/**
|
@@ -4456,15 +4469,15 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4456
4469
|
*/
|
4457
4470
|
UsernameAttributes?: UsernameAttributesListType;
|
4458
4471
|
/**
|
4459
|
-
*
|
4472
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
4460
4473
|
*/
|
4461
4474
|
SmsVerificationMessage?: SmsVerificationMessageType;
|
4462
4475
|
/**
|
4463
|
-
*
|
4476
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
4464
4477
|
*/
|
4465
4478
|
EmailVerificationMessage?: EmailVerificationMessageType;
|
4466
4479
|
/**
|
4467
|
-
*
|
4480
|
+
* This parameter is no longer used. See VerificationMessageTemplateType.
|
4468
4481
|
*/
|
4469
4482
|
EmailVerificationSubject?: EmailVerificationSubjectType;
|
4470
4483
|
/**
|
@@ -324,11 +324,11 @@ declare class Connect extends Service {
|
|
324
324
|
*/
|
325
325
|
describeAgentStatus(callback?: (err: AWSError, data: Connect.Types.DescribeAgentStatusResponse) => void): Request<Connect.Types.DescribeAgentStatusResponse, AWSError>;
|
326
326
|
/**
|
327
|
-
* This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted.
|
327
|
+
* This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted. Only data from November 12, 2021, and later is returned by this API.
|
328
328
|
*/
|
329
329
|
describeContact(params: Connect.Types.DescribeContactRequest, callback?: (err: AWSError, data: Connect.Types.DescribeContactResponse) => void): Request<Connect.Types.DescribeContactResponse, AWSError>;
|
330
330
|
/**
|
331
|
-
* This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted.
|
331
|
+
* This API is in preview release for Amazon Connect and is subject to change. Describes the specified contact. Contact information remains available in Amazon Connect for 24 months, and then it is deleted. Only data from November 12, 2021, and later is returned by this API.
|
332
332
|
*/
|
333
333
|
describeContact(callback?: (err: AWSError, data: Connect.Types.DescribeContactResponse) => void): Request<Connect.Types.DescribeContactResponse, AWSError>;
|
334
334
|
/**
|
@@ -588,11 +588,11 @@ declare class Connect extends Service {
|
|
588
588
|
*/
|
589
589
|
listApprovedOrigins(callback?: (err: AWSError, data: Connect.Types.ListApprovedOriginsResponse) => void): Request<Connect.Types.ListApprovedOriginsResponse, AWSError>;
|
590
590
|
/**
|
591
|
-
* This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
591
|
+
* This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.
|
592
592
|
*/
|
593
593
|
listBots(params: Connect.Types.ListBotsRequest, callback?: (err: AWSError, data: Connect.Types.ListBotsResponse) => void): Request<Connect.Types.ListBotsResponse, AWSError>;
|
594
594
|
/**
|
595
|
-
* This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
595
|
+
* This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots.
|
596
596
|
*/
|
597
597
|
listBots(callback?: (err: AWSError, data: Connect.Types.ListBotsResponse) => void): Request<Connect.Types.ListBotsResponse, AWSError>;
|
598
598
|
/**
|
@@ -676,11 +676,11 @@ declare class Connect extends Service {
|
|
676
676
|
*/
|
677
677
|
listLambdaFunctions(callback?: (err: AWSError, data: Connect.Types.ListLambdaFunctionsResponse) => void): Request<Connect.Types.ListLambdaFunctionsResponse, AWSError>;
|
678
678
|
/**
|
679
|
-
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
679
|
+
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all the Amazon Lex V1 bots currently associated with the instance. To return both Amazon Lex V1 and V2 bots, use the ListBots API.
|
680
680
|
*/
|
681
681
|
listLexBots(params: Connect.Types.ListLexBotsRequest, callback?: (err: AWSError, data: Connect.Types.ListLexBotsResponse) => void): Request<Connect.Types.ListLexBotsResponse, AWSError>;
|
682
682
|
/**
|
683
|
-
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all the Amazon Lex bots currently associated with the instance.
|
683
|
+
* This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all the Amazon Lex V1 bots currently associated with the instance. To return both Amazon Lex V1 and V2 bots, use the ListBots API.
|
684
684
|
*/
|
685
685
|
listLexBots(callback?: (err: AWSError, data: Connect.Types.ListLexBotsResponse) => void): Request<Connect.Types.ListLexBotsResponse, AWSError>;
|
686
686
|
/**
|
@@ -843,6 +843,22 @@ declare class Connect extends Service {
|
|
843
843
|
* Searches for available phone numbers that you can claim to your Amazon Connect instance.
|
844
844
|
*/
|
845
845
|
searchAvailablePhoneNumbers(callback?: (err: AWSError, data: Connect.Types.SearchAvailablePhoneNumbersResponse) => void): Request<Connect.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
|
846
|
+
/**
|
847
|
+
* This API is in preview release for Amazon Connect and is subject to change. Searches queues in an Amazon Connect instance, with optional filtering.
|
848
|
+
*/
|
849
|
+
searchQueues(params: Connect.Types.SearchQueuesRequest, callback?: (err: AWSError, data: Connect.Types.SearchQueuesResponse) => void): Request<Connect.Types.SearchQueuesResponse, AWSError>;
|
850
|
+
/**
|
851
|
+
* This API is in preview release for Amazon Connect and is subject to change. Searches queues in an Amazon Connect instance, with optional filtering.
|
852
|
+
*/
|
853
|
+
searchQueues(callback?: (err: AWSError, data: Connect.Types.SearchQueuesResponse) => void): Request<Connect.Types.SearchQueuesResponse, AWSError>;
|
854
|
+
/**
|
855
|
+
* This API is in preview release for Amazon Connect and is subject to change. Searches routing profiles in an Amazon Connect instance, with optional filtering.
|
856
|
+
*/
|
857
|
+
searchRoutingProfiles(params: Connect.Types.SearchRoutingProfilesRequest, callback?: (err: AWSError, data: Connect.Types.SearchRoutingProfilesResponse) => void): Request<Connect.Types.SearchRoutingProfilesResponse, AWSError>;
|
858
|
+
/**
|
859
|
+
* This API is in preview release for Amazon Connect and is subject to change. Searches routing profiles in an Amazon Connect instance, with optional filtering.
|
860
|
+
*/
|
861
|
+
searchRoutingProfiles(callback?: (err: AWSError, data: Connect.Types.SearchRoutingProfilesResponse) => void): Request<Connect.Types.SearchRoutingProfilesResponse, AWSError>;
|
846
862
|
/**
|
847
863
|
* This API is in preview release for Amazon Connect and is subject to change. Searches security profiles in an Amazon Connect instance, with optional filtering.
|
848
864
|
*/
|
@@ -2188,7 +2204,7 @@ declare namespace Connect {
|
|
2188
2204
|
*/
|
2189
2205
|
Description?: SecurityProfileDescription;
|
2190
2206
|
/**
|
2191
|
-
* Permissions assigned to the security profile.
|
2207
|
+
* Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.
|
2192
2208
|
*/
|
2193
2209
|
Permissions?: PermissionsList;
|
2194
2210
|
/**
|
@@ -4432,7 +4448,7 @@ declare namespace Connect {
|
|
4432
4448
|
}
|
4433
4449
|
export interface ListSecurityProfilePermissionsResponse {
|
4434
4450
|
/**
|
4435
|
-
* The permissions granted to the security profile.
|
4451
|
+
* The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
|
4436
4452
|
*/
|
4437
4453
|
Permissions?: PermissionsList;
|
4438
4454
|
/**
|
@@ -4584,6 +4600,7 @@ declare namespace Connect {
|
|
4584
4600
|
*/
|
4585
4601
|
NextToken?: NextToken;
|
4586
4602
|
}
|
4603
|
+
export type Long = number;
|
4587
4604
|
export type MaxResult10 = number;
|
4588
4605
|
export type MaxResult100 = number;
|
4589
4606
|
export type MaxResult1000 = number;
|
@@ -4801,6 +4818,26 @@ declare namespace Connect {
|
|
4801
4818
|
*/
|
4802
4819
|
Arn?: ARN;
|
4803
4820
|
}
|
4821
|
+
export type QueueSearchConditionList = QueueSearchCriteria[];
|
4822
|
+
export interface QueueSearchCriteria {
|
4823
|
+
/**
|
4824
|
+
* A list of conditions which would be applied together with an OR condition.
|
4825
|
+
*/
|
4826
|
+
OrConditions?: QueueSearchConditionList;
|
4827
|
+
/**
|
4828
|
+
* A list of conditions which would be applied together with an AND condition.
|
4829
|
+
*/
|
4830
|
+
AndConditions?: QueueSearchConditionList;
|
4831
|
+
StringCondition?: StringCondition;
|
4832
|
+
/**
|
4833
|
+
* The type of queue.
|
4834
|
+
*/
|
4835
|
+
QueueTypeCondition?: SearchableQueueType;
|
4836
|
+
}
|
4837
|
+
export interface QueueSearchFilter {
|
4838
|
+
TagFilter?: ControlPlaneTagFilter;
|
4839
|
+
}
|
4840
|
+
export type QueueSearchSummaryList = Queue[];
|
4804
4841
|
export type QueueStatus = "ENABLED"|"DISABLED"|string;
|
4805
4842
|
export interface QueueSummary {
|
4806
4843
|
/**
|
@@ -5008,9 +5045,18 @@ declare namespace Connect {
|
|
5008
5045
|
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
5009
5046
|
*/
|
5010
5047
|
Tags?: TagMap;
|
5048
|
+
/**
|
5049
|
+
* The number of associated queues in routing profile.
|
5050
|
+
*/
|
5051
|
+
NumberOfAssociatedQueues?: Long;
|
5052
|
+
/**
|
5053
|
+
* The number of associated users in routing profile.
|
5054
|
+
*/
|
5055
|
+
NumberOfAssociatedUsers?: Long;
|
5011
5056
|
}
|
5012
5057
|
export type RoutingProfileDescription = string;
|
5013
5058
|
export type RoutingProfileId = string;
|
5059
|
+
export type RoutingProfileList = RoutingProfile[];
|
5014
5060
|
export type RoutingProfileName = string;
|
5015
5061
|
export interface RoutingProfileQueueConfig {
|
5016
5062
|
/**
|
@@ -5075,6 +5121,21 @@ declare namespace Connect {
|
|
5075
5121
|
*/
|
5076
5122
|
Arn?: ARN;
|
5077
5123
|
}
|
5124
|
+
export type RoutingProfileSearchConditionList = RoutingProfileSearchCriteria[];
|
5125
|
+
export interface RoutingProfileSearchCriteria {
|
5126
|
+
/**
|
5127
|
+
* A list of conditions which would be applied together with an OR condition.
|
5128
|
+
*/
|
5129
|
+
OrConditions?: RoutingProfileSearchConditionList;
|
5130
|
+
/**
|
5131
|
+
* A list of conditions which would be applied together with an AND condition.
|
5132
|
+
*/
|
5133
|
+
AndConditions?: RoutingProfileSearchConditionList;
|
5134
|
+
StringCondition?: StringCondition;
|
5135
|
+
}
|
5136
|
+
export interface RoutingProfileSearchFilter {
|
5137
|
+
TagFilter?: ControlPlaneTagFilter;
|
5138
|
+
}
|
5078
5139
|
export interface RoutingProfileSummary {
|
5079
5140
|
/**
|
5080
5141
|
* The identifier of the routing profile.
|
@@ -5140,6 +5201,78 @@ declare namespace Connect {
|
|
5140
5201
|
*/
|
5141
5202
|
AvailableNumbersList?: AvailableNumbersList;
|
5142
5203
|
}
|
5204
|
+
export interface SearchQueuesRequest {
|
5205
|
+
/**
|
5206
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
5207
|
+
*/
|
5208
|
+
InstanceId: InstanceId;
|
5209
|
+
/**
|
5210
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
5211
|
+
*/
|
5212
|
+
NextToken?: NextToken2500;
|
5213
|
+
/**
|
5214
|
+
* The maximum number of results to return per page.
|
5215
|
+
*/
|
5216
|
+
MaxResults?: MaxResult100;
|
5217
|
+
/**
|
5218
|
+
* Filters to be applied to search results.
|
5219
|
+
*/
|
5220
|
+
SearchFilter?: QueueSearchFilter;
|
5221
|
+
/**
|
5222
|
+
* The search criteria to be used to return queues.
|
5223
|
+
*/
|
5224
|
+
SearchCriteria?: QueueSearchCriteria;
|
5225
|
+
}
|
5226
|
+
export interface SearchQueuesResponse {
|
5227
|
+
/**
|
5228
|
+
* Information about the queues.
|
5229
|
+
*/
|
5230
|
+
Queues?: QueueSearchSummaryList;
|
5231
|
+
/**
|
5232
|
+
* If there are additional results, this is the token for the next set of results.
|
5233
|
+
*/
|
5234
|
+
NextToken?: NextToken2500;
|
5235
|
+
/**
|
5236
|
+
* The total number of queues which matched your search query.
|
5237
|
+
*/
|
5238
|
+
ApproximateTotalCount?: ApproximateTotalCount;
|
5239
|
+
}
|
5240
|
+
export interface SearchRoutingProfilesRequest {
|
5241
|
+
/**
|
5242
|
+
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
5243
|
+
*/
|
5244
|
+
InstanceId: InstanceId;
|
5245
|
+
/**
|
5246
|
+
* The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
|
5247
|
+
*/
|
5248
|
+
NextToken?: NextToken2500;
|
5249
|
+
/**
|
5250
|
+
* The maximum number of results to return per page.
|
5251
|
+
*/
|
5252
|
+
MaxResults?: MaxResult100;
|
5253
|
+
/**
|
5254
|
+
* Filters to be applied to search results.
|
5255
|
+
*/
|
5256
|
+
SearchFilter?: RoutingProfileSearchFilter;
|
5257
|
+
/**
|
5258
|
+
* The search criteria to be used to return routing profiles.
|
5259
|
+
*/
|
5260
|
+
SearchCriteria?: RoutingProfileSearchCriteria;
|
5261
|
+
}
|
5262
|
+
export interface SearchRoutingProfilesResponse {
|
5263
|
+
/**
|
5264
|
+
* Information about the routing profiles.
|
5265
|
+
*/
|
5266
|
+
RoutingProfiles?: RoutingProfileList;
|
5267
|
+
/**
|
5268
|
+
* If there are additional results, this is the token for the next set of results.
|
5269
|
+
*/
|
5270
|
+
NextToken?: NextToken2500;
|
5271
|
+
/**
|
5272
|
+
* The total number of routing profiles which matched your search query.
|
5273
|
+
*/
|
5274
|
+
ApproximateTotalCount?: ApproximateTotalCount;
|
5275
|
+
}
|
5143
5276
|
export interface SearchSecurityProfilesRequest {
|
5144
5277
|
/**
|
5145
5278
|
* The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
|
@@ -5245,6 +5378,7 @@ declare namespace Connect {
|
|
5245
5378
|
*/
|
5246
5379
|
NextToken?: VocabularyNextToken;
|
5247
5380
|
}
|
5381
|
+
export type SearchableQueueType = "STANDARD"|string;
|
5248
5382
|
export interface SecurityKey {
|
5249
5383
|
/**
|
5250
5384
|
* The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
|
@@ -5892,7 +6026,7 @@ declare namespace Connect {
|
|
5892
6026
|
*/
|
5893
6027
|
ContactFlowId: ContactFlowId;
|
5894
6028
|
/**
|
5895
|
-
*
|
6029
|
+
* The name of the flow.
|
5896
6030
|
*/
|
5897
6031
|
Name?: ContactFlowName;
|
5898
6032
|
/**
|
@@ -6255,7 +6389,7 @@ declare namespace Connect {
|
|
6255
6389
|
*/
|
6256
6390
|
Description?: SecurityProfileDescription;
|
6257
6391
|
/**
|
6258
|
-
* The permissions granted to a security profile.
|
6392
|
+
* The permissions granted to a security profile. For a list of valid permissions, see List of security profile permissions.
|
6259
6393
|
*/
|
6260
6394
|
Permissions?: PermissionsList;
|
6261
6395
|
/**
|
@@ -1441,9 +1441,16 @@ declare namespace DataExchange {
|
|
1441
1441
|
NextToken?: NextToken;
|
1442
1442
|
}
|
1443
1443
|
export type ListOfAssetDestinationEntry = AssetDestinationEntry[];
|
1444
|
+
export type ListOfAssetEntry = AssetEntry[];
|
1444
1445
|
export type ListOfAssetSourceEntry = AssetSourceEntry[];
|
1446
|
+
export type ListOfDataSetEntry = DataSetEntry[];
|
1447
|
+
export type ListOfEventActionEntry = EventActionEntry[];
|
1448
|
+
export type ListOfJobEntry = JobEntry[];
|
1449
|
+
export type ListOfJobError = JobError[];
|
1445
1450
|
export type ListOfRedshiftDataShareAssetSourceEntry = RedshiftDataShareAssetSourceEntry[];
|
1446
1451
|
export type ListOfRevisionDestinationEntry = RevisionDestinationEntry[];
|
1452
|
+
export type ListOfRevisionEntry = RevisionEntry[];
|
1453
|
+
export type ListOf__string = __string[];
|
1447
1454
|
export interface ListRevisionAssetsRequest {
|
1448
1455
|
/**
|
1449
1456
|
* The unique identifier for a data set.
|
@@ -1484,6 +1491,7 @@ declare namespace DataExchange {
|
|
1484
1491
|
*/
|
1485
1492
|
Tags?: MapOf__string;
|
1486
1493
|
}
|
1494
|
+
export type MapOf__string = {[key: string]: __string};
|
1487
1495
|
export type MaxResults = number;
|
1488
1496
|
export type Name = string;
|
1489
1497
|
export type NextToken = string;
|
@@ -1521,11 +1529,11 @@ declare namespace DataExchange {
|
|
1521
1529
|
*/
|
1522
1530
|
ExportRevisionsToS3?: ExportRevisionsToS3RequestDetails;
|
1523
1531
|
/**
|
1524
|
-
* Details about the import from
|
1532
|
+
* Details about the import from Amazon S3 request.
|
1525
1533
|
*/
|
1526
1534
|
ImportAssetFromSignedUrl?: ImportAssetFromSignedUrlRequestDetails;
|
1527
1535
|
/**
|
1528
|
-
*
|
1536
|
+
* Information about the import asset from API Gateway API request.
|
1529
1537
|
*/
|
1530
1538
|
ImportAssetsFromS3?: ImportAssetsFromS3RequestDetails;
|
1531
1539
|
/**
|
@@ -1533,7 +1541,7 @@ declare namespace DataExchange {
|
|
1533
1541
|
*/
|
1534
1542
|
ImportAssetsFromRedshiftDataShares?: ImportAssetsFromRedshiftDataSharesRequestDetails;
|
1535
1543
|
/**
|
1536
|
-
*
|
1544
|
+
* Details about the import from signed URL request.
|
1537
1545
|
*/
|
1538
1546
|
ImportAssetFromApiGatewayApi?: ImportAssetFromApiGatewayApiRequestDetails;
|
1539
1547
|
}
|
@@ -1725,7 +1733,7 @@ declare namespace DataExchange {
|
|
1725
1733
|
*/
|
1726
1734
|
Method?: __string;
|
1727
1735
|
/**
|
1728
|
-
* URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}
|
1736
|
+
* URI path value for the API request. Alternatively, you can set the URI path directly by invoking /v1/{pathValue}.
|
1729
1737
|
*/
|
1730
1738
|
Path?: __string;
|
1731
1739
|
/**
|
@@ -1994,18 +2002,10 @@ declare namespace DataExchange {
|
|
1994
2002
|
export type __boolean = boolean;
|
1995
2003
|
export type __double = number;
|
1996
2004
|
export type __doubleMin0 = number;
|
1997
|
-
export type ListOfAssetEntry = AssetEntry[];
|
1998
|
-
export type ListOfDataSetEntry = DataSetEntry[];
|
1999
|
-
export type ListOfEventActionEntry = EventActionEntry[];
|
2000
|
-
export type ListOfJobEntry = JobEntry[];
|
2001
|
-
export type ListOfJobError = JobError[];
|
2002
|
-
export type ListOfRevisionEntry = RevisionEntry[];
|
2003
|
-
export type ListOf__string = __string[];
|
2004
|
-
export type MapOf__string = {[key: string]: __string};
|
2005
2005
|
export type __string = string;
|
2006
2006
|
export type __stringMin0Max16384 = string;
|
2007
|
-
export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
|
2008
2007
|
export type __stringMin10Max512 = string;
|
2008
|
+
export type __stringMin24Max24PatternAZaZ094AZaZ092AZaZ093 = string;
|
2009
2009
|
/**
|
2010
2010
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
2011
2011
|
*/
|
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['dataexchange'], '2017-07-25', {
|
|
9
9
|
get: function get() {
|
10
10
|
var model = require('../apis/dataexchange-2017-07-25.min.json');
|
11
11
|
model.paginators = require('../apis/dataexchange-2017-07-25.paginators.json').pagination;
|
12
|
+
model.waiters = require('../apis/dataexchange-2017-07-25.waiters2.json').waiters;
|
12
13
|
return model;
|
13
14
|
},
|
14
15
|
enumerable: true,
|
@@ -28794,7 +28794,7 @@ declare namespace EC2 {
|
|
28794
28794
|
*/
|
28795
28795
|
ResourceTypes?: ValueStringList;
|
28796
28796
|
}
|
28797
|
-
export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|string;
|
28797
|
+
export type ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-service"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"vpn-connection-device-type"|string;
|
28798
28798
|
export interface ResponseError {
|
28799
28799
|
/**
|
28800
28800
|
* The error code.
|