@aws-sdk/client-cloudcontrol 3.337.0 → 3.338.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 (45) hide show
  1. package/dist-cjs/CloudControlClient.js +2 -1
  2. package/dist-cjs/commands/CancelResourceRequestCommand.js +2 -1
  3. package/dist-cjs/commands/CreateResourceCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteResourceCommand.js +2 -1
  5. package/dist-cjs/commands/GetResourceCommand.js +2 -1
  6. package/dist-cjs/commands/GetResourceRequestStatusCommand.js +2 -1
  7. package/dist-cjs/commands/ListResourceRequestsCommand.js +2 -1
  8. package/dist-cjs/commands/ListResourcesCommand.js +2 -1
  9. package/dist-cjs/commands/UpdateResourceCommand.js +2 -1
  10. package/dist-cjs/index.js +2 -2
  11. package/dist-cjs/models/CloudControlServiceException.js +2 -1
  12. package/dist-es/CloudControlClient.js +1 -0
  13. package/dist-es/commands/CancelResourceRequestCommand.js +1 -0
  14. package/dist-es/commands/CreateResourceCommand.js +1 -0
  15. package/dist-es/commands/DeleteResourceCommand.js +1 -0
  16. package/dist-es/commands/GetResourceCommand.js +1 -0
  17. package/dist-es/commands/GetResourceRequestStatusCommand.js +1 -0
  18. package/dist-es/commands/ListResourceRequestsCommand.js +1 -0
  19. package/dist-es/commands/ListResourcesCommand.js +1 -0
  20. package/dist-es/commands/UpdateResourceCommand.js +1 -0
  21. package/dist-es/index.js +2 -2
  22. package/dist-es/models/CloudControlServiceException.js +1 -0
  23. package/dist-types/CloudControlClient.d.ts +3 -3
  24. package/dist-types/commands/CancelResourceRequestCommand.d.ts +4 -0
  25. package/dist-types/commands/CreateResourceCommand.d.ts +4 -0
  26. package/dist-types/commands/DeleteResourceCommand.d.ts +4 -0
  27. package/dist-types/commands/GetResourceCommand.d.ts +4 -0
  28. package/dist-types/commands/GetResourceRequestStatusCommand.d.ts +4 -0
  29. package/dist-types/commands/ListResourceRequestsCommand.d.ts +4 -0
  30. package/dist-types/commands/ListResourcesCommand.d.ts +4 -0
  31. package/dist-types/commands/UpdateResourceCommand.d.ts +4 -0
  32. package/dist-types/index.d.ts +8 -2
  33. package/dist-types/models/CloudControlServiceException.d.ts +1 -0
  34. package/dist-types/ts3.4/CloudControlClient.d.ts +3 -3
  35. package/dist-types/ts3.4/commands/CancelResourceRequestCommand.d.ts +1 -0
  36. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +1 -0
  37. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +1 -0
  38. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +1 -0
  39. package/dist-types/ts3.4/commands/GetResourceRequestStatusCommand.d.ts +1 -0
  40. package/dist-types/ts3.4/commands/ListResourceRequestsCommand.d.ts +1 -0
  41. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +1 -0
  42. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +1 -0
  43. package/dist-types/ts3.4/index.d.ts +2 -2
  44. package/dist-types/ts3.4/models/CloudControlServiceException.d.ts +1 -0
  45. package/package.json +29 -29
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudControlClient = void 0;
3
+ exports.CloudControlClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class CloudControlClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelResourceRequestCommand = void 0;
3
+ exports.CancelResourceRequestCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class CancelResourceRequestCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateResourceCommand = void 0;
3
+ exports.CreateResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class CreateResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourceCommand = void 0;
3
+ exports.DeleteResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class DeleteResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourceCommand = void 0;
3
+ exports.GetResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class GetResourceCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourceRequestStatusCommand = void 0;
3
+ exports.GetResourceRequestStatusCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class GetResourceRequestStatusCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResourceRequestsCommand = void 0;
3
+ exports.ListResourceRequestsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class ListResourceRequestsCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListResourcesCommand = void 0;
3
+ exports.ListResourcesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class ListResourcesCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateResourceCommand = void 0;
3
+ exports.UpdateResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
9
10
  class UpdateResourceCommand extends smithy_client_1.Command {
package/dist-cjs/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CloudControlServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./CloudControl"), exports);
6
5
  tslib_1.__exportStar(require("./CloudControlClient"), exports);
6
+ tslib_1.__exportStar(require("./CloudControl"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
10
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
+ tslib_1.__exportStar(require("./models"), exports);
11
11
  var CloudControlServiceException_1 = require("./models/CloudControlServiceException");
12
12
  Object.defineProperty(exports, "CloudControlServiceException", { enumerable: true, get: function () { return CloudControlServiceException_1.CloudControlServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudControlServiceException = void 0;
3
+ exports.CloudControlServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class CloudControlServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class CloudControlClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CancelResourceRequestOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CancelResourceRequestCommand, se_CancelResourceRequestCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class CancelResourceRequestCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateResourceInputFilterSensitiveLog, CreateResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateResourceCommand, se_CreateResourceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class CreateResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteResourceOutputFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_DeleteResourceCommand, se_DeleteResourceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class DeleteResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetResourceOutputFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_GetResourceCommand, se_GetResourceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class GetResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetResourceRequestStatusOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetResourceRequestStatusCommand, se_GetResourceRequestStatusCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class GetResourceRequestStatusCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListResourceRequestsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListResourceRequestsCommand, se_ListResourceRequestsCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class ListResourceRequestsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListResourcesInputFilterSensitiveLog, ListResourcesOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class ListResourcesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateResourceInputFilterSensitiveLog, UpdateResourceOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateResourceCommand, se_UpdateResourceCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
6
7
  export class UpdateResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
package/dist-es/index.js CHANGED
@@ -1,7 +1,7 @@
1
- export * from "./CloudControl";
2
1
  export * from "./CloudControlClient";
2
+ export * from "./CloudControl";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { CloudControlServiceException } from "./models/CloudControlServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class CloudControlServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -17,6 +17,7 @@ import { ListResourceRequestsCommandInput, ListResourceRequestsCommandOutput } f
17
17
  import { ListResourcesCommandInput, ListResourcesCommandOutput } from "./commands/ListResourcesCommand";
18
18
  import { UpdateResourceCommandInput, UpdateResourceCommandOutput } from "./commands/UpdateResourceCommand";
19
19
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
20
+ export { __Client };
20
21
  /**
21
22
  * @public
22
23
  */
@@ -131,7 +132,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
131
132
  /**
132
133
  * @public
133
134
  */
134
- type CloudControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
135
+ export type CloudControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
135
136
  /**
136
137
  * @public
137
138
  *
@@ -142,7 +143,7 @@ export interface CloudControlClientConfig extends CloudControlClientConfigType {
142
143
  /**
143
144
  * @public
144
145
  */
145
- type CloudControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
146
+ export type CloudControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
146
147
  /**
147
148
  * @public
148
149
  *
@@ -168,4 +169,3 @@ export declare class CloudControlClient extends __Client<__HttpHandlerOptions, S
168
169
  */
169
170
  destroy(): void;
170
171
  }
171
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
5
5
  import { CancelResourceRequestInput, CancelResourceRequestOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
5
5
  import { CreateResourceInput, CreateResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
5
5
  import { DeleteResourceInput, DeleteResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
5
5
  import { GetResourceInput, GetResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
5
5
  import { GetResourceRequestStatusInput, GetResourceRequestStatusOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
5
5
  import { ListResourceRequestsInput, ListResourceRequestsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
5
5
  import { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudControlClient";
5
5
  import { UpdateResourceInput, UpdateResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,7 +1,13 @@
1
- export * from "./CloudControl";
1
+ /**
2
+ * <p>For more information about Amazon Web Services Cloud Control API, see the <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/what-is-cloudcontrolapi.html">Amazon Web Services Cloud Control API User
3
+ * Guide</a>.</p>
4
+ *
5
+ * @packageDocumentation
6
+ */
2
7
  export * from "./CloudControlClient";
8
+ export * from "./CloudControl";
3
9
  export * from "./commands";
4
- export * from "./models";
5
10
  export * from "./pagination";
6
11
  export * from "./waiters";
12
+ export * from "./models";
7
13
  export { CloudControlServiceException } from "./models/CloudControlServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -83,6 +83,7 @@ import {
83
83
  ClientResolvedEndpointParameters,
84
84
  EndpointParameters,
85
85
  } from "./endpoint/EndpointParameters";
86
+ export { __Client };
86
87
  export type ServiceInputTypes =
87
88
  | CancelResourceRequestCommandInput
88
89
  | CreateResourceCommandInput
@@ -125,7 +126,7 @@ export interface ClientDefaults
125
126
  logger?: __Logger;
126
127
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
127
128
  }
128
- type CloudControlClientConfigType = Partial<
129
+ export type CloudControlClientConfigType = Partial<
129
130
  __SmithyConfiguration<__HttpHandlerOptions>
130
131
  > &
131
132
  ClientDefaults &
@@ -138,7 +139,7 @@ type CloudControlClientConfigType = Partial<
138
139
  ClientInputEndpointParameters;
139
140
  export interface CloudControlClientConfig
140
141
  extends CloudControlClientConfigType {}
141
- type CloudControlClientResolvedConfigType =
142
+ export type CloudControlClientResolvedConfigType =
142
143
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
143
144
  Required<ClientDefaults> &
144
145
  RegionResolvedConfig &
@@ -160,4 +161,3 @@ export declare class CloudControlClient extends __Client<
160
161
  constructor(configuration: CloudControlClientConfig);
161
162
  destroy(): void;
162
163
  }
163
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CancelResourceRequestInput,
16
16
  CancelResourceRequestOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CancelResourceRequestCommandInput
19
20
  extends CancelResourceRequestInput {}
20
21
  export interface CancelResourceRequestCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudControlClient";
14
14
  import { CreateResourceInput, CreateResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateResourceCommandInput extends CreateResourceInput {}
16
17
  export interface CreateResourceCommandOutput
17
18
  extends CreateResourceOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudControlClient";
14
14
  import { DeleteResourceInput, DeleteResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteResourceCommandInput extends DeleteResourceInput {}
16
17
  export interface DeleteResourceCommandOutput
17
18
  extends DeleteResourceOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudControlClient";
14
14
  import { GetResourceInput, GetResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetResourceCommandInput extends GetResourceInput {}
16
17
  export interface GetResourceCommandOutput
17
18
  extends GetResourceOutput,
@@ -15,6 +15,7 @@ import {
15
15
  GetResourceRequestStatusInput,
16
16
  GetResourceRequestStatusOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetResourceRequestStatusCommandInput
19
20
  extends GetResourceRequestStatusInput {}
20
21
  export interface GetResourceRequestStatusCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListResourceRequestsInput,
16
16
  ListResourceRequestsOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListResourceRequestsCommandInput
19
20
  extends ListResourceRequestsInput {}
20
21
  export interface ListResourceRequestsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudControlClient";
14
14
  import { ListResourcesInput, ListResourcesOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListResourcesCommandInput extends ListResourcesInput {}
16
17
  export interface ListResourcesCommandOutput
17
18
  extends ListResourcesOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudControlClient";
14
14
  import { UpdateResourceInput, UpdateResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateResourceCommandInput extends UpdateResourceInput {}
16
17
  export interface UpdateResourceCommandOutput
17
18
  extends UpdateResourceOutput,
@@ -1,7 +1,7 @@
1
- export * from "./CloudControl";
2
1
  export * from "./CloudControlClient";
2
+ export * from "./CloudControl";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
6
5
  export * from "./waiters";
6
+ export * from "./models";
7
7
  export { CloudControlServiceException } from "./models/CloudControlServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class CloudControlServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudcontrol",
3
3
  "description": "AWS SDK for JavaScript Cloudcontrol Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.338.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",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
- "@aws-sdk/util-waiter": "3.337.0",
55
+ "@aws-sdk/util-waiter": "3.338.0",
56
56
  "@smithy/protocol-http": "^1.0.1",
57
57
  "@smithy/types": "^1.0.0",
58
58
  "tslib": "^2.5.0",