cdk-lambda-subminute 2.0.379 → 2.0.381
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/available-typed-arrays/CHANGELOG.md +6 -0
- package/node_modules/available-typed-arrays/README.md +16 -13
- package/node_modules/available-typed-arrays/index.d.ts +6 -15
- package/node_modules/available-typed-arrays/index.js +1 -13
- package/node_modules/available-typed-arrays/package.json +4 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +49 -21
- package/node_modules/aws-sdk/apis/chatbot-2017-10-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/chatbot-2017-10-11.min.json +781 -0
- package/node_modules/aws-sdk/apis/chatbot-2017-10-11.paginators.json +39 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +3 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/amplify.d.ts +56 -13
- package/node_modules/aws-sdk/clients/chatbot.d.ts +958 -0
- package/node_modules/aws-sdk/clients/chatbot.js +18 -0
- package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
- package/node_modules/aws-sdk/clients/ivs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +2 -2
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +43 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +3 -3
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/has-proto/CHANGELOG.md +15 -0
- package/node_modules/has-proto/index.d.ts +3 -0
- package/node_modules/has-proto/index.js +5 -1
- package/node_modules/has-proto/package.json +9 -5
- package/node_modules/has-proto/tsconfig.json +49 -0
- package/node_modules/possible-typed-array-names/.eslintrc +5 -0
- package/node_modules/possible-typed-array-names/.github/FUNDING.yml +12 -0
- package/node_modules/possible-typed-array-names/CHANGELOG.md +15 -0
- package/node_modules/possible-typed-array-names/LICENSE +21 -0
- package/node_modules/possible-typed-array-names/README.md +48 -0
- package/node_modules/possible-typed-array-names/index.d.ts +15 -0
- package/node_modules/possible-typed-array-names/index.js +16 -0
- package/node_modules/possible-typed-array-names/package.json +83 -0
- package/node_modules/possible-typed-array-names/test/index.js +16 -0
- package/node_modules/possible-typed-array-names/tsconfig.json +49 -0
- package/package.json +4 -4
@@ -0,0 +1,39 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"DescribeChimeWebhookConfigurations": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults"
|
7
|
+
},
|
8
|
+
"DescribeSlackChannelConfigurations": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
},
|
13
|
+
"DescribeSlackUserIdentities": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
},
|
18
|
+
"DescribeSlackWorkspaces": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"limit_key": "MaxResults"
|
22
|
+
},
|
23
|
+
"ListMicrosoftTeamsChannelConfigurations": {
|
24
|
+
"input_token": "NextToken",
|
25
|
+
"output_token": "NextToken",
|
26
|
+
"limit_key": "MaxResults"
|
27
|
+
},
|
28
|
+
"ListMicrosoftTeamsConfiguredTeams": {
|
29
|
+
"input_token": "NextToken",
|
30
|
+
"output_token": "NextToken",
|
31
|
+
"limit_key": "MaxResults"
|
32
|
+
},
|
33
|
+
"ListMicrosoftTeamsUserIdentities": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"output_token": "NextToken",
|
36
|
+
"limit_key": "MaxResults"
|
37
|
+
}
|
38
|
+
}
|
39
|
+
}
|
@@ -375,3 +375,4 @@ export import MarketplaceDeployment = require('./marketplacedeployment');
|
|
375
375
|
export import NetworkMonitor = require('./networkmonitor');
|
376
376
|
export import SupplyChain = require('./supplychain');
|
377
377
|
export import Artifact = require('./artifact');
|
378
|
+
export import Chatbot = require('./chatbot');
|
@@ -376,5 +376,6 @@ module.exports = {
|
|
376
376
|
MarketplaceDeployment: require('./marketplacedeployment'),
|
377
377
|
NetworkMonitor: require('./networkmonitor'),
|
378
378
|
SupplyChain: require('./supplychain'),
|
379
|
-
Artifact: require('./artifact')
|
379
|
+
Artifact: require('./artifact'),
|
380
|
+
Chatbot: require('./chatbot')
|
380
381
|
};
|
@@ -44,11 +44,11 @@ declare class Amplify extends Service {
|
|
44
44
|
*/
|
45
45
|
createDeployment(callback?: (err: AWSError, data: Amplify.Types.CreateDeploymentResult) => void): Request<Amplify.Types.CreateDeploymentResult, AWSError>;
|
46
46
|
/**
|
47
|
-
*
|
47
|
+
* Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app
|
48
48
|
*/
|
49
49
|
createDomainAssociation(params: Amplify.Types.CreateDomainAssociationRequest, callback?: (err: AWSError, data: Amplify.Types.CreateDomainAssociationResult) => void): Request<Amplify.Types.CreateDomainAssociationResult, AWSError>;
|
50
50
|
/**
|
51
|
-
*
|
51
|
+
* Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app
|
52
52
|
*/
|
53
53
|
createDomainAssociation(callback?: (err: AWSError, data: Amplify.Types.CreateDomainAssociationResult) => void): Request<Amplify.Types.CreateDomainAssociationResult, AWSError>;
|
54
54
|
/**
|
@@ -84,11 +84,11 @@ declare class Amplify extends Service {
|
|
84
84
|
*/
|
85
85
|
deleteBranch(callback?: (err: AWSError, data: Amplify.Types.DeleteBranchResult) => void): Request<Amplify.Types.DeleteBranchResult, AWSError>;
|
86
86
|
/**
|
87
|
-
*
|
87
|
+
* Deletes a domain association for an Amplify app.
|
88
88
|
*/
|
89
89
|
deleteDomainAssociation(params: Amplify.Types.DeleteDomainAssociationRequest, callback?: (err: AWSError, data: Amplify.Types.DeleteDomainAssociationResult) => void): Request<Amplify.Types.DeleteDomainAssociationResult, AWSError>;
|
90
90
|
/**
|
91
|
-
*
|
91
|
+
* Deletes a domain association for an Amplify app.
|
92
92
|
*/
|
93
93
|
deleteDomainAssociation(callback?: (err: AWSError, data: Amplify.Types.DeleteDomainAssociationResult) => void): Request<Amplify.Types.DeleteDomainAssociationResult, AWSError>;
|
94
94
|
/**
|
@@ -148,11 +148,11 @@ declare class Amplify extends Service {
|
|
148
148
|
*/
|
149
149
|
getBranch(callback?: (err: AWSError, data: Amplify.Types.GetBranchResult) => void): Request<Amplify.Types.GetBranchResult, AWSError>;
|
150
150
|
/**
|
151
|
-
*
|
151
|
+
* Returns the domain information for an Amplify app.
|
152
152
|
*/
|
153
153
|
getDomainAssociation(params: Amplify.Types.GetDomainAssociationRequest, callback?: (err: AWSError, data: Amplify.Types.GetDomainAssociationResult) => void): Request<Amplify.Types.GetDomainAssociationResult, AWSError>;
|
154
154
|
/**
|
155
|
-
*
|
155
|
+
* Returns the domain information for an Amplify app.
|
156
156
|
*/
|
157
157
|
getDomainAssociation(callback?: (err: AWSError, data: Amplify.Types.GetDomainAssociationResult) => void): Request<Amplify.Types.GetDomainAssociationResult, AWSError>;
|
158
158
|
/**
|
@@ -204,11 +204,11 @@ declare class Amplify extends Service {
|
|
204
204
|
*/
|
205
205
|
listBranches(callback?: (err: AWSError, data: Amplify.Types.ListBranchesResult) => void): Request<Amplify.Types.ListBranchesResult, AWSError>;
|
206
206
|
/**
|
207
|
-
*
|
207
|
+
* Returns the domain associations for an Amplify app.
|
208
208
|
*/
|
209
209
|
listDomainAssociations(params: Amplify.Types.ListDomainAssociationsRequest, callback?: (err: AWSError, data: Amplify.Types.ListDomainAssociationsResult) => void): Request<Amplify.Types.ListDomainAssociationsResult, AWSError>;
|
210
210
|
/**
|
211
|
-
*
|
211
|
+
* Returns the domain associations for an Amplify app.
|
212
212
|
*/
|
213
213
|
listDomainAssociations(callback?: (err: AWSError, data: Amplify.Types.ListDomainAssociationsResult) => void): Request<Amplify.Types.ListDomainAssociationsResult, AWSError>;
|
214
214
|
/**
|
@@ -292,11 +292,11 @@ declare class Amplify extends Service {
|
|
292
292
|
*/
|
293
293
|
updateBranch(callback?: (err: AWSError, data: Amplify.Types.UpdateBranchResult) => void): Request<Amplify.Types.UpdateBranchResult, AWSError>;
|
294
294
|
/**
|
295
|
-
*
|
295
|
+
* Creates a new domain association for an Amplify app.
|
296
296
|
*/
|
297
297
|
updateDomainAssociation(params: Amplify.Types.UpdateDomainAssociationRequest, callback?: (err: AWSError, data: Amplify.Types.UpdateDomainAssociationResult) => void): Request<Amplify.Types.UpdateDomainAssociationResult, AWSError>;
|
298
298
|
/**
|
299
|
-
*
|
299
|
+
* Creates a new domain association for an Amplify app.
|
300
300
|
*/
|
301
301
|
updateDomainAssociation(callback?: (err: AWSError, data: Amplify.Types.UpdateDomainAssociationResult) => void): Request<Amplify.Types.UpdateDomainAssociationResult, AWSError>;
|
302
302
|
/**
|
@@ -626,6 +626,32 @@ declare namespace Amplify {
|
|
626
626
|
export type BranchName = string;
|
627
627
|
export type Branches = Branch[];
|
628
628
|
export type BuildSpec = string;
|
629
|
+
export interface Certificate {
|
630
|
+
/**
|
631
|
+
* The type of SSL/TLS certificate that you want to use. Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you. Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide .
|
632
|
+
*/
|
633
|
+
type: CertificateType;
|
634
|
+
/**
|
635
|
+
* The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your Amazon Web Services account. This field is required only when the certificate type is CUSTOM.
|
636
|
+
*/
|
637
|
+
customCertificateArn?: CertificateArn;
|
638
|
+
/**
|
639
|
+
* The DNS record for certificate verification.
|
640
|
+
*/
|
641
|
+
certificateVerificationDNSRecord?: CertificateVerificationDNSRecord;
|
642
|
+
}
|
643
|
+
export type CertificateArn = string;
|
644
|
+
export interface CertificateSettings {
|
645
|
+
/**
|
646
|
+
* The certificate type. Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you. Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide.
|
647
|
+
*/
|
648
|
+
type: CertificateType;
|
649
|
+
/**
|
650
|
+
* The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your Amazon Web Services account. This field is required only when the certificate type is CUSTOM.
|
651
|
+
*/
|
652
|
+
customCertificateArn?: CertificateArn;
|
653
|
+
}
|
654
|
+
export type CertificateType = "AMPLIFY_MANAGED"|"CUSTOM"|string;
|
629
655
|
export type CertificateVerificationDNSRecord = string;
|
630
656
|
export type CommitId = string;
|
631
657
|
export type CommitMessage = string;
|
@@ -874,6 +900,10 @@ declare namespace Amplify {
|
|
874
900
|
* The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
|
875
901
|
*/
|
876
902
|
autoSubDomainIAMRole?: AutoSubDomainIAMRole;
|
903
|
+
/**
|
904
|
+
* The type of SSL/TLS certificate to use for your custom domain. If you don't specify a certificate type, Amplify uses the default certificate that it provisions and manages for you.
|
905
|
+
*/
|
906
|
+
certificateSettings?: CertificateSettings;
|
877
907
|
}
|
878
908
|
export interface CreateDomainAssociationResult {
|
879
909
|
/**
|
@@ -915,7 +945,7 @@ declare namespace Amplify {
|
|
915
945
|
*/
|
916
946
|
target: Target;
|
917
947
|
/**
|
918
|
-
* The status code for a URL rewrite or redirect rule. 200 Represents a 200 rewrite rule. 301 Represents a 301 (moved
|
948
|
+
* The status code for a URL rewrite or redirect rule. 200 Represents a 200 rewrite rule. 301 Represents a 301 (moved permanently) redirect rule. This and all future requests should be directed to the target URL. 302 Represents a 302 temporary redirect rule. 404 Represents a 404 redirect rule. 404-200 Represents a 404 rewrite rule.
|
919
949
|
*/
|
920
950
|
status?: Status;
|
921
951
|
/**
|
@@ -1038,7 +1068,11 @@ declare namespace Amplify {
|
|
1038
1068
|
*/
|
1039
1069
|
domainStatus: DomainStatus;
|
1040
1070
|
/**
|
1041
|
-
* The
|
1071
|
+
* The status of the domain update operation that is currently in progress. The following list describes the valid update states. REQUESTING_CERTIFICATE The certificate is in the process of being updated. PENDING_VERIFICATION Indicates that an Amplify managed certificate is in the process of being verified. This occurs during the creation of a custom domain or when a custom domain is updated to use a managed certificate. IMPORTING_CUSTOM_CERTIFICATE Indicates that an Amplify custom certificate is in the process of being imported. This occurs during the creation of a custom domain or when a custom domain is updated to use a custom certificate. PENDING_DEPLOYMENT Indicates that the subdomain or certificate changes are being propagated. AWAITING_APP_CNAME Amplify is waiting for CNAME records corresponding to subdomains to be propagated. If your custom domain is on Route 53, Amplify handles this for you automatically. For more information about custom domains, see Setting up custom domains in the Amplify Hosting User Guide. UPDATE_COMPLETE The certificate has been associated with a domain. UPDATE_FAILED The certificate has failed to be provisioned or associated, and there is no existing active certificate to roll back to.
|
1072
|
+
*/
|
1073
|
+
updateStatus?: UpdateStatus;
|
1074
|
+
/**
|
1075
|
+
* Additional information that describes why the domain association is in the current state.
|
1042
1076
|
*/
|
1043
1077
|
statusReason: StatusReason;
|
1044
1078
|
/**
|
@@ -1049,12 +1083,16 @@ declare namespace Amplify {
|
|
1049
1083
|
* The subdomains for the domain association.
|
1050
1084
|
*/
|
1051
1085
|
subDomains: SubDomains;
|
1086
|
+
/**
|
1087
|
+
* Describes the SSL/TLS certificate for the domain association. This can be your own custom certificate or the default certificate that Amplify provisions for you. If you are updating your domain to use a different certificate, certificate points to the new certificate that is being created instead of the current active certificate. Otherwise, certificate points to the current active certificate.
|
1088
|
+
*/
|
1089
|
+
certificate?: Certificate;
|
1052
1090
|
}
|
1053
1091
|
export type DomainAssociationArn = string;
|
1054
1092
|
export type DomainAssociations = DomainAssociation[];
|
1055
1093
|
export type DomainName = string;
|
1056
1094
|
export type DomainPrefix = string;
|
1057
|
-
export type DomainStatus = "PENDING_VERIFICATION"|"IN_PROGRESS"|"AVAILABLE"|"PENDING_DEPLOYMENT"|"FAILED"|"CREATING"|"REQUESTING_CERTIFICATE"|"UPDATING"|string;
|
1095
|
+
export type DomainStatus = "PENDING_VERIFICATION"|"IN_PROGRESS"|"AVAILABLE"|"IMPORTING_CUSTOM_CERTIFICATE"|"PENDING_DEPLOYMENT"|"AWAITING_APP_CNAME"|"FAILED"|"CREATING"|"REQUESTING_CERTIFICATE"|"UPDATING"|string;
|
1058
1096
|
export type EnableAutoBranchCreation = boolean;
|
1059
1097
|
export type EnableAutoBuild = boolean;
|
1060
1098
|
export type EnableAutoSubDomain = boolean;
|
@@ -1864,6 +1902,10 @@ declare namespace Amplify {
|
|
1864
1902
|
* The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
|
1865
1903
|
*/
|
1866
1904
|
autoSubDomainIAMRole?: AutoSubDomainIAMRole;
|
1905
|
+
/**
|
1906
|
+
* The type of SSL/TLS certificate to use for your custom domain.
|
1907
|
+
*/
|
1908
|
+
certificateSettings?: CertificateSettings;
|
1867
1909
|
}
|
1868
1910
|
export interface UpdateDomainAssociationResult {
|
1869
1911
|
/**
|
@@ -1871,6 +1913,7 @@ declare namespace Amplify {
|
|
1871
1913
|
*/
|
1872
1914
|
domainAssociation: DomainAssociation;
|
1873
1915
|
}
|
1916
|
+
export type UpdateStatus = "REQUESTING_CERTIFICATE"|"PENDING_VERIFICATION"|"IMPORTING_CUSTOM_CERTIFICATE"|"PENDING_DEPLOYMENT"|"AWAITING_APP_CNAME"|"UPDATE_COMPLETE"|"UPDATE_FAILED"|string;
|
1874
1917
|
export type UpdateTime = Date;
|
1875
1918
|
export interface UpdateWebhookRequest {
|
1876
1919
|
/**
|