@rio-cloud/cdk-v2-constructs 6.12.1 → 6.12.3

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 (148) hide show
  1. package/.jsii +327 -16
  2. package/docs/API.md +242 -4
  3. package/docs/changelog.md +9 -0
  4. package/lib/datadogv2/datadog-lambda-instrumentation.js +3 -4
  5. package/lib/datadogv2/datadog-shared-secrets.d.ts +19 -2
  6. package/lib/datadogv2/datadog-shared-secrets.js +60 -1
  7. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +117 -109
  8. package/lib/datadogv2/secret-locator-custom-resource/on-create.js +6 -2
  9. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +79 -75
  10. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +79 -75
  11. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +309 -83
  12. package/node_modules/@aws-sdk/client-cloudformation/package.json +14 -14
  13. package/node_modules/@aws-sdk/client-codedeploy/package.json +14 -14
  14. package/node_modules/@aws-sdk/client-ecs/README.md +25 -1
  15. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +255 -11
  16. package/node_modules/@aws-sdk/client-ecs/dist-es/ECS.js +6 -0
  17. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceDeploymentsCommand.js +22 -0
  18. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceRevisionsCommand.js +22 -0
  19. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServiceDeploymentsCommand.js +22 -0
  20. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/index.js +3 -0
  21. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +17 -24
  22. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +25 -1
  23. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +178 -1
  24. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +21 -0
  25. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +5 -2
  26. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +2 -2
  28. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +6 -6
  29. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +3 -3
  34. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +177 -0
  42. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +243 -0
  43. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +3 -3
  44. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +130 -0
  54. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +2 -2
  66. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +2 -2
  67. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  73. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  75. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
  76. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -2
  77. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -2
  78. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +6 -6
  79. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -2
  80. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -2
  81. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -3
  82. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/index.d.ts +3 -0
  83. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +3026 -2918
  84. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +517 -1
  85. package/node_modules/@aws-sdk/client-ecs/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  86. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECS.d.ts +51 -0
  87. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +18 -0
  88. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +51 -0
  89. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +51 -0
  90. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +51 -0
  91. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +4 -2
  99. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/index.d.ts +3 -0
  100. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +126 -95
  101. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +119 -1
  102. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  103. package/node_modules/@aws-sdk/client-ecs/package.json +14 -14
  104. package/node_modules/@aws-sdk/client-organizations/package.json +14 -14
  105. package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
  106. package/node_modules/@aws-sdk/client-ssm/package.json +14 -14
  107. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  108. package/node_modules/@aws-sdk/client-sso-oidc/package.json +13 -13
  109. package/node_modules/@aws-sdk/client-sts/package.json +15 -15
  110. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +9 -5
  111. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
  112. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  114. package/node_modules/@aws-sdk/core/package.json +6 -4
  115. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
  116. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -4
  117. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -10
  118. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -10
  119. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -4
  120. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -6
  121. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -5
  122. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -4
  123. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -4
  124. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -4
  125. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -7
  126. package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -3
  127. package/node_modules/@aws-sdk/token-providers/package.json +5 -4
  128. package/node_modules/@aws-sdk/types/package.json +1 -1
  129. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  130. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -3
  131. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
  132. package/node_modules/@smithy/protocol-http/package.json +2 -2
  133. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  134. package/node_modules/@smithy/signature-v4/package.json +4 -4
  135. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  136. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  137. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  138. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  139. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  140. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  141. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  142. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  143. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  144. package/node_modules/@smithy/types/package.json +1 -1
  145. package/node_modules/@smithy/util-middleware/package.json +2 -2
  146. package/node_modules/@smithy/util-retry/package.json +3 -3
  147. package/package.json +13 -11
  148. package/version.json +1 -1
@@ -1,4 +1,122 @@
1
- import { TaskSet } from "./models_0";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { ECSServiceException as __BaseException } from "./ECSServiceException";
3
+ import {
4
+ CapacityProviderStrategyItem,
5
+ Cluster,
6
+ ClusterConfiguration,
7
+ ClusterServiceConnectDefaultsRequest,
8
+ ClusterSetting,
9
+ ContainerInstance,
10
+ ContainerInstanceStatus,
11
+ DeploymentConfiguration,
12
+ Failure,
13
+ LoadBalancer,
14
+ NetworkConfiguration,
15
+ PlacementConstraint,
16
+ PlacementStrategy,
17
+ PropagateTags,
18
+ ProtectedTask,
19
+ Scale,
20
+ Service,
21
+ ServiceConnectConfiguration,
22
+ ServiceRegistry,
23
+ ServiceVolumeConfiguration,
24
+ TaskSet,
25
+ } from "./models_0";
26
+ export interface UpdateClusterRequest {
27
+ cluster: string | undefined;
28
+ settings?: ClusterSetting[];
29
+ configuration?: ClusterConfiguration;
30
+ serviceConnectDefaults?: ClusterServiceConnectDefaultsRequest;
31
+ }
32
+ export interface UpdateClusterResponse {
33
+ cluster?: Cluster;
34
+ }
35
+ export interface UpdateClusterSettingsRequest {
36
+ cluster: string | undefined;
37
+ settings: ClusterSetting[] | undefined;
38
+ }
39
+ export interface UpdateClusterSettingsResponse {
40
+ cluster?: Cluster;
41
+ }
42
+ export declare class MissingVersionException extends __BaseException {
43
+ readonly name: "MissingVersionException";
44
+ readonly $fault: "client";
45
+ constructor(
46
+ opts: __ExceptionOptionType<MissingVersionException, __BaseException>
47
+ );
48
+ }
49
+ export declare class NoUpdateAvailableException extends __BaseException {
50
+ readonly name: "NoUpdateAvailableException";
51
+ readonly $fault: "client";
52
+ constructor(
53
+ opts: __ExceptionOptionType<NoUpdateAvailableException, __BaseException>
54
+ );
55
+ }
56
+ export interface UpdateContainerAgentRequest {
57
+ cluster?: string;
58
+ containerInstance: string | undefined;
59
+ }
60
+ export interface UpdateContainerAgentResponse {
61
+ containerInstance?: ContainerInstance;
62
+ }
63
+ export interface UpdateContainerInstancesStateRequest {
64
+ cluster?: string;
65
+ containerInstances: string[] | undefined;
66
+ status: ContainerInstanceStatus | undefined;
67
+ }
68
+ export interface UpdateContainerInstancesStateResponse {
69
+ containerInstances?: ContainerInstance[];
70
+ failures?: Failure[];
71
+ }
72
+ export interface UpdateServiceRequest {
73
+ cluster?: string;
74
+ service: string | undefined;
75
+ desiredCount?: number;
76
+ taskDefinition?: string;
77
+ capacityProviderStrategy?: CapacityProviderStrategyItem[];
78
+ deploymentConfiguration?: DeploymentConfiguration;
79
+ networkConfiguration?: NetworkConfiguration;
80
+ placementConstraints?: PlacementConstraint[];
81
+ placementStrategy?: PlacementStrategy[];
82
+ platformVersion?: string;
83
+ forceNewDeployment?: boolean;
84
+ healthCheckGracePeriodSeconds?: number;
85
+ enableExecuteCommand?: boolean;
86
+ enableECSManagedTags?: boolean;
87
+ loadBalancers?: LoadBalancer[];
88
+ propagateTags?: PropagateTags;
89
+ serviceRegistries?: ServiceRegistry[];
90
+ serviceConnectConfiguration?: ServiceConnectConfiguration;
91
+ volumeConfigurations?: ServiceVolumeConfiguration[];
92
+ }
93
+ export interface UpdateServiceResponse {
94
+ service?: Service;
95
+ }
96
+ export interface UpdateServicePrimaryTaskSetRequest {
97
+ cluster: string | undefined;
98
+ service: string | undefined;
99
+ primaryTaskSet: string | undefined;
100
+ }
101
+ export interface UpdateServicePrimaryTaskSetResponse {
102
+ taskSet?: TaskSet;
103
+ }
104
+ export interface UpdateTaskProtectionRequest {
105
+ cluster: string | undefined;
106
+ tasks: string[] | undefined;
107
+ protectionEnabled: boolean | undefined;
108
+ expiresInMinutes?: number;
109
+ }
110
+ export interface UpdateTaskProtectionResponse {
111
+ protectedTasks?: ProtectedTask[];
112
+ failures?: Failure[];
113
+ }
114
+ export interface UpdateTaskSetRequest {
115
+ cluster: string | undefined;
116
+ service: string | undefined;
117
+ taskSet: string | undefined;
118
+ scale: Scale | undefined;
119
+ }
2
120
  export interface UpdateTaskSetResponse {
3
121
  taskSet?: TaskSet;
4
122
  }
@@ -67,6 +67,14 @@ import {
67
67
  DescribeContainerInstancesCommandInput,
68
68
  DescribeContainerInstancesCommandOutput,
69
69
  } from "../commands/DescribeContainerInstancesCommand";
70
+ import {
71
+ DescribeServiceDeploymentsCommandInput,
72
+ DescribeServiceDeploymentsCommandOutput,
73
+ } from "../commands/DescribeServiceDeploymentsCommand";
74
+ import {
75
+ DescribeServiceRevisionsCommandInput,
76
+ DescribeServiceRevisionsCommandOutput,
77
+ } from "../commands/DescribeServiceRevisionsCommand";
70
78
  import {
71
79
  DescribeServicesCommandInput,
72
80
  DescribeServicesCommandOutput,
@@ -111,6 +119,10 @@ import {
111
119
  ListContainerInstancesCommandInput,
112
120
  ListContainerInstancesCommandOutput,
113
121
  } from "../commands/ListContainerInstancesCommand";
122
+ import {
123
+ ListServiceDeploymentsCommandInput,
124
+ ListServiceDeploymentsCommandOutput,
125
+ } from "../commands/ListServiceDeploymentsCommand";
114
126
  import {
115
127
  ListServicesByNamespaceCommandInput,
116
128
  ListServicesByNamespaceCommandOutput,
@@ -291,6 +303,14 @@ export declare const se_DescribeContainerInstancesCommand: (
291
303
  input: DescribeContainerInstancesCommandInput,
292
304
  context: __SerdeContext
293
305
  ) => Promise<__HttpRequest>;
306
+ export declare const se_DescribeServiceDeploymentsCommand: (
307
+ input: DescribeServiceDeploymentsCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const se_DescribeServiceRevisionsCommand: (
311
+ input: DescribeServiceRevisionsCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
294
314
  export declare const se_DescribeServicesCommand: (
295
315
  input: DescribeServicesCommandInput,
296
316
  context: __SerdeContext
@@ -335,6 +355,10 @@ export declare const se_ListContainerInstancesCommand: (
335
355
  input: ListContainerInstancesCommandInput,
336
356
  context: __SerdeContext
337
357
  ) => Promise<__HttpRequest>;
358
+ export declare const se_ListServiceDeploymentsCommand: (
359
+ input: ListServiceDeploymentsCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
338
362
  export declare const se_ListServicesCommand: (
339
363
  input: ListServicesCommandInput,
340
364
  context: __SerdeContext
@@ -515,6 +539,14 @@ export declare const de_DescribeContainerInstancesCommand: (
515
539
  output: __HttpResponse,
516
540
  context: __SerdeContext
517
541
  ) => Promise<DescribeContainerInstancesCommandOutput>;
542
+ export declare const de_DescribeServiceDeploymentsCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<DescribeServiceDeploymentsCommandOutput>;
546
+ export declare const de_DescribeServiceRevisionsCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<DescribeServiceRevisionsCommandOutput>;
518
550
  export declare const de_DescribeServicesCommand: (
519
551
  output: __HttpResponse,
520
552
  context: __SerdeContext
@@ -559,6 +591,10 @@ export declare const de_ListContainerInstancesCommand: (
559
591
  output: __HttpResponse,
560
592
  context: __SerdeContext
561
593
  ) => Promise<ListContainerInstancesCommandOutput>;
594
+ export declare const de_ListServiceDeploymentsCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<ListServiceDeploymentsCommandOutput>;
562
598
  export declare const de_ListServicesCommand: (
563
599
  output: __HttpResponse,
564
600
  context: __SerdeContext
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecs",
3
3
  "description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4
- "version": "3.675.0",
4
+ "version": "3.683.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecs",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.675.0",
24
- "@aws-sdk/client-sts": "3.675.0",
25
- "@aws-sdk/core": "3.667.0",
26
- "@aws-sdk/credential-provider-node": "3.675.0",
27
- "@aws-sdk/middleware-host-header": "3.667.0",
28
- "@aws-sdk/middleware-logger": "3.667.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
- "@aws-sdk/middleware-user-agent": "3.669.0",
31
- "@aws-sdk/region-config-resolver": "3.667.0",
32
- "@aws-sdk/types": "3.667.0",
33
- "@aws-sdk/util-endpoints": "3.667.0",
34
- "@aws-sdk/util-user-agent-browser": "3.675.0",
35
- "@aws-sdk/util-user-agent-node": "3.669.0",
23
+ "@aws-sdk/client-sso-oidc": "3.682.0",
24
+ "@aws-sdk/client-sts": "3.682.0",
25
+ "@aws-sdk/core": "3.679.0",
26
+ "@aws-sdk/credential-provider-node": "3.682.0",
27
+ "@aws-sdk/middleware-host-header": "3.679.0",
28
+ "@aws-sdk/middleware-logger": "3.679.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
30
+ "@aws-sdk/middleware-user-agent": "3.682.0",
31
+ "@aws-sdk/region-config-resolver": "3.679.0",
32
+ "@aws-sdk/types": "3.679.0",
33
+ "@aws-sdk/util-endpoints": "3.679.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
35
+ "@aws-sdk/util-user-agent-node": "3.682.0",
36
36
  "@smithy/config-resolver": "^3.0.9",
37
37
  "@smithy/core": "^2.4.8",
38
38
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-organizations",
3
3
  "description": "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
4
- "version": "3.675.0",
4
+ "version": "3.682.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-organizations",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.675.0",
24
- "@aws-sdk/client-sts": "3.675.0",
25
- "@aws-sdk/core": "3.667.0",
26
- "@aws-sdk/credential-provider-node": "3.675.0",
27
- "@aws-sdk/middleware-host-header": "3.667.0",
28
- "@aws-sdk/middleware-logger": "3.667.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
- "@aws-sdk/middleware-user-agent": "3.669.0",
31
- "@aws-sdk/region-config-resolver": "3.667.0",
32
- "@aws-sdk/types": "3.667.0",
33
- "@aws-sdk/util-endpoints": "3.667.0",
34
- "@aws-sdk/util-user-agent-browser": "3.675.0",
35
- "@aws-sdk/util-user-agent-node": "3.669.0",
23
+ "@aws-sdk/client-sso-oidc": "3.682.0",
24
+ "@aws-sdk/client-sts": "3.682.0",
25
+ "@aws-sdk/core": "3.679.0",
26
+ "@aws-sdk/credential-provider-node": "3.682.0",
27
+ "@aws-sdk/middleware-host-header": "3.679.0",
28
+ "@aws-sdk/middleware-logger": "3.679.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
30
+ "@aws-sdk/middleware-user-agent": "3.682.0",
31
+ "@aws-sdk/region-config-resolver": "3.679.0",
32
+ "@aws-sdk/types": "3.679.0",
33
+ "@aws-sdk/util-endpoints": "3.679.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
35
+ "@aws-sdk/util-user-agent-node": "3.682.0",
36
36
  "@smithy/config-resolver": "^3.0.9",
37
37
  "@smithy/core": "^2.4.8",
38
38
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-secrets-manager",
3
3
  "description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4
- "version": "3.675.0",
4
+ "version": "3.682.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.675.0",
24
- "@aws-sdk/client-sts": "3.675.0",
25
- "@aws-sdk/core": "3.667.0",
26
- "@aws-sdk/credential-provider-node": "3.675.0",
27
- "@aws-sdk/middleware-host-header": "3.667.0",
28
- "@aws-sdk/middleware-logger": "3.667.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
- "@aws-sdk/middleware-user-agent": "3.669.0",
31
- "@aws-sdk/region-config-resolver": "3.667.0",
32
- "@aws-sdk/types": "3.667.0",
33
- "@aws-sdk/util-endpoints": "3.667.0",
34
- "@aws-sdk/util-user-agent-browser": "3.675.0",
35
- "@aws-sdk/util-user-agent-node": "3.669.0",
23
+ "@aws-sdk/client-sso-oidc": "3.682.0",
24
+ "@aws-sdk/client-sts": "3.682.0",
25
+ "@aws-sdk/core": "3.679.0",
26
+ "@aws-sdk/credential-provider-node": "3.682.0",
27
+ "@aws-sdk/middleware-host-header": "3.679.0",
28
+ "@aws-sdk/middleware-logger": "3.679.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
30
+ "@aws-sdk/middleware-user-agent": "3.682.0",
31
+ "@aws-sdk/region-config-resolver": "3.679.0",
32
+ "@aws-sdk/types": "3.679.0",
33
+ "@aws-sdk/util-endpoints": "3.679.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
35
+ "@aws-sdk/util-user-agent-node": "3.682.0",
36
36
  "@smithy/config-resolver": "^3.0.9",
37
37
  "@smithy/core": "^2.4.8",
38
38
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.675.0",
4
+ "version": "3.682.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.675.0",
24
- "@aws-sdk/client-sts": "3.675.0",
25
- "@aws-sdk/core": "3.667.0",
26
- "@aws-sdk/credential-provider-node": "3.675.0",
27
- "@aws-sdk/middleware-host-header": "3.667.0",
28
- "@aws-sdk/middleware-logger": "3.667.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
- "@aws-sdk/middleware-user-agent": "3.669.0",
31
- "@aws-sdk/region-config-resolver": "3.667.0",
32
- "@aws-sdk/types": "3.667.0",
33
- "@aws-sdk/util-endpoints": "3.667.0",
34
- "@aws-sdk/util-user-agent-browser": "3.675.0",
35
- "@aws-sdk/util-user-agent-node": "3.669.0",
23
+ "@aws-sdk/client-sso-oidc": "3.682.0",
24
+ "@aws-sdk/client-sts": "3.682.0",
25
+ "@aws-sdk/core": "3.679.0",
26
+ "@aws-sdk/credential-provider-node": "3.682.0",
27
+ "@aws-sdk/middleware-host-header": "3.679.0",
28
+ "@aws-sdk/middleware-logger": "3.679.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
30
+ "@aws-sdk/middleware-user-agent": "3.682.0",
31
+ "@aws-sdk/region-config-resolver": "3.679.0",
32
+ "@aws-sdk/types": "3.679.0",
33
+ "@aws-sdk/util-endpoints": "3.679.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
35
+ "@aws-sdk/util-user-agent-node": "3.682.0",
36
36
  "@smithy/config-resolver": "^3.0.9",
37
37
  "@smithy/core": "^2.4.8",
38
38
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.675.0",
4
+ "version": "3.682.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,16 +20,16 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.667.0",
24
- "@aws-sdk/middleware-host-header": "3.667.0",
25
- "@aws-sdk/middleware-logger": "3.667.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
27
- "@aws-sdk/middleware-user-agent": "3.669.0",
28
- "@aws-sdk/region-config-resolver": "3.667.0",
29
- "@aws-sdk/types": "3.667.0",
30
- "@aws-sdk/util-endpoints": "3.667.0",
31
- "@aws-sdk/util-user-agent-browser": "3.675.0",
32
- "@aws-sdk/util-user-agent-node": "3.669.0",
23
+ "@aws-sdk/core": "3.679.0",
24
+ "@aws-sdk/middleware-host-header": "3.679.0",
25
+ "@aws-sdk/middleware-logger": "3.679.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
27
+ "@aws-sdk/middleware-user-agent": "3.682.0",
28
+ "@aws-sdk/region-config-resolver": "3.679.0",
29
+ "@aws-sdk/types": "3.679.0",
30
+ "@aws-sdk/util-endpoints": "3.679.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
32
+ "@aws-sdk/util-user-agent-node": "3.682.0",
33
33
  "@smithy/config-resolver": "^3.0.9",
34
34
  "@smithy/core": "^2.4.8",
35
35
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso-oidc",
3
3
  "description": "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
4
- "version": "3.675.0",
4
+ "version": "3.682.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.667.0",
24
- "@aws-sdk/credential-provider-node": "3.675.0",
25
- "@aws-sdk/middleware-host-header": "3.667.0",
26
- "@aws-sdk/middleware-logger": "3.667.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
28
- "@aws-sdk/middleware-user-agent": "3.669.0",
29
- "@aws-sdk/region-config-resolver": "3.667.0",
30
- "@aws-sdk/types": "3.667.0",
31
- "@aws-sdk/util-endpoints": "3.667.0",
32
- "@aws-sdk/util-user-agent-browser": "3.675.0",
33
- "@aws-sdk/util-user-agent-node": "3.669.0",
23
+ "@aws-sdk/core": "3.679.0",
24
+ "@aws-sdk/credential-provider-node": "3.682.0",
25
+ "@aws-sdk/middleware-host-header": "3.679.0",
26
+ "@aws-sdk/middleware-logger": "3.679.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
28
+ "@aws-sdk/middleware-user-agent": "3.682.0",
29
+ "@aws-sdk/region-config-resolver": "3.679.0",
30
+ "@aws-sdk/types": "3.679.0",
31
+ "@aws-sdk/util-endpoints": "3.679.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
33
+ "@aws-sdk/util-user-agent-node": "3.682.0",
34
34
  "@smithy/config-resolver": "^3.0.9",
35
35
  "@smithy/core": "^2.4.8",
36
36
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "license": "Apache-2.0",
87
87
  "peerDependencies": {
88
- "@aws-sdk/client-sts": "^3.675.0"
88
+ "@aws-sdk/client-sts": "^3.682.0"
89
89
  },
90
90
  "browser": {
91
91
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sts",
3
3
  "description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
4
- "version": "3.675.0",
4
+ "version": "3.682.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sts",
@@ -12,8 +12,8 @@
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
13
13
  "extract:docs": "api-extractor run --local",
14
14
  "generate:client": "node ../../scripts/generate-clients/single-service --solo sts",
15
- "test": "yarn test:unit",
16
- "test:unit": "jest"
15
+ "test": "vitest run",
16
+ "test:watch": "vitest watch"
17
17
  },
18
18
  "main": "./dist-cjs/index.js",
19
19
  "types": "./dist-types/index.d.ts",
@@ -22,18 +22,18 @@
22
22
  "dependencies": {
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
- "@aws-sdk/client-sso-oidc": "3.675.0",
26
- "@aws-sdk/core": "3.667.0",
27
- "@aws-sdk/credential-provider-node": "3.675.0",
28
- "@aws-sdk/middleware-host-header": "3.667.0",
29
- "@aws-sdk/middleware-logger": "3.667.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
31
- "@aws-sdk/middleware-user-agent": "3.669.0",
32
- "@aws-sdk/region-config-resolver": "3.667.0",
33
- "@aws-sdk/types": "3.667.0",
34
- "@aws-sdk/util-endpoints": "3.667.0",
35
- "@aws-sdk/util-user-agent-browser": "3.675.0",
36
- "@aws-sdk/util-user-agent-node": "3.669.0",
25
+ "@aws-sdk/client-sso-oidc": "3.682.0",
26
+ "@aws-sdk/core": "3.679.0",
27
+ "@aws-sdk/credential-provider-node": "3.682.0",
28
+ "@aws-sdk/middleware-host-header": "3.679.0",
29
+ "@aws-sdk/middleware-logger": "3.679.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
31
+ "@aws-sdk/middleware-user-agent": "3.682.0",
32
+ "@aws-sdk/region-config-resolver": "3.679.0",
33
+ "@aws-sdk/types": "3.679.0",
34
+ "@aws-sdk/util-endpoints": "3.679.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
36
+ "@aws-sdk/util-user-agent-node": "3.682.0",
37
37
  "@smithy/config-resolver": "^3.0.9",
38
38
  "@smithy/core": "^2.4.8",
39
39
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -23,15 +23,18 @@ var client_exports = {};
23
23
  __export(client_exports, {
24
24
  emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
25
25
  setCredentialFeature: () => setCredentialFeature,
26
- setFeature: () => setFeature
26
+ setFeature: () => setFeature,
27
+ state: () => state
27
28
  });
28
29
  module.exports = __toCommonJS(client_exports);
29
30
 
30
31
  // src/submodules/client/emitWarningIfUnsupportedVersion.ts
31
- var warningEmitted = false;
32
+ var state = {
33
+ warningEmitted: false
34
+ };
32
35
  var emitWarningIfUnsupportedVersion = /* @__PURE__ */ __name((version) => {
33
- if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
34
- warningEmitted = true;
36
+ if (version && !state.warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
37
+ state.warningEmitted = true;
35
38
  process.emitWarning(
36
39
  `NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
37
40
  no longer support Node.js 16.x on January 6, 2025.
@@ -70,5 +73,6 @@ __name(setFeature, "setFeature");
70
73
  0 && (module.exports = {
71
74
  emitWarningIfUnsupportedVersion,
72
75
  setCredentialFeature,
73
- setFeature
76
+ setFeature,
77
+ state
74
78
  });
@@ -1,7 +1,9 @@
1
- let warningEmitted = false;
1
+ export const state = {
2
+ warningEmitted: false,
3
+ };
2
4
  export const emitWarningIfUnsupportedVersion = (version) => {
3
- if (version && !warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
4
- warningEmitted = true;
5
+ if (version && !state.warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
6
+ state.warningEmitted = true;
5
7
  process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
6
8
  no longer support Node.js 16.x on January 6, 2025.
7
9
 
@@ -1,3 +1,6 @@
1
+ export declare const state: {
2
+ warningEmitted: boolean;
3
+ };
1
4
  /**
2
5
  * @internal
3
6
  *
@@ -1 +1,4 @@
1
+ export declare const state: {
2
+ warningEmitted: boolean;
3
+ };
1
4
  export declare const emitWarningIfUnsupportedVersion: (version: string) => void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.667.0",
3
+ "version": "3.679.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -12,8 +12,10 @@
12
12
  "lint": "node ./scripts/lint.js",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
14
  "extract:docs": "api-extractor run --local",
15
- "test": "jest",
16
- "test:integration": "jest -c jest.config.integ.js"
15
+ "test": "vitest run",
16
+ "test:integration": "vitest run -c vitest.config.integ.ts",
17
+ "test:watch": "vitest watch",
18
+ "test:integration:watch": "vitest watch -c vitest.config.integ.ts"
17
19
  },
18
20
  "main": "./dist-cjs/index.js",
19
21
  "module": "./dist-es/index.js",
@@ -79,7 +81,7 @@
79
81
  },
80
82
  "license": "Apache-2.0",
81
83
  "dependencies": {
82
- "@aws-sdk/types": "3.667.0",
84
+ "@aws-sdk/types": "3.679.0",
83
85
  "@smithy/core": "^2.4.8",
84
86
  "@smithy/node-config-provider": "^3.1.8",
85
87
  "@smithy/property-provider": "^3.1.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.667.0",
3
+ "version": "3.679.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -12,7 +12,8 @@
12
12
  "build:types": "tsc -p tsconfig.types.json",
13
13
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
14
14
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
15
- "test": "jest"
15
+ "test": "vitest run",
16
+ "test:watch": "vitest watch"
16
17
  },
17
18
  "keywords": [
18
19
  "aws",
@@ -24,8 +25,8 @@
24
25
  },
25
26
  "license": "Apache-2.0",
26
27
  "dependencies": {
27
- "@aws-sdk/core": "3.667.0",
28
- "@aws-sdk/types": "3.667.0",
28
+ "@aws-sdk/core": "3.679.0",
29
+ "@aws-sdk/types": "3.679.0",
29
30
  "@smithy/property-provider": "^3.1.7",
30
31
  "@smithy/types": "^3.5.0",
31
32
  "tslib": "^2.6.2"