@aws-sdk/client-mq 3.952.0 → 3.953.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.
- package/dist-cjs/index.js +345 -244
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CreateBrokerCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/CreateUserCommand.js +2 -2
- package/dist-es/commands/DeleteBrokerCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DescribeBrokerCommand.js +2 -2
- package/dist-es/commands/DescribeBrokerEngineTypesCommand.js +2 -2
- package/dist-es/commands/DescribeBrokerInstanceOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationRevisionCommand.js +2 -2
- package/dist-es/commands/DescribeUserCommand.js +2 -2
- package/dist-es/commands/ListBrokersCommand.js +2 -2
- package/dist-es/commands/ListConfigurationRevisionsCommand.js +2 -2
- package/dist-es/commands/ListConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/ListUsersCommand.js +2 -2
- package/dist-es/commands/PromoteCommand.js +2 -2
- package/dist-es/commands/RebootBrokerCommand.js +2 -2
- package/dist-es/commands/UpdateBrokerCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +205 -205
- package/dist-types/MqClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +102 -119
- package/dist-types/ts3.4/MqClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -119
- package/package.json +34 -34
|
@@ -1,124 +1,106 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
3
|
StaticOperationSchema,
|
|
5
4
|
StaticStructureSchema,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
export declare var ActionRequired
|
|
8
|
-
export declare var AvailabilityZone
|
|
9
|
-
export declare var BadRequestException
|
|
10
|
-
export declare var BrokerEngineType
|
|
11
|
-
export declare var BrokerInstance
|
|
12
|
-
export declare var BrokerInstanceOption
|
|
13
|
-
export declare var BrokerSummary
|
|
14
|
-
export declare var Configuration
|
|
15
|
-
export declare var ConfigurationId
|
|
16
|
-
export declare var ConfigurationRevision
|
|
17
|
-
export declare var Configurations
|
|
18
|
-
export declare var ConflictException
|
|
19
|
-
export declare var CreateBrokerRequest
|
|
20
|
-
export declare var CreateBrokerResponse
|
|
21
|
-
export declare var CreateConfigurationRequest
|
|
22
|
-
export declare var CreateConfigurationResponse
|
|
23
|
-
export declare var CreateTagsRequest
|
|
24
|
-
export declare var CreateUserRequest
|
|
25
|
-
export declare var CreateUserResponse
|
|
26
|
-
export declare var DataReplicationCounterpart
|
|
27
|
-
export declare var DataReplicationMetadataOutput
|
|
28
|
-
export declare var DeleteBrokerRequest
|
|
29
|
-
export declare var DeleteBrokerResponse
|
|
30
|
-
export declare var DeleteConfigurationRequest
|
|
31
|
-
export declare var DeleteConfigurationResponse
|
|
32
|
-
export declare var DeleteTagsRequest
|
|
33
|
-
export declare var DeleteUserRequest
|
|
34
|
-
export declare var DeleteUserResponse
|
|
35
|
-
export declare var DescribeBrokerEngineTypesRequest
|
|
36
|
-
export declare var DescribeBrokerEngineTypesResponse
|
|
37
|
-
export declare var DescribeBrokerInstanceOptionsRequest
|
|
38
|
-
export declare var DescribeBrokerInstanceOptionsResponse
|
|
39
|
-
export declare var DescribeBrokerRequest
|
|
40
|
-
export declare var DescribeBrokerResponse
|
|
41
|
-
export declare var DescribeConfigurationRequest
|
|
42
|
-
export declare var DescribeConfigurationResponse
|
|
43
|
-
export declare var DescribeConfigurationRevisionRequest
|
|
44
|
-
export declare var DescribeConfigurationRevisionResponse
|
|
45
|
-
export declare var DescribeUserRequest
|
|
46
|
-
export declare var DescribeUserResponse
|
|
47
|
-
export declare var EncryptionOptions
|
|
48
|
-
export declare var EngineVersion
|
|
49
|
-
export declare var ForbiddenException
|
|
50
|
-
export declare var InternalServerErrorException
|
|
51
|
-
export declare var LdapServerMetadataInput
|
|
52
|
-
export declare var LdapServerMetadataOutput
|
|
53
|
-
export declare var ListBrokersRequest
|
|
54
|
-
export declare var ListBrokersResponse
|
|
55
|
-
export declare var ListConfigurationRevisionsRequest
|
|
56
|
-
export declare var ListConfigurationRevisionsResponse
|
|
57
|
-
export declare var ListConfigurationsRequest
|
|
58
|
-
export declare var ListConfigurationsResponse
|
|
59
|
-
export declare var ListTagsRequest
|
|
60
|
-
export declare var ListTagsResponse
|
|
61
|
-
export declare var ListUsersRequest
|
|
62
|
-
export declare var ListUsersResponse
|
|
63
|
-
export declare var Logs
|
|
64
|
-
export declare var LogsSummary
|
|
65
|
-
export declare var NotFoundException
|
|
66
|
-
export declare var PendingLogs
|
|
67
|
-
export declare var PromoteRequest
|
|
68
|
-
export declare var PromoteResponse
|
|
69
|
-
export declare var RebootBrokerRequest
|
|
70
|
-
export declare var RebootBrokerResponse
|
|
71
|
-
export declare var SanitizationWarning
|
|
72
|
-
export declare var UnauthorizedException
|
|
73
|
-
export declare var UpdateBrokerRequest
|
|
74
|
-
export declare var UpdateBrokerResponse
|
|
75
|
-
export declare var UpdateConfigurationRequest
|
|
76
|
-
export declare var UpdateConfigurationResponse
|
|
77
|
-
export declare var UpdateUserRequest
|
|
78
|
-
export declare var UpdateUserResponse
|
|
79
|
-
export declare var User
|
|
80
|
-
export declare var UserPendingChanges
|
|
81
|
-
export declare var UserSummary
|
|
82
|
-
export declare var WeeklyStartTime
|
|
83
|
-
export declare var
|
|
84
|
-
export declare var
|
|
85
|
-
export declare var
|
|
86
|
-
export declare var
|
|
87
|
-
export declare var
|
|
88
|
-
export declare var
|
|
89
|
-
export declare var
|
|
90
|
-
export declare var
|
|
91
|
-
export declare var
|
|
92
|
-
export declare var
|
|
93
|
-
export declare var
|
|
94
|
-
export declare var
|
|
95
|
-
export declare var
|
|
96
|
-
export declare var
|
|
97
|
-
export declare var
|
|
98
|
-
export declare var
|
|
99
|
-
export declare var
|
|
100
|
-
export declare var
|
|
101
|
-
export declare var
|
|
102
|
-
export declare var
|
|
103
|
-
export declare var
|
|
104
|
-
export declare var
|
|
105
|
-
export declare var
|
|
106
|
-
export declare var
|
|
107
|
-
export declare var
|
|
108
|
-
export declare var DeleteUser: StaticOperationSchema;
|
|
109
|
-
export declare var DescribeBroker: StaticOperationSchema;
|
|
110
|
-
export declare var DescribeBrokerEngineTypes: StaticOperationSchema;
|
|
111
|
-
export declare var DescribeBrokerInstanceOptions: StaticOperationSchema;
|
|
112
|
-
export declare var DescribeConfiguration: StaticOperationSchema;
|
|
113
|
-
export declare var DescribeConfigurationRevision: StaticOperationSchema;
|
|
114
|
-
export declare var DescribeUser: StaticOperationSchema;
|
|
115
|
-
export declare var ListBrokers: StaticOperationSchema;
|
|
116
|
-
export declare var ListConfigurationRevisions: StaticOperationSchema;
|
|
117
|
-
export declare var ListConfigurations: StaticOperationSchema;
|
|
118
|
-
export declare var ListTags: StaticOperationSchema;
|
|
119
|
-
export declare var ListUsers: StaticOperationSchema;
|
|
120
|
-
export declare var Promote: StaticOperationSchema;
|
|
121
|
-
export declare var RebootBroker: StaticOperationSchema;
|
|
122
|
-
export declare var UpdateBroker: StaticOperationSchema;
|
|
123
|
-
export declare var UpdateConfiguration: StaticOperationSchema;
|
|
124
|
-
export declare var UpdateUser: StaticOperationSchema;
|
|
6
|
+
export declare var ActionRequired$: StaticStructureSchema;
|
|
7
|
+
export declare var AvailabilityZone$: StaticStructureSchema;
|
|
8
|
+
export declare var BadRequestException$: StaticErrorSchema;
|
|
9
|
+
export declare var BrokerEngineType$: StaticStructureSchema;
|
|
10
|
+
export declare var BrokerInstance$: StaticStructureSchema;
|
|
11
|
+
export declare var BrokerInstanceOption$: StaticStructureSchema;
|
|
12
|
+
export declare var BrokerSummary$: StaticStructureSchema;
|
|
13
|
+
export declare var Configuration$: StaticStructureSchema;
|
|
14
|
+
export declare var ConfigurationId$: StaticStructureSchema;
|
|
15
|
+
export declare var ConfigurationRevision$: StaticStructureSchema;
|
|
16
|
+
export declare var Configurations$: StaticStructureSchema;
|
|
17
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
18
|
+
export declare var CreateBrokerRequest$: StaticStructureSchema;
|
|
19
|
+
export declare var CreateBrokerResponse$: StaticStructureSchema;
|
|
20
|
+
export declare var CreateConfigurationRequest$: StaticStructureSchema;
|
|
21
|
+
export declare var CreateConfigurationResponse$: StaticStructureSchema;
|
|
22
|
+
export declare var CreateTagsRequest$: StaticStructureSchema;
|
|
23
|
+
export declare var CreateUserRequest$: StaticStructureSchema;
|
|
24
|
+
export declare var CreateUserResponse$: StaticStructureSchema;
|
|
25
|
+
export declare var DataReplicationCounterpart$: StaticStructureSchema;
|
|
26
|
+
export declare var DataReplicationMetadataOutput$: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteBrokerRequest$: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteBrokerResponse$: StaticStructureSchema;
|
|
29
|
+
export declare var DeleteConfigurationRequest$: StaticStructureSchema;
|
|
30
|
+
export declare var DeleteConfigurationResponse$: StaticStructureSchema;
|
|
31
|
+
export declare var DeleteTagsRequest$: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteUserRequest$: StaticStructureSchema;
|
|
33
|
+
export declare var DeleteUserResponse$: StaticStructureSchema;
|
|
34
|
+
export declare var DescribeBrokerEngineTypesRequest$: StaticStructureSchema;
|
|
35
|
+
export declare var DescribeBrokerEngineTypesResponse$: StaticStructureSchema;
|
|
36
|
+
export declare var DescribeBrokerInstanceOptionsRequest$: StaticStructureSchema;
|
|
37
|
+
export declare var DescribeBrokerInstanceOptionsResponse$: StaticStructureSchema;
|
|
38
|
+
export declare var DescribeBrokerRequest$: StaticStructureSchema;
|
|
39
|
+
export declare var DescribeBrokerResponse$: StaticStructureSchema;
|
|
40
|
+
export declare var DescribeConfigurationRequest$: StaticStructureSchema;
|
|
41
|
+
export declare var DescribeConfigurationResponse$: StaticStructureSchema;
|
|
42
|
+
export declare var DescribeConfigurationRevisionRequest$: StaticStructureSchema;
|
|
43
|
+
export declare var DescribeConfigurationRevisionResponse$: StaticStructureSchema;
|
|
44
|
+
export declare var DescribeUserRequest$: StaticStructureSchema;
|
|
45
|
+
export declare var DescribeUserResponse$: StaticStructureSchema;
|
|
46
|
+
export declare var EncryptionOptions$: StaticStructureSchema;
|
|
47
|
+
export declare var EngineVersion$: StaticStructureSchema;
|
|
48
|
+
export declare var ForbiddenException$: StaticErrorSchema;
|
|
49
|
+
export declare var InternalServerErrorException$: StaticErrorSchema;
|
|
50
|
+
export declare var LdapServerMetadataInput$: StaticStructureSchema;
|
|
51
|
+
export declare var LdapServerMetadataOutput$: StaticStructureSchema;
|
|
52
|
+
export declare var ListBrokersRequest$: StaticStructureSchema;
|
|
53
|
+
export declare var ListBrokersResponse$: StaticStructureSchema;
|
|
54
|
+
export declare var ListConfigurationRevisionsRequest$: StaticStructureSchema;
|
|
55
|
+
export declare var ListConfigurationRevisionsResponse$: StaticStructureSchema;
|
|
56
|
+
export declare var ListConfigurationsRequest$: StaticStructureSchema;
|
|
57
|
+
export declare var ListConfigurationsResponse$: StaticStructureSchema;
|
|
58
|
+
export declare var ListTagsRequest$: StaticStructureSchema;
|
|
59
|
+
export declare var ListTagsResponse$: StaticStructureSchema;
|
|
60
|
+
export declare var ListUsersRequest$: StaticStructureSchema;
|
|
61
|
+
export declare var ListUsersResponse$: StaticStructureSchema;
|
|
62
|
+
export declare var Logs$: StaticStructureSchema;
|
|
63
|
+
export declare var LogsSummary$: StaticStructureSchema;
|
|
64
|
+
export declare var NotFoundException$: StaticErrorSchema;
|
|
65
|
+
export declare var PendingLogs$: StaticStructureSchema;
|
|
66
|
+
export declare var PromoteRequest$: StaticStructureSchema;
|
|
67
|
+
export declare var PromoteResponse$: StaticStructureSchema;
|
|
68
|
+
export declare var RebootBrokerRequest$: StaticStructureSchema;
|
|
69
|
+
export declare var RebootBrokerResponse$: StaticStructureSchema;
|
|
70
|
+
export declare var SanitizationWarning$: StaticStructureSchema;
|
|
71
|
+
export declare var UnauthorizedException$: StaticErrorSchema;
|
|
72
|
+
export declare var UpdateBrokerRequest$: StaticStructureSchema;
|
|
73
|
+
export declare var UpdateBrokerResponse$: StaticStructureSchema;
|
|
74
|
+
export declare var UpdateConfigurationRequest$: StaticStructureSchema;
|
|
75
|
+
export declare var UpdateConfigurationResponse$: StaticStructureSchema;
|
|
76
|
+
export declare var UpdateUserRequest$: StaticStructureSchema;
|
|
77
|
+
export declare var UpdateUserResponse$: StaticStructureSchema;
|
|
78
|
+
export declare var User$: StaticStructureSchema;
|
|
79
|
+
export declare var UserPendingChanges$: StaticStructureSchema;
|
|
80
|
+
export declare var UserSummary$: StaticStructureSchema;
|
|
81
|
+
export declare var WeeklyStartTime$: StaticStructureSchema;
|
|
82
|
+
export declare var MqServiceException$: StaticErrorSchema;
|
|
83
|
+
export declare var CreateBroker$: StaticOperationSchema;
|
|
84
|
+
export declare var CreateConfiguration$: StaticOperationSchema;
|
|
85
|
+
export declare var CreateTags$: StaticOperationSchema;
|
|
86
|
+
export declare var CreateUser$: StaticOperationSchema;
|
|
87
|
+
export declare var DeleteBroker$: StaticOperationSchema;
|
|
88
|
+
export declare var DeleteConfiguration$: StaticOperationSchema;
|
|
89
|
+
export declare var DeleteTags$: StaticOperationSchema;
|
|
90
|
+
export declare var DeleteUser$: StaticOperationSchema;
|
|
91
|
+
export declare var DescribeBroker$: StaticOperationSchema;
|
|
92
|
+
export declare var DescribeBrokerEngineTypes$: StaticOperationSchema;
|
|
93
|
+
export declare var DescribeBrokerInstanceOptions$: StaticOperationSchema;
|
|
94
|
+
export declare var DescribeConfiguration$: StaticOperationSchema;
|
|
95
|
+
export declare var DescribeConfigurationRevision$: StaticOperationSchema;
|
|
96
|
+
export declare var DescribeUser$: StaticOperationSchema;
|
|
97
|
+
export declare var ListBrokers$: StaticOperationSchema;
|
|
98
|
+
export declare var ListConfigurationRevisions$: StaticOperationSchema;
|
|
99
|
+
export declare var ListConfigurations$: StaticOperationSchema;
|
|
100
|
+
export declare var ListTags$: StaticOperationSchema;
|
|
101
|
+
export declare var ListUsers$: StaticOperationSchema;
|
|
102
|
+
export declare var Promote$: StaticOperationSchema;
|
|
103
|
+
export declare var RebootBroker$: StaticOperationSchema;
|
|
104
|
+
export declare var UpdateBroker$: StaticOperationSchema;
|
|
105
|
+
export declare var UpdateConfiguration$: StaticOperationSchema;
|
|
106
|
+
export declare var UpdateUser$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mq",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mq Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mq",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.14",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|