@aws-sdk/client-amp 3.54.1 → 3.58.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 (33) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/AmpClient.js +13 -13
  3. package/dist-cjs/commands/CreateAlertManagerDefinitionCommand.js +3 -3
  4. package/dist-cjs/commands/CreateRuleGroupsNamespaceCommand.js +3 -3
  5. package/dist-cjs/commands/CreateWorkspaceCommand.js +3 -3
  6. package/dist-cjs/commands/DeleteAlertManagerDefinitionCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteRuleGroupsNamespaceCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteWorkspaceCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeAlertManagerDefinitionCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeRuleGroupsNamespaceCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeWorkspaceCommand.js +3 -3
  12. package/dist-cjs/commands/ListRuleGroupsNamespacesCommand.js +3 -3
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  14. package/dist-cjs/commands/ListWorkspacesCommand.js +3 -3
  15. package/dist-cjs/commands/PutAlertManagerDefinitionCommand.js +3 -3
  16. package/dist-cjs/commands/PutRuleGroupsNamespaceCommand.js +3 -3
  17. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  18. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  19. package/dist-cjs/commands/UpdateWorkspaceAliasCommand.js +3 -3
  20. package/dist-cjs/endpoints.js +1 -1
  21. package/dist-cjs/protocols/Aws_restJson1.js +114 -114
  22. package/dist-cjs/runtimeConfig.browser.js +4 -4
  23. package/dist-cjs/runtimeConfig.js +9 -9
  24. package/dist-cjs/runtimeConfig.native.js +1 -1
  25. package/dist-cjs/waiters/waitForWorkspaceActive.js +3 -3
  26. package/dist-cjs/waiters/waitForWorkspaceDeleted.js +3 -3
  27. package/dist-es/Amp.js +17 -17
  28. package/dist-es/pagination/ListRuleGroupsNamespacesPaginator.js +4 -4
  29. package/dist-es/pagination/ListWorkspacesPaginator.js +4 -4
  30. package/dist-es/protocols/Aws_restJson1.js +17 -17
  31. package/dist-types/runtimeConfig.native.d.ts +2 -2
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  33. package/package.json +35 -35
@@ -17,9 +17,9 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
17
17
  const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
18
18
  const getRuntimeConfig = (config) => {
19
19
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
20
- const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
20
+ const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
21
21
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
22
- const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
22
+ const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
23
23
  return {
24
24
  ...clientSharedValues,
25
25
  ...config,
@@ -29,9 +29,9 @@ const getRuntimeConfig = (config) => {
29
29
  base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
30
30
  bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
31
31
  credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : ((_) => () => Promise.reject(new Error("Credential is missing"))),
32
- defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
32
+ defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_browser_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
33
33
  maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
34
- region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
34
+ region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, invalid_dependency_1.invalidProvider)("Region is missing"),
35
35
  requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
36
36
  retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
37
37
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
@@ -19,9 +19,9 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
19
19
  const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
20
20
  const getRuntimeConfig = (config) => {
21
21
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
22
- const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
22
+ const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
23
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
- const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
24
+ const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
25
25
  return {
26
26
  ...clientSharedValues,
27
27
  ...config,
@@ -30,19 +30,19 @@ const getRuntimeConfig = (config) => {
30
30
  base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
31
31
  base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
32
32
  bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
33
- credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : client_sts_1.decorateDefaultCredentialProvider(credential_provider_node_1.defaultProvider),
34
- defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
35
- maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
36
- region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
33
+ credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider),
34
+ defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
35
+ maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
36
+ region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
37
37
  requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
38
- retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
38
+ retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (0, node_config_provider_1.loadConfig)({
39
39
  ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
40
40
  default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
41
41
  }),
42
42
  sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
43
43
  streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
44
- useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
45
- useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
44
+ useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
45
+ useFipsEndpoint: (_o = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _o !== void 0 ? _o : (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
46
46
  utf8Decoder: (_p = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _p !== void 0 ? _p : util_utf8_node_1.fromUtf8,
47
47
  utf8Encoder: (_q = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _q !== void 0 ? _q : util_utf8_node_1.toUtf8,
48
48
  };
@@ -5,7 +5,7 @@ const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
6
  const getRuntimeConfig = (config) => {
7
7
  var _a;
8
- const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
8
+ const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config);
9
9
  return {
10
10
  ...browserDefaults,
11
11
  ...config,
@@ -43,12 +43,12 @@ const checkState = async (client, input) => {
43
43
  };
44
44
  const waitForWorkspaceActive = async (params, input) => {
45
45
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
46
- return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
46
+ return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
47
47
  };
48
48
  exports.waitForWorkspaceActive = waitForWorkspaceActive;
49
49
  const waitUntilWorkspaceActive = async (params, input) => {
50
50
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
51
- const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
52
- return util_waiter_1.checkExceptions(result);
51
+ const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
52
+ return (0, util_waiter_1.checkExceptions)(result);
53
53
  };
54
54
  exports.waitUntilWorkspaceActive = waitUntilWorkspaceActive;
@@ -28,12 +28,12 @@ const checkState = async (client, input) => {
28
28
  };
29
29
  const waitForWorkspaceDeleted = async (params, input) => {
30
30
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
31
- return util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
31
+ return (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
32
32
  };
33
33
  exports.waitForWorkspaceDeleted = waitForWorkspaceDeleted;
34
34
  const waitUntilWorkspaceDeleted = async (params, input) => {
35
35
  const serviceDefaults = { minDelay: 2, maxDelay: 120 };
36
- const result = await util_waiter_1.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
37
- return util_waiter_1.checkExceptions(result);
36
+ const result = await (0, util_waiter_1.createWaiter)({ ...serviceDefaults, ...params }, input, checkState);
37
+ return (0, util_waiter_1.checkExceptions)(result);
38
38
  };
39
39
  exports.waitUntilWorkspaceDeleted = waitUntilWorkspaceDeleted;
package/dist-es/Amp.js CHANGED
@@ -29,7 +29,7 @@ var Amp = (function (_super) {
29
29
  }
30
30
  else if (typeof cb === "function") {
31
31
  if (typeof optionsOrCb !== "object")
32
- throw new Error("Expect http options but get " + typeof optionsOrCb);
32
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
33
33
  this.send(command, optionsOrCb || {}, cb);
34
34
  }
35
35
  else {
@@ -43,7 +43,7 @@ var Amp = (function (_super) {
43
43
  }
44
44
  else if (typeof cb === "function") {
45
45
  if (typeof optionsOrCb !== "object")
46
- throw new Error("Expect http options but get " + typeof optionsOrCb);
46
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
47
47
  this.send(command, optionsOrCb || {}, cb);
48
48
  }
49
49
  else {
@@ -57,7 +57,7 @@ var Amp = (function (_super) {
57
57
  }
58
58
  else if (typeof cb === "function") {
59
59
  if (typeof optionsOrCb !== "object")
60
- throw new Error("Expect http options but get " + typeof optionsOrCb);
60
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
61
61
  this.send(command, optionsOrCb || {}, cb);
62
62
  }
63
63
  else {
@@ -71,7 +71,7 @@ var Amp = (function (_super) {
71
71
  }
72
72
  else if (typeof cb === "function") {
73
73
  if (typeof optionsOrCb !== "object")
74
- throw new Error("Expect http options but get " + typeof optionsOrCb);
74
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
75
75
  this.send(command, optionsOrCb || {}, cb);
76
76
  }
77
77
  else {
@@ -85,7 +85,7 @@ var Amp = (function (_super) {
85
85
  }
86
86
  else if (typeof cb === "function") {
87
87
  if (typeof optionsOrCb !== "object")
88
- throw new Error("Expect http options but get " + typeof optionsOrCb);
88
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
89
89
  this.send(command, optionsOrCb || {}, cb);
90
90
  }
91
91
  else {
@@ -99,7 +99,7 @@ var Amp = (function (_super) {
99
99
  }
100
100
  else if (typeof cb === "function") {
101
101
  if (typeof optionsOrCb !== "object")
102
- throw new Error("Expect http options but get " + typeof optionsOrCb);
102
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
103
103
  this.send(command, optionsOrCb || {}, cb);
104
104
  }
105
105
  else {
@@ -113,7 +113,7 @@ var Amp = (function (_super) {
113
113
  }
114
114
  else if (typeof cb === "function") {
115
115
  if (typeof optionsOrCb !== "object")
116
- throw new Error("Expect http options but get " + typeof optionsOrCb);
116
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
117
117
  this.send(command, optionsOrCb || {}, cb);
118
118
  }
119
119
  else {
@@ -127,7 +127,7 @@ var Amp = (function (_super) {
127
127
  }
128
128
  else if (typeof cb === "function") {
129
129
  if (typeof optionsOrCb !== "object")
130
- throw new Error("Expect http options but get " + typeof optionsOrCb);
130
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
131
131
  this.send(command, optionsOrCb || {}, cb);
132
132
  }
133
133
  else {
@@ -141,7 +141,7 @@ var Amp = (function (_super) {
141
141
  }
142
142
  else if (typeof cb === "function") {
143
143
  if (typeof optionsOrCb !== "object")
144
- throw new Error("Expect http options but get " + typeof optionsOrCb);
144
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
145
145
  this.send(command, optionsOrCb || {}, cb);
146
146
  }
147
147
  else {
@@ -155,7 +155,7 @@ var Amp = (function (_super) {
155
155
  }
156
156
  else if (typeof cb === "function") {
157
157
  if (typeof optionsOrCb !== "object")
158
- throw new Error("Expect http options but get " + typeof optionsOrCb);
158
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
159
159
  this.send(command, optionsOrCb || {}, cb);
160
160
  }
161
161
  else {
@@ -169,7 +169,7 @@ var Amp = (function (_super) {
169
169
  }
170
170
  else if (typeof cb === "function") {
171
171
  if (typeof optionsOrCb !== "object")
172
- throw new Error("Expect http options but get " + typeof optionsOrCb);
172
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
173
173
  this.send(command, optionsOrCb || {}, cb);
174
174
  }
175
175
  else {
@@ -183,7 +183,7 @@ var Amp = (function (_super) {
183
183
  }
184
184
  else if (typeof cb === "function") {
185
185
  if (typeof optionsOrCb !== "object")
186
- throw new Error("Expect http options but get " + typeof optionsOrCb);
186
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
187
187
  this.send(command, optionsOrCb || {}, cb);
188
188
  }
189
189
  else {
@@ -197,7 +197,7 @@ var Amp = (function (_super) {
197
197
  }
198
198
  else if (typeof cb === "function") {
199
199
  if (typeof optionsOrCb !== "object")
200
- throw new Error("Expect http options but get " + typeof optionsOrCb);
200
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
201
201
  this.send(command, optionsOrCb || {}, cb);
202
202
  }
203
203
  else {
@@ -211,7 +211,7 @@ var Amp = (function (_super) {
211
211
  }
212
212
  else if (typeof cb === "function") {
213
213
  if (typeof optionsOrCb !== "object")
214
- throw new Error("Expect http options but get " + typeof optionsOrCb);
214
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
215
215
  this.send(command, optionsOrCb || {}, cb);
216
216
  }
217
217
  else {
@@ -225,7 +225,7 @@ var Amp = (function (_super) {
225
225
  }
226
226
  else if (typeof cb === "function") {
227
227
  if (typeof optionsOrCb !== "object")
228
- throw new Error("Expect http options but get " + typeof optionsOrCb);
228
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
229
229
  this.send(command, optionsOrCb || {}, cb);
230
230
  }
231
231
  else {
@@ -239,7 +239,7 @@ var Amp = (function (_super) {
239
239
  }
240
240
  else if (typeof cb === "function") {
241
241
  if (typeof optionsOrCb !== "object")
242
- throw new Error("Expect http options but get " + typeof optionsOrCb);
242
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
243
243
  this.send(command, optionsOrCb || {}, cb);
244
244
  }
245
245
  else {
@@ -253,7 +253,7 @@ var Amp = (function (_super) {
253
253
  }
254
254
  else if (typeof cb === "function") {
255
255
  if (typeof optionsOrCb !== "object")
256
- throw new Error("Expect http options but get " + typeof optionsOrCb);
256
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
257
257
  this.send(command, optionsOrCb || {}, cb);
258
258
  }
259
259
  else {
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new ListRuleGroupsNamespacesCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListRuleGroupsNamespacesCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.listRuleGroupsNamespaces.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listRuleGroupsNamespaces.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateListRuleGroupsNamespaces(config, input) {
48
48
  input.nextToken = token;
49
49
  input["maxResults"] = config.pageSize;
50
50
  if (!(config.client instanceof Amp)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof AmpClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
10
10
  return __awaiter(void 0, void 0, void 0, function () {
11
11
  return __generator(this, function (_a) {
12
12
  switch (_a.label) {
13
- case 0: return [4, client.send.apply(client, __spreadArray([new ListWorkspacesCommand(input)], __read(args)))];
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListWorkspacesCommand(input)], __read(args), false))];
14
14
  case 1: return [2, _a.sent()];
15
15
  }
16
16
  });
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
24
24
  return __awaiter(void 0, void 0, void 0, function () {
25
25
  return __generator(this, function (_a) {
26
26
  switch (_a.label) {
27
- case 0: return [4, client.listWorkspaces.apply(client, __spreadArray([input], __read(args)))];
27
+ case 0: return [4, client.listWorkspaces.apply(client, __spreadArray([input], __read(args), false))];
28
28
  case 1: return [2, _a.sent()];
29
29
  }
30
30
  });
@@ -48,13 +48,13 @@ export function paginateListWorkspaces(config, input) {
48
48
  input.nextToken = token;
49
49
  input["maxResults"] = config.pageSize;
50
50
  if (!(config.client instanceof Amp)) return [3, 3];
51
- return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
51
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
52
52
  case 2:
53
53
  page = _a.sent();
54
54
  return [3, 6];
55
55
  case 3:
56
56
  if (!(config.client instanceof AmpClient)) return [3, 5];
57
- return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
57
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
58
58
  case 4:
59
59
  page = _a.sent();
60
60
  return [3, 6];
@@ -15,7 +15,7 @@ export var serializeAws_restJson1CreateAlertManagerDefinitionCommand = function
15
15
  headers = {
16
16
  "content-type": "application/json",
17
17
  };
18
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
18
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
19
19
  "/workspaces/{workspaceId}/alertmanager/definition";
20
20
  if (input.workspaceId !== undefined) {
21
21
  labelValue = input.workspaceId;
@@ -51,7 +51,7 @@ export var serializeAws_restJson1CreateRuleGroupsNamespaceCommand = function (in
51
51
  headers = {
52
52
  "content-type": "application/json",
53
53
  };
54
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
54
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
55
55
  "/workspaces/{workspaceId}/rulegroupsnamespaces";
56
56
  if (input.workspaceId !== undefined) {
57
57
  labelValue = input.workspaceId;
@@ -87,7 +87,7 @@ export var serializeAws_restJson1CreateWorkspaceCommand = function (input, conte
87
87
  headers = {
88
88
  "content-type": "application/json",
89
89
  };
90
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces";
90
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces";
91
91
  body = JSON.stringify(__assign(__assign(__assign({}, (input.alias !== undefined && input.alias !== null && { alias: input.alias })), { clientToken: (_c = input.clientToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_restJson1TagMap(input.tags, context) })));
92
92
  return [2, new __HttpRequest({
93
93
  protocol: protocol,
@@ -109,7 +109,7 @@ export var serializeAws_restJson1DeleteAlertManagerDefinitionCommand = function
109
109
  case 1:
110
110
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
111
111
  headers = {};
112
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
112
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
113
113
  "/workspaces/{workspaceId}/alertmanager/definition";
114
114
  if (input.workspaceId !== undefined) {
115
115
  labelValue = input.workspaceId;
@@ -143,7 +143,7 @@ export var serializeAws_restJson1DeleteRuleGroupsNamespaceCommand = function (in
143
143
  case 1:
144
144
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
145
145
  headers = {};
146
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
146
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
147
147
  "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}";
148
148
  if (input.workspaceId !== undefined) {
149
149
  labelValue = input.workspaceId;
@@ -187,7 +187,7 @@ export var serializeAws_restJson1DeleteWorkspaceCommand = function (input, conte
187
187
  case 1:
188
188
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
189
189
  headers = {};
190
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces/{workspaceId}";
190
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces/{workspaceId}";
191
191
  if (input.workspaceId !== undefined) {
192
192
  labelValue = input.workspaceId;
193
193
  if (labelValue.length <= 0) {
@@ -220,7 +220,7 @@ export var serializeAws_restJson1DescribeAlertManagerDefinitionCommand = functio
220
220
  case 1:
221
221
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
222
222
  headers = {};
223
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
223
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
224
224
  "/workspaces/{workspaceId}/alertmanager/definition";
225
225
  if (input.workspaceId !== undefined) {
226
226
  labelValue = input.workspaceId;
@@ -252,7 +252,7 @@ export var serializeAws_restJson1DescribeRuleGroupsNamespaceCommand = function (
252
252
  case 1:
253
253
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
254
254
  headers = {};
255
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
255
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
256
256
  "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}";
257
257
  if (input.workspaceId !== undefined) {
258
258
  labelValue = input.workspaceId;
@@ -294,7 +294,7 @@ export var serializeAws_restJson1DescribeWorkspaceCommand = function (input, con
294
294
  case 1:
295
295
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
296
296
  headers = {};
297
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces/{workspaceId}";
297
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces/{workspaceId}";
298
298
  if (input.workspaceId !== undefined) {
299
299
  labelValue = input.workspaceId;
300
300
  if (labelValue.length <= 0) {
@@ -325,7 +325,7 @@ export var serializeAws_restJson1ListRuleGroupsNamespacesCommand = function (inp
325
325
  case 1:
326
326
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
327
327
  headers = {};
328
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
328
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
329
329
  "/workspaces/{workspaceId}/rulegroupsnamespaces";
330
330
  if (input.workspaceId !== undefined) {
331
331
  labelValue = input.workspaceId;
@@ -359,7 +359,7 @@ export var serializeAws_restJson1ListTagsForResourceCommand = function (input, c
359
359
  case 1:
360
360
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
361
361
  headers = {};
362
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
362
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
363
363
  if (input.resourceArn !== undefined) {
364
364
  labelValue = input.resourceArn;
365
365
  if (labelValue.length <= 0) {
@@ -390,7 +390,7 @@ export var serializeAws_restJson1ListWorkspacesCommand = function (input, contex
390
390
  case 1:
391
391
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
392
392
  headers = {};
393
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces";
393
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces";
394
394
  query = __assign(__assign(__assign({}, (input.nextToken !== undefined && { nextToken: input.nextToken })), (input.alias !== undefined && { alias: input.alias })), (input.maxResults !== undefined && { maxResults: input.maxResults.toString() }));
395
395
  return [2, new __HttpRequest({
396
396
  protocol: protocol,
@@ -416,7 +416,7 @@ export var serializeAws_restJson1PutAlertManagerDefinitionCommand = function (in
416
416
  headers = {
417
417
  "content-type": "application/json",
418
418
  };
419
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
419
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
420
420
  "/workspaces/{workspaceId}/alertmanager/definition";
421
421
  if (input.workspaceId !== undefined) {
422
422
  labelValue = input.workspaceId;
@@ -452,7 +452,7 @@ export var serializeAws_restJson1PutRuleGroupsNamespaceCommand = function (input
452
452
  headers = {
453
453
  "content-type": "application/json",
454
454
  };
455
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
455
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
456
456
  "/workspaces/{workspaceId}/rulegroupsnamespaces/{name}";
457
457
  if (input.workspaceId !== undefined) {
458
458
  labelValue = input.workspaceId;
@@ -497,7 +497,7 @@ export var serializeAws_restJson1TagResourceCommand = function (input, context)
497
497
  headers = {
498
498
  "content-type": "application/json",
499
499
  };
500
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
500
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
501
501
  if (input.resourceArn !== undefined) {
502
502
  labelValue = input.resourceArn;
503
503
  if (labelValue.length <= 0) {
@@ -529,7 +529,7 @@ export var serializeAws_restJson1UntagResourceCommand = function (input, context
529
529
  case 1:
530
530
  _a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
531
531
  headers = {};
532
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
532
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/tags/{resourceArn}";
533
533
  if (input.resourceArn !== undefined) {
534
534
  labelValue = input.resourceArn;
535
535
  if (labelValue.length <= 0) {
@@ -565,7 +565,7 @@ export var serializeAws_restJson1UpdateWorkspaceAliasCommand = function (input,
565
565
  headers = {
566
566
  "content-type": "application/json",
567
567
  };
568
- resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces/{workspaceId}/alias";
568
+ resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/workspaces/{workspaceId}/alias";
569
569
  if (input.workspaceId !== undefined) {
570
570
  labelValue = input.workspaceId;
571
571
  if (labelValue.length <= 0) {
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
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;
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: AmpClientConfig) => {
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-amp",
3
3
  "description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
4
- "version": "3.54.1",
4
+ "version": "3.58.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,42 +18,42 @@
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.54.1",
22
- "@aws-sdk/config-resolver": "3.54.1",
23
- "@aws-sdk/credential-provider-node": "3.54.1",
24
- "@aws-sdk/fetch-http-handler": "3.54.1",
25
- "@aws-sdk/hash-node": "3.54.1",
26
- "@aws-sdk/invalid-dependency": "3.54.1",
27
- "@aws-sdk/middleware-content-length": "3.54.1",
28
- "@aws-sdk/middleware-host-header": "3.54.1",
29
- "@aws-sdk/middleware-logger": "3.54.1",
30
- "@aws-sdk/middleware-retry": "3.54.1",
31
- "@aws-sdk/middleware-serde": "3.54.1",
32
- "@aws-sdk/middleware-signing": "3.54.1",
33
- "@aws-sdk/middleware-stack": "3.54.1",
34
- "@aws-sdk/middleware-user-agent": "3.54.1",
35
- "@aws-sdk/node-config-provider": "3.54.1",
36
- "@aws-sdk/node-http-handler": "3.54.1",
37
- "@aws-sdk/protocol-http": "3.54.1",
38
- "@aws-sdk/smithy-client": "3.54.1",
39
- "@aws-sdk/types": "3.54.1",
40
- "@aws-sdk/url-parser": "3.54.1",
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.54.0",
44
- "@aws-sdk/util-body-length-node": "3.54.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.54.1",
46
- "@aws-sdk/util-defaults-mode-node": "3.54.1",
47
- "@aws-sdk/util-user-agent-browser": "3.54.1",
48
- "@aws-sdk/util-user-agent-node": "3.54.1",
49
- "@aws-sdk/util-utf8-browser": "3.52.0",
50
- "@aws-sdk/util-utf8-node": "3.52.0",
51
- "@aws-sdk/util-waiter": "3.54.1",
52
- "tslib": "^2.3.0",
21
+ "@aws-sdk/client-sts": "3.58.0",
22
+ "@aws-sdk/config-resolver": "3.58.0",
23
+ "@aws-sdk/credential-provider-node": "3.58.0",
24
+ "@aws-sdk/fetch-http-handler": "3.58.0",
25
+ "@aws-sdk/hash-node": "3.55.0",
26
+ "@aws-sdk/invalid-dependency": "3.55.0",
27
+ "@aws-sdk/middleware-content-length": "3.58.0",
28
+ "@aws-sdk/middleware-host-header": "3.58.0",
29
+ "@aws-sdk/middleware-logger": "3.55.0",
30
+ "@aws-sdk/middleware-retry": "3.58.0",
31
+ "@aws-sdk/middleware-serde": "3.55.0",
32
+ "@aws-sdk/middleware-signing": "3.58.0",
33
+ "@aws-sdk/middleware-stack": "3.55.0",
34
+ "@aws-sdk/middleware-user-agent": "3.58.0",
35
+ "@aws-sdk/node-config-provider": "3.58.0",
36
+ "@aws-sdk/node-http-handler": "3.58.0",
37
+ "@aws-sdk/protocol-http": "3.58.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.58.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.58.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.58.0",
48
+ "@aws-sdk/util-user-agent-node": "3.58.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
+ "tslib": "^2.3.1",
53
53
  "uuid": "^8.3.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@aws-sdk/service-client-documentation-generator": "3.52.0",
56
+ "@aws-sdk/service-client-documentation-generator": "3.58.0",
57
57
  "@tsconfig/recommended": "1.0.1",
58
58
  "@types/node": "^12.7.5",
59
59
  "@types/uuid": "^8.3.0",
@@ -61,7 +61,7 @@
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"