cdk-docker-image-deployment 0.0.89 → 0.0.91
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +423 -164
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/metadata.json +14 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +285 -62
- package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
- package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
- package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
- package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +712 -323
- package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
- package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
- package/node_modules/aws-sdk/clients/pipes.js +18 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
- package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +290 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
- package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
require('../lib/node_loader');
|
|
2
|
+
var AWS = require('../lib/core');
|
|
3
|
+
var Service = AWS.Service;
|
|
4
|
+
var apiLoader = AWS.apiLoader;
|
|
5
|
+
|
|
6
|
+
apiLoader.services['pipes'] = {};
|
|
7
|
+
AWS.Pipes = Service.defineService('pipes', ['2015-10-07']);
|
|
8
|
+
Object.defineProperty(apiLoader.services['pipes'], '2015-10-07', {
|
|
9
|
+
get: function get() {
|
|
10
|
+
var model = require('../apis/pipes-2015-10-07.min.json');
|
|
11
|
+
model.paginators = require('../apis/pipes-2015-10-07.paginators.json').pagination;
|
|
12
|
+
return model;
|
|
13
|
+
},
|
|
14
|
+
enumerable: true,
|
|
15
|
+
configurable: true
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
module.exports = AWS.Pipes;
|
|
@@ -333,11 +333,11 @@ declare class S3Control extends Service {
|
|
|
333
333
|
*/
|
|
334
334
|
getStorageLensConfigurationTagging(callback?: (err: AWSError, data: S3Control.Types.GetStorageLensConfigurationTaggingResult) => void): Request<S3Control.Types.GetStorageLensConfigurationTaggingResult, AWSError>;
|
|
335
335
|
/**
|
|
336
|
-
* Returns a list of the access points
|
|
336
|
+
* Returns a list of the access points owned by the current account associated with the specified bucket. You can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or the number specified in maxResults, whichever is less), the response will include a continuation token that you can use to list the additional access points. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples section. The following actions are related to ListAccessPoints: CreateAccessPoint DeleteAccessPoint GetAccessPoint
|
|
337
337
|
*/
|
|
338
338
|
listAccessPoints(params: S3Control.Types.ListAccessPointsRequest, callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsResult) => void): Request<S3Control.Types.ListAccessPointsResult, AWSError>;
|
|
339
339
|
/**
|
|
340
|
-
* Returns a list of the access points
|
|
340
|
+
* Returns a list of the access points owned by the current account associated with the specified bucket. You can retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or the number specified in maxResults, whichever is less), the response will include a continuation token that you can use to list the additional access points. All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples section. The following actions are related to ListAccessPoints: CreateAccessPoint DeleteAccessPoint GetAccessPoint
|
|
341
341
|
*/
|
|
342
342
|
listAccessPoints(callback?: (err: AWSError, data: S3Control.Types.ListAccessPointsResult) => void): Request<S3Control.Types.ListAccessPointsResult, AWSError>;
|
|
343
343
|
/**
|
|
@@ -533,6 +533,10 @@ declare namespace S3Control {
|
|
|
533
533
|
* The name or alias of the access point.
|
|
534
534
|
*/
|
|
535
535
|
Alias?: Alias;
|
|
536
|
+
/**
|
|
537
|
+
* The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
|
538
|
+
*/
|
|
539
|
+
BucketAccountId?: AccountId;
|
|
536
540
|
}
|
|
537
541
|
export type AccessPointList = AccessPoint[];
|
|
538
542
|
export type AccessPointName = string;
|
|
@@ -722,7 +726,7 @@ declare namespace S3Control {
|
|
|
722
726
|
}
|
|
723
727
|
export interface CreateAccessPointRequest {
|
|
724
728
|
/**
|
|
725
|
-
* The Amazon Web Services account ID for the
|
|
729
|
+
* The Amazon Web Services account ID for the account that owns the specified access point.
|
|
726
730
|
*/
|
|
727
731
|
AccountId: AccountId;
|
|
728
732
|
/**
|
|
@@ -741,6 +745,10 @@ declare namespace S3Control {
|
|
|
741
745
|
* The PublicAccessBlock configuration that you want to apply to the access point.
|
|
742
746
|
*/
|
|
743
747
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
748
|
+
/**
|
|
749
|
+
* The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
|
750
|
+
*/
|
|
751
|
+
BucketAccountId?: AccountId;
|
|
744
752
|
}
|
|
745
753
|
export interface CreateAccessPointResult {
|
|
746
754
|
/**
|
|
@@ -930,7 +938,7 @@ declare namespace S3Control {
|
|
|
930
938
|
}
|
|
931
939
|
export interface DeleteAccessPointRequest {
|
|
932
940
|
/**
|
|
933
|
-
* The account ID for the account that owns the specified access point.
|
|
941
|
+
* The Amazon Web Services account ID for the account that owns the specified access point.
|
|
934
942
|
*/
|
|
935
943
|
AccountId: AccountId;
|
|
936
944
|
/**
|
|
@@ -1217,7 +1225,7 @@ declare namespace S3Control {
|
|
|
1217
1225
|
}
|
|
1218
1226
|
export interface GetAccessPointRequest {
|
|
1219
1227
|
/**
|
|
1220
|
-
* The account ID for the account that owns the specified access point.
|
|
1228
|
+
* The Amazon Web Services account ID for the account that owns the specified access point.
|
|
1221
1229
|
*/
|
|
1222
1230
|
AccountId: AccountId;
|
|
1223
1231
|
/**
|
|
@@ -1259,6 +1267,10 @@ declare namespace S3Control {
|
|
|
1259
1267
|
* The VPC endpoint for the access point.
|
|
1260
1268
|
*/
|
|
1261
1269
|
Endpoints?: Endpoints;
|
|
1270
|
+
/**
|
|
1271
|
+
* The Amazon Web Services account ID associated with the S3 bucket associated with this access point.
|
|
1272
|
+
*/
|
|
1273
|
+
BucketAccountId?: AccountId;
|
|
1262
1274
|
}
|
|
1263
1275
|
export interface GetBucketLifecycleConfigurationRequest {
|
|
1264
1276
|
/**
|
|
@@ -1900,7 +1912,7 @@ declare namespace S3Control {
|
|
|
1900
1912
|
}
|
|
1901
1913
|
export interface ListAccessPointsRequest {
|
|
1902
1914
|
/**
|
|
1903
|
-
* The Amazon Web Services account ID for
|
|
1915
|
+
* The Amazon Web Services account ID for the account that owns the specified access points.
|
|
1904
1916
|
*/
|
|
1905
1917
|
AccountId: AccountId;
|
|
1906
1918
|
/**
|