@aws-sdk/client-auto-scaling 3.53.0 → 3.55.0

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 (92) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/AutoScalingClient.js +13 -13
  3. package/dist-cjs/commands/AttachInstancesCommand.js +3 -3
  4. package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
  5. package/dist-cjs/commands/AttachLoadBalancersCommand.js +3 -3
  6. package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +3 -3
  7. package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
  8. package/dist-cjs/commands/CancelInstanceRefreshCommand.js +3 -3
  9. package/dist-cjs/commands/CompleteLifecycleActionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +3 -3
  11. package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +3 -3
  12. package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteLifecycleHookCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +3 -3
  17. package/dist-cjs/commands/DeletePolicyCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteScheduledActionCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteTagsCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteWarmPoolCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +3 -3
  34. package/dist-cjs/commands/DescribePoliciesCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +3 -3
  40. package/dist-cjs/commands/DescribeWarmPoolCommand.js +3 -3
  41. package/dist-cjs/commands/DetachInstancesCommand.js +3 -3
  42. package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
  43. package/dist-cjs/commands/DetachLoadBalancersCommand.js +3 -3
  44. package/dist-cjs/commands/DisableMetricsCollectionCommand.js +3 -3
  45. package/dist-cjs/commands/EnableMetricsCollectionCommand.js +3 -3
  46. package/dist-cjs/commands/EnterStandbyCommand.js +3 -3
  47. package/dist-cjs/commands/ExecutePolicyCommand.js +3 -3
  48. package/dist-cjs/commands/ExitStandbyCommand.js +3 -3
  49. package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +3 -3
  50. package/dist-cjs/commands/PutLifecycleHookCommand.js +3 -3
  51. package/dist-cjs/commands/PutNotificationConfigurationCommand.js +3 -3
  52. package/dist-cjs/commands/PutScalingPolicyCommand.js +3 -3
  53. package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +3 -3
  54. package/dist-cjs/commands/PutWarmPoolCommand.js +3 -3
  55. package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
  56. package/dist-cjs/commands/ResumeProcessesCommand.js +3 -3
  57. package/dist-cjs/commands/SetDesiredCapacityCommand.js +3 -3
  58. package/dist-cjs/commands/SetInstanceHealthCommand.js +3 -3
  59. package/dist-cjs/commands/SetInstanceProtectionCommand.js +3 -3
  60. package/dist-cjs/commands/StartInstanceRefreshCommand.js +3 -3
  61. package/dist-cjs/commands/SuspendProcessesCommand.js +3 -3
  62. package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +3 -3
  64. package/dist-cjs/endpoints.js +2 -2
  65. package/dist-cjs/protocols/Aws_query.js +411 -411
  66. package/dist-cjs/runtimeConfig.browser.js +4 -4
  67. package/dist-cjs/runtimeConfig.js +9 -9
  68. package/dist-cjs/runtimeConfig.native.js +1 -1
  69. package/dist-cjs/waiters/waitForGroupExists.js +3 -3
  70. package/dist-cjs/waiters/waitForGroupInService.js +3 -3
  71. package/dist-cjs/waiters/waitForGroupNotExists.js +3 -3
  72. package/dist-es/AutoScaling.js +61 -61
  73. package/dist-es/endpoints.js +1 -1
  74. package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +4 -4
  75. package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +4 -4
  76. package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +4 -4
  77. package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +4 -4
  78. package/dist-es/pagination/DescribePoliciesPaginator.js +4 -4
  79. package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +4 -4
  80. package/dist-es/pagination/DescribeScheduledActionsPaginator.js +4 -4
  81. package/dist-es/pagination/DescribeTagsPaginator.js +4 -4
  82. package/dist-es/protocols/Aws_query.js +131 -131
  83. package/dist-es/waiters/waitForGroupInService.js +4 -4
  84. package/dist-types/AutoScalingClient.d.ts +2 -2
  85. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  86. package/dist-types/runtimeConfig.d.ts +1 -1
  87. package/dist-types/runtimeConfig.native.d.ts +3 -3
  88. package/dist-types/ts3.4/AutoScalingClient.d.ts +2 -2
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  92. package/package.json +35 -35
@@ -13,7 +13,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
13
13
  reason = result_1;
14
14
  try {
15
15
  returnComparator = function () {
16
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.AutoScalingGroups)));
16
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.AutoScalingGroups), false));
17
17
  var projection_3 = flat_1.map(function (element_2) {
18
18
  var filterRes_5 = element_2.Instances.filter(function (element_4) {
19
19
  return element_4.LifecycleState == "InService";
@@ -23,7 +23,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
23
23
  element_2 = result_6;
24
24
  return element_2;
25
25
  });
26
- var flat_7 = [].concat.apply([], __spreadArray([], __read(projection_3)));
26
+ var flat_7 = [].concat.apply([], __spreadArray([], __read(projection_3), false));
27
27
  return flat_7.includes(false);
28
28
  };
29
29
  if (returnComparator() == false) {
@@ -33,7 +33,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
33
33
  catch (e) { }
34
34
  try {
35
35
  returnComparator = function () {
36
- var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.AutoScalingGroups)));
36
+ var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.AutoScalingGroups), false));
37
37
  var projection_3 = flat_1.map(function (element_2) {
38
38
  var filterRes_5 = element_2.Instances.filter(function (element_4) {
39
39
  return element_4.LifecycleState == "InService";
@@ -43,7 +43,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
43
43
  element_2 = result_6;
44
44
  return element_2;
45
45
  });
46
- var flat_7 = [].concat.apply([], __spreadArray([], __read(projection_3)));
46
+ var flat_7 = [].concat.apply([], __spreadArray([], __read(projection_3), false));
47
47
  return flat_7.includes(false);
48
48
  };
49
49
  if (returnComparator() == true) {
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "./commands/AttachInstancesCommand";
10
10
  import { AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput } from "./commands/AttachLoadBalancersCommand";
11
11
  import { AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput } from "./commands/AttachLoadBalancerTargetGroupsCommand";
@@ -89,7 +89,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
89
89
  * A function that can calculate the length of a request body.
90
90
  * @internal
91
91
  */
92
- bodyLengthChecker?: (body: any) => number | undefined;
92
+ bodyLengthChecker?: __BodyLengthCalculator;
93
93
  /**
94
94
  * A function that converts a stream into an array of bytes.
95
95
  * @internal
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
9
  base64Decoder: import("@aws-sdk/types").Decoder;
10
10
  base64Encoder: import("@aws-sdk/types").Encoder;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
8
8
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
9
9
  apiVersion: string;
10
10
  urlParser: import("@aws-sdk/types").UrlParser;
11
- bodyLengthChecker: (body: any) => number | undefined;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
12
  streamCollector: import("@aws-sdk/types").StreamCollector;
13
13
  base64Decoder: import("@aws-sdk/types").Decoder;
14
14
  base64Encoder: import("@aws-sdk/types").Encoder;
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
21
21
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
23
  serviceId: string;
24
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
24
+ region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
7
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AttachInstancesCommandInput, AttachInstancesCommandOutput } from "./commands/AttachInstancesCommand";
10
10
  import { AttachLoadBalancersCommandInput, AttachLoadBalancersCommandOutput } from "./commands/AttachLoadBalancersCommand";
11
11
  import { AttachLoadBalancerTargetGroupsCommandInput, AttachLoadBalancerTargetGroupsCommandOutput } from "./commands/AttachLoadBalancerTargetGroupsCommand";
@@ -77,7 +77,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
77
77
 
78
78
  urlParser?: __UrlParser;
79
79
 
80
- bodyLengthChecker?: (body: any) => number | undefined;
80
+ bodyLengthChecker?: __BodyLengthCalculator;
81
81
 
82
82
  streamCollector?: __StreamCollector;
83
83
 
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
7
  base64Decoder: import("@aws-sdk/types").Decoder;
8
8
  base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
12
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
@@ -6,7 +6,7 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
6
6
  requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
7
  apiVersion: string;
8
8
  urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
9
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
10
  streamCollector: import("@aws-sdk/types").StreamCollector;
11
11
  base64Decoder: import("@aws-sdk/types").Decoder;
12
12
  base64Encoder: import("@aws-sdk/types").Encoder;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: AutoScalingClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
21
  serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
22
+ region: string | import("@aws-sdk/types").Provider<any>;
23
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
24
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
25
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
27
27
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
28
  tls?: boolean | undefined;
29
29
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-auto-scaling",
3
3
  "description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
4
- "version": "3.53.0",
4
+ "version": "3.55.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,50 +18,50 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.53.0",
22
- "@aws-sdk/config-resolver": "3.53.0",
23
- "@aws-sdk/credential-provider-node": "3.53.0",
24
- "@aws-sdk/fetch-http-handler": "3.53.0",
25
- "@aws-sdk/hash-node": "3.53.0",
26
- "@aws-sdk/invalid-dependency": "3.53.0",
27
- "@aws-sdk/middleware-content-length": "3.53.0",
28
- "@aws-sdk/middleware-host-header": "3.53.0",
29
- "@aws-sdk/middleware-logger": "3.53.0",
30
- "@aws-sdk/middleware-retry": "3.53.0",
31
- "@aws-sdk/middleware-serde": "3.53.0",
32
- "@aws-sdk/middleware-signing": "3.53.0",
33
- "@aws-sdk/middleware-stack": "3.53.0",
34
- "@aws-sdk/middleware-user-agent": "3.53.0",
35
- "@aws-sdk/node-config-provider": "3.53.0",
36
- "@aws-sdk/node-http-handler": "3.53.0",
37
- "@aws-sdk/protocol-http": "3.53.0",
38
- "@aws-sdk/smithy-client": "3.53.0",
39
- "@aws-sdk/types": "3.53.0",
40
- "@aws-sdk/url-parser": "3.53.0",
41
- "@aws-sdk/util-base64-browser": "3.52.0",
42
- "@aws-sdk/util-base64-node": "3.52.0",
43
- "@aws-sdk/util-body-length-browser": "3.52.0",
44
- "@aws-sdk/util-body-length-node": "3.52.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.53.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.53.0",
47
- "@aws-sdk/util-user-agent-browser": "3.53.0",
48
- "@aws-sdk/util-user-agent-node": "3.53.0",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "@aws-sdk/util-waiter": "3.53.0",
21
+ "@aws-sdk/client-sts": "3.55.0",
22
+ "@aws-sdk/config-resolver": "3.55.0",
23
+ "@aws-sdk/credential-provider-node": "3.55.0",
24
+ "@aws-sdk/fetch-http-handler": "3.55.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.55.0",
28
+ "@aws-sdk/middleware-host-header": "3.55.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.55.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.55.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.55.0",
35
+ "@aws-sdk/node-config-provider": "3.55.0",
36
+ "@aws-sdk/node-http-handler": "3.55.0",
37
+ "@aws-sdk/protocol-http": "3.55.0",
38
+ "@aws-sdk/smithy-client": "3.55.0",
39
+ "@aws-sdk/types": "3.55.0",
40
+ "@aws-sdk/url-parser": "3.55.0",
41
+ "@aws-sdk/util-base64-browser": "3.55.0",
42
+ "@aws-sdk/util-base64-node": "3.55.0",
43
+ "@aws-sdk/util-body-length-browser": "3.55.0",
44
+ "@aws-sdk/util-body-length-node": "3.55.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.55.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.55.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.55.0",
48
+ "@aws-sdk/util-user-agent-node": "3.55.0",
49
+ "@aws-sdk/util-utf8-browser": "3.55.0",
50
+ "@aws-sdk/util-utf8-node": "3.55.0",
51
+ "@aws-sdk/util-waiter": "3.55.0",
52
52
  "entities": "2.2.0",
53
53
  "fast-xml-parser": "3.19.0",
54
- "tslib": "^2.3.0"
54
+ "tslib": "^2.3.1"
55
55
  },
56
56
  "devDependencies": {
57
- "@aws-sdk/service-client-documentation-generator": "3.52.0",
57
+ "@aws-sdk/service-client-documentation-generator": "3.55.0",
58
58
  "@tsconfig/recommended": "1.0.1",
59
59
  "@types/node": "^12.7.5",
60
60
  "concurrently": "7.0.0",
61
61
  "downlevel-dts": "0.7.0",
62
62
  "rimraf": "3.0.2",
63
63
  "typedoc": "0.19.2",
64
- "typescript": "~4.3.5"
64
+ "typescript": "~4.6.2"
65
65
  },
66
66
  "engines": {
67
67
  "node": ">=12.0.0"