cdk-docker-image-deployment 0.0.123 → 0.0.125
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 +4 -4
- 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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-autoscaling-2016-02-06.min.json +38 -14
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +10 -9
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +263 -261
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +58 -30
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
- package/node_modules/aws-sdk/clients/securitylake.d.ts +162 -161
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -1
- 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 +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +304 -278
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +8 -8
|
@@ -4399,6 +4399,14 @@ declare namespace SSM {
|
|
|
4399
4399
|
* The document version required by the current document.
|
|
4400
4400
|
*/
|
|
4401
4401
|
Version?: DocumentVersion;
|
|
4402
|
+
/**
|
|
4403
|
+
* The document type of the required SSM document.
|
|
4404
|
+
*/
|
|
4405
|
+
RequireType?: RequireType;
|
|
4406
|
+
/**
|
|
4407
|
+
* An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.
|
|
4408
|
+
*/
|
|
4409
|
+
VersionName?: DocumentVersionName;
|
|
4402
4410
|
}
|
|
4403
4411
|
export type DocumentRequiresList = DocumentRequires[];
|
|
4404
4412
|
export type DocumentReviewAction = "SendForReview"|"UpdateReview"|"Approve"|"Reject"|string;
|
|
@@ -4452,7 +4460,7 @@ declare namespace SSM {
|
|
|
4452
4460
|
export type DocumentSha1 = string;
|
|
4453
4461
|
export type DocumentStatus = "Creating"|"Active"|"Updating"|"Deleting"|"Failed"|string;
|
|
4454
4462
|
export type DocumentStatusInformation = string;
|
|
4455
|
-
export type DocumentType = "Command"|"Policy"|"Automation"|"Session"|"Package"|"ApplicationConfiguration"|"ApplicationConfigurationSchema"|"DeploymentStrategy"|"ChangeCalendar"|"Automation.ChangeTemplate"|"ProblemAnalysis"|"ProblemAnalysisTemplate"|"CloudFormation"|"ConformancePackTemplate"|string;
|
|
4463
|
+
export type DocumentType = "Command"|"Policy"|"Automation"|"Session"|"Package"|"ApplicationConfiguration"|"ApplicationConfigurationSchema"|"DeploymentStrategy"|"ChangeCalendar"|"Automation.ChangeTemplate"|"ProblemAnalysis"|"ProblemAnalysisTemplate"|"CloudFormation"|"ConformancePackTemplate"|"QuickSetup"|string;
|
|
4456
4464
|
export type DocumentVersion = string;
|
|
4457
4465
|
export interface DocumentVersionInfo {
|
|
4458
4466
|
/**
|
|
@@ -8379,6 +8387,7 @@ declare namespace SSM {
|
|
|
8379
8387
|
}
|
|
8380
8388
|
export interface RemoveTagsFromResourceResult {
|
|
8381
8389
|
}
|
|
8390
|
+
export type RequireType = string;
|
|
8382
8391
|
export interface ResetServiceSettingRequest {
|
|
8383
8392
|
/**
|
|
8384
8393
|
* The Amazon Resource Name (ARN) of the service setting to reset. The setting ID can be one of the following. /ssm/automation/customer-script-log-destination /ssm/automation/customer-script-log-group-name /ssm/documents/console/public-sharing-permission /ssm/managed-instance/activation-tier /ssm/opsinsights/opscenter /ssm/parameter-store/default-parameter-tier /ssm/parameter-store/high-throughput-enabled
|