@rio-cloud/cdk-v2-constructs 6.12.2 → 6.12.4
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 +23 -22
- package/docs/changelog.md +9 -0
- package/lib/datadogv2/datadog-shared-secrets.js +2 -1
- package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +121 -110
- package/lib/datadogv2/secret-locator-custom-resource/on-create.js +9 -3
- package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +79 -75
- package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +79 -75
- package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +309 -83
- package/node_modules/@aws-sdk/client-cloudformation/package.json +14 -14
- package/node_modules/@aws-sdk/client-codedeploy/package.json +14 -14
- package/node_modules/@aws-sdk/client-ecs/README.md +25 -1
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +255 -11
- package/node_modules/@aws-sdk/client-ecs/dist-es/ECS.js +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceDeploymentsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceRevisionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServiceDeploymentsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +17 -24
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +25 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +178 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +21 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +5 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +177 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +243 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +3026 -2918
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +517 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECS.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +126 -95
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +119 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/node_modules/@aws-sdk/client-ecs/package.json +14 -14
- package/node_modules/@aws-sdk/client-organizations/package.json +14 -14
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
- package/node_modules/@aws-sdk/client-ssm/package.json +14 -14
- package/node_modules/@aws-sdk/client-sso/package.json +11 -11
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +13 -13
- package/node_modules/@aws-sdk/client-sts/package.json +15 -15
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/package.json +6 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -10
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -7
- package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -4
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/package.json +11 -9
- package/version.json +1 -1
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import { AuthScheme, HttpAuthDefinition } from "./auth/auth";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { AuthScheme, HttpAuthDefinition } from "./auth/auth";
|
|
2
|
+
import type { SelectedHttpAuthScheme } from "./auth/HttpAuthScheme";
|
|
3
|
+
import type { Command } from "./command";
|
|
4
|
+
import type { EndpointV2 } from "./endpoint";
|
|
5
|
+
import type { SmithyFeatures } from "./feature-ids";
|
|
6
|
+
import type { Logger } from "./logger";
|
|
7
|
+
import type { UserAgent } from "./util";
|
|
5
8
|
/**
|
|
6
9
|
* @public
|
|
7
10
|
*/
|
|
@@ -484,6 +487,7 @@ export interface HandlerExecutionContext {
|
|
|
484
487
|
*/
|
|
485
488
|
currentAuthConfig?: HttpAuthDefinition;
|
|
486
489
|
/**
|
|
490
|
+
* @deprecated do not extend this field, it is a carryover from AWS SDKs.
|
|
487
491
|
* Used by DynamoDbDocumentClient.
|
|
488
492
|
*/
|
|
489
493
|
dynamoDbDocumentClientOptions?: Partial<{
|
|
@@ -492,9 +496,29 @@ export interface HandlerExecutionContext {
|
|
|
492
496
|
}>;
|
|
493
497
|
/**
|
|
494
498
|
* @internal
|
|
495
|
-
* Context for Smithy properties
|
|
499
|
+
* Context for Smithy properties.
|
|
500
|
+
*/
|
|
501
|
+
[SMITHY_CONTEXT_KEY]?: {
|
|
502
|
+
service?: string;
|
|
503
|
+
operation?: string;
|
|
504
|
+
commandInstance?: Command<any, any, any, any, any>;
|
|
505
|
+
selectedHttpAuthScheme?: SelectedHttpAuthScheme;
|
|
506
|
+
features?: SmithyFeatures;
|
|
507
|
+
/**
|
|
508
|
+
* @deprecated
|
|
509
|
+
* Do not assign arbitrary members to the Smithy Context,
|
|
510
|
+
* fields should be explicitly declared here to avoid collisions.
|
|
511
|
+
*/
|
|
512
|
+
[key: string]: unknown;
|
|
513
|
+
};
|
|
514
|
+
/**
|
|
515
|
+
* @deprecated
|
|
516
|
+
* Do not assign arbitrary members to the context, since
|
|
517
|
+
* they can interfere with existing functionality.
|
|
518
|
+
*
|
|
519
|
+
* Additional members should instead be declared on the SMITHY_CONTEXT_KEY
|
|
520
|
+
* or other reserved keys.
|
|
496
521
|
*/
|
|
497
|
-
[SMITHY_CONTEXT_KEY]?: Record<string, unknown>;
|
|
498
522
|
[key: string]: any;
|
|
499
523
|
}
|
|
500
524
|
/**
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @internal
|
|
3
|
+
*/
|
|
4
|
+
export type SmithyFeatures = Partial<{
|
|
5
|
+
RESOURCE_MODEL: "A";
|
|
6
|
+
WAITER: "B";
|
|
7
|
+
PAGINATOR: "C";
|
|
8
|
+
RETRY_MODE_LEGACY: "D";
|
|
9
|
+
RETRY_MODE_STANDARD: "E";
|
|
10
|
+
RETRY_MODE_ADAPTIVE: "F";
|
|
11
|
+
GZIP_REQUEST_COMPRESSION: "L";
|
|
12
|
+
PROTOCOL_RPC_V2_CBOR: "M";
|
|
13
|
+
ENDPOINT_OVERRIDE: "N";
|
|
14
|
+
SIGV4A_SIGNING: "S";
|
|
15
|
+
CREDENTIALS_CODE: "e";
|
|
16
|
+
}>;
|
|
@@ -11,6 +11,7 @@ export * from "./endpoint";
|
|
|
11
11
|
export * from "./endpoints";
|
|
12
12
|
export * from "./eventStream";
|
|
13
13
|
export * from "./extensions";
|
|
14
|
+
export * from "./feature-ids";
|
|
14
15
|
export * from "./http";
|
|
15
16
|
export * from "./http/httpHandlerInitialization";
|
|
16
17
|
export * from "./identity";
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { AuthScheme, HttpAuthDefinition } from "./auth/auth";
|
|
2
|
+
import { SelectedHttpAuthScheme } from "./auth/HttpAuthScheme";
|
|
3
|
+
import { Command } from "./command";
|
|
2
4
|
import { EndpointV2 } from "./endpoint";
|
|
5
|
+
import { SmithyFeatures } from "./feature-ids";
|
|
3
6
|
import { Logger } from "./logger";
|
|
4
7
|
import { UserAgent } from "./util";
|
|
5
8
|
/**
|
|
@@ -484,6 +487,7 @@ export interface HandlerExecutionContext {
|
|
|
484
487
|
*/
|
|
485
488
|
currentAuthConfig?: HttpAuthDefinition;
|
|
486
489
|
/**
|
|
490
|
+
* @deprecated do not extend this field, it is a carryover from AWS SDKs.
|
|
487
491
|
* Used by DynamoDbDocumentClient.
|
|
488
492
|
*/
|
|
489
493
|
dynamoDbDocumentClientOptions?: Partial<{
|
|
@@ -492,9 +496,29 @@ export interface HandlerExecutionContext {
|
|
|
492
496
|
}>;
|
|
493
497
|
/**
|
|
494
498
|
* @internal
|
|
495
|
-
* Context for Smithy properties
|
|
499
|
+
* Context for Smithy properties.
|
|
500
|
+
*/
|
|
501
|
+
[SMITHY_CONTEXT_KEY]?: {
|
|
502
|
+
service?: string;
|
|
503
|
+
operation?: string;
|
|
504
|
+
commandInstance?: Command<any, any, any, any, any>;
|
|
505
|
+
selectedHttpAuthScheme?: SelectedHttpAuthScheme;
|
|
506
|
+
features?: SmithyFeatures;
|
|
507
|
+
/**
|
|
508
|
+
* @deprecated
|
|
509
|
+
* Do not assign arbitrary members to the Smithy Context,
|
|
510
|
+
* fields should be explicitly declared here to avoid collisions.
|
|
511
|
+
*/
|
|
512
|
+
[key: string]: unknown;
|
|
513
|
+
};
|
|
514
|
+
/**
|
|
515
|
+
* @deprecated
|
|
516
|
+
* Do not assign arbitrary members to the context, since
|
|
517
|
+
* they can interfere with existing functionality.
|
|
518
|
+
*
|
|
519
|
+
* Additional members should instead be declared on the SMITHY_CONTEXT_KEY
|
|
520
|
+
* or other reserved keys.
|
|
496
521
|
*/
|
|
497
|
-
[SMITHY_CONTEXT_KEY]?: Record<string, unknown>;
|
|
498
522
|
[key: string]: any;
|
|
499
523
|
}
|
|
500
524
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-middleware",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Shared utilities for to be used in middleware packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@smithy/types": "^3.
|
|
29
|
+
"@smithy/types": "^3.6.0",
|
|
30
30
|
"tslib": "^2.6.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-retry",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Shared retry utilities to be used in middleware packages.",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@smithy/service-error-classification": "^3.0.
|
|
31
|
-
"@smithy/types": "^3.
|
|
30
|
+
"@smithy/service-error-classification": "^3.0.8",
|
|
31
|
+
"@smithy/types": "^3.6.0",
|
|
32
32
|
"tslib": "^2.6.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "lib/index.js",
|
|
17
17
|
"license": "Apache-2.0",
|
|
18
|
-
"version": "6.12.
|
|
18
|
+
"version": "6.12.4",
|
|
19
19
|
"types": "lib/index.d.ts",
|
|
20
20
|
"stability": "stable",
|
|
21
21
|
"exports": {
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"release:dry-run": "npm run build && npm run docgen && npm run release:check && commit-and-tag-version -i docs/changelog.md -a --dry-run"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
+
"@types/aws-lambda": "^8.10.145",
|
|
65
66
|
"@types/jest": "29.5.13",
|
|
66
67
|
"@types/js-yaml": "4.0.9",
|
|
67
68
|
"@types/node": "20.9.4",
|
|
@@ -88,21 +89,21 @@
|
|
|
88
89
|
"tmp": "^0.2.3",
|
|
89
90
|
"ts-jest": "^29.2.5",
|
|
90
91
|
"ts-node": "^10.9.2",
|
|
91
|
-
"typescript": "~5.6.3"
|
|
92
|
-
"@types/aws-lambda": "^8.10.145"
|
|
92
|
+
"typescript": "~5.6.3"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"aws-cdk-lib": "^2.163.0",
|
|
96
96
|
"constructs": "^10.4.2"
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
100
|
-
"@aws-sdk/client-
|
|
101
|
-
"@aws-sdk/client-
|
|
102
|
-
"@aws-sdk/client-
|
|
103
|
-
"@aws-sdk/client-
|
|
104
|
-
"@aws-sdk/client-
|
|
99
|
+
"@aws-sdk/client-cloudformation": "^3.682.0",
|
|
100
|
+
"@aws-sdk/client-codedeploy": "^3.682.0",
|
|
101
|
+
"@aws-sdk/client-ecs": "^3.682.0",
|
|
102
|
+
"@aws-sdk/client-organizations": "^3.682.0",
|
|
103
|
+
"@aws-sdk/client-secrets-manager": "^3.682.0",
|
|
104
|
+
"@aws-sdk/client-ssm": "^3.682.0",
|
|
105
105
|
"@datadog/datadog-api-client": "^1.29.0",
|
|
106
|
+
"@smithy/util-retry": "^3.0.8",
|
|
106
107
|
"aws-lambda": "^1.0.7",
|
|
107
108
|
"js-yaml": "~4.1.0"
|
|
108
109
|
},
|
|
@@ -119,6 +120,7 @@
|
|
|
119
120
|
"@aws-sdk/client-codedeploy",
|
|
120
121
|
"@aws-sdk/client-organizations",
|
|
121
122
|
"@aws-sdk/client-secrets-manager",
|
|
123
|
+
"@smithy/util-retry",
|
|
122
124
|
"aws-lambda"
|
|
123
125
|
],
|
|
124
126
|
"jest": {
|
package/version.json
CHANGED