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.
@@ -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
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1286.0',
86
+ VERSION: '2.1288.0',
87
87
 
88
88
  /**
89
89
  * @api private