cdk-lambda-subminute 2.0.439 → 2.0.441
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 +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +5 -1
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +135 -75
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +6 -0
- package/node_modules/aws-sdk/apis/entitlement.marketplace-2017-01-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +331 -144
- package/node_modules/aws-sdk/apis/oam-2022-06-10.min.json +68 -27
- package/node_modules/aws-sdk/apis/rds-2013-01-10.min.json +3 -0
- package/node_modules/aws-sdk/apis/rds-2013-02-12.min.json +3 -0
- package/node_modules/aws-sdk/apis/rds-2013-09-09.min.json +3 -0
- package/node_modules/aws-sdk/apis/rds-2014-09-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +9 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +44 -0
- package/node_modules/aws-sdk/apis/support-2013-04-15.min.json +3 -0
- package/node_modules/aws-sdk/clients/appsync.d.ts +1 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +87 -1
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -24
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +4 -0
- package/node_modules/aws-sdk/clients/fms.d.ts +258 -20
- package/node_modules/aws-sdk/clients/ivs.d.ts +1 -1
- package/node_modules/aws-sdk/clients/oam.d.ts +61 -17
- package/node_modules/aws-sdk/clients/rds.d.ts +12 -4
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +52 -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 +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +159 -78
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1102,7 +1102,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1102
1102
|
*/
|
1103
1103
|
UserCreateDate?: DateType;
|
1104
1104
|
/**
|
1105
|
-
* The date and time
|
1105
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
1106
1106
|
*/
|
1107
1107
|
UserLastModifiedDate?: DateType;
|
1108
1108
|
/**
|
@@ -1564,7 +1564,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1564
1564
|
*/
|
1565
1565
|
EventType?: EventType;
|
1566
1566
|
/**
|
1567
|
-
* The date and time
|
1567
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
1568
1568
|
*/
|
1569
1569
|
CreationDate?: DateType;
|
1570
1570
|
/**
|
@@ -1885,7 +1885,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1885
1885
|
*/
|
1886
1886
|
UserPoolId: UserPoolIdType;
|
1887
1887
|
/**
|
1888
|
-
* A unique resource server identifier for the resource server.
|
1888
|
+
* A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier. Amazon Cognito represents scopes in the access token in the format $resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.
|
1889
1889
|
*/
|
1890
1890
|
Identifier: ResourceServerIdentifierType;
|
1891
1891
|
/**
|
@@ -1977,7 +1977,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1977
1977
|
*/
|
1978
1978
|
LogoutURLs?: LogoutURLsListType;
|
1979
1979
|
/**
|
1980
|
-
* The default redirect URI. Must be in the CallbackURLs list. A redirect URI must: Be an absolute URI. Be registered with the authorization server. Not include a fragment component.
|
1980
|
+
* The default redirect URI. In app clients with one assigned IdP, replaces redirect_uri in authentication requests. Must be in the CallbackURLs list. A redirect URI must: Be an absolute URI. Be registered with the authorization server. Not include a fragment component. For more information, see Default redirect URI. Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only. App callback URLs such as myapp://example are also supported.
|
1981
1981
|
*/
|
1982
1982
|
DefaultRedirectURI?: RedirectUrlType;
|
1983
1983
|
/**
|
@@ -2272,7 +2272,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2272
2272
|
*/
|
2273
2273
|
UserPoolId: UserPoolIdType;
|
2274
2274
|
/**
|
2275
|
-
*
|
2275
|
+
* A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier. Amazon Cognito represents scopes in the access token in the format $resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.
|
2276
2276
|
*/
|
2277
2277
|
Identifier: ResourceServerIdentifierType;
|
2278
2278
|
}
|
@@ -2393,7 +2393,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2393
2393
|
*/
|
2394
2394
|
DeviceCreateDate?: DateType;
|
2395
2395
|
/**
|
2396
|
-
* The date and time
|
2396
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2397
2397
|
*/
|
2398
2398
|
DeviceLastModifiedDate?: DateType;
|
2399
2399
|
/**
|
@@ -2775,11 +2775,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2775
2775
|
*/
|
2776
2776
|
Precedence?: PrecedenceType;
|
2777
2777
|
/**
|
2778
|
-
* The date and time
|
2778
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2779
2779
|
*/
|
2780
2780
|
LastModifiedDate?: DateType;
|
2781
2781
|
/**
|
2782
|
-
* The date and time
|
2782
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2783
2783
|
*/
|
2784
2784
|
CreationDate?: DateType;
|
2785
2785
|
}
|
@@ -2822,11 +2822,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2822
2822
|
*/
|
2823
2823
|
IdpIdentifiers?: IdpIdentifiersListType;
|
2824
2824
|
/**
|
2825
|
-
* The date and time
|
2825
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2826
2826
|
*/
|
2827
2827
|
LastModifiedDate?: DateType;
|
2828
2828
|
/**
|
2829
|
-
* The date and time
|
2829
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2830
2830
|
*/
|
2831
2831
|
CreationDate?: DateType;
|
2832
2832
|
}
|
@@ -3353,7 +3353,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
3353
3353
|
*/
|
3354
3354
|
LastModifiedDate?: DateType;
|
3355
3355
|
/**
|
3356
|
-
* The date and time
|
3356
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
3357
3357
|
*/
|
3358
3358
|
CreationDate?: DateType;
|
3359
3359
|
}
|
@@ -3445,7 +3445,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
3445
3445
|
*/
|
3446
3446
|
UserPoolId?: UserPoolIdType;
|
3447
3447
|
/**
|
3448
|
-
*
|
3448
|
+
* A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier. Amazon Cognito represents scopes in the access token in the format $resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.
|
3449
3449
|
*/
|
3450
3450
|
Identifier?: ResourceServerIdentifierType;
|
3451
3451
|
/**
|
@@ -3544,7 +3544,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
3544
3544
|
*/
|
3545
3545
|
RiskExceptionConfiguration?: RiskExceptionConfigurationType;
|
3546
3546
|
/**
|
3547
|
-
* The date and time
|
3547
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
3548
3548
|
*/
|
3549
3549
|
LastModifiedDate?: DateType;
|
3550
3550
|
}
|
@@ -3931,11 +3931,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
3931
3931
|
*/
|
3932
3932
|
CSSVersion?: CSSVersionType;
|
3933
3933
|
/**
|
3934
|
-
* The date and time
|
3934
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
3935
3935
|
*/
|
3936
3936
|
LastModifiedDate?: DateType;
|
3937
3937
|
/**
|
3938
|
-
* The date and time
|
3938
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
3939
3939
|
*/
|
3940
3940
|
CreationDate?: DateType;
|
3941
3941
|
}
|
@@ -4053,7 +4053,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4053
4053
|
*/
|
4054
4054
|
UserPoolId: UserPoolIdType;
|
4055
4055
|
/**
|
4056
|
-
*
|
4056
|
+
* A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier. Amazon Cognito represents scopes in the access token in the format $resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.
|
4057
4057
|
*/
|
4058
4058
|
Identifier: ResourceServerIdentifierType;
|
4059
4059
|
/**
|
@@ -4325,7 +4325,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4325
4325
|
*/
|
4326
4326
|
PreSignedUrl?: PreSignedUrlType;
|
4327
4327
|
/**
|
4328
|
-
* The date and time
|
4328
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4329
4329
|
*/
|
4330
4330
|
CreationDate?: DateType;
|
4331
4331
|
/**
|
@@ -4402,11 +4402,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4402
4402
|
*/
|
4403
4403
|
ClientSecret?: ClientSecretType;
|
4404
4404
|
/**
|
4405
|
-
* The date and time
|
4405
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4406
4406
|
*/
|
4407
4407
|
LastModifiedDate?: DateType;
|
4408
4408
|
/**
|
4409
|
-
* The date and time
|
4409
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4410
4410
|
*/
|
4411
4411
|
CreationDate?: DateType;
|
4412
4412
|
/**
|
@@ -4504,11 +4504,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4504
4504
|
*/
|
4505
4505
|
Status?: StatusType;
|
4506
4506
|
/**
|
4507
|
-
* The date and time
|
4507
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4508
4508
|
*/
|
4509
4509
|
LastModifiedDate?: DateType;
|
4510
4510
|
/**
|
4511
|
-
* The date and time
|
4511
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4512
4512
|
*/
|
4513
4513
|
CreationDate?: DateType;
|
4514
4514
|
}
|
@@ -4550,11 +4550,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4550
4550
|
*/
|
4551
4551
|
Status?: StatusType;
|
4552
4552
|
/**
|
4553
|
-
* The date and time
|
4553
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4554
4554
|
*/
|
4555
4555
|
LastModifiedDate?: DateType;
|
4556
4556
|
/**
|
4557
|
-
* The date and time
|
4557
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4558
4558
|
*/
|
4559
4559
|
CreationDate?: DateType;
|
4560
4560
|
/**
|
@@ -4673,7 +4673,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4673
4673
|
*/
|
4674
4674
|
UserCreateDate?: DateType;
|
4675
4675
|
/**
|
4676
|
-
* The date and time
|
4676
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4677
4677
|
*/
|
4678
4678
|
UserLastModifiedDate?: DateType;
|
4679
4679
|
/**
|
@@ -197,6 +197,10 @@ declare namespace ConnectCampaigns {
|
|
197
197
|
* Enable or disable answering machine detection
|
198
198
|
*/
|
199
199
|
enableAnswerMachineDetection: Boolean;
|
200
|
+
/**
|
201
|
+
* Enable or disable await answer machine prompt
|
202
|
+
*/
|
203
|
+
awaitAnswerMachinePrompt?: Boolean;
|
200
204
|
}
|
201
205
|
export type Arn = string;
|
202
206
|
export type AttributeName = string;
|