cdk-docker-image-deployment 0.0.139 → 0.0.140

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.
Files changed (37) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +172 -130
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +17 -8
  9. package/node_modules/aws-sdk/apis/connectparticipant-2018-09-07.min.json +3 -1
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +427 -311
  12. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +53 -41
  13. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.waiters2.json +22 -0
  14. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +210 -206
  15. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +97 -24
  16. package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +20 -17
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +568 -563
  18. package/node_modules/aws-sdk/clients/appflow.d.ts +60 -1
  19. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +8 -8
  20. package/node_modules/aws-sdk/clients/codeartifact.d.ts +8 -8
  21. package/node_modules/aws-sdk/clients/connect.d.ts +23 -0
  22. package/node_modules/aws-sdk/clients/connectparticipant.d.ts +10 -2
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +10 -2
  24. package/node_modules/aws-sdk/clients/glue.d.ts +140 -1
  25. package/node_modules/aws-sdk/clients/groundstation.d.ts +26 -0
  26. package/node_modules/aws-sdk/clients/groundstation.js +1 -0
  27. package/node_modules/aws-sdk/clients/medialive.d.ts +5 -0
  28. package/node_modules/aws-sdk/clients/opensearch.d.ts +83 -5
  29. package/node_modules/aws-sdk/clients/panorama.d.ts +7 -3
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -2
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1039 -1032
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +26 -11
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +4 -4
@@ -4801,6 +4801,10 @@ When a segmentation style of "maintainCadence" is selected and a segment is trun
4801
4801
  * Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
4802
4802
  */
4803
4803
  VideoPid?: __string;
4804
+ /**
4805
+ * Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount.
4806
+ */
4807
+ Scte35PrerollPullupMilliseconds?: __doubleMin0Max5000;
4804
4808
  }
4805
4809
  export type M2tsTimedMetadataBehavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
4806
4810
  export type M3u8NielsenId3Behavior = "NO_PASSTHROUGH"|"PASSTHROUGH"|string;
@@ -7092,6 +7096,7 @@ If STANDARD channel, subnet IDs must be mapped to two unique availability zones
7092
7096
  export type __doubleMin0 = number;
7093
7097
  export type __doubleMin0Max1 = number;
7094
7098
  export type __doubleMin0Max100 = number;
7099
+ export type __doubleMin0Max5000 = number;
7095
7100
  export type __doubleMin1 = number;
7096
7101
  export type __doubleMin1Max65535 = number;
7097
7102
  export type __doubleMinNegative59Max0 = number;
@@ -20,11 +20,11 @@ declare class OpenSearch extends Service {
20
20
  */
21
21
  acceptInboundConnection(callback?: (err: AWSError, data: OpenSearch.Types.AcceptInboundConnectionResponse) => void): Request<OpenSearch.Types.AcceptInboundConnectionResponse, AWSError>;
22
22
  /**
23
- * Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. An domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.
23
+ * Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.
24
24
  */
25
25
  addTags(params: OpenSearch.Types.AddTagsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
26
26
  /**
27
- * Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. An domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.
27
+ * Attaches tags to an existing Amazon OpenSearch Service domain. Tags are a set of case-sensitive key-value pairs. A domain can have up to 10 tags. For more information, see Tagging Amazon OpenSearch Service domains.
28
28
  */
29
29
  addTags(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
30
30
  /**
@@ -163,6 +163,14 @@ declare class OpenSearch extends Service {
163
163
  * Returns domain configuration information about the specified Amazon OpenSearch Service domains.
164
164
  */
165
165
  describeDomains(callback?: (err: AWSError, data: OpenSearch.Types.DescribeDomainsResponse) => void): Request<OpenSearch.Types.DescribeDomainsResponse, AWSError>;
166
+ /**
167
+ * Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. For more information, see Determining whether a change will cause a blue/green deployment.
168
+ */
169
+ describeDryRunProgress(params: OpenSearch.Types.DescribeDryRunProgressRequest, callback?: (err: AWSError, data: OpenSearch.Types.DescribeDryRunProgressResponse) => void): Request<OpenSearch.Types.DescribeDryRunProgressResponse, AWSError>;
170
+ /**
171
+ * Describes the progress of a pre-update dry run analysis on an Amazon OpenSearch Service domain. For more information, see Determining whether a change will cause a blue/green deployment.
172
+ */
173
+ describeDryRunProgress(callback?: (err: AWSError, data: OpenSearch.Types.DescribeDryRunProgressResponse) => void): Request<OpenSearch.Types.DescribeDryRunProgressResponse, AWSError>;
166
174
  /**
167
175
  * Lists all the inbound cross-cluster search connections for a destination (remote) Amazon OpenSearch Service domain. For more information, see Cross-cluster search for Amazon OpenSearch Service.
168
176
  */
@@ -994,7 +1002,7 @@ declare namespace OpenSearch {
994
1002
  }
995
1003
  export interface CreateVpcEndpointRequest {
996
1004
  /**
997
- * The Amazon Resource Name (ARN) of the domain to grant access to.
1005
+ * The Amazon Resource Name (ARN) of the domain to create the endpoint for.
998
1006
  */
999
1007
  DomainArn: DomainArn;
1000
1008
  /**
@@ -1152,6 +1160,34 @@ declare namespace OpenSearch {
1152
1160
  */
1153
1161
  DomainStatusList: DomainStatusList;
1154
1162
  }
1163
+ export interface DescribeDryRunProgressRequest {
1164
+ /**
1165
+ * The name of the domain.
1166
+ */
1167
+ DomainName: DomainName;
1168
+ /**
1169
+ * The unique identifier of the dry run.
1170
+ */
1171
+ DryRunId?: GUID;
1172
+ /**
1173
+ * Whether to include the configuration of the dry run in the response. The configuration specifies the updates that you're planning to make on the domain.
1174
+ */
1175
+ LoadDryRunConfig?: Boolean;
1176
+ }
1177
+ export interface DescribeDryRunProgressResponse {
1178
+ /**
1179
+ * The current status of the dry run, including any validation errors.
1180
+ */
1181
+ DryRunProgressStatus?: DryRunProgressStatus;
1182
+ /**
1183
+ * Details about the changes you're planning to make on the domain.
1184
+ */
1185
+ DryRunConfig?: DomainStatus;
1186
+ /**
1187
+ * The results of the dry run.
1188
+ */
1189
+ DryRunResults?: DryRunResults;
1190
+ }
1155
1191
  export interface DescribeInboundConnectionsRequest {
1156
1192
  /**
1157
1193
  * A list of filters used to match properties for inbound cross-cluster connections.
@@ -1601,6 +1637,29 @@ declare namespace OpenSearch {
1601
1637
  export type DomainStatusList = DomainStatus[];
1602
1638
  export type Double = number;
1603
1639
  export type DryRun = boolean;
1640
+ export type DryRunMode = "Basic"|"Verbose"|string;
1641
+ export interface DryRunProgressStatus {
1642
+ /**
1643
+ * The unique identifier of the dry run.
1644
+ */
1645
+ DryRunId: GUID;
1646
+ /**
1647
+ * The current status of the dry run.
1648
+ */
1649
+ DryRunStatus: String;
1650
+ /**
1651
+ * The timestamp when the dry run was initiated.
1652
+ */
1653
+ CreationDate: String;
1654
+ /**
1655
+ * The timestamp when the dry run was last updated.
1656
+ */
1657
+ UpdateDate: String;
1658
+ /**
1659
+ * Any validation failures that occurred as a result of the dry run.
1660
+ */
1661
+ ValidationFailures?: ValidationFailures;
1662
+ }
1604
1663
  export interface DryRunResults {
1605
1664
  /**
1606
1665
  * Specifies the way in which OpenSearch Service will apply an update. Possible values are: Blue/Green - The update requires a blue/green deployment. DynamicUpdate - No blue/green deployment required Undetermined - The domain is in the middle of an update and can't predict the deployment type. Try again after the update is complete. None - The request doesn't include any configuration changes.
@@ -2685,9 +2744,13 @@ declare namespace OpenSearch {
2685
2744
  */
2686
2745
  AutoTuneOptions?: AutoTuneOptions;
2687
2746
  /**
2688
- * This flag, when set to True, specifies whether the UpdateDomain request should return the results of validation check without actually applying the change.
2747
+ * This flag, when set to True, specifies whether the UpdateDomain request should return the results of a dry run analysis without actually applying the change. A dry run determines what type of deployment the update will cause.
2689
2748
  */
2690
2749
  DryRun?: DryRun;
2750
+ /**
2751
+ * The type of dry run to perform. Basic only returns the type of deployment (blue/green or dynamic) that the update will cause. Verbose runs an additional check to validate the changes you're making. For more information, see Validating a domain update.
2752
+ */
2753
+ DryRunMode?: DryRunMode;
2691
2754
  }
2692
2755
  export interface UpdateDomainConfigResponse {
2693
2756
  /**
@@ -2695,9 +2758,13 @@ declare namespace OpenSearch {
2695
2758
  */
2696
2759
  DomainConfig: DomainConfig;
2697
2760
  /**
2698
- * Results of a dry run performed in an update domain request.
2761
+ * Results of the dry run performed in the update domain request.
2699
2762
  */
2700
2763
  DryRunResults?: DryRunResults;
2764
+ /**
2765
+ * The status of the dry run being performed on the domain, if any.
2766
+ */
2767
+ DryRunProgressStatus?: DryRunProgressStatus;
2701
2768
  }
2702
2769
  export interface UpdatePackageRequest {
2703
2770
  /**
@@ -2865,6 +2932,17 @@ declare namespace OpenSearch {
2865
2932
  */
2866
2933
  SecurityGroupIds?: StringList;
2867
2934
  }
2935
+ export interface ValidationFailure {
2936
+ /**
2937
+ * The error code of the failure.
2938
+ */
2939
+ Code?: String;
2940
+ /**
2941
+ * A message corresponding to the failure.
2942
+ */
2943
+ Message?: String;
2944
+ }
2945
+ export type ValidationFailures = ValidationFailure[];
2868
2946
  export type ValueStringList = NonEmptyString[];
2869
2947
  export type VersionList = VersionString[];
2870
2948
  export interface VersionStatus {
@@ -20,11 +20,11 @@ declare class Panorama extends Service {
20
20
  */
21
21
  createApplicationInstance(callback?: (err: AWSError, data: Panorama.Types.CreateApplicationInstanceResponse) => void): Request<Panorama.Types.CreateApplicationInstanceResponse, AWSError>;
22
22
  /**
23
- * Creates a job to run on one or more devices. A job can update a device's software or reboot it.
23
+ * Creates a job to run on a device. A job can update a device's software or reboot it.
24
24
  */
25
25
  createJobForDevices(params: Panorama.Types.CreateJobForDevicesRequest, callback?: (err: AWSError, data: Panorama.Types.CreateJobForDevicesResponse) => void): Request<Panorama.Types.CreateJobForDevicesResponse, AWSError>;
26
26
  /**
27
- * Creates a job to run on one or more devices. A job can update a device's software or reboot it.
27
+ * Creates a job to run on a device. A job can update a device's software or reboot it.
28
28
  */
29
29
  createJobForDevices(callback?: (err: AWSError, data: Panorama.Types.CreateJobForDevicesResponse) => void): Request<Panorama.Types.CreateJobForDevicesResponse, AWSError>;
30
30
  /**
@@ -397,7 +397,7 @@ declare namespace Panorama {
397
397
  }
398
398
  export interface CreateJobForDevicesRequest {
399
399
  /**
400
- * IDs of target devices.
400
+ * ID of target device.
401
401
  */
402
402
  DeviceIds: DeviceIdList;
403
403
  /**
@@ -1744,6 +1744,10 @@ declare namespace Panorama {
1744
1744
  NtpServerName?: NtpServerName;
1745
1745
  }
1746
1746
  export interface OTAJobConfig {
1747
+ /**
1748
+ * Whether to apply the update if it is a major version change.
1749
+ */
1750
+ AllowMajorVersionUpdate?: Boolean;
1747
1751
  /**
1748
1752
  * The target version of the device software.
1749
1753
  */
@@ -11525,9 +11525,16 @@ declare namespace SageMaker {
11525
11525
  * The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job. By default, storage volumes hold model artifacts and incremental states. Choose File for TrainingInputMode in the AlgorithmSpecification parameter to additionally store training data in the storage volume (optional).
11526
11526
  */
11527
11527
  HyperParameterTuningResourceConfig?: HyperParameterTuningResourceConfig;
11528
+ /**
11529
+ * An environment variable that you can pass into the SageMaker CreateTrainingJob API. You can use an existing environment variable from the training container or use your own. See Define metrics and variables for more information. The maximum number of items specified for Map Entries refers to the maximum number of environment variables for each TrainingJobDefinition and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of environment variables for all the training job definitions can't exceed the maximum number specified.
11530
+ */
11531
+ Environment?: HyperParameterTrainingJobEnvironmentMap;
11528
11532
  }
11529
11533
  export type HyperParameterTrainingJobDefinitionName = string;
11530
11534
  export type HyperParameterTrainingJobDefinitions = HyperParameterTrainingJobDefinition[];
11535
+ export type HyperParameterTrainingJobEnvironmentKey = string;
11536
+ export type HyperParameterTrainingJobEnvironmentMap = {[key: string]: HyperParameterTrainingJobEnvironmentValue};
11537
+ export type HyperParameterTrainingJobEnvironmentValue = string;
11531
11538
  export type HyperParameterTrainingJobSummaries = HyperParameterTrainingJobSummary[];
11532
11539
  export interface HyperParameterTrainingJobSummary {
11533
11540
  /**
@@ -11586,7 +11593,7 @@ declare namespace SageMaker {
11586
11593
  */
11587
11594
  InstanceType: TrainingInstanceType;
11588
11595
  /**
11589
- * The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker distributed training jobs for more informcration.
11596
+ * The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See SageMaker distributed training jobs for more information.
11590
11597
  */
11591
11598
  InstanceCount: TrainingInstanceCount;
11592
11599
  /**
@@ -20849,7 +20856,7 @@ declare namespace SageMaker {
20849
20856
  */
20850
20857
  RetainAllVariantProperties?: Boolean;
20851
20858
  /**
20852
- * When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeAllVariantProperties, no variant properties are overridden.
20859
+ * When you are updating endpoint resources with UpdateEndpointInput$RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don't specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.
20853
20860
  */
20854
20861
  ExcludeRetainedVariantProperties?: VariantPropertyList;
20855
20862
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1297.0',
86
+ VERSION: '2.1298.0',
87
87
 
88
88
  /**
89
89
  * @api private