cdk-docker-image-deployment 0.0.34 → 0.0.36

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.
@@ -194,7 +194,7 @@ declare namespace CodeGuruReviewer {
194
194
  */
195
195
  SourceCodeArtifactsObjectKey: SourceCodeArtifactsObjectKey;
196
196
  /**
197
- * The S3 object key for a build artifacts .zip file that contains .jar or .class files. This is required for a code review with security analysis. For more information, see Create code reviews with security analysis in the Amazon CodeGuru Reviewer User Guide.
197
+ * The S3 object key for a build artifacts .zip file that contains .jar or .class files. This is required for a code review with security analysis. For more information, see Create code reviews with GitHub Actions in the Amazon CodeGuru Reviewer User Guide.
198
198
  */
199
199
  BuildArtifactsObjectKey?: BuildArtifactsObjectKey;
200
200
  }
@@ -253,11 +253,11 @@ declare class ELBv2 extends Service {
253
253
  */
254
254
  removeTags(callback?: (err: AWSError, data: ELBv2.Types.RemoveTagsOutput) => void): Request<ELBv2.Types.RemoveTagsOutput, AWSError>;
255
255
  /**
256
- * Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network Load Balancer.
256
+ * Sets the type of IP addresses used by the subnets of the specified load balancer.
257
257
  */
258
258
  setIpAddressType(params: ELBv2.Types.SetIpAddressTypeInput, callback?: (err: AWSError, data: ELBv2.Types.SetIpAddressTypeOutput) => void): Request<ELBv2.Types.SetIpAddressTypeOutput, AWSError>;
259
259
  /**
260
- * Sets the type of IP addresses used by the subnets of the specified Application Load Balancer or Network Load Balancer.
260
+ * Sets the type of IP addresses used by the subnets of the specified load balancer.
261
261
  */
262
262
  setIpAddressType(callback?: (err: AWSError, data: ELBv2.Types.SetIpAddressTypeOutput) => void): Request<ELBv2.Types.SetIpAddressTypeOutput, AWSError>;
263
263
  /**
@@ -1805,7 +1805,7 @@ declare namespace ELBv2 {
1805
1805
  export type TargetGroupArns = TargetGroupArn[];
1806
1806
  export interface TargetGroupAttribute {
1807
1807
  /**
1808
- * The name of the attribute. The following attribute is supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. The following attributes are supported by Application Load Balancers, Network Load Balancers, and Gateway Load Balancers: stickiness.enabled - Indicates whether target stickiness is enabled. The value is true or false. The default is false. stickiness.type - Indicates the type of stickiness. The possible values are: lb_cookie and app_cookie for Application Load Balancers source_ip for Network Load Balancers source_ip_dest_ip and source_ip_dest_ip_proto for Gateway Load Balancers The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin. slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). stickiness.app_cookie.cookie_name - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: AWSALB, AWSALBAPP, and AWSALBTG; they're reserved for use by the load balancer. stickiness.app_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: lambda.multi_value_headers.enabled - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. The following attributes are supported only by Network Load Balancers: deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. The default is false. preserve_client_ip.enabled - Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false.
1808
+ * The name of the attribute. The following attribute is supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. The following attributes are supported by Application Load Balancers, Network Load Balancers, and Gateway Load Balancers: stickiness.enabled - Indicates whether target stickiness is enabled. The value is true or false. The default is false. stickiness.type - Indicates the type of stickiness. The possible values are: lb_cookie and app_cookie for Application Load Balancers. source_ip for Network Load Balancers. source_ip_dest_ip and source_ip_dest_ip_proto for Gateway Load Balancers. The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin or least_outstanding_requests. The default is round_robin. slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). stickiness.app_cookie.cookie_name - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: AWSALB, AWSALBAPP, and AWSALBTG; they're reserved for use by the load balancer. stickiness.app_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: lambda.multi_value_headers.enabled - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. The following attributes are supported only by Network Load Balancers: deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. The default is false. preserve_client_ip.enabled - Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false. The following attributes are supported only by Gateway Load Balancers: target_failover.on_deregistration - Indicates how the Gateway Load Balancer handles existing flows when a target is deregistered. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) can't be set independently. The value you set for both attributes must be the same. target_failover.on_unhealthy - Indicates how the Gateway Load Balancer handles existing flows when a target is unhealthy. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) cannot be set independently. The value you set for both attributes must be the same.
1809
1809
  */
1810
1810
  Key?: TargetGroupAttributeKey;
1811
1811
  /**
@@ -840,8 +840,26 @@ declare namespace GreengrassV2 {
840
840
  * The time at which the deployment job was last modified, expressed in ISO 8601 format.
841
841
  */
842
842
  modifiedTimestamp: Timestamp;
843
+ /**
844
+ * The status details that explain why a deployment has an error. This response will be null if the deployment is in a success state.
845
+ */
846
+ statusDetails?: EffectiveDeploymentStatusDetails;
843
847
  }
848
+ export type EffectiveDeploymentErrorCode = string;
849
+ export type EffectiveDeploymentErrorStack = EffectiveDeploymentErrorCode[];
850
+ export type EffectiveDeploymentErrorType = string;
851
+ export type EffectiveDeploymentErrorTypeList = EffectiveDeploymentErrorType[];
844
852
  export type EffectiveDeploymentExecutionStatus = "IN_PROGRESS"|"QUEUED"|"FAILED"|"COMPLETED"|"TIMED_OUT"|"CANCELED"|"REJECTED"|string;
853
+ export interface EffectiveDeploymentStatusDetails {
854
+ /**
855
+ * Contains an ordered list of short error codes that range from the most generic error to the most specific one. The error codes describe the reason for failure whenever the coreDeviceExecutionStatus is in a failed state. The response will be an empty list if there is no error.
856
+ */
857
+ errorStack?: EffectiveDeploymentErrorStack;
858
+ /**
859
+ * Contains tags which describe the error. You can use the error types to classify errors to assist with remediating the failure. The response will be an empty list if there is no error.
860
+ */
861
+ errorTypes?: EffectiveDeploymentErrorTypeList;
862
+ }
845
863
  export type EffectiveDeploymentsList = EffectiveDeployment[];
846
864
  export type FileSystemPath = string;
847
865
  export type GGCVersion = string;
@@ -1024,7 +1042,7 @@ declare namespace GreengrassV2 {
1024
1042
  */
1025
1043
  lifecycleState?: InstalledComponentLifecycleState;
1026
1044
  /**
1027
- * The details about the lifecycle state of the component.
1045
+ * A detailed response about the lifecycle state of the component that explains the reason why a component has an error or is broken.
1028
1046
  */
1029
1047
  lifecycleStateDetails?: LifecycleStateDetails;
1030
1048
  /**
@@ -1035,8 +1053,22 @@ declare namespace GreengrassV2 {
1035
1053
  * The status of how current the data is. This response is based off of component state changes. The status reflects component disruptions and deployments. If a component only sees a configuration update during a deployment, it might not undergo a state change and this status would not be updated.
1036
1054
  */
1037
1055
  lastStatusChangeTimestamp?: Timestamp;
1056
+ /**
1057
+ * The last time the Greengrass core device sent a message containing a certain component to the Amazon Web Services Cloud. A component does not need to see a state change for this field to update.
1058
+ */
1059
+ lastReportedTimestamp?: Timestamp;
1060
+ /**
1061
+ * The most recent deployment source that brought the component to the Greengrass core device. For a thing group deployment or thing deployment, the source will be the The ID of the deployment. and for local deployments it will be LOCAL.
1062
+ */
1063
+ lastInstallationSource?: NonEmptyString;
1064
+ /**
1065
+ * The status codes that indicate the reason for failure whenever the lifecycleState has an error or is in a broken state. Greengrass nucleus v2.8.0 or later is required to get an accurate lifecycleStatusCodes response. This response can be inaccurate in earlier Greengrass nucleus versions.
1066
+ */
1067
+ lifecycleStatusCodes?: InstalledComponentLifecycleStatusCodeList;
1038
1068
  }
1039
1069
  export type InstalledComponentLifecycleState = "NEW"|"INSTALLED"|"STARTING"|"RUNNING"|"STOPPING"|"ERRORED"|"BROKEN"|"FINISHED"|string;
1070
+ export type InstalledComponentLifecycleStatusCode = string;
1071
+ export type InstalledComponentLifecycleStatusCodeList = InstalledComponentLifecycleStatusCode[];
1040
1072
  export type InstalledComponentList = InstalledComponent[];
1041
1073
  export type InstalledComponentTopologyFilter = "ALL"|"ROOT"|string;
1042
1074
  export type IoTJobARN = string;
@@ -1443,7 +1475,7 @@ declare namespace GreengrassV2 {
1443
1475
  }
1444
1476
  export interface ListInstalledComponentsResponse {
1445
1477
  /**
1446
- * A list that summarizes each component on the core device. Accuracy of the lastStatusChangeTimestamp response depends on Greengrass nucleus v2.7.0. It performs best on Greengrass nucleus v2.7.0 and can be inaccurate on earlier versions.
1478
+ * A list that summarizes each component on the core device. Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp response. This response can be inaccurate in earlier Greengrass nucleus versions. Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource and lastReportedTimestamp response. This response can be inaccurate or null in earlier Greengrass nucleus versions.
1447
1479
  */
1448
1480
  installedComponents?: InstalledComponentList;
1449
1481
  /**
@@ -836,11 +836,11 @@ declare class QuickSight extends Service {
836
836
  */
837
837
  updateDashboardPublishedVersion(callback?: (err: AWSError, data: QuickSight.Types.UpdateDashboardPublishedVersionResponse) => void): Request<QuickSight.Types.UpdateDashboardPublishedVersionResponse, AWSError>;
838
838
  /**
839
- * Updates a dataset. This operation doesn't support datasets that include uploaded files as a source.
839
+ * Updates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.
840
840
  */
841
841
  updateDataSet(params: QuickSight.Types.UpdateDataSetRequest, callback?: (err: AWSError, data: QuickSight.Types.UpdateDataSetResponse) => void): Request<QuickSight.Types.UpdateDataSetResponse, AWSError>;
842
842
  /**
843
- * Updates a dataset. This operation doesn't support datasets that include uploaded files as a source.
843
+ * Updates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.
844
844
  */
845
845
  updateDataSet(callback?: (err: AWSError, data: QuickSight.Types.UpdateDataSetResponse) => void): Request<QuickSight.Types.UpdateDataSetResponse, AWSError>;
846
846
  /**
@@ -2705,6 +2705,10 @@ declare namespace QuickSight {
2705
2705
  * Error information from the last update or the creation of the data source.
2706
2706
  */
2707
2707
  ErrorInfo?: DataSourceErrorInfo;
2708
+ /**
2709
+ * The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.
2710
+ */
2711
+ SecretArn?: SecretArn;
2708
2712
  }
2709
2713
  export interface DataSourceCredentials {
2710
2714
  /**
@@ -2715,6 +2719,10 @@ declare namespace QuickSight {
2715
2719
  * The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.
2716
2720
  */
2717
2721
  CopySourceArn?: CopySourceArn;
2722
+ /**
2723
+ * The Amazon Resource Name (ARN) of the secret associated with the data source in Amazon Secrets Manager.
2724
+ */
2725
+ SecretArn?: SecretArn;
2718
2726
  }
2719
2727
  export interface DataSourceErrorInfo {
2720
2728
  /**
@@ -4344,7 +4352,7 @@ declare namespace QuickSight {
4344
4352
  /**
4345
4353
  * Country code.
4346
4354
  */
4347
- CountryCode: GeoSpatialCountryCode;
4355
+ CountryCode?: GeoSpatialCountryCode;
4348
4356
  /**
4349
4357
  * Columns in this hierarchy.
4350
4358
  */
@@ -6130,6 +6138,7 @@ declare namespace QuickSight {
6130
6138
  */
6131
6139
  Status?: StatusCode;
6132
6140
  }
6141
+ export type SecretArn = string;
6133
6142
  export interface ServiceNowParameters {
6134
6143
  /**
6135
6144
  * URL of the base site.
@@ -7821,7 +7830,7 @@ declare namespace QuickSight {
7821
7830
  */
7822
7831
  Arn?: Arn;
7823
7832
  /**
7824
- * The user's user name. In the output, the value for UserName is N/A when the value for IdentityType is IAM and the corresponding IAM user is deleted.
7833
+ * The user's user name. This value is required if you are registering a user that will be managed in Amazon QuickSight. In the output, the value for UserName is N/A when the value for IdentityType is IAM and the corresponding IAM user is deleted.
7825
7834
  */
7826
7835
  UserName?: UserName;
7827
7836
  /**
@@ -20,11 +20,11 @@ declare class Resiliencehub extends Service {
20
20
  */
21
21
  addDraftAppVersionResourceMappings(callback?: (err: AWSError, data: Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse) => void): Request<Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse, AWSError>;
22
22
  /**
23
- * Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. &lt;p&gt;After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).&lt;/p&gt;
23
+ * Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).
24
24
  */
25
25
  createApp(params: Resiliencehub.Types.CreateAppRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppResponse) => void): Request<Resiliencehub.Types.CreateAppResponse, AWSError>;
26
26
  /**
27
- * Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. &lt;p&gt;After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).&lt;/p&gt;
27
+ * Creates a Resilience Hub application. A Resilience Hub application is a collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an application name, resources from one or more–up to five–CloudFormation stacks, and an appropriate resiliency policy. After you create a Resilience Hub application, you publish it so that you can run a resiliency assessment on it. You can then use recommendations from the assessment to improve resiliency by running another assessment, comparing results, and then iterating the process until you achieve your goals for recovery time objective (RTO) and recovery point objective (RPO).
28
28
  */
29
29
  createApp(callback?: (err: AWSError, data: Resiliencehub.Types.CreateAppResponse) => void): Request<Resiliencehub.Types.CreateAppResponse, AWSError>;
30
30
  /**
@@ -2135,7 +2135,7 @@ declare namespace Resiliencehub {
2135
2135
  */
2136
2136
  dataLocationConstraint?: DataLocationConstraint;
2137
2137
  /**
2138
- * The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds.
2138
+ * The type of resiliency policy to be created, including the recovery time objective (RTO) and recovery point objective (RPO) in seconds. If you do not want to specify regional targets for a regional policy, you must set the values of rpoInSecs and rtoInSecs to -1.
2139
2139
  */
2140
2140
  policy?: DisruptionPolicy;
2141
2141
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1230.0',
86
+ VERSION: '2.1231.0',
87
87
 
88
88
  /**
89
89
  * @api private