cdk-lambda-subminute 2.0.282 → 2.0.284
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/CHANGELOG.md +12 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
- package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
- package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
- package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
- package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
- package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
- 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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +239 -115
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -19,6 +19,14 @@ declare class RedshiftServerless extends Service {
|
|
19
19
|
* Converts a recovery point to a snapshot. For more information about recovery points and snapshots, see Working with snapshots and recovery points.
|
20
20
|
*/
|
21
21
|
convertRecoveryPointToSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.ConvertRecoveryPointToSnapshotResponse) => void): Request<RedshiftServerless.Types.ConvertRecoveryPointToSnapshotResponse, AWSError>;
|
22
|
+
/**
|
23
|
+
* Creates a custom domain association for Amazon Redshift Serverless.
|
24
|
+
*/
|
25
|
+
createCustomDomainAssociation(params: RedshiftServerless.Types.CreateCustomDomainAssociationRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.CreateCustomDomainAssociationResponse) => void): Request<RedshiftServerless.Types.CreateCustomDomainAssociationResponse, AWSError>;
|
26
|
+
/**
|
27
|
+
* Creates a custom domain association for Amazon Redshift Serverless.
|
28
|
+
*/
|
29
|
+
createCustomDomainAssociation(callback?: (err: AWSError, data: RedshiftServerless.Types.CreateCustomDomainAssociationResponse) => void): Request<RedshiftServerless.Types.CreateCustomDomainAssociationResponse, AWSError>;
|
22
30
|
/**
|
23
31
|
* Creates an Amazon Redshift Serverless managed VPC endpoint.
|
24
32
|
*/
|
@@ -59,6 +67,14 @@ declare class RedshiftServerless extends Service {
|
|
59
67
|
* Creates an workgroup in Amazon Redshift Serverless.
|
60
68
|
*/
|
61
69
|
createWorkgroup(callback?: (err: AWSError, data: RedshiftServerless.Types.CreateWorkgroupResponse) => void): Request<RedshiftServerless.Types.CreateWorkgroupResponse, AWSError>;
|
70
|
+
/**
|
71
|
+
* Deletes a custom domain association for Amazon Redshift Serverless.
|
72
|
+
*/
|
73
|
+
deleteCustomDomainAssociation(params: RedshiftServerless.Types.DeleteCustomDomainAssociationRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteCustomDomainAssociationResponse) => void): Request<RedshiftServerless.Types.DeleteCustomDomainAssociationResponse, AWSError>;
|
74
|
+
/**
|
75
|
+
* Deletes a custom domain association for Amazon Redshift Serverless.
|
76
|
+
*/
|
77
|
+
deleteCustomDomainAssociation(callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteCustomDomainAssociationResponse) => void): Request<RedshiftServerless.Types.DeleteCustomDomainAssociationResponse, AWSError>;
|
62
78
|
/**
|
63
79
|
* Deletes an Amazon Redshift Serverless managed VPC endpoint.
|
64
80
|
*/
|
@@ -115,6 +131,14 @@ declare class RedshiftServerless extends Service {
|
|
115
131
|
* Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless. By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). <p>The Identity and Access Management (IAM) user or role that runs GetCredentials must have an IAM policy attached that allows access to all necessary actions and resources.</p> <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access to the resource dbname for the specified database name.</p>
|
116
132
|
*/
|
117
133
|
getCredentials(callback?: (err: AWSError, data: RedshiftServerless.Types.GetCredentialsResponse) => void): Request<RedshiftServerless.Types.GetCredentialsResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* Gets information about a specific custom domain association.
|
136
|
+
*/
|
137
|
+
getCustomDomainAssociation(params: RedshiftServerless.Types.GetCustomDomainAssociationRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.GetCustomDomainAssociationResponse) => void): Request<RedshiftServerless.Types.GetCustomDomainAssociationResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* Gets information about a specific custom domain association.
|
140
|
+
*/
|
141
|
+
getCustomDomainAssociation(callback?: (err: AWSError, data: RedshiftServerless.Types.GetCustomDomainAssociationResponse) => void): Request<RedshiftServerless.Types.GetCustomDomainAssociationResponse, AWSError>;
|
118
142
|
/**
|
119
143
|
* Returns information, such as the name, about a VPC endpoint.
|
120
144
|
*/
|
@@ -179,6 +203,14 @@ declare class RedshiftServerless extends Service {
|
|
179
203
|
* Returns information about a specific workgroup.
|
180
204
|
*/
|
181
205
|
getWorkgroup(callback?: (err: AWSError, data: RedshiftServerless.Types.GetWorkgroupResponse) => void): Request<RedshiftServerless.Types.GetWorkgroupResponse, AWSError>;
|
206
|
+
/**
|
207
|
+
* Lists custom domain associations for Amazon Redshift Serverless.
|
208
|
+
*/
|
209
|
+
listCustomDomainAssociations(params: RedshiftServerless.Types.ListCustomDomainAssociationsRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.ListCustomDomainAssociationsResponse) => void): Request<RedshiftServerless.Types.ListCustomDomainAssociationsResponse, AWSError>;
|
210
|
+
/**
|
211
|
+
* Lists custom domain associations for Amazon Redshift Serverless.
|
212
|
+
*/
|
213
|
+
listCustomDomainAssociations(callback?: (err: AWSError, data: RedshiftServerless.Types.ListCustomDomainAssociationsResponse) => void): Request<RedshiftServerless.Types.ListCustomDomainAssociationsResponse, AWSError>;
|
182
214
|
/**
|
183
215
|
* Returns an array of EndpointAccess objects and relevant information.
|
184
216
|
*/
|
@@ -291,6 +323,14 @@ declare class RedshiftServerless extends Service {
|
|
291
323
|
* Removes a tag or set of tags from a resource.
|
292
324
|
*/
|
293
325
|
untagResource(callback?: (err: AWSError, data: RedshiftServerless.Types.UntagResourceResponse) => void): Request<RedshiftServerless.Types.UntagResourceResponse, AWSError>;
|
326
|
+
/**
|
327
|
+
* Updates an Amazon Redshift Serverless certificate associated with a custom domain.
|
328
|
+
*/
|
329
|
+
updateCustomDomainAssociation(params: RedshiftServerless.Types.UpdateCustomDomainAssociationRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateCustomDomainAssociationResponse) => void): Request<RedshiftServerless.Types.UpdateCustomDomainAssociationResponse, AWSError>;
|
330
|
+
/**
|
331
|
+
* Updates an Amazon Redshift Serverless certificate associated with a custom domain.
|
332
|
+
*/
|
333
|
+
updateCustomDomainAssociation(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateCustomDomainAssociationResponse) => void): Request<RedshiftServerless.Types.UpdateCustomDomainAssociationResponse, AWSError>;
|
294
334
|
/**
|
295
335
|
* Updates an Amazon Redshift Serverless managed endpoint.
|
296
336
|
*/
|
@@ -335,6 +375,25 @@ declare class RedshiftServerless extends Service {
|
|
335
375
|
declare namespace RedshiftServerless {
|
336
376
|
export type AccountIdList = String[];
|
337
377
|
export type AmazonResourceName = string;
|
378
|
+
export interface Association {
|
379
|
+
/**
|
380
|
+
* The custom domain name’s certificate Amazon resource name (ARN).
|
381
|
+
*/
|
382
|
+
customDomainCertificateArn?: CustomDomainCertificateArnString;
|
383
|
+
/**
|
384
|
+
* The expiration time for the certificate.
|
385
|
+
*/
|
386
|
+
customDomainCertificateExpiryTime?: SyntheticTimestamp_date_time;
|
387
|
+
/**
|
388
|
+
* The custom domain name associated with the workgroup.
|
389
|
+
*/
|
390
|
+
customDomainName?: CustomDomainName;
|
391
|
+
/**
|
392
|
+
* The name of the workgroup associated with the database.
|
393
|
+
*/
|
394
|
+
workgroupName?: WorkgroupName;
|
395
|
+
}
|
396
|
+
export type AssociationList = Association[];
|
338
397
|
export type Boolean = boolean;
|
339
398
|
export interface ConfigParameter {
|
340
399
|
/**
|
@@ -371,6 +430,38 @@ declare namespace RedshiftServerless {
|
|
371
430
|
*/
|
372
431
|
snapshot?: Snapshot;
|
373
432
|
}
|
433
|
+
export interface CreateCustomDomainAssociationRequest {
|
434
|
+
/**
|
435
|
+
* The custom domain name’s certificate Amazon resource name (ARN).
|
436
|
+
*/
|
437
|
+
customDomainCertificateArn: CustomDomainCertificateArnString;
|
438
|
+
/**
|
439
|
+
* The custom domain name to associate with the workgroup.
|
440
|
+
*/
|
441
|
+
customDomainName: CustomDomainName;
|
442
|
+
/**
|
443
|
+
* The name of the workgroup associated with the database.
|
444
|
+
*/
|
445
|
+
workgroupName: WorkgroupName;
|
446
|
+
}
|
447
|
+
export interface CreateCustomDomainAssociationResponse {
|
448
|
+
/**
|
449
|
+
* The custom domain name’s certificate Amazon resource name (ARN).
|
450
|
+
*/
|
451
|
+
customDomainCertificateArn?: CustomDomainCertificateArnString;
|
452
|
+
/**
|
453
|
+
* The expiration time for the certificate.
|
454
|
+
*/
|
455
|
+
customDomainCertificateExpiryTime?: SyntheticTimestamp_date_time;
|
456
|
+
/**
|
457
|
+
* The custom domain name to associate with the workgroup.
|
458
|
+
*/
|
459
|
+
customDomainName?: CustomDomainName;
|
460
|
+
/**
|
461
|
+
* The name of the workgroup associated with the database.
|
462
|
+
*/
|
463
|
+
workgroupName?: WorkgroupName;
|
464
|
+
}
|
374
465
|
export interface CreateEndpointAccessRequest {
|
375
466
|
/**
|
376
467
|
* The name of the VPC endpoint. An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.
|
@@ -547,9 +638,23 @@ declare namespace RedshiftServerless {
|
|
547
638
|
*/
|
548
639
|
workgroup?: Workgroup;
|
549
640
|
}
|
641
|
+
export type CustomDomainCertificateArnString = string;
|
642
|
+
export type CustomDomainName = string;
|
550
643
|
export type DbName = string;
|
551
644
|
export type DbPassword = string;
|
552
645
|
export type DbUser = string;
|
646
|
+
export interface DeleteCustomDomainAssociationRequest {
|
647
|
+
/**
|
648
|
+
* The custom domain name associated with the workgroup.
|
649
|
+
*/
|
650
|
+
customDomainName: CustomDomainName;
|
651
|
+
/**
|
652
|
+
* The name of the workgroup associated with the database.
|
653
|
+
*/
|
654
|
+
workgroupName: WorkgroupName;
|
655
|
+
}
|
656
|
+
export interface DeleteCustomDomainAssociationResponse {
|
657
|
+
}
|
553
658
|
export interface DeleteEndpointAccessRequest {
|
554
659
|
/**
|
555
660
|
* The name of the VPC endpoint to delete.
|
@@ -685,6 +790,10 @@ declare namespace RedshiftServerless {
|
|
685
790
|
}
|
686
791
|
export type EndpointAccessList = EndpointAccess[];
|
687
792
|
export interface GetCredentialsRequest {
|
793
|
+
/**
|
794
|
+
* The custom domain name associated with the workgroup. The custom domain name or the workgroup name must be included in the request.
|
795
|
+
*/
|
796
|
+
customDomainName?: CustomDomainName;
|
688
797
|
/**
|
689
798
|
* The name of the database to get temporary authorization to log on to. Constraints: Must be 1 to 64 alphanumeric characters or hyphens. Must contain only uppercase or lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen. The first character must be a letter. Must not contain a colon ( : ) or slash ( / ). Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide
|
690
799
|
*/
|
@@ -696,7 +805,7 @@ declare namespace RedshiftServerless {
|
|
696
805
|
/**
|
697
806
|
* The name of the workgroup associated with the database.
|
698
807
|
*/
|
699
|
-
workgroupName
|
808
|
+
workgroupName?: WorkgroupName;
|
700
809
|
}
|
701
810
|
export interface GetCredentialsResponse {
|
702
811
|
/**
|
@@ -716,6 +825,34 @@ declare namespace RedshiftServerless {
|
|
716
825
|
*/
|
717
826
|
nextRefreshTime?: Timestamp;
|
718
827
|
}
|
828
|
+
export interface GetCustomDomainAssociationRequest {
|
829
|
+
/**
|
830
|
+
* The custom domain name associated with the workgroup.
|
831
|
+
*/
|
832
|
+
customDomainName: CustomDomainName;
|
833
|
+
/**
|
834
|
+
* The name of the workgroup associated with the database.
|
835
|
+
*/
|
836
|
+
workgroupName: WorkgroupName;
|
837
|
+
}
|
838
|
+
export interface GetCustomDomainAssociationResponse {
|
839
|
+
/**
|
840
|
+
* The custom domain name’s certificate Amazon resource name (ARN).
|
841
|
+
*/
|
842
|
+
customDomainCertificateArn?: CustomDomainCertificateArnString;
|
843
|
+
/**
|
844
|
+
* The expiration time for the certificate.
|
845
|
+
*/
|
846
|
+
customDomainCertificateExpiryTime?: SyntheticTimestamp_date_time;
|
847
|
+
/**
|
848
|
+
* The custom domain name associated with the workgroup.
|
849
|
+
*/
|
850
|
+
customDomainName?: CustomDomainName;
|
851
|
+
/**
|
852
|
+
* The name of the workgroup associated with the database.
|
853
|
+
*/
|
854
|
+
workgroupName?: WorkgroupName;
|
855
|
+
}
|
719
856
|
export interface GetEndpointAccessRequest {
|
720
857
|
/**
|
721
858
|
* The name of the VPC endpoint to return information for.
|
@@ -824,6 +961,35 @@ declare namespace RedshiftServerless {
|
|
824
961
|
export type IamRoleArnList = IamRoleArn[];
|
825
962
|
export type Integer = number;
|
826
963
|
export type KmsKeyId = string;
|
964
|
+
export interface ListCustomDomainAssociationsRequest {
|
965
|
+
/**
|
966
|
+
* The custom domain name’s certificate Amazon resource name (ARN).
|
967
|
+
*/
|
968
|
+
customDomainCertificateArn?: CustomDomainCertificateArnString;
|
969
|
+
/**
|
970
|
+
* The custom domain name associated with the workgroup.
|
971
|
+
*/
|
972
|
+
customDomainName?: CustomDomainName;
|
973
|
+
/**
|
974
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
975
|
+
*/
|
976
|
+
maxResults?: ListCustomDomainAssociationsRequestMaxResultsInteger;
|
977
|
+
/**
|
978
|
+
* When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
|
979
|
+
*/
|
980
|
+
nextToken?: PaginationToken;
|
981
|
+
}
|
982
|
+
export type ListCustomDomainAssociationsRequestMaxResultsInteger = number;
|
983
|
+
export interface ListCustomDomainAssociationsResponse {
|
984
|
+
/**
|
985
|
+
* A list of Association objects.
|
986
|
+
*/
|
987
|
+
associations?: AssociationList;
|
988
|
+
/**
|
989
|
+
* When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
|
990
|
+
*/
|
991
|
+
nextToken?: PaginationToken;
|
992
|
+
}
|
827
993
|
export interface ListEndpointAccessRequest {
|
828
994
|
/**
|
829
995
|
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
@@ -1491,6 +1657,38 @@ declare namespace RedshiftServerless {
|
|
1491
1657
|
}
|
1492
1658
|
export interface UntagResourceResponse {
|
1493
1659
|
}
|
1660
|
+
export interface UpdateCustomDomainAssociationRequest {
|
1661
|
+
/**
|
1662
|
+
* The custom domain name’s certificate Amazon resource name (ARN). This is optional.
|
1663
|
+
*/
|
1664
|
+
customDomainCertificateArn: CustomDomainCertificateArnString;
|
1665
|
+
/**
|
1666
|
+
* The custom domain name associated with the workgroup.
|
1667
|
+
*/
|
1668
|
+
customDomainName: CustomDomainName;
|
1669
|
+
/**
|
1670
|
+
* The name of the workgroup associated with the database.
|
1671
|
+
*/
|
1672
|
+
workgroupName: WorkgroupName;
|
1673
|
+
}
|
1674
|
+
export interface UpdateCustomDomainAssociationResponse {
|
1675
|
+
/**
|
1676
|
+
* The custom domain name’s certificate Amazon resource name (ARN).
|
1677
|
+
*/
|
1678
|
+
customDomainCertificateArn?: CustomDomainCertificateArnString;
|
1679
|
+
/**
|
1680
|
+
* The expiration time for the certificate.
|
1681
|
+
*/
|
1682
|
+
customDomainCertificateExpiryTime?: SyntheticTimestamp_date_time;
|
1683
|
+
/**
|
1684
|
+
* The custom domain name associated with the workgroup.
|
1685
|
+
*/
|
1686
|
+
customDomainName?: CustomDomainName;
|
1687
|
+
/**
|
1688
|
+
* The name of the workgroup associated with the database.
|
1689
|
+
*/
|
1690
|
+
workgroupName?: WorkgroupName;
|
1691
|
+
}
|
1494
1692
|
export interface UpdateEndpointAccessRequest {
|
1495
1693
|
/**
|
1496
1694
|
* The name of the VPC endpoint to update.
|
@@ -1513,7 +1711,7 @@ declare namespace RedshiftServerless {
|
|
1513
1711
|
*/
|
1514
1712
|
adminPasswordSecretKmsKeyId?: KmsKeyId;
|
1515
1713
|
/**
|
1516
|
-
* The password of the administrator for the first database created in the namespace. This parameter must be updated together with adminUsername. You can't use adminUserPassword if manageAdminPassword is true.
|
1714
|
+
* The password of the administrator for the first database created in the namespace. This parameter must be updated together with adminUsername. You can't use adminUserPassword if manageAdminPassword is true.
|
1517
1715
|
*/
|
1518
1716
|
adminUserPassword?: DbPassword;
|
1519
1717
|
/**
|
@@ -1702,6 +1900,18 @@ declare namespace RedshiftServerless {
|
|
1702
1900
|
* The creation date of the workgroup.
|
1703
1901
|
*/
|
1704
1902
|
creationDate?: SyntheticTimestamp_date_time;
|
1903
|
+
/**
|
1904
|
+
* The custom domain name’s certificate Amazon resource name (ARN).
|
1905
|
+
*/
|
1906
|
+
customDomainCertificateArn?: CustomDomainCertificateArnString;
|
1907
|
+
/**
|
1908
|
+
* The expiration time for the certificate.
|
1909
|
+
*/
|
1910
|
+
customDomainCertificateExpiryTime?: SyntheticTimestamp_date_time;
|
1911
|
+
/**
|
1912
|
+
* The custom domain name associated with the workgroup.
|
1913
|
+
*/
|
1914
|
+
customDomainName?: CustomDomainName;
|
1705
1915
|
/**
|
1706
1916
|
* The endpoint that is created from the workgroup.
|
1707
1917
|
*/
|