cdk-docker-image-deployment 0.0.88 → 0.0.89
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 +29 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
- package/node_modules/aws-sdk/apis/metadata.json +16 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
- 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/arczonalshift.d.ts +309 -0
- package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
- package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
- package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
- package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
- package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
- package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
- package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
- package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
- package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
- package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
- package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
- package/node_modules/aws-sdk/clients/omics.js +19 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
- package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
- package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
- package/node_modules/aws-sdk/clients/securitylake.js +18 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
- package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- package/node_modules/aws-sdk/lib/core.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
- package/node_modules/aws-sdk/lib/region_config.js +11 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -109,11 +109,11 @@ declare class EKS extends Service {
|
|
|
109
109
|
*/
|
|
110
110
|
describeAddon(callback?: (err: AWSError, data: EKS.Types.DescribeAddonResponse) => void): Request<EKS.Types.DescribeAddonResponse, AWSError>;
|
|
111
111
|
/**
|
|
112
|
-
* Describes the Kubernetes versions that the add-on
|
|
112
|
+
* Describes the versions for an add-on. Information such as the Kubernetes versions that you can use the add-on with, the owner, publisher, and the type of the add-on are returned.
|
|
113
113
|
*/
|
|
114
114
|
describeAddonVersions(params: EKS.Types.DescribeAddonVersionsRequest, callback?: (err: AWSError, data: EKS.Types.DescribeAddonVersionsResponse) => void): Request<EKS.Types.DescribeAddonVersionsResponse, AWSError>;
|
|
115
115
|
/**
|
|
116
|
-
* Describes the Kubernetes versions that the add-on
|
|
116
|
+
* Describes the versions for an add-on. Information such as the Kubernetes versions that you can use the add-on with, the owner, publisher, and the type of the add-on are returned.
|
|
117
117
|
*/
|
|
118
118
|
describeAddonVersions(callback?: (err: AWSError, data: EKS.Types.DescribeAddonVersionsResponse) => void): Request<EKS.Types.DescribeAddonVersionsResponse, AWSError>;
|
|
119
119
|
/**
|
|
@@ -392,6 +392,18 @@ declare namespace EKS {
|
|
|
392
392
|
* The metadata that you apply to the add-on to assist with categorization and organization. Each tag consists of a key and an optional value. You define both. Add-on tags do not propagate to any other resources associated with the cluster.
|
|
393
393
|
*/
|
|
394
394
|
tags?: TagMap;
|
|
395
|
+
/**
|
|
396
|
+
* The publisher of the add-on.
|
|
397
|
+
*/
|
|
398
|
+
publisher?: String;
|
|
399
|
+
/**
|
|
400
|
+
* The owner of the add-on.
|
|
401
|
+
*/
|
|
402
|
+
owner?: String;
|
|
403
|
+
/**
|
|
404
|
+
* Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
|
|
405
|
+
*/
|
|
406
|
+
marketplaceInformation?: MarketplaceInformation;
|
|
395
407
|
}
|
|
396
408
|
export interface AddonHealth {
|
|
397
409
|
/**
|
|
@@ -412,6 +424,18 @@ declare namespace EKS {
|
|
|
412
424
|
* An object representing information about available add-on versions and compatible Kubernetes versions.
|
|
413
425
|
*/
|
|
414
426
|
addonVersions?: AddonVersionInfoList;
|
|
427
|
+
/**
|
|
428
|
+
* The publisher of the add-on.
|
|
429
|
+
*/
|
|
430
|
+
publisher?: String;
|
|
431
|
+
/**
|
|
432
|
+
* The owner of the add-on.
|
|
433
|
+
*/
|
|
434
|
+
owner?: String;
|
|
435
|
+
/**
|
|
436
|
+
* Information about the add-on from the Amazon Web Services Marketplace.
|
|
437
|
+
*/
|
|
438
|
+
marketplaceInformation?: MarketplaceInformation;
|
|
415
439
|
}
|
|
416
440
|
export interface AddonIssue {
|
|
417
441
|
/**
|
|
@@ -443,6 +467,10 @@ declare namespace EKS {
|
|
|
443
467
|
* An object representing the compatibilities of a version.
|
|
444
468
|
*/
|
|
445
469
|
compatibilities?: Compatibilities;
|
|
470
|
+
/**
|
|
471
|
+
* Whether the add-on requires configuration.
|
|
472
|
+
*/
|
|
473
|
+
requiresConfiguration?: Boolean;
|
|
446
474
|
}
|
|
447
475
|
export type AddonVersionInfoList = AddonVersionInfo[];
|
|
448
476
|
export type Addons = AddonInfo[];
|
|
@@ -879,7 +907,7 @@ declare namespace EKS {
|
|
|
879
907
|
*/
|
|
880
908
|
addonName: String;
|
|
881
909
|
/**
|
|
882
|
-
* Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it
|
|
910
|
+
* Specifying this option preserves the add-on software on your cluster but Amazon EKS stops managing any settings for the add-on. If an IAM account is associated with the add-on, it isn't removed.
|
|
883
911
|
*/
|
|
884
912
|
preserve?: Boolean;
|
|
885
913
|
}
|
|
@@ -954,7 +982,7 @@ declare namespace EKS {
|
|
|
954
982
|
}
|
|
955
983
|
export interface DescribeAddonVersionsRequest {
|
|
956
984
|
/**
|
|
957
|
-
* The Kubernetes versions that the add-on
|
|
985
|
+
* The Kubernetes versions that you can use the add-on with.
|
|
958
986
|
*/
|
|
959
987
|
kubernetesVersion?: String;
|
|
960
988
|
/**
|
|
@@ -969,11 +997,23 @@ declare namespace EKS {
|
|
|
969
997
|
* The name of the add-on. The name must match one of the names returned by ListAddons .
|
|
970
998
|
*/
|
|
971
999
|
addonName?: String;
|
|
1000
|
+
/**
|
|
1001
|
+
* The type of the add-on. For valid types, don't specify a value for this property.
|
|
1002
|
+
*/
|
|
1003
|
+
types?: StringList;
|
|
1004
|
+
/**
|
|
1005
|
+
* The publisher of the add-on. For valid publishers, don't specify a value for this property.
|
|
1006
|
+
*/
|
|
1007
|
+
publishers?: StringList;
|
|
1008
|
+
/**
|
|
1009
|
+
* The owner of the add-on. For valid owners, don't specify a value for this property.
|
|
1010
|
+
*/
|
|
1011
|
+
owners?: StringList;
|
|
972
1012
|
}
|
|
973
1013
|
export type DescribeAddonVersionsRequestMaxResults = number;
|
|
974
1014
|
export interface DescribeAddonVersionsResponse {
|
|
975
1015
|
/**
|
|
976
|
-
* The list of available versions with Kubernetes version compatibility.
|
|
1016
|
+
* The list of available versions with Kubernetes version compatibility and other properties.
|
|
977
1017
|
*/
|
|
978
1018
|
addons?: Addons;
|
|
979
1019
|
/**
|
|
@@ -1427,6 +1467,16 @@ declare namespace EKS {
|
|
|
1427
1467
|
*/
|
|
1428
1468
|
clusterLogging?: LogSetups;
|
|
1429
1469
|
}
|
|
1470
|
+
export interface MarketplaceInformation {
|
|
1471
|
+
/**
|
|
1472
|
+
* The product ID from the Amazon Web Services Marketplace.
|
|
1473
|
+
*/
|
|
1474
|
+
productId?: String;
|
|
1475
|
+
/**
|
|
1476
|
+
* The product URL from the Amazon Web Services Marketplace.
|
|
1477
|
+
*/
|
|
1478
|
+
productUrl?: String;
|
|
1479
|
+
}
|
|
1430
1480
|
export interface Nodegroup {
|
|
1431
1481
|
/**
|
|
1432
1482
|
* The name associated with an Amazon EKS managed node group.
|
|
@@ -1664,7 +1714,7 @@ declare namespace EKS {
|
|
|
1664
1714
|
*/
|
|
1665
1715
|
controlPlaneInstanceType: String;
|
|
1666
1716
|
/**
|
|
1667
|
-
* An object representing the placement configuration for all the control plane
|
|
1717
|
+
* An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
|
|
1668
1718
|
*/
|
|
1669
1719
|
controlPlanePlacement?: ControlPlanePlacementRequest;
|
|
1670
1720
|
}
|
|
@@ -1678,7 +1728,7 @@ declare namespace EKS {
|
|
|
1678
1728
|
*/
|
|
1679
1729
|
controlPlaneInstanceType: String;
|
|
1680
1730
|
/**
|
|
1681
|
-
* An object representing the placement configuration for all the control plane
|
|
1731
|
+
* An object representing the placement configuration for all the control plane instances of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
|
|
1682
1732
|
*/
|
|
1683
1733
|
controlPlanePlacement?: ControlPlanePlacementResponse;
|
|
1684
1734
|
}
|
|
@@ -1956,7 +2006,7 @@ declare namespace EKS {
|
|
|
1956
2006
|
*/
|
|
1957
2007
|
addOrUpdateTaints?: taintsList;
|
|
1958
2008
|
/**
|
|
1959
|
-
* Kubernetes taints to
|
|
2009
|
+
* Kubernetes taints to remove.
|
|
1960
2010
|
*/
|
|
1961
2011
|
removeTaints?: taintsList;
|
|
1962
2012
|
}
|