cdk-lambda-subminute 2.0.311 → 2.0.313
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/accessanalyzer-2019-11-01.min.json +101 -95
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +91 -71
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2322 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +697 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +18 -18
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1180 -417
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +129 -84
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +481 -132
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/metadata.json +17 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +3025 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +76 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +2499 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +64 -0
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +128 -128
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +649 -186
- package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +121 -115
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +13 -2
- package/node_modules/aws-sdk/clients/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
- package/node_modules/aws-sdk/clients/bedrock.d.ts +53 -17
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1258 -0
- package/node_modules/aws-sdk/clients/bedrockagent.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +439 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +13 -13
- package/node_modules/aws-sdk/clients/bedrockruntime.js +1 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
- package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +886 -20
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +40 -0
- package/node_modules/aws-sdk/clients/elasticache.d.ts +484 -12
- package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +3231 -0
- package/node_modules/aws-sdk/clients/qbusiness.js +18 -0
- package/node_modules/aws-sdk/clients/qconnect.d.ts +2552 -0
- package/node_modules/aws-sdk/clients/qconnect.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +795 -666
- package/node_modules/aws-sdk/clients/s3control.d.ts +135 -125
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
- package/node_modules/aws-sdk/clients/sts.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 +286 -94
- package/node_modules/aws-sdk/dist/aws-sdk.js +2343 -722
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +0 -9325
@@ -54,6 +54,18 @@
|
|
54
54
|
"limit_key": "MaxResults",
|
55
55
|
"result_key": "Candidates"
|
56
56
|
},
|
57
|
+
"ListClusterNodes": {
|
58
|
+
"input_token": "NextToken",
|
59
|
+
"output_token": "NextToken",
|
60
|
+
"limit_key": "MaxResults",
|
61
|
+
"result_key": "ClusterNodeSummaries"
|
62
|
+
},
|
63
|
+
"ListClusters": {
|
64
|
+
"input_token": "NextToken",
|
65
|
+
"output_token": "NextToken",
|
66
|
+
"limit_key": "MaxResults",
|
67
|
+
"result_key": "ClusterSummaries"
|
68
|
+
},
|
57
69
|
"ListCodeRepositories": {
|
58
70
|
"input_token": "NextToken",
|
59
71
|
"output_token": "NextToken",
|
@@ -162,6 +174,12 @@
|
|
162
174
|
"limit_key": "MaxResults",
|
163
175
|
"result_key": "Images"
|
164
176
|
},
|
177
|
+
"ListInferenceComponents": {
|
178
|
+
"input_token": "NextToken",
|
179
|
+
"output_token": "NextToken",
|
180
|
+
"limit_key": "MaxResults",
|
181
|
+
"result_key": "InferenceComponents"
|
182
|
+
},
|
165
183
|
"ListInferenceExperiments": {
|
166
184
|
"input_token": "NextToken",
|
167
185
|
"output_token": "NextToken",
|
@@ -695,7 +695,7 @@ declare namespace AccessAnalyzer {
|
|
695
695
|
*/
|
696
696
|
secretsManagerSecret?: SecretsManagerSecretConfiguration;
|
697
697
|
/**
|
698
|
-
* The access control configuration is for an Amazon S3
|
698
|
+
* The access control configuration is for an Amazon S3 bucket.
|
699
699
|
*/
|
700
700
|
s3Bucket?: S3BucketConfiguration;
|
701
701
|
/**
|
@@ -706,6 +706,10 @@ declare namespace AccessAnalyzer {
|
|
706
706
|
* The access control configuration is for an Amazon SQS queue.
|
707
707
|
*/
|
708
708
|
sqsQueue?: SqsQueueConfiguration;
|
709
|
+
/**
|
710
|
+
* The access control configuration is for an Amazon S3 directory bucket.
|
711
|
+
*/
|
712
|
+
s3ExpressDirectoryBucket?: S3ExpressDirectoryBucketConfiguration;
|
709
713
|
}
|
710
714
|
export type ConfigurationsMap = {[key: string]: Configuration};
|
711
715
|
export type ConfigurationsMapKey = string;
|
@@ -1772,7 +1776,7 @@ declare namespace AccessAnalyzer {
|
|
1772
1776
|
export type ReasonSummaryList = ReasonSummary[];
|
1773
1777
|
export type RegionList = String[];
|
1774
1778
|
export type ResourceArn = string;
|
1775
|
-
export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|"AWS::EFS::FileSystem"|"AWS::EC2::Snapshot"|"AWS::ECR::Repository"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBClusterSnapshot"|"AWS::SNS::Topic"|string;
|
1779
|
+
export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|"AWS::EFS::FileSystem"|"AWS::EC2::Snapshot"|"AWS::ECR::Repository"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBClusterSnapshot"|"AWS::SNS::Topic"|"AWS::S3Express::DirectoryBucket"|string;
|
1776
1780
|
export type RetiringPrincipal = string;
|
1777
1781
|
export type RoleArn = string;
|
1778
1782
|
export interface S3AccessPointConfiguration {
|
@@ -1820,6 +1824,13 @@ declare namespace AccessAnalyzer {
|
|
1820
1824
|
accessPoints?: S3AccessPointConfigurationsMap;
|
1821
1825
|
}
|
1822
1826
|
export type S3BucketPolicy = string;
|
1827
|
+
export interface S3ExpressDirectoryBucketConfiguration {
|
1828
|
+
/**
|
1829
|
+
* The proposed bucket policy for the Amazon S3 directory bucket.
|
1830
|
+
*/
|
1831
|
+
bucketPolicy?: S3ExpressDirectoryBucketPolicy;
|
1832
|
+
}
|
1833
|
+
export type S3ExpressDirectoryBucketPolicy = string;
|
1823
1834
|
export interface S3PublicAccessBlockConfiguration {
|
1824
1835
|
/**
|
1825
1836
|
* Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
|
@@ -366,3 +366,8 @@ export import FreeTier = require('./freetier');
|
|
366
366
|
export import Repostspace = require('./repostspace');
|
367
367
|
export import WorkSpacesThinClient = require('./workspacesthinclient');
|
368
368
|
export import B2bi = require('./b2bi');
|
369
|
+
export import BedrockAgent = require('./bedrockagent');
|
370
|
+
export import BedrockAgentRuntime = require('./bedrockagentruntime');
|
371
|
+
export import QBusiness = require('./qbusiness');
|
372
|
+
export import QConnect = require('./qconnect');
|
373
|
+
export import CleanRoomsML = require('./cleanroomsml');
|
@@ -367,5 +367,10 @@ module.exports = {
|
|
367
367
|
FreeTier: require('./freetier'),
|
368
368
|
Repostspace: require('./repostspace'),
|
369
369
|
WorkSpacesThinClient: require('./workspacesthinclient'),
|
370
|
-
B2bi: require('./b2bi')
|
370
|
+
B2bi: require('./b2bi'),
|
371
|
+
BedrockAgent: require('./bedrockagent'),
|
372
|
+
BedrockAgentRuntime: require('./bedrockagentruntime'),
|
373
|
+
QBusiness: require('./qbusiness'),
|
374
|
+
QConnect: require('./qconnect'),
|
375
|
+
CleanRoomsML: require('./cleanroomsml')
|
371
376
|
};
|