@aws-sdk/client-trustedadvisor 3.533.0 → 3.540.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 (31) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/TrustedAdvisor.d.ts +4 -1
  6. package/dist-types/TrustedAdvisorClient.d.ts +1 -1
  7. package/dist-types/commands/GetOrganizationRecommendationCommand.d.ts +2 -1
  8. package/dist-types/commands/GetRecommendationCommand.d.ts +2 -1
  9. package/dist-types/commands/ListChecksCommand.d.ts +2 -1
  10. package/dist-types/commands/ListOrganizationRecommendationAccountsCommand.d.ts +2 -1
  11. package/dist-types/commands/ListOrganizationRecommendationResourcesCommand.d.ts +2 -1
  12. package/dist-types/commands/ListOrganizationRecommendationsCommand.d.ts +2 -1
  13. package/dist-types/commands/ListRecommendationResourcesCommand.d.ts +2 -1
  14. package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
  15. package/dist-types/commands/UpdateOrganizationRecommendationLifecycleCommand.d.ts +2 -1
  16. package/dist-types/commands/UpdateRecommendationLifecycleCommand.d.ts +2 -1
  17. package/dist-types/index.d.ts +0 -1
  18. package/dist-types/models/models_0.d.ts +191 -191
  19. package/dist-types/ts3.4/TrustedAdvisor.d.ts +3 -0
  20. package/dist-types/ts3.4/commands/GetOrganizationRecommendationCommand.d.ts +9 -0
  21. package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +9 -0
  22. package/dist-types/ts3.4/commands/ListChecksCommand.d.ts +9 -0
  23. package/dist-types/ts3.4/commands/ListOrganizationRecommendationAccountsCommand.d.ts +9 -0
  24. package/dist-types/ts3.4/commands/ListOrganizationRecommendationResourcesCommand.d.ts +9 -0
  25. package/dist-types/ts3.4/commands/ListOrganizationRecommendationsCommand.d.ts +9 -0
  26. package/dist-types/ts3.4/commands/ListRecommendationResourcesCommand.d.ts +9 -0
  27. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/commands/UpdateOrganizationRecommendationLifecycleCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/UpdateRecommendationLifecycleCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/index.d.ts +0 -1
  31. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -1287,9 +1287,6 @@ var paginateListRecommendationResources = (0, import_core.createPaginator)(Trust
1287
1287
  // src/pagination/ListRecommendationsPaginator.ts
1288
1288
 
1289
1289
  var paginateListRecommendations = (0, import_core.createPaginator)(TrustedAdvisorClient, ListRecommendationsCommand, "nextToken", "nextToken", "maxResults");
1290
-
1291
- // src/index.ts
1292
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
1293
1290
  // Annotate the CommonJS export names for ESM import in node:
1294
1291
 
1295
1292
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./TrustedAdvisor";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { TrustedAdvisorServiceException } from "./models/TrustedAdvisorServiceException";
@@ -26,6 +26,7 @@ export interface TrustedAdvisor {
26
26
  /**
27
27
  * @see {@link ListChecksCommand}
28
28
  */
29
+ listChecks(): Promise<ListChecksCommandOutput>;
29
30
  listChecks(args: ListChecksCommandInput, options?: __HttpHandlerOptions): Promise<ListChecksCommandOutput>;
30
31
  listChecks(args: ListChecksCommandInput, cb: (err: any, data?: ListChecksCommandOutput) => void): void;
31
32
  listChecks(args: ListChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChecksCommandOutput) => void): void;
@@ -44,6 +45,7 @@ export interface TrustedAdvisor {
44
45
  /**
45
46
  * @see {@link ListOrganizationRecommendationsCommand}
46
47
  */
48
+ listOrganizationRecommendations(): Promise<ListOrganizationRecommendationsCommandOutput>;
47
49
  listOrganizationRecommendations(args: ListOrganizationRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationRecommendationsCommandOutput>;
48
50
  listOrganizationRecommendations(args: ListOrganizationRecommendationsCommandInput, cb: (err: any, data?: ListOrganizationRecommendationsCommandOutput) => void): void;
49
51
  listOrganizationRecommendations(args: ListOrganizationRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationRecommendationsCommandOutput) => void): void;
@@ -56,6 +58,7 @@ export interface TrustedAdvisor {
56
58
  /**
57
59
  * @see {@link ListRecommendationsCommand}
58
60
  */
61
+ listRecommendations(): Promise<ListRecommendationsCommandOutput>;
59
62
  listRecommendations(args: ListRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationsCommandOutput>;
60
63
  listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
61
64
  listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
@@ -73,8 +76,8 @@ export interface TrustedAdvisor {
73
76
  updateRecommendationLifecycle(args: UpdateRecommendationLifecycleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRecommendationLifecycleCommandOutput) => void): void;
74
77
  }
75
78
  /**
76
- * @public
77
79
  * <p>TrustedAdvisor Public API</p>
80
+ * @public
78
81
  */
79
82
  export declare class TrustedAdvisor extends TrustedAdvisorClient implements TrustedAdvisor {
80
83
  }
@@ -161,8 +161,8 @@ export type TrustedAdvisorClientResolvedConfigType = __SmithyResolvedConfigurati
161
161
  export interface TrustedAdvisorClientResolvedConfig extends TrustedAdvisorClientResolvedConfigType {
162
162
  }
163
163
  /**
164
- * @public
165
164
  * <p>TrustedAdvisor Public API</p>
165
+ * @public
166
166
  */
167
167
  export declare class TrustedAdvisorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig> {
168
168
  /**
@@ -22,10 +22,10 @@ export interface GetOrganizationRecommendationCommandOutput extends GetOrganizat
22
22
  }
23
23
  declare const GetOrganizationRecommendationCommand_base: {
24
24
  new (input: GetOrganizationRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationRecommendationCommandInput, GetOrganizationRecommendationCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetOrganizationRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationRecommendationCommandInput, GetOrganizationRecommendationCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a specific recommendation within an AWS Organizations organization. This API supports only prioritized
30
30
  * recommendations.
31
31
  * </p>
@@ -105,6 +105,7 @@ declare const GetOrganizationRecommendationCommand_base: {
105
105
  * @throws {@link TrustedAdvisorServiceException}
106
106
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class GetOrganizationRecommendationCommand extends GetOrganizationRecommendationCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
22
22
  }
23
23
  declare const GetRecommendationCommand_base: {
24
24
  new (input: GetRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRecommendationCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Get a specific Recommendation</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const GetRecommendationCommand_base: {
103
103
  * @throws {@link TrustedAdvisorServiceException}
104
104
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class GetRecommendationCommand extends GetRecommendationCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface ListChecksCommandOutput extends ListChecksResponse, __MetadataB
22
22
  }
23
23
  declare const ListChecksCommand_base: {
24
24
  new (input: ListChecksCommandInput): import("@smithy/smithy-client").CommandImpl<ListChecksCommandInput, ListChecksCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListChecksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListChecksCommandInput, ListChecksCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List a filterable set of Checks</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const ListChecksCommand_base: {
88
88
  * @throws {@link TrustedAdvisorServiceException}
89
89
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class ListChecksCommand extends ListChecksCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface ListOrganizationRecommendationAccountsCommandOutput extends Lis
22
22
  }
23
23
  declare const ListOrganizationRecommendationAccountsCommand_base: {
24
24
  new (input: ListOrganizationRecommendationAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationAccountsCommandInput, ListOrganizationRecommendationAccountsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListOrganizationRecommendationAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationAccountsCommandInput, ListOrganizationRecommendationAccountsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the accounts that own the resources for an organization aggregate recommendation. This API only
30
30
  * supports prioritized recommendations.
31
31
  * </p>
@@ -85,6 +85,7 @@ declare const ListOrganizationRecommendationAccountsCommand_base: {
85
85
  * @throws {@link TrustedAdvisorServiceException}
86
86
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class ListOrganizationRecommendationAccountsCommand extends ListOrganizationRecommendationAccountsCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface ListOrganizationRecommendationResourcesCommandOutput extends Li
22
22
  }
23
23
  declare const ListOrganizationRecommendationResourcesCommand_base: {
24
24
  new (input: ListOrganizationRecommendationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationResourcesCommandInput, ListOrganizationRecommendationResourcesCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListOrganizationRecommendationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationResourcesCommandInput, ListOrganizationRecommendationResourcesCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List Resources of a Recommendation within an Organization. This API only supports prioritized
30
30
  * recommendations.
31
31
  * </p>
@@ -90,6 +90,7 @@ declare const ListOrganizationRecommendationResourcesCommand_base: {
90
90
  * @throws {@link TrustedAdvisorServiceException}
91
91
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class ListOrganizationRecommendationResourcesCommand extends ListOrganizationRecommendationResourcesCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ListOrganizationRecommendationsCommandOutput extends ListOrgani
22
22
  }
23
23
  declare const ListOrganizationRecommendationsCommand_base: {
24
24
  new (input: ListOrganizationRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationsCommandInput, ListOrganizationRecommendationsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListOrganizationRecommendationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOrganizationRecommendationsCommandInput, ListOrganizationRecommendationsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List a filterable set of Recommendations within an Organization. This API only supports prioritized
30
30
  * recommendations.
31
31
  * </p>
@@ -107,6 +107,7 @@ declare const ListOrganizationRecommendationsCommand_base: {
107
107
  * @throws {@link TrustedAdvisorServiceException}
108
108
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class ListOrganizationRecommendationsCommand extends ListOrganizationRecommendationsCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface ListRecommendationResourcesCommandOutput extends ListRecommenda
22
22
  }
23
23
  declare const ListRecommendationResourcesCommand_base: {
24
24
  new (input: ListRecommendationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationResourcesCommandInput, ListRecommendationResourcesCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRecommendationResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationResourcesCommandInput, ListRecommendationResourcesCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List Resources of a Recommendation</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const ListRecommendationResourcesCommand_base: {
86
86
  * @throws {@link TrustedAdvisorServiceException}
87
87
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListRecommendationResourcesCommand extends ListRecommendationResourcesCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
22
22
  }
23
23
  declare const ListRecommendationsCommand_base: {
24
24
  new (input: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRecommendationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List a filterable set of Recommendations</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -105,6 +105,7 @@ declare const ListRecommendationsCommand_base: {
105
105
  * @throws {@link TrustedAdvisorServiceException}
106
106
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface UpdateOrganizationRecommendationLifecycleCommandOutput extends
22
22
  }
23
23
  declare const UpdateOrganizationRecommendationLifecycleCommand_base: {
24
24
  new (input: UpdateOrganizationRecommendationLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationRecommendationLifecycleCommandInput, UpdateOrganizationRecommendationLifecycleCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateOrganizationRecommendationLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationRecommendationLifecycleCommandInput, UpdateOrganizationRecommendationLifecycleCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update the lifecyle of a Recommendation within an Organization. This API only supports prioritized
30
30
  * recommendations.
31
31
  * </p>
@@ -74,6 +74,7 @@ declare const UpdateOrganizationRecommendationLifecycleCommand_base: {
74
74
  * @throws {@link TrustedAdvisorServiceException}
75
75
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class UpdateOrganizationRecommendationLifecycleCommand extends UpdateOrganizationRecommendationLifecycleCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface UpdateRecommendationLifecycleCommandOutput extends __MetadataBe
22
22
  }
23
23
  declare const UpdateRecommendationLifecycleCommand_base: {
24
24
  new (input: UpdateRecommendationLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecommendationLifecycleCommandInput, UpdateRecommendationLifecycleCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRecommendationLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRecommendationLifecycleCommandInput, UpdateRecommendationLifecycleCommandOutput, TrustedAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update the lifecyle of a Recommendation. This API only supports prioritized recommendations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UpdateRecommendationLifecycleCommand_base: {
72
72
  * @throws {@link TrustedAdvisorServiceException}
73
73
  * <p>Base exception class for all service exceptions from TrustedAdvisor service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateRecommendationLifecycleCommand extends UpdateRecommendationLifecycleCommand_base {
77
78
  }
@@ -11,5 +11,4 @@ export { TrustedAdvisorExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
14
- import "@aws-sdk/util-endpoints";
15
14
  export { TrustedAdvisorServiceException } from "./models/TrustedAdvisorServiceException";