@aws-sdk/client-lightsail 3.170.0 → 3.178.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 +19 -0
  2. package/dist-cjs/Lightsail.js +15 -0
  3. package/dist-cjs/commands/UpdateInstanceMetadataOptionsCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +1 -0
  6. package/dist-cjs/models/models_1.js +37 -4
  7. package/dist-cjs/protocols/Aws_json1_1.js +92 -4
  8. package/dist-es/Lightsail.js +15 -0
  9. package/dist-es/commands/UpdateInstanceMetadataOptionsCommand.js +39 -0
  10. package/dist-es/commands/index.js +1 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_1.js +24 -0
  13. package/dist-es/protocols/Aws_json1_1.js +106 -0
  14. package/dist-types/Lightsail.d.ts +12 -0
  15. package/dist-types/LightsailClient.d.ts +3 -2
  16. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +40 -0
  17. package/dist-types/commands/index.d.ts +1 -0
  18. package/dist-types/models/models_0.d.ts +1 -0
  19. package/dist-types/models/models_1.d.ts +159 -0
  20. package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
  21. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  22. package/dist-types/runtimeConfig.d.ts +1 -1
  23. package/dist-types/runtimeConfig.native.d.ts +1 -1
  24. package/dist-types/ts3.4/Lightsail.d.ts +17 -154
  25. package/dist-types/ts3.4/LightsailClient.d.ts +6 -25
  26. package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
  52. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -2
  53. package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +0 -2
  54. package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +0 -2
  55. package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +0 -2
  56. package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +0 -2
  57. package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +0 -2
  58. package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +0 -2
  59. package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +0 -2
  60. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +0 -2
  61. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +0 -2
  62. package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +0 -2
  63. package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +0 -2
  64. package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +0 -2
  65. package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +0 -2
  66. package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +0 -2
  67. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +0 -2
  68. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +0 -2
  69. package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +0 -2
  70. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +0 -2
  71. package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +0 -2
  72. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
  73. package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +0 -2
  74. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -2
  75. package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +0 -2
  76. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +0 -2
  77. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +0 -2
  78. package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +0 -2
  79. package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +0 -2
  80. package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +0 -2
  81. package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +0 -2
  82. package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +0 -2
  83. package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +0 -2
  84. package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +0 -2
  85. package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +0 -2
  86. package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +0 -2
  87. package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +0 -2
  88. package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +0 -2
  89. package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +0 -2
  90. package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +0 -2
  91. package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +0 -2
  92. package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +0 -2
  93. package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +0 -2
  94. package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +0 -2
  95. package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +0 -2
  96. package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +0 -2
  97. package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +0 -2
  98. package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +0 -2
  99. package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +0 -2
  100. package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +0 -2
  101. package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +0 -2
  102. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +0 -2
  103. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +0 -2
  104. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +0 -2
  105. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +0 -2
  106. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +0 -2
  107. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +0 -2
  108. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +0 -2
  109. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +0 -2
  110. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +0 -2
  111. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +0 -2
  112. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +0 -2
  113. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +0 -2
  114. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +0 -2
  115. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +0 -2
  116. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +0 -2
  117. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +0 -2
  118. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +0 -2
  119. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +0 -2
  120. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +0 -2
  121. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +0 -2
  122. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +0 -2
  123. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +0 -2
  124. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +0 -2
  125. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +0 -2
  126. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +0 -2
  127. package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +0 -2
  128. package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +0 -2
  129. package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +0 -2
  130. package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +0 -2
  131. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +0 -2
  132. package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +0 -2
  133. package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +0 -2
  134. package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +0 -2
  135. package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +0 -2
  136. package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +0 -2
  137. package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +0 -2
  138. package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +0 -2
  139. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +0 -2
  140. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +0 -2
  141. package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +0 -2
  142. package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +0 -2
  143. package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +0 -2
  144. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +0 -2
  145. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +0 -2
  146. package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +0 -2
  147. package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +0 -2
  148. package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +0 -2
  149. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
  150. package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +0 -2
  151. package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +0 -2
  152. package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +0 -2
  153. package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +0 -2
  154. package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +0 -2
  155. package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +0 -2
  156. package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +0 -2
  157. package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +0 -2
  158. package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +0 -2
  159. package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +0 -2
  160. package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +0 -2
  161. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -2
  162. package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +0 -2
  163. package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +0 -2
  164. package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +0 -2
  165. package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +0 -2
  166. package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +0 -2
  167. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  168. package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +0 -2
  169. package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +0 -2
  170. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  171. package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +0 -2
  172. package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +0 -2
  173. package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +0 -2
  174. package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +0 -2
  175. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +0 -2
  176. package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +0 -2
  177. package/dist-types/ts3.4/commands/UpdateInstanceMetadataOptionsCommand.d.ts +39 -0
  178. package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +0 -2
  179. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +0 -2
  180. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +0 -2
  181. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  182. package/dist-types/ts3.4/models/LightsailServiceException.d.ts +0 -1
  183. package/dist-types/ts3.4/models/models_0.d.ts +2397 -7646
  184. package/dist-types/ts3.4/models/models_1.d.ts +44 -514
  185. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  186. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  187. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  188. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  189. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  190. package/package.json +26 -26
@@ -607,6 +607,10 @@ import {
607
607
  UpdateDomainEntryCommandInput,
608
608
  UpdateDomainEntryCommandOutput,
609
609
  } from "../commands/UpdateDomainEntryCommand";
610
+ import {
611
+ UpdateInstanceMetadataOptionsCommandInput,
612
+ UpdateInstanceMetadataOptionsCommandOutput,
613
+ } from "../commands/UpdateInstanceMetadataOptionsCommand";
610
614
  import {
611
615
  UpdateLoadBalancerAttributeCommandInput,
612
616
  UpdateLoadBalancerAttributeCommandOutput,
@@ -1223,6 +1227,10 @@ export declare const serializeAws_json1_1UpdateDomainEntryCommand: (
1223
1227
  input: UpdateDomainEntryCommandInput,
1224
1228
  context: __SerdeContext
1225
1229
  ) => Promise<__HttpRequest>;
1230
+ export declare const serializeAws_json1_1UpdateInstanceMetadataOptionsCommand: (
1231
+ input: UpdateInstanceMetadataOptionsCommandInput,
1232
+ context: __SerdeContext
1233
+ ) => Promise<__HttpRequest>;
1226
1234
  export declare const serializeAws_json1_1UpdateLoadBalancerAttributeCommand: (
1227
1235
  input: UpdateLoadBalancerAttributeCommandInput,
1228
1236
  context: __SerdeContext
@@ -1839,6 +1847,10 @@ export declare const deserializeAws_json1_1UpdateDomainEntryCommand: (
1839
1847
  output: __HttpResponse,
1840
1848
  context: __SerdeContext
1841
1849
  ) => Promise<UpdateDomainEntryCommandOutput>;
1850
+ export declare const deserializeAws_json1_1UpdateInstanceMetadataOptionsCommand: (
1851
+ output: __HttpResponse,
1852
+ context: __SerdeContext
1853
+ ) => Promise<UpdateInstanceMetadataOptionsCommandOutput>;
1842
1854
  export declare const deserializeAws_json1_1UpdateLoadBalancerAttributeCommand: (
1843
1855
  output: __HttpResponse,
1844
1856
  context: __SerdeContext
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { LightsailClientConfig } from "./LightsailClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
51
50
  | undefined;
52
51
  signer?:
53
52
  | import("@aws-sdk/types").RequestSigner
54
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
53
+ | ((
54
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
55
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
55
56
  | undefined;
56
57
  signingEscapePath?: boolean | undefined;
57
58
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { LightsailClientConfig } from "./LightsailClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -51,7 +50,9 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
51
50
  | undefined;
52
51
  signer?:
53
52
  | import("@aws-sdk/types").RequestSigner
54
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
53
+ | ((
54
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
55
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
55
56
  | undefined;
56
57
  signingEscapePath?: boolean | undefined;
57
58
  systemClockOffset?: number | undefined;
@@ -1,5 +1,4 @@
1
1
  import { LightsailClientConfig } from "./LightsailClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -52,7 +51,9 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
52
51
  | undefined;
53
52
  signer?:
54
53
  | import("@aws-sdk/types").RequestSigner
55
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
54
+ | ((
55
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
56
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
56
57
  | undefined;
57
58
  signingEscapePath?: boolean | undefined;
58
59
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { LightsailClientConfig } from "./LightsailClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
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.170.0",
4
+ "version": "3.178.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",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.178.0",
23
+ "@aws-sdk/config-resolver": "3.178.0",
24
+ "@aws-sdk/credential-provider-node": "3.178.0",
25
+ "@aws-sdk/fetch-http-handler": "3.178.0",
26
+ "@aws-sdk/hash-node": "3.178.0",
27
+ "@aws-sdk/invalid-dependency": "3.178.0",
28
+ "@aws-sdk/middleware-content-length": "3.178.0",
29
+ "@aws-sdk/middleware-host-header": "3.178.0",
30
+ "@aws-sdk/middleware-logger": "3.178.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.178.0",
32
+ "@aws-sdk/middleware-retry": "3.178.0",
33
+ "@aws-sdk/middleware-serde": "3.178.0",
34
+ "@aws-sdk/middleware-signing": "3.178.0",
35
+ "@aws-sdk/middleware-stack": "3.178.0",
36
+ "@aws-sdk/middleware-user-agent": "3.178.0",
37
+ "@aws-sdk/node-config-provider": "3.178.0",
38
+ "@aws-sdk/node-http-handler": "3.178.0",
39
+ "@aws-sdk/protocol-http": "3.178.0",
40
+ "@aws-sdk/smithy-client": "3.178.0",
41
+ "@aws-sdk/types": "3.178.0",
42
+ "@aws-sdk/url-parser": "3.178.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.178.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.178.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.178.0",
50
+ "@aws-sdk/util-user-agent-node": "3.178.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"