@aws-sdk/client-lightsail 3.39.0 → 3.43.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 (180) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/endpoints.js +74 -5
  3. package/dist-cjs/models/models_0.js +11 -11
  4. package/dist-cjs/models/models_1.js +10 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +21 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/endpoints.js +74 -5
  9. package/dist-es/models/models_0.js +4 -4
  10. package/dist-es/models/models_1.js +4 -0
  11. package/dist-es/protocols/Aws_json1_1.js +17 -1
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/Lightsail.d.ts +2 -0
  15. package/dist-types/LightsailClient.d.ts +8 -0
  16. package/dist-types/commands/AllocateStaticIpCommand.d.ts +1 -1
  17. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
  18. package/dist-types/commands/AttachDiskCommand.d.ts +1 -1
  19. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +1 -1
  20. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +1 -1
  21. package/dist-types/commands/AttachStaticIpCommand.d.ts +1 -1
  22. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +1 -1
  23. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateBucketCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateCertificateCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateContactMethodCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateContainerServiceCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDiskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateDistributionCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDomainEntryCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateInstancesCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteAlarmCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteContactMethodCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteContainerImageCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteDiskCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteKeyPairCommand.d.ts +3 -1
  63. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +1 -1
  68. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
  69. package/dist-types/commands/DetachDiskCommand.d.ts +1 -1
  70. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +1 -1
  71. package/dist-types/commands/DetachStaticIpCommand.d.ts +1 -1
  72. package/dist-types/commands/DisableAddOnCommand.d.ts +1 -1
  73. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +1 -1
  74. package/dist-types/commands/EnableAddOnCommand.d.ts +1 -1
  75. package/dist-types/commands/ExportSnapshotCommand.d.ts +1 -1
  76. package/dist-types/commands/GetActiveNamesCommand.d.ts +1 -1
  77. package/dist-types/commands/GetAlarmsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetBlueprintsCommand.d.ts +1 -1
  80. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +1 -1
  81. package/dist-types/commands/GetBucketBundlesCommand.d.ts +1 -1
  82. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +1 -1
  83. package/dist-types/commands/GetBucketsCommand.d.ts +1 -1
  84. package/dist-types/commands/GetBundlesCommand.d.ts +1 -1
  85. package/dist-types/commands/GetCertificatesCommand.d.ts +1 -1
  86. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +1 -1
  87. package/dist-types/commands/GetContactMethodsCommand.d.ts +1 -1
  88. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +1 -1
  89. package/dist-types/commands/GetContainerImagesCommand.d.ts +1 -1
  90. package/dist-types/commands/GetContainerLogCommand.d.ts +1 -1
  91. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +1 -1
  92. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
  93. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +1 -1
  94. package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -1
  95. package/dist-types/commands/GetDiskCommand.d.ts +1 -1
  96. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
  97. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  98. package/dist-types/commands/GetDisksCommand.d.ts +1 -1
  99. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +1 -1
  100. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  101. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +1 -1
  102. package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
  103. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  104. package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
  105. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  106. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  107. package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
  108. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +1 -1
  109. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
  110. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  111. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
  113. package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
  114. package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
  115. package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
  116. package/dist-types/commands/GetLoadBalancerCommand.d.ts +1 -1
  117. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +1 -1
  119. package/dist-types/commands/GetLoadBalancersCommand.d.ts +1 -1
  120. package/dist-types/commands/GetOperationCommand.d.ts +1 -1
  121. package/dist-types/commands/GetOperationsCommand.d.ts +1 -1
  122. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +1 -1
  123. package/dist-types/commands/GetRegionsCommand.d.ts +1 -1
  124. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +1 -1
  125. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +1 -1
  126. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +1 -1
  127. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +1 -1
  128. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +1 -1
  130. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +1 -1
  131. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +1 -1
  132. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +1 -1
  133. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +1 -1
  134. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +1 -1
  135. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +1 -1
  136. package/dist-types/commands/GetStaticIpCommand.d.ts +1 -1
  137. package/dist-types/commands/GetStaticIpsCommand.d.ts +1 -1
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  139. package/dist-types/commands/IsVpcPeeredCommand.d.ts +1 -1
  140. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +1 -1
  141. package/dist-types/commands/PeerVpcCommand.d.ts +1 -1
  142. package/dist-types/commands/PutAlarmCommand.d.ts +1 -1
  143. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +1 -1
  144. package/dist-types/commands/RebootInstanceCommand.d.ts +1 -1
  145. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +1 -1
  146. package/dist-types/commands/RegisterContainerImageCommand.d.ts +1 -1
  147. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
  149. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +1 -1
  150. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
  151. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
  152. package/dist-types/commands/StartInstanceCommand.d.ts +1 -1
  153. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +1 -1
  154. package/dist-types/commands/StopInstanceCommand.d.ts +1 -1
  155. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +1 -1
  156. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  157. package/dist-types/commands/TestAlarmCommand.d.ts +1 -1
  158. package/dist-types/commands/UnpeerVpcCommand.d.ts +1 -1
  159. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  160. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +1 -1
  161. package/dist-types/commands/UpdateBucketCommand.d.ts +1 -1
  162. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +1 -1
  163. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
  164. package/dist-types/commands/UpdateDistributionCommand.d.ts +1 -1
  165. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +1 -1
  166. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +1 -1
  167. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +1 -1
  168. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +1 -1
  169. package/dist-types/models/models_0.d.ts +56 -24
  170. package/dist-types/models/models_1.d.ts +24 -1
  171. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  172. package/dist-types/runtimeConfig.d.ts +2 -0
  173. package/dist-types/runtimeConfig.native.d.ts +2 -0
  174. package/dist-types/ts3.4/LightsailClient.d.ts +4 -0
  175. package/dist-types/ts3.4/models/models_0.d.ts +15 -0
  176. package/dist-types/ts3.4/models/models_1.d.ts +14 -1
  177. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  178. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  179. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  180. package/package.json +23 -23
@@ -191,6 +191,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
191
191
 
192
192
  logger?: __Logger;
193
193
 
194
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
195
+
196
+ useFipsEndpoint?: boolean | __Provider<boolean>;
197
+
194
198
  serviceId?: string;
195
199
 
196
200
  region?: string | __Provider<string>;
@@ -711,6 +711,19 @@ export declare namespace Blueprint {
711
711
  const filterSensitiveLog: (obj: Blueprint) => any;
712
712
  }
713
713
 
714
+ export interface BucketAccessLogConfig {
715
+
716
+ enabled: boolean | undefined;
717
+
718
+ destination?: string;
719
+
720
+ prefix?: string;
721
+ }
722
+ export declare namespace BucketAccessLogConfig {
723
+
724
+ const filterSensitiveLog: (obj: BucketAccessLogConfig) => any;
725
+ }
726
+
714
727
  export interface BucketState {
715
728
 
716
729
  code?: string;
@@ -764,6 +777,8 @@ export interface Bucket {
764
777
  resourcesReceivingAccess?: ResourceReceivingAccess[];
765
778
 
766
779
  state?: BucketState;
780
+
781
+ accessLogConfig?: BucketAccessLogConfig;
767
782
  }
768
783
  export declare namespace Bucket {
769
784
 
@@ -1,4 +1,15 @@
1
- import { AccessRules, AddOn, AlarmState, AvailabilityZone, Bucket, CacheBehavior, CacheBehaviorPerPath, CacheSettings, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerImage, ContainerService, ContainerServicePowerName, Disk, DomainEntry, InputOrigin, InstanceHardware, InstanceNetworking, IpAddressType, KeyPair, MetricDatapoint, MetricName, MetricStatistic, MetricUnit, NetworkProtocol, Operation, PortInfo, RegionName, ResourceLocation, ResourceType, Tag, TreatMissingData } from "./models_0";
1
+ import { AccessRules, AddOn, AlarmState, AvailabilityZone, Bucket, BucketAccessLogConfig, CacheBehavior, CacheBehaviorPerPath, CacheSettings, ComparisonOperator, ContactMethodVerificationProtocol, ContactProtocol, ContainerImage, ContainerService, ContainerServicePowerName, Disk, DomainEntry, InputOrigin, InstanceHardware, InstancePortInfo, IpAddressType, KeyPair, MetricDatapoint, MetricName, MetricStatistic, MetricUnit, MonthlyTransfer, NetworkProtocol, Operation, PortInfo, RegionName, ResourceLocation, ResourceType, Tag, TreatMissingData } from "./models_0";
2
+
3
+ export interface InstanceNetworking {
4
+
5
+ monthlyTransfer?: MonthlyTransfer;
6
+
7
+ ports?: InstancePortInfo[];
8
+ }
9
+ export declare namespace InstanceNetworking {
10
+
11
+ const filterSensitiveLog: (obj: InstanceNetworking) => any;
12
+ }
2
13
 
3
14
  export interface InstanceState {
4
15
 
@@ -1773,6 +1784,8 @@ export interface UpdateBucketRequest {
1773
1784
  versioning?: string;
1774
1785
 
1775
1786
  readonlyAccessAccounts?: string[];
1787
+
1788
+ accessLogConfig?: BucketAccessLogConfig;
1776
1789
  }
1777
1790
  export declare namespace UpdateBucketRequest {
1778
1791
 
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
14
14
  retryMode: string | import("@aws-sdk/types").Provider<string>;
15
15
  sha256: import("@aws-sdk/types").HashConstructor;
16
16
  streamCollector: import("@aws-sdk/types").StreamCollector;
17
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
17
19
  utf8Decoder: import("@aws-sdk/types").Decoder;
18
20
  utf8Encoder: import("@aws-sdk/types").Encoder;
19
21
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: LightsailClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
18
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>;
19
21
  serviceId: string;
20
22
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
21
23
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
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.39.0",
4
+ "version": "3.43.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,32 +21,32 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.39.0",
25
- "@aws-sdk/config-resolver": "3.39.0",
26
- "@aws-sdk/credential-provider-node": "3.39.0",
27
- "@aws-sdk/fetch-http-handler": "3.38.0",
28
- "@aws-sdk/hash-node": "3.38.0",
29
- "@aws-sdk/invalid-dependency": "3.38.0",
30
- "@aws-sdk/middleware-content-length": "3.38.0",
31
- "@aws-sdk/middleware-host-header": "3.38.0",
32
- "@aws-sdk/middleware-logger": "3.38.0",
33
- "@aws-sdk/middleware-retry": "3.39.0",
34
- "@aws-sdk/middleware-serde": "3.38.0",
35
- "@aws-sdk/middleware-signing": "3.39.0",
36
- "@aws-sdk/middleware-stack": "3.38.0",
37
- "@aws-sdk/middleware-user-agent": "3.38.0",
38
- "@aws-sdk/node-config-provider": "3.39.0",
39
- "@aws-sdk/node-http-handler": "3.38.0",
40
- "@aws-sdk/protocol-http": "3.38.0",
41
- "@aws-sdk/smithy-client": "3.38.0",
42
- "@aws-sdk/types": "3.38.0",
43
- "@aws-sdk/url-parser": "3.38.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
+ "@aws-sdk/config-resolver": "3.40.0",
26
+ "@aws-sdk/credential-provider-node": "3.41.0",
27
+ "@aws-sdk/fetch-http-handler": "3.40.0",
28
+ "@aws-sdk/hash-node": "3.40.0",
29
+ "@aws-sdk/invalid-dependency": "3.40.0",
30
+ "@aws-sdk/middleware-content-length": "3.40.0",
31
+ "@aws-sdk/middleware-host-header": "3.40.0",
32
+ "@aws-sdk/middleware-logger": "3.40.0",
33
+ "@aws-sdk/middleware-retry": "3.40.0",
34
+ "@aws-sdk/middleware-serde": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.40.0",
36
+ "@aws-sdk/middleware-stack": "3.40.0",
37
+ "@aws-sdk/middleware-user-agent": "3.40.0",
38
+ "@aws-sdk/node-config-provider": "3.40.0",
39
+ "@aws-sdk/node-http-handler": "3.40.0",
40
+ "@aws-sdk/protocol-http": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
+ "@aws-sdk/types": "3.40.0",
43
+ "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",
45
45
  "@aws-sdk/util-base64-node": "3.37.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.37.0",
47
47
  "@aws-sdk/util-body-length-node": "3.37.0",
48
- "@aws-sdk/util-user-agent-browser": "3.38.0",
49
- "@aws-sdk/util-user-agent-node": "3.39.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.40.0",
49
+ "@aws-sdk/util-user-agent-node": "3.40.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.37.0",
51
51
  "@aws-sdk/util-utf8-node": "3.37.0",
52
52
  "tslib": "^2.3.0"