@aws-sdk/client-marketplace-catalog 3.288.0 → 3.290.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.
@@ -32,6 +32,25 @@ export interface CancelChangeSetCommandOutput extends CancelChangeSetResponse, _
32
32
  * @see {@link CancelChangeSetCommandOutput} for command's `response` shape.
33
33
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>Access is denied.</p>
37
+ *
38
+ * @throws {@link InternalServiceException} (server fault)
39
+ * <p>There was an internal service exception.</p>
40
+ *
41
+ * @throws {@link ResourceInUseException} (client fault)
42
+ * <p>The resource is currently in use.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The specified resource wasn't found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>Too many requests.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>An error occurred during validation.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class CancelChangeSetCommand extends $Command<CancelChangeSetCommandInput, CancelChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig> {
37
56
  readonly input: CancelChangeSetCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeChangeSetCommandOutput extends DescribeChangeSetRespons
29
29
  * @see {@link DescribeChangeSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>There was an internal service exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Too many requests.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An error occurred during validation.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DescribeChangeSetCommand extends $Command<DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig> {
34
50
  readonly input: DescribeChangeSetCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeEntityCommandOutput extends DescribeEntityResponse, __M
29
29
  * @see {@link DescribeEntityCommandOutput} for command's `response` shape.
30
30
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>There was an internal service exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ResourceNotSupportedException} (client fault)
42
+ * <p>Currently, the specified resource is not supported.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Too many requests.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>An error occurred during validation.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeEntityCommand extends $Command<DescribeEntityCommandInput, DescribeEntityCommandOutput, MarketplaceCatalogClientResolvedConfig> {
34
53
  readonly input: DescribeEntityCommandInput;
@@ -34,6 +34,19 @@ export interface ListChangeSetsCommandOutput extends ListChangeSetsResponse, __M
34
34
  * @see {@link ListChangeSetsCommandOutput} for command's `response` shape.
35
35
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>Access is denied.</p>
39
+ *
40
+ * @throws {@link InternalServiceException} (server fault)
41
+ * <p>There was an internal service exception.</p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>Too many requests.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>An error occurred during validation.</p>
48
+ *
49
+ *
37
50
  */
38
51
  export declare class ListChangeSetsCommand extends $Command<ListChangeSetsCommandInput, ListChangeSetsCommandOutput, MarketplaceCatalogClientResolvedConfig> {
39
52
  readonly input: ListChangeSetsCommandInput;
@@ -29,6 +29,22 @@ export interface ListEntitiesCommandOutput extends ListEntitiesResponse, __Metad
29
29
  * @see {@link ListEntitiesCommandOutput} for command's `response` shape.
30
30
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>There was an internal service exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Too many requests.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An error occurred during validation.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListEntitiesCommand extends $Command<ListEntitiesCommandInput, ListEntitiesCommandOutput, MarketplaceCatalogClientResolvedConfig> {
34
50
  readonly input: ListEntitiesCommandInput;
@@ -29,6 +29,22 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>There was an internal service exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Too many requests.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An error occurred during validation.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MarketplaceCatalogClientResolvedConfig> {
34
50
  readonly input: ListTagsForResourceCommandInput;
@@ -39,6 +39,28 @@ export interface StartChangeSetCommandOutput extends StartChangeSetResponse, __M
39
39
  * @see {@link StartChangeSetCommandOutput} for command's `response` shape.
40
40
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>Access is denied.</p>
44
+ *
45
+ * @throws {@link InternalServiceException} (server fault)
46
+ * <p>There was an internal service exception.</p>
47
+ *
48
+ * @throws {@link ResourceInUseException} (client fault)
49
+ * <p>The resource is currently in use.</p>
50
+ *
51
+ * @throws {@link ResourceNotFoundException} (client fault)
52
+ * <p>The specified resource wasn't found.</p>
53
+ *
54
+ * @throws {@link ServiceQuotaExceededException} (client fault)
55
+ * <p>The maximum number of open requests per account has been exceeded.</p>
56
+ *
57
+ * @throws {@link ThrottlingException} (client fault)
58
+ * <p>Too many requests.</p>
59
+ *
60
+ * @throws {@link ValidationException} (client fault)
61
+ * <p>An error occurred during validation.</p>
62
+ *
63
+ *
42
64
  */
43
65
  export declare class StartChangeSetCommand extends $Command<StartChangeSetCommandInput, StartChangeSetCommandOutput, MarketplaceCatalogClientResolvedConfig> {
44
66
  readonly input: StartChangeSetCommandInput;
@@ -29,6 +29,22 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>There was an internal service exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Too many requests.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An error occurred during validation.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MarketplaceCatalogClientResolvedConfig> {
34
50
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link MarketplaceCatalogClientResolvedConfig | config} for MarketplaceCatalogClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access is denied.</p>
34
+ *
35
+ * @throws {@link InternalServiceException} (server fault)
36
+ * <p>There was an internal service exception.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>The specified resource wasn't found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Too many requests.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>An error occurred during validation.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MarketplaceCatalogClientResolvedConfig> {
34
50
  readonly input: UntagResourceCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-catalog",
3
3
  "description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.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",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"