@aws-sdk/client-marketplace-catalog 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/MarketplaceCatalog.js +1 -2
- package/{dist/cjs → dist-cjs}/MarketplaceCatalogClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CancelChangeSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeChangeSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeEntityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListChangeSetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListEntitiesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartChangeSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListChangeSetsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListEntitiesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -7
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/MarketplaceCatalog.js +2 -12
- package/{dist/es → dist-es}/MarketplaceCatalogClient.js +2 -17
- package/{dist/es → dist-es}/commands/CancelChangeSetCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DescribeChangeSetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeEntityCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListChangeSetsCommand.js +4 -36
- package/{dist/es → dist-es}/commands/ListEntitiesCommand.js +4 -30
- package/dist-es/commands/StartChangeSetCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -85
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListChangeSetsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListEntitiesPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +188 -194
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/MarketplaceCatalog.d.ts +2 -2
- package/{dist/types → dist-types}/MarketplaceCatalogClient.d.ts +7 -7
- package/{dist/types → dist-types}/commands/CancelChangeSetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeChangeSetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEntityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListChangeSetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartChangeSetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListChangeSetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListEntitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/MarketplaceCatalog.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/MarketplaceCatalogClient.d.ts +7 -7
- package/{dist/types → dist-types}/ts3.4/commands/CancelChangeSetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeChangeSetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEntityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListChangeSetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartChangeSetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListChangeSetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListEntitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/MarketplaceCatalog.ts +0 -253
- package/MarketplaceCatalogClient.ts +0 -259
- package/commands/CancelChangeSetCommand.ts +0 -101
- package/commands/DescribeChangeSetCommand.ts +0 -98
- package/commands/DescribeEntityCommand.ts +0 -98
- package/commands/ListChangeSetsCommand.ts +0 -104
- package/commands/ListEntitiesCommand.ts +0 -98
- package/commands/StartChangeSetCommand.ts +0 -110
- package/dist/cjs/MarketplaceCatalog.js.map +0 -1
- package/dist/cjs/MarketplaceCatalogClient.js.map +0 -1
- package/dist/cjs/commands/CancelChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChangeSetCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEntityCommand.js.map +0 -1
- package/dist/cjs/commands/ListChangeSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/StartChangeSetCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListChangeSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListEntitiesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/MarketplaceCatalog.js.map +0 -1
- package/dist/es/MarketplaceCatalogClient.js.map +0 -1
- package/dist/es/commands/CancelChangeSetCommand.js.map +0 -1
- package/dist/es/commands/DescribeChangeSetCommand.js.map +0 -1
- package/dist/es/commands/DescribeEntityCommand.js.map +0 -1
- package/dist/es/commands/ListChangeSetsCommand.js.map +0 -1
- package/dist/es/commands/ListEntitiesCommand.js.map +0 -1
- package/dist/es/commands/StartChangeSetCommand.js +0 -77
- package/dist/es/commands/StartChangeSetCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -13
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListChangeSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListEntitiesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -886
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListChangeSetsPaginator.ts +0 -58
- package/pagination/ListEntitiesPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -1194
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
12
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
13
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
25
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-marketplace-catalog
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-marketplace-catalog
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MarketplaceCatalog = void 0;
|
|
4
|
-
const MarketplaceCatalogClient_1 = require("./MarketplaceCatalogClient");
|
|
5
4
|
const CancelChangeSetCommand_1 = require("./commands/CancelChangeSetCommand");
|
|
6
5
|
const DescribeChangeSetCommand_1 = require("./commands/DescribeChangeSetCommand");
|
|
7
6
|
const DescribeEntityCommand_1 = require("./commands/DescribeEntityCommand");
|
|
8
7
|
const ListChangeSetsCommand_1 = require("./commands/ListChangeSetsCommand");
|
|
9
8
|
const ListEntitiesCommand_1 = require("./commands/ListEntitiesCommand");
|
|
10
9
|
const StartChangeSetCommand_1 = require("./commands/StartChangeSetCommand");
|
|
10
|
+
const MarketplaceCatalogClient_1 = require("./MarketplaceCatalogClient");
|
|
11
11
|
/**
|
|
12
12
|
* <p>Catalog API actions allow you to manage your entities through list, describe, and update
|
|
13
13
|
* capabilities. An entity can be a product or an offer on AWS Marketplace. </p>
|
|
@@ -104,4 +104,3 @@ class MarketplaceCatalog extends MarketplaceCatalogClient_1.MarketplaceCatalogCl
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
exports.MarketplaceCatalog = MarketplaceCatalog;
|
|
107
|
-
//# sourceMappingURL=MarketplaceCatalog.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MarketplaceCatalogClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <p>Catalog API actions allow you to manage your entities through list, describe, and update
|
|
15
15
|
* capabilities. An entity can be a product or an offer on AWS Marketplace. </p>
|
|
@@ -21,13 +21,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
21
21
|
*/
|
|
22
22
|
class MarketplaceCatalogClient extends smithy_client_1.Client {
|
|
23
23
|
constructor(configuration) {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
25
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
26
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
27
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
28
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
29
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
30
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
31
31
|
super(_config_6);
|
|
32
32
|
this.config = _config_6;
|
|
33
33
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -47,4 +47,3 @@ class MarketplaceCatalogClient extends smithy_client_1.Client {
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
exports.MarketplaceCatalogClient = MarketplaceCatalogClient;
|
|
50
|
-
//# sourceMappingURL=MarketplaceCatalogClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CancelChangeSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Used to cancel an open change request. Must be sent before the status of the request
|
|
10
10
|
* changes to <code>APPLYING</code>, the final stage of completing your change request. You
|
|
@@ -61,4 +61,3 @@ class CancelChangeSetCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.CancelChangeSetCommand = CancelChangeSetCommand;
|
|
64
|
-
//# sourceMappingURL=CancelChangeSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeChangeSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provides information about a given change set.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeChangeSetCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeChangeSetCommand = DescribeChangeSetCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeChangeSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeEntityCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the metadata and content of the entity.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DescribeEntityCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DescribeEntityCommand = DescribeEntityCommand;
|
|
61
|
-
//# sourceMappingURL=DescribeEntityCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListChangeSetsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the list of change sets owned by the account being used to make the call. You
|
|
10
10
|
* can filter this list by providing any combination of <code>entityId</code>,
|
|
@@ -64,4 +64,3 @@ class ListChangeSetsCommand extends smithy_client_1.Command {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
exports.ListChangeSetsCommand = ListChangeSetsCommand;
|
|
67
|
-
//# sourceMappingURL=ListChangeSetsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListEntitiesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provides the list of entities of a given type.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListEntitiesCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListEntitiesCommand = ListEntitiesCommand;
|
|
61
|
-
//# sourceMappingURL=ListEntitiesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartChangeSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>This operation allows you to request changes for your entities. Within a single
|
|
10
10
|
* ChangeSet, you cannot start the same change type against the same entity multiple times.
|
|
@@ -70,4 +70,3 @@ class StartChangeSetCommand extends smithy_client_1.Command {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
exports.StartChangeSetCommand = StartChangeSetCommand;
|
|
73
|
-
//# sourceMappingURL=StartChangeSetCommand.js.map
|
|
@@ -13,4 +13,3 @@ tslib_1.__exportStar(require("./pagination/ListEntitiesPaginator"), exports);
|
|
|
13
13
|
tslib_1.__exportStar(require("./commands/StartChangeSetCommand"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
16
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListChangeSets = void 0;
|
|
4
|
+
const ListChangeSetsCommand_1 = require("../commands/ListChangeSetsCommand");
|
|
4
5
|
const MarketplaceCatalog_1 = require("../MarketplaceCatalog");
|
|
5
6
|
const MarketplaceCatalogClient_1 = require("../MarketplaceCatalogClient");
|
|
6
|
-
const ListChangeSetsCommand_1 = require("../commands/ListChangeSetsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListChangeSets(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListChangeSets = paginateListChangeSets;
|
|
46
|
-
//# sourceMappingURL=ListChangeSetsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListEntities = void 0;
|
|
4
|
+
const ListEntitiesCommand_1 = require("../commands/ListEntitiesCommand");
|
|
4
5
|
const MarketplaceCatalog_1 = require("../MarketplaceCatalog");
|
|
5
6
|
const MarketplaceCatalogClient_1 = require("../MarketplaceCatalogClient");
|
|
6
|
-
const ListEntitiesCommand_1 = require("../commands/ListEntitiesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListEntities(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListEntities = paginateListEntities;
|
|
46
|
-
//# sourceMappingURL=ListEntitiesPaginator.js.map
|
|
@@ -6,7 +6,7 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
6
6
|
const serializeAws_restJson1CancelChangeSetCommand = async (input, context) => {
|
|
7
7
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
8
8
|
const headers = {};
|
|
9
|
-
|
|
9
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/CancelChangeSet";
|
|
10
10
|
const query = {
|
|
11
11
|
...(input.Catalog !== undefined && { catalog: input.Catalog }),
|
|
12
12
|
...(input.ChangeSetId !== undefined && { changeSetId: input.ChangeSetId }),
|
|
@@ -27,7 +27,7 @@ exports.serializeAws_restJson1CancelChangeSetCommand = serializeAws_restJson1Can
|
|
|
27
27
|
const serializeAws_restJson1DescribeChangeSetCommand = async (input, context) => {
|
|
28
28
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
29
29
|
const headers = {};
|
|
30
|
-
|
|
30
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/DescribeChangeSet";
|
|
31
31
|
const query = {
|
|
32
32
|
...(input.Catalog !== undefined && { catalog: input.Catalog }),
|
|
33
33
|
...(input.ChangeSetId !== undefined && { changeSetId: input.ChangeSetId }),
|
|
@@ -48,7 +48,7 @@ exports.serializeAws_restJson1DescribeChangeSetCommand = serializeAws_restJson1D
|
|
|
48
48
|
const serializeAws_restJson1DescribeEntityCommand = async (input, context) => {
|
|
49
49
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
50
50
|
const headers = {};
|
|
51
|
-
|
|
51
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/DescribeEntity";
|
|
52
52
|
const query = {
|
|
53
53
|
...(input.Catalog !== undefined && { catalog: input.Catalog }),
|
|
54
54
|
...(input.EntityId !== undefined && { entityId: input.EntityId }),
|
|
@@ -71,7 +71,7 @@ const serializeAws_restJson1ListChangeSetsCommand = async (input, context) => {
|
|
|
71
71
|
const headers = {
|
|
72
72
|
"content-type": "application/json",
|
|
73
73
|
};
|
|
74
|
-
|
|
74
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/ListChangeSets";
|
|
75
75
|
let body;
|
|
76
76
|
body = JSON.stringify({
|
|
77
77
|
...(input.Catalog !== undefined && input.Catalog !== null && { Catalog: input.Catalog }),
|
|
@@ -97,7 +97,7 @@ const serializeAws_restJson1ListEntitiesCommand = async (input, context) => {
|
|
|
97
97
|
const headers = {
|
|
98
98
|
"content-type": "application/json",
|
|
99
99
|
};
|
|
100
|
-
|
|
100
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/ListEntities";
|
|
101
101
|
let body;
|
|
102
102
|
body = JSON.stringify({
|
|
103
103
|
...(input.Catalog !== undefined && input.Catalog !== null && { Catalog: input.Catalog }),
|
|
@@ -124,7 +124,7 @@ const serializeAws_restJson1StartChangeSetCommand = async (input, context) => {
|
|
|
124
124
|
const headers = {
|
|
125
125
|
"content-type": "application/json",
|
|
126
126
|
};
|
|
127
|
-
|
|
127
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/StartChangeSet";
|
|
128
128
|
let body;
|
|
129
129
|
body = JSON.stringify({
|
|
130
130
|
...(input.Catalog !== undefined && input.Catalog !== null && { Catalog: input.Catalog }),
|
|
@@ -1030,4 +1030,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
1030
1030
|
}
|
|
1031
1031
|
return "";
|
|
1032
1032
|
};
|
|
1033
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
8
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
9
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
44
|
};
|
|
44
45
|
};
|
|
45
46
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
6
6
|
/**
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,21 +1,12 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { MarketplaceCatalogClient } from "./MarketplaceCatalogClient";
|
|
3
2
|
import { CancelChangeSetCommand, } from "./commands/CancelChangeSetCommand";
|
|
4
3
|
import { DescribeChangeSetCommand, } from "./commands/DescribeChangeSetCommand";
|
|
5
4
|
import { DescribeEntityCommand, } from "./commands/DescribeEntityCommand";
|
|
6
5
|
import { ListChangeSetsCommand, } from "./commands/ListChangeSetsCommand";
|
|
7
6
|
import { ListEntitiesCommand, } from "./commands/ListEntitiesCommand";
|
|
8
7
|
import { StartChangeSetCommand, } from "./commands/StartChangeSetCommand";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
* capabilities. An entity can be a product or an offer on AWS Marketplace. </p>
|
|
12
|
-
*
|
|
13
|
-
* <p>You can automate your entity update process by integrating the AWS Marketplace Catalog
|
|
14
|
-
* API with your AWS Marketplace product build or deployment pipelines. You can also create
|
|
15
|
-
* your own applications on top of the Catalog API to manage your products on AWS
|
|
16
|
-
* Marketplace.</p>
|
|
17
|
-
*/
|
|
18
|
-
var MarketplaceCatalog = /** @class */ (function (_super) {
|
|
8
|
+
import { MarketplaceCatalogClient } from "./MarketplaceCatalogClient";
|
|
9
|
+
var MarketplaceCatalog = (function (_super) {
|
|
19
10
|
__extends(MarketplaceCatalog, _super);
|
|
20
11
|
function MarketplaceCatalog() {
|
|
21
12
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -107,4 +98,3 @@ var MarketplaceCatalog = /** @class */ (function (_super) {
|
|
|
107
98
|
return MarketplaceCatalog;
|
|
108
99
|
}(MarketplaceCatalogClient));
|
|
109
100
|
export { MarketplaceCatalog };
|
|
110
|
-
//# sourceMappingURL=MarketplaceCatalog.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,16 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
* capabilities. An entity can be a product or an offer on AWS Marketplace. </p>
|
|
14
|
-
*
|
|
15
|
-
* <p>You can automate your entity update process by integrating the AWS Marketplace Catalog
|
|
16
|
-
* API with your AWS Marketplace product build or deployment pipelines. You can also create
|
|
17
|
-
* your own applications on top of the Catalog API to manage your products on AWS
|
|
18
|
-
* Marketplace.</p>
|
|
19
|
-
*/
|
|
20
|
-
var MarketplaceCatalogClient = /** @class */ (function (_super) {
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
+
var MarketplaceCatalogClient = (function (_super) {
|
|
21
12
|
__extends(MarketplaceCatalogClient, _super);
|
|
22
13
|
function MarketplaceCatalogClient(configuration) {
|
|
23
14
|
var _this = this;
|
|
@@ -38,15 +29,9 @@ var MarketplaceCatalogClient = /** @class */ (function (_super) {
|
|
|
38
29
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
39
30
|
return _this;
|
|
40
31
|
}
|
|
41
|
-
/**
|
|
42
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
43
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
44
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
45
|
-
*/
|
|
46
32
|
MarketplaceCatalogClient.prototype.destroy = function () {
|
|
47
33
|
_super.prototype.destroy.call(this);
|
|
48
34
|
};
|
|
49
35
|
return MarketplaceCatalogClient;
|
|
50
36
|
}(__Client));
|
|
51
37
|
export { MarketplaceCatalogClient };
|
|
52
|
-
//# sourceMappingURL=MarketplaceCatalogClient.js.map
|
|
@@ -1,43 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { CancelChangeSetRequest, CancelChangeSetResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1CancelChangeSetCommand, serializeAws_restJson1CancelChangeSetCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* can describe a change during the 60-day request history retention period for API
|
|
10
|
-
* calls.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MarketplaceCatalogClient, CancelChangeSetCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
|
|
15
|
-
* // const { MarketplaceCatalogClient, CancelChangeSetCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
|
|
16
|
-
* const client = new MarketplaceCatalogClient(config);
|
|
17
|
-
* const command = new CancelChangeSetCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CancelChangeSetCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CancelChangeSetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MarketplaceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var CancelChangeSetCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { CancelChangeSetRequest, CancelChangeSetResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1CancelChangeSetCommand, serializeAws_restJson1CancelChangeSetCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var CancelChangeSetCommand = (function (_super) {
|
|
27
7
|
__extends(CancelChangeSetCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function CancelChangeSetCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
CancelChangeSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +37,3 @@ var CancelChangeSetCommand = /** @class */ (function (_super) {
|
|
|
65
37
|
return CancelChangeSetCommand;
|
|
66
38
|
}($Command));
|
|
67
39
|
export { CancelChangeSetCommand };
|
|
68
|
-
//# sourceMappingURL=CancelChangeSetCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeChangeSetRequest, DescribeChangeSetResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeChangeSetCommand, serializeAws_restJson1DescribeChangeSetCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { MarketplaceCatalogClient, DescribeChangeSetCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
|
|
12
|
-
* // const { MarketplaceCatalogClient, DescribeChangeSetCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
|
|
13
|
-
* const client = new MarketplaceCatalogClient(config);
|
|
14
|
-
* const command = new DescribeChangeSetCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeChangeSetCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeChangeSetCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link MarketplaceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeChangeSetCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeChangeSetRequest, DescribeChangeSetResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeChangeSetCommand, serializeAws_restJson1DescribeChangeSetCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeChangeSetCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeChangeSetCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeChangeSetCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeChangeSetCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeChangeSetCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeChangeSetCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeChangeSetCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeChangeSetCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeEntityRequest, DescribeEntityResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1DescribeEntityCommand, serializeAws_restJson1DescribeEntityCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { MarketplaceCatalogClient, DescribeEntityCommand } from "@aws-sdk/client-marketplace-catalog"; // ES Modules import
|
|
12
|
-
* // const { MarketplaceCatalogClient, DescribeEntityCommand } = require("@aws-sdk/client-marketplace-catalog"); // CommonJS import
|
|
13
|
-
* const client = new MarketplaceCatalogClient(config);
|
|
14
|
-
* const command = new DescribeEntityCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeEntityCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeEntityCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link MarketplaceCatalogClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeEntityCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeEntityRequest, DescribeEntityResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1DescribeEntityCommand, serializeAws_restJson1DescribeEntityCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var DescribeEntityCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeEntityCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeEntityCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeEntityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeEntityCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeEntityCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeEntityCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeEntityCommand.js.map
|