cdk-docker-image-deployment 0.0.172 → 0.0.173
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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +3 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +277 -88
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +24 -22
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +17 -17
- package/node_modules/aws-sdk/clients/opensearch.d.ts +223 -5
- package/node_modules/aws-sdk/clients/rum.d.ts +25 -11
- package/node_modules/aws-sdk/clients/ssm.d.ts +17 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +5 -5
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -837,11 +837,11 @@ declare class SSM extends Service {
|
|
|
837
837
|
*/
|
|
838
838
|
listTagsForResource(callback?: (err: AWSError, data: SSM.Types.ListTagsForResourceResult) => void): Request<SSM.Types.ListTagsForResourceResult, AWSError>;
|
|
839
839
|
/**
|
|
840
|
-
* Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document privately, you must specify the Amazon Web Services user
|
|
840
|
+
* Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document privately, you must specify the Amazon Web Services user IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.
|
|
841
841
|
*/
|
|
842
842
|
modifyDocumentPermission(params: SSM.Types.ModifyDocumentPermissionRequest, callback?: (err: AWSError, data: SSM.Types.ModifyDocumentPermissionResponse) => void): Request<SSM.Types.ModifyDocumentPermissionResponse, AWSError>;
|
|
843
843
|
/**
|
|
844
|
-
* Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document privately, you must specify the Amazon Web Services user
|
|
844
|
+
* Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately. If you share a document privately, you must specify the Amazon Web Services user IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.
|
|
845
845
|
*/
|
|
846
846
|
modifyDocumentPermission(callback?: (err: AWSError, data: SSM.Types.ModifyDocumentPermissionResponse) => void): Request<SSM.Types.ModifyDocumentPermissionResponse, AWSError>;
|
|
847
847
|
/**
|
|
@@ -1005,11 +1005,11 @@ declare class SSM extends Service {
|
|
|
1005
1005
|
*/
|
|
1006
1006
|
unlabelParameterVersion(callback?: (err: AWSError, data: SSM.Types.UnlabelParameterVersionResult) => void): Request<SSM.Types.UnlabelParameterVersionResult, AWSError>;
|
|
1007
1007
|
/**
|
|
1008
|
-
* Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call. In order to call this API operation,
|
|
1008
|
+
* Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call. In order to call this API operation, a user, group, or role must be granted permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn> When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval parameter to run the association during the next schedule run.
|
|
1009
1009
|
*/
|
|
1010
1010
|
updateAssociation(params: SSM.Types.UpdateAssociationRequest, callback?: (err: AWSError, data: SSM.Types.UpdateAssociationResult) => void): Request<SSM.Types.UpdateAssociationResult, AWSError>;
|
|
1011
1011
|
/**
|
|
1012
|
-
* Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call. In order to call this API operation,
|
|
1012
|
+
* Updates an association. You can update the association name and version, the document version, schedule, parameters, and Amazon Simple Storage Service (Amazon S3) output. When you call UpdateAssociation, the system removes all optional parameters from the request and overwrites the association with null values for those parameters. This is by design. You must specify all optional parameters in the call, even if you are not changing the parameters. This includes the Name parameter. Before calling this API action, we recommend that you call the DescribeAssociation API operation and make a note of all optional parameters required for your UpdateAssociation call. In order to call this API operation, a user, group, or role must be granted permission to call the DescribeAssociation API operation. If you don't have permission to call DescribeAssociation, then you receive the following error: An error occurred (AccessDeniedException) when calling the UpdateAssociation operation: User: <user_arn> isn't authorized to perform: ssm:DescribeAssociation on resource: <resource_arn> When you update an association, the association immediately runs against the specified targets. You can add the ApplyOnlyAtCronInterval parameter to run the association during the next schedule run.
|
|
1013
1013
|
*/
|
|
1014
1014
|
updateAssociation(callback?: (err: AWSError, data: SSM.Types.UpdateAssociationResult) => void): Request<SSM.Types.UpdateAssociationResult, AWSError>;
|
|
1015
1015
|
/**
|
|
@@ -1213,7 +1213,7 @@ declare namespace SSM {
|
|
|
1213
1213
|
}
|
|
1214
1214
|
export interface AlarmConfiguration {
|
|
1215
1215
|
/**
|
|
1216
|
-
*
|
|
1216
|
+
* When this value is true, your automation or command continues to run in cases where we can’t retrieve alarm status information from CloudWatch. In cases where we successfully retrieve an alarm status of OK or INSUFFICIENT_DATA, the automation or command continues to run, regardless of this value. Default is false.
|
|
1217
1217
|
*/
|
|
1218
1218
|
IgnorePollAlarmFailure?: Boolean;
|
|
1219
1219
|
/**
|
|
@@ -2606,7 +2606,7 @@ declare namespace SSM {
|
|
|
2606
2606
|
}
|
|
2607
2607
|
export interface CreateAssociationRequest {
|
|
2608
2608
|
/**
|
|
2609
|
-
* The name of the SSM Command document or Automation runbook that contains the configuration information for the managed node. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another account. For Systems Manager documents (SSM documents) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:partition:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
|
|
2609
|
+
* The name of the SSM Command document or Automation runbook that contains the configuration information for the managed node. You can specify Amazon Web Services-predefined documents, documents you created, or a document that is shared with you from another Amazon Web Services account. For Systems Manager documents (SSM documents) that are shared with you from other Amazon Web Services accounts, you must specify the complete SSM document ARN, in the following format: arn:partition:ssm:region:account-id:document/document-name For example: arn:aws:ssm:us-east-2:12345678912:document/My-Shared-Document For Amazon Web Services-predefined documents and SSM documents you created in your account, you only need to specify the document name. For example, AWS-ApplyPatchBaseline or My-Document.
|
|
2610
2610
|
*/
|
|
2611
2611
|
Name: DocumentARN;
|
|
2612
2612
|
/**
|
|
@@ -2691,7 +2691,7 @@ declare namespace SSM {
|
|
|
2691
2691
|
}
|
|
2692
2692
|
export interface CreateDocumentRequest {
|
|
2693
2693
|
/**
|
|
2694
|
-
* The content for the new SSM document in JSON or YAML format. We recommend storing the contents for your new document in an external JSON or YAML file and referencing the file in a command. For examples, see the following topics in the Amazon Web Services Systems Manager User Guide. Create an SSM document (Amazon Web Services API) Create an SSM document (Amazon Web Services CLI) Create an SSM document (API)
|
|
2694
|
+
* The content for the new SSM document in JSON or YAML format. The content of the document must not exceed 64KB. This quota also includes the content specified for input parameters at runtime. We recommend storing the contents for your new document in an external JSON or YAML file and referencing the file in a command. For examples, see the following topics in the Amazon Web Services Systems Manager User Guide. Create an SSM document (Amazon Web Services API) Create an SSM document (Amazon Web Services CLI) Create an SSM document (API)
|
|
2695
2695
|
*/
|
|
2696
2696
|
Content: DocumentContent;
|
|
2697
2697
|
/**
|
|
@@ -4166,7 +4166,7 @@ declare namespace SSM {
|
|
|
4166
4166
|
*/
|
|
4167
4167
|
VersionName?: DocumentVersionName;
|
|
4168
4168
|
/**
|
|
4169
|
-
* The Amazon Web Services user
|
|
4169
|
+
* The Amazon Web Services user that created the document.
|
|
4170
4170
|
*/
|
|
4171
4171
|
Owner?: DocumentOwner;
|
|
4172
4172
|
/**
|
|
@@ -4293,7 +4293,7 @@ declare namespace SSM {
|
|
|
4293
4293
|
*/
|
|
4294
4294
|
DisplayName?: DocumentDisplayName;
|
|
4295
4295
|
/**
|
|
4296
|
-
* The Amazon Web Services user
|
|
4296
|
+
* The Amazon Web Services user that created the document.
|
|
4297
4297
|
*/
|
|
4298
4298
|
Owner?: DocumentOwner;
|
|
4299
4299
|
/**
|
|
@@ -5503,7 +5503,7 @@ declare namespace SSM {
|
|
|
5503
5503
|
}
|
|
5504
5504
|
export interface GetServiceSettingRequest {
|
|
5505
5505
|
/**
|
|
5506
|
-
* The ID of the service setting to get. 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
|
|
5506
|
+
* The ID of the service setting to get. The setting ID can be one of the following. /ssm/managed-instance/default-ec2-instance-management-role /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
|
|
5507
5507
|
*/
|
|
5508
5508
|
SettingId: ServiceSettingId;
|
|
5509
5509
|
}
|
|
@@ -7018,11 +7018,11 @@ declare namespace SSM {
|
|
|
7018
7018
|
*/
|
|
7019
7019
|
PermissionType: DocumentPermissionType;
|
|
7020
7020
|
/**
|
|
7021
|
-
* The Amazon Web Services
|
|
7021
|
+
* The Amazon Web Services users that should have access to the document. The account IDs can either be a group of account IDs or All.
|
|
7022
7022
|
*/
|
|
7023
7023
|
AccountIdsToAdd?: AccountIdList;
|
|
7024
7024
|
/**
|
|
7025
|
-
* The Amazon Web Services
|
|
7025
|
+
* The Amazon Web Services users that should no longer have access to the document. The Amazon Web Services user can either be a group of account IDs or All. This action has a higher priority than AccountIdsToAdd. If you specify an ID to add and the same ID to remove, the system removes access to the document.
|
|
7026
7026
|
*/
|
|
7027
7027
|
AccountIdsToRemove?: AccountIdList;
|
|
7028
7028
|
/**
|
|
@@ -8139,7 +8139,7 @@ declare namespace SSM {
|
|
|
8139
8139
|
*/
|
|
8140
8140
|
Type?: ParameterType;
|
|
8141
8141
|
/**
|
|
8142
|
-
* The Key Management Service (KMS) ID that you want to use to encrypt a parameter.
|
|
8142
|
+
* The Key Management Service (KMS) ID that you want to use to encrypt a parameter. Use a custom key for better security. Required for parameters that use the SecureString data type. If you don't specify a key ID, the system uses the default key associated with your Amazon Web Services account which is not as secure as using a custom key. To use a custom KMS key, choose the SecureString data type with the Key ID parameter.
|
|
8143
8143
|
*/
|
|
8144
8144
|
KeyId?: ParameterKeyId;
|
|
8145
8145
|
/**
|
|
@@ -8163,7 +8163,7 @@ declare namespace SSM {
|
|
|
8163
8163
|
*/
|
|
8164
8164
|
Policies?: ParameterPolicies;
|
|
8165
8165
|
/**
|
|
8166
|
-
* The data type for a String parameter. Supported data types include plain text and Amazon Machine Image (AMI) IDs. The following data type values are supported. text aws:ec2:image aws:ssm:integration When you create a String parameter and specify aws:ec2:image, Amazon Web Services Systems Manager validates the parameter value is in the required format, such as ami-12345abcdeEXAMPLE, and that the specified AMI is available in your Amazon Web Services account. For more information, see Native parameter support for Amazon Machine Image (AMI) IDs
|
|
8166
|
+
* The data type for a String parameter. Supported data types include plain text and Amazon Machine Image (AMI) IDs. The following data type values are supported. text aws:ec2:image aws:ssm:integration When you create a String parameter and specify aws:ec2:image, Amazon Web Services Systems Manager validates the parameter value is in the required format, such as ami-12345abcdeEXAMPLE, and that the specified AMI is available in your Amazon Web Services account. If the action is successful, the service sends back an HTTP 200 response which indicates a successful PutParameter call for all cases except for data type aws:ec2:image. If you call PutParameter with aws:ec2:image data type, a successful HTTP 200 response does not guarantee that your parameter was successfully created or updated. The aws:ec2:image value is validated asynchronously, and the PutParameter call returns before the validation is complete. If you submit an invalid AMI value, the PutParameter operation will return success, but the asynchronous validation will fail and the parameter will not be created or updated. To monitor whether your aws:ec2:image parameters are created successfully, see Setting up notifications or trigger actions based on Parameter Store events. For more information about AMI format validation , see Native parameter support for Amazon Machine Image (AMI) IDs.
|
|
8167
8167
|
*/
|
|
8168
8168
|
DataType?: ParameterDataType;
|
|
8169
8169
|
}
|
|
@@ -8885,7 +8885,7 @@ declare namespace SSM {
|
|
|
8885
8885
|
*/
|
|
8886
8886
|
DocumentName?: DocumentName;
|
|
8887
8887
|
/**
|
|
8888
|
-
* The ID of the Amazon Web Services user
|
|
8888
|
+
* The ID of the Amazon Web Services user that started the session.
|
|
8889
8889
|
*/
|
|
8890
8890
|
Owner?: SessionOwner;
|
|
8891
8891
|
/**
|
|
@@ -8912,7 +8912,7 @@ declare namespace SSM {
|
|
|
8912
8912
|
*/
|
|
8913
8913
|
key: SessionFilterKey;
|
|
8914
8914
|
/**
|
|
8915
|
-
* The filter value. Valid values for each filter key are as follows: InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later. InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018. Target: Specify a managed node to which session connections have been made. Owner: Specify an Amazon Web Services user
|
|
8915
|
+
* The filter value. Valid values for each filter key are as follows: InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later. InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018. Target: Specify a managed node to which session connections have been made. Owner: Specify an Amazon Web Services user to see a list of sessions started by that user. Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include: Connected Connecting Disconnected Terminated Terminating Failed SessionId: Specify a session ID to return details about the session.
|
|
8916
8916
|
*/
|
|
8917
8917
|
value: SessionFilterValue;
|
|
8918
8918
|
}
|
|
@@ -10049,7 +10049,7 @@ declare namespace SSM {
|
|
|
10049
10049
|
}
|
|
10050
10050
|
export interface UpdateServiceSettingRequest {
|
|
10051
10051
|
/**
|
|
10052
|
-
* The Amazon Resource Name (ARN) of the service setting to reset. For example, arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled. 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
|
|
10052
|
+
* The Amazon Resource Name (ARN) of the service setting to reset. For example, arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled. The setting ID can be one of the following. /ssm/managed-instance/default-ec2-instance-management-role /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
|
|
10053
10053
|
*/
|
|
10054
10054
|
SettingId: ServiceSettingId;
|
|
10055
10055
|
/**
|
|
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
83
83
|
/**
|
|
84
84
|
* @constant
|
|
85
85
|
*/
|
|
86
|
-
VERSION: '2.
|
|
86
|
+
VERSION: '2.1321.0',
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
89
|
* @api private
|
|
@@ -14499,7 +14499,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
14499
14499
|
/***/ (function(module, exports, __webpack_require__) {
|
|
14500
14500
|
|
|
14501
14501
|
/* WEBPACK VAR INJECTION */(function(process) {var warning = [
|
|
14502
|
-
'
|
|
14502
|
+
'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
|
|
14503
14503
|
'Please migrate your code to use AWS SDK for JavaScript (v3).',
|
|
14504
14504
|
'For more information, check the migration guide at https://a.co/7PzMCcy'
|
|
14505
14505
|
].join('\n');
|