@aws-sdk/client-lightsail 3.50.0 → 3.53.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 (190) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/LightsailServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +119 -6
  5. package/dist-cjs/protocols/Aws_json1_1.js +1762 -7559
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/LightsailServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +107 -1
  9. package/dist-es/protocols/Aws_json1_1.js +3975 -8160
  10. package/dist-types/Lightsail.d.ts +25 -13
  11. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateKeyPairCommand.d.ts +7 -1
  13. package/dist-types/commands/DeleteKeyPairCommand.d.ts +5 -2
  14. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +3 -1
  15. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +2 -2
  16. package/dist-types/commands/GetBucketBundlesCommand.d.ts +2 -2
  17. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +2 -1
  18. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +2 -2
  19. package/dist-types/index.d.ts +1 -0
  20. package/dist-types/models/LightsailServiceException.d.ts +10 -0
  21. package/dist-types/models/models_0.d.ts +94 -58
  22. package/dist-types/models/models_1.d.ts +8 -3
  23. package/dist-types/ts3.4/Lightsail.d.ts +770 -0
  24. package/dist-types/ts3.4/LightsailClient.d.ts +226 -0
  25. package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +17 -0
  98. package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +18 -0
  117. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +17 -0
  161. package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/index.d.ts +153 -0
  179. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  180. package/dist-types/ts3.4/index.d.ts +5 -0
  181. package/dist-types/ts3.4/models/LightsailServiceException.d.ts +6 -0
  182. package/dist-types/ts3.4/models/index.d.ts +2 -0
  183. package/dist-types/ts3.4/models/models_0.d.ts +830 -0
  184. package/dist-types/ts3.4/models/models_1.d.ts +1983 -0
  185. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +461 -0
  186. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  187. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  188. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  189. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  190. package/package.json +33 -33
@@ -0,0 +1,37 @@
1
+ import { LightsailClientConfig } from "./LightsailClient";
2
+
3
+ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
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
+ apiVersion: string;
8
+ urlParser: import("@aws-sdk/types").UrlParser;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ streamCollector: import("@aws-sdk/types").StreamCollector;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ utf8Decoder: import("@aws-sdk/types").Decoder;
14
+ utf8Encoder: import("@aws-sdk/types").Encoder;
15
+ disableHostPrefix: boolean;
16
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
18
+ logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ serviceId: string;
22
+ region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
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>;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -0,0 +1,11 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { LightsailClientConfig } from "./LightsailClient";
3
+
4
+ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
5
+ apiVersion: string;
6
+ disableHostPrefix: boolean;
7
+ logger: __Logger;
8
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
+ serviceId: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lightsail",
3
3
  "description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
4
- "version": "3.50.0",
4
+ "version": "3.53.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",
@@ -9,7 +9,7 @@
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "rimraf ./dist-*"
12
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
13
13
  },
14
14
  "main": "./dist-cjs/index.js",
15
15
  "types": "./dist-types/index.d.ts",
@@ -18,40 +18,40 @@
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.50.0",
22
- "@aws-sdk/config-resolver": "3.50.0",
23
- "@aws-sdk/credential-provider-node": "3.50.0",
24
- "@aws-sdk/fetch-http-handler": "3.50.0",
25
- "@aws-sdk/hash-node": "3.50.0",
26
- "@aws-sdk/invalid-dependency": "3.50.0",
27
- "@aws-sdk/middleware-content-length": "3.50.0",
28
- "@aws-sdk/middleware-host-header": "3.50.0",
29
- "@aws-sdk/middleware-logger": "3.50.0",
30
- "@aws-sdk/middleware-retry": "3.50.0",
31
- "@aws-sdk/middleware-serde": "3.50.0",
32
- "@aws-sdk/middleware-signing": "3.50.0",
33
- "@aws-sdk/middleware-stack": "3.50.0",
34
- "@aws-sdk/middleware-user-agent": "3.50.0",
35
- "@aws-sdk/node-config-provider": "3.50.0",
36
- "@aws-sdk/node-http-handler": "3.50.0",
37
- "@aws-sdk/protocol-http": "3.50.0",
38
- "@aws-sdk/smithy-client": "3.50.0",
39
- "@aws-sdk/types": "3.50.0",
40
- "@aws-sdk/url-parser": "3.50.0",
41
- "@aws-sdk/util-base64-browser": "3.49.0",
42
- "@aws-sdk/util-base64-node": "3.49.0",
43
- "@aws-sdk/util-body-length-browser": "3.49.0",
44
- "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
- "@aws-sdk/util-user-agent-browser": "3.50.0",
48
- "@aws-sdk/util-user-agent-node": "3.50.0",
49
- "@aws-sdk/util-utf8-browser": "3.49.0",
50
- "@aws-sdk/util-utf8-node": "3.49.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
51
  "tslib": "^2.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@aws-sdk/service-client-documentation-generator": "3.49.0",
54
+ "@aws-sdk/service-client-documentation-generator": "3.52.0",
55
55
  "@tsconfig/recommended": "1.0.1",
56
56
  "@types/node": "^12.7.5",
57
57
  "concurrently": "7.0.0",