@aws-sdk/client-resiliencehub 3.183.0 → 3.185.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 (66) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/Resiliencehub.js +165 -158
  4. package/dist-es/ResiliencehubClient.js +28 -22
  5. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +28 -21
  6. package/dist-es/commands/CreateAppCommand.js +28 -21
  7. package/dist-es/commands/CreateRecommendationTemplateCommand.js +28 -21
  8. package/dist-es/commands/CreateResiliencyPolicyCommand.js +28 -21
  9. package/dist-es/commands/DeleteAppAssessmentCommand.js +28 -21
  10. package/dist-es/commands/DeleteAppCommand.js +28 -21
  11. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +28 -21
  12. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +28 -21
  13. package/dist-es/commands/DescribeAppAssessmentCommand.js +28 -21
  14. package/dist-es/commands/DescribeAppCommand.js +28 -21
  15. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +28 -21
  16. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +28 -21
  17. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +28 -21
  18. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +28 -21
  19. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +28 -21
  20. package/dist-es/commands/ListAlarmRecommendationsCommand.js +28 -21
  21. package/dist-es/commands/ListAppAssessmentsCommand.js +28 -21
  22. package/dist-es/commands/ListAppComponentCompliancesCommand.js +28 -21
  23. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +28 -21
  24. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +28 -21
  25. package/dist-es/commands/ListAppVersionResourcesCommand.js +28 -21
  26. package/dist-es/commands/ListAppVersionsCommand.js +28 -21
  27. package/dist-es/commands/ListAppsCommand.js +28 -21
  28. package/dist-es/commands/ListRecommendationTemplatesCommand.js +28 -21
  29. package/dist-es/commands/ListResiliencyPoliciesCommand.js +28 -21
  30. package/dist-es/commands/ListSopRecommendationsCommand.js +28 -21
  31. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +28 -21
  32. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  33. package/dist-es/commands/ListTestRecommendationsCommand.js +28 -21
  34. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +28 -21
  35. package/dist-es/commands/PublishAppVersionCommand.js +28 -21
  36. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +28 -21
  37. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +28 -21
  38. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +28 -21
  39. package/dist-es/commands/StartAppAssessmentCommand.js +28 -21
  40. package/dist-es/commands/TagResourceCommand.js +28 -21
  41. package/dist-es/commands/UntagResourceCommand.js +28 -21
  42. package/dist-es/commands/UpdateAppCommand.js +28 -21
  43. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +28 -21
  44. package/dist-es/endpoints.js +8 -8
  45. package/dist-es/models/ResiliencehubServiceException.js +10 -5
  46. package/dist-es/models/models_0.js +198 -435
  47. package/dist-es/pagination/ListAlarmRecommendationsPaginator.js +67 -24
  48. package/dist-es/pagination/ListAppAssessmentsPaginator.js +67 -24
  49. package/dist-es/pagination/ListAppComponentCompliancesPaginator.js +67 -24
  50. package/dist-es/pagination/ListAppComponentRecommendationsPaginator.js +67 -24
  51. package/dist-es/pagination/ListAppVersionResourceMappingsPaginator.js +67 -24
  52. package/dist-es/pagination/ListAppVersionResourcesPaginator.js +67 -24
  53. package/dist-es/pagination/ListAppVersionsPaginator.js +67 -24
  54. package/dist-es/pagination/ListAppsPaginator.js +67 -24
  55. package/dist-es/pagination/ListRecommendationTemplatesPaginator.js +67 -24
  56. package/dist-es/pagination/ListResiliencyPoliciesPaginator.js +67 -24
  57. package/dist-es/pagination/ListSopRecommendationsPaginator.js +67 -24
  58. package/dist-es/pagination/ListSuggestedResiliencyPoliciesPaginator.js +67 -24
  59. package/dist-es/pagination/ListTestRecommendationsPaginator.js +67 -24
  60. package/dist-es/pagination/ListUnsupportedAppVersionResourcesPaginator.js +67 -24
  61. package/dist-es/protocols/Aws_restJson1.js +4268 -3102
  62. package/dist-es/runtimeConfig.browser.js +12 -26
  63. package/dist-es/runtimeConfig.js +12 -30
  64. package/dist-es/runtimeConfig.native.js +5 -8
  65. package/dist-es/runtimeConfig.shared.js +11 -8
  66. package/package.json +5 -5
@@ -1,31 +1,74 @@
1
+ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
1
2
  import { ListTestRecommendationsCommand, } from "../commands/ListTestRecommendationsCommand";
2
3
  import { Resiliencehub } from "../Resiliencehub";
3
4
  import { ResiliencehubClient } from "../ResiliencehubClient";
4
- const makePagedClientRequest = async (client, input, ...args) => {
5
- return await client.send(new ListTestRecommendationsCommand(input), ...args);
5
+ var makePagedClientRequest = function (client, input) {
6
+ var args = [];
7
+ for (var _i = 2; _i < arguments.length; _i++) {
8
+ args[_i - 2] = arguments[_i];
9
+ }
10
+ return __awaiter(void 0, void 0, void 0, function () {
11
+ return __generator(this, function (_a) {
12
+ switch (_a.label) {
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListTestRecommendationsCommand(input)], __read(args), false))];
14
+ case 1: return [2, _a.sent()];
15
+ }
16
+ });
17
+ });
6
18
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.listTestRecommendations(input, ...args);
19
+ var makePagedRequest = function (client, input) {
20
+ var args = [];
21
+ for (var _i = 2; _i < arguments.length; _i++) {
22
+ args[_i - 2] = arguments[_i];
23
+ }
24
+ return __awaiter(void 0, void 0, void 0, function () {
25
+ return __generator(this, function (_a) {
26
+ switch (_a.label) {
27
+ case 0: return [4, client.listTestRecommendations.apply(client, __spreadArray([input], __read(args), false))];
28
+ case 1: return [2, _a.sent()];
29
+ }
30
+ });
31
+ });
9
32
  };
10
- export async function* paginateListTestRecommendations(config, input, ...additionalArguments) {
11
- let token = config.startingToken || undefined;
12
- let hasNext = true;
13
- let page;
14
- while (hasNext) {
15
- input.nextToken = token;
16
- if (config.client instanceof Resiliencehub) {
17
- page = await makePagedRequest(config.client, input, ...additionalArguments);
18
- }
19
- else if (config.client instanceof ResiliencehubClient) {
20
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
21
- }
22
- else {
23
- throw new Error("Invalid client, expected Resiliencehub | ResiliencehubClient");
24
- }
25
- yield page;
26
- const prevToken = token;
27
- token = page.nextToken;
28
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
33
+ export function paginateListTestRecommendations(config, input) {
34
+ var additionalArguments = [];
35
+ for (var _i = 2; _i < arguments.length; _i++) {
36
+ additionalArguments[_i - 2] = arguments[_i];
29
37
  }
30
- return undefined;
38
+ return __asyncGenerator(this, arguments, function paginateListTestRecommendations_1() {
39
+ var token, hasNext, page, prevToken;
40
+ return __generator(this, function (_a) {
41
+ switch (_a.label) {
42
+ case 0:
43
+ token = config.startingToken || undefined;
44
+ hasNext = true;
45
+ _a.label = 1;
46
+ case 1:
47
+ if (!hasNext) return [3, 9];
48
+ input.nextToken = token;
49
+ if (!(config.client instanceof Resiliencehub)) return [3, 3];
50
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
51
+ case 2:
52
+ page = _a.sent();
53
+ return [3, 6];
54
+ case 3:
55
+ if (!(config.client instanceof ResiliencehubClient)) return [3, 5];
56
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
57
+ case 4:
58
+ page = _a.sent();
59
+ return [3, 6];
60
+ case 5: throw new Error("Invalid client, expected Resiliencehub | ResiliencehubClient");
61
+ case 6: return [4, __await(page)];
62
+ case 7: return [4, _a.sent()];
63
+ case 8:
64
+ _a.sent();
65
+ prevToken = token;
66
+ token = page.nextToken;
67
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
68
+ return [3, 1];
69
+ case 9: return [4, __await(undefined)];
70
+ case 10: return [2, _a.sent()];
71
+ }
72
+ });
73
+ });
31
74
  }
@@ -1,31 +1,74 @@
1
+ import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
1
2
  import { ListUnsupportedAppVersionResourcesCommand, } from "../commands/ListUnsupportedAppVersionResourcesCommand";
2
3
  import { Resiliencehub } from "../Resiliencehub";
3
4
  import { ResiliencehubClient } from "../ResiliencehubClient";
4
- const makePagedClientRequest = async (client, input, ...args) => {
5
- return await client.send(new ListUnsupportedAppVersionResourcesCommand(input), ...args);
5
+ var makePagedClientRequest = function (client, input) {
6
+ var args = [];
7
+ for (var _i = 2; _i < arguments.length; _i++) {
8
+ args[_i - 2] = arguments[_i];
9
+ }
10
+ return __awaiter(void 0, void 0, void 0, function () {
11
+ return __generator(this, function (_a) {
12
+ switch (_a.label) {
13
+ case 0: return [4, client.send.apply(client, __spreadArray([new ListUnsupportedAppVersionResourcesCommand(input)], __read(args), false))];
14
+ case 1: return [2, _a.sent()];
15
+ }
16
+ });
17
+ });
6
18
  };
7
- const makePagedRequest = async (client, input, ...args) => {
8
- return await client.listUnsupportedAppVersionResources(input, ...args);
19
+ var makePagedRequest = function (client, input) {
20
+ var args = [];
21
+ for (var _i = 2; _i < arguments.length; _i++) {
22
+ args[_i - 2] = arguments[_i];
23
+ }
24
+ return __awaiter(void 0, void 0, void 0, function () {
25
+ return __generator(this, function (_a) {
26
+ switch (_a.label) {
27
+ case 0: return [4, client.listUnsupportedAppVersionResources.apply(client, __spreadArray([input], __read(args), false))];
28
+ case 1: return [2, _a.sent()];
29
+ }
30
+ });
31
+ });
9
32
  };
10
- export async function* paginateListUnsupportedAppVersionResources(config, input, ...additionalArguments) {
11
- let token = config.startingToken || undefined;
12
- let hasNext = true;
13
- let page;
14
- while (hasNext) {
15
- input.nextToken = token;
16
- if (config.client instanceof Resiliencehub) {
17
- page = await makePagedRequest(config.client, input, ...additionalArguments);
18
- }
19
- else if (config.client instanceof ResiliencehubClient) {
20
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
21
- }
22
- else {
23
- throw new Error("Invalid client, expected Resiliencehub | ResiliencehubClient");
24
- }
25
- yield page;
26
- const prevToken = token;
27
- token = page.nextToken;
28
- hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
33
+ export function paginateListUnsupportedAppVersionResources(config, input) {
34
+ var additionalArguments = [];
35
+ for (var _i = 2; _i < arguments.length; _i++) {
36
+ additionalArguments[_i - 2] = arguments[_i];
29
37
  }
30
- return undefined;
38
+ return __asyncGenerator(this, arguments, function paginateListUnsupportedAppVersionResources_1() {
39
+ var token, hasNext, page, prevToken;
40
+ return __generator(this, function (_a) {
41
+ switch (_a.label) {
42
+ case 0:
43
+ token = config.startingToken || undefined;
44
+ hasNext = true;
45
+ _a.label = 1;
46
+ case 1:
47
+ if (!hasNext) return [3, 9];
48
+ input.nextToken = token;
49
+ if (!(config.client instanceof Resiliencehub)) return [3, 3];
50
+ return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
51
+ case 2:
52
+ page = _a.sent();
53
+ return [3, 6];
54
+ case 3:
55
+ if (!(config.client instanceof ResiliencehubClient)) return [3, 5];
56
+ return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
57
+ case 4:
58
+ page = _a.sent();
59
+ return [3, 6];
60
+ case 5: throw new Error("Invalid client, expected Resiliencehub | ResiliencehubClient");
61
+ case 6: return [4, __await(page)];
62
+ case 7: return [4, _a.sent()];
63
+ case 8:
64
+ _a.sent();
65
+ prevToken = token;
66
+ token = page.nextToken;
67
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
68
+ return [3, 1];
69
+ case 9: return [4, __await(undefined)];
70
+ case 10: return [2, _a.sent()];
71
+ }
72
+ });
73
+ });
31
74
  }