@aws-sdk/client-marketplace-catalog 3.928.0 → 3.930.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 (37) hide show
  1. package/dist-cjs/index.js +1104 -740
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/MarketplaceCatalogClient.js +2 -0
  4. package/dist-es/commands/BatchDescribeEntitiesCommand.js +3 -9
  5. package/dist-es/commands/CancelChangeSetCommand.js +3 -9
  6. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  7. package/dist-es/commands/DescribeChangeSetCommand.js +3 -9
  8. package/dist-es/commands/DescribeEntityCommand.js +3 -9
  9. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  10. package/dist-es/commands/ListChangeSetsCommand.js +3 -9
  11. package/dist-es/commands/ListEntitiesCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  13. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  14. package/dist-es/commands/StartChangeSetCommand.js +3 -9
  15. package/dist-es/commands/TagResourceCommand.js +3 -9
  16. package/dist-es/commands/UntagResourceCommand.js +3 -9
  17. package/dist-es/models/models_0.js +0 -40
  18. package/dist-es/runtimeConfig.shared.js +2 -0
  19. package/dist-es/schemas/schemas_0.js +1098 -0
  20. package/dist-types/MarketplaceCatalogClient.d.ts +10 -1
  21. package/dist-types/models/models_0.d.ts +8 -2
  22. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  23. package/dist-types/runtimeConfig.d.ts +1 -0
  24. package/dist-types/runtimeConfig.native.d.ts +1 -0
  25. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  26. package/dist-types/schemas/schemas_0.d.ts +187 -0
  27. package/dist-types/ts3.4/MarketplaceCatalogClient.d.ts +4 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +0 -2
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +193 -0
  34. package/package.json +33 -34
  35. package/dist-es/protocols/Aws_restJson1.js +0 -593
  36. package/dist-types/protocols/Aws_restJson1.d.ts +0 -119
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -161
@@ -1,119 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { BatchDescribeEntitiesCommandInput, BatchDescribeEntitiesCommandOutput } from "../commands/BatchDescribeEntitiesCommand";
4
- import { CancelChangeSetCommandInput, CancelChangeSetCommandOutput } from "../commands/CancelChangeSetCommand";
5
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
6
- import { DescribeChangeSetCommandInput, DescribeChangeSetCommandOutput } from "../commands/DescribeChangeSetCommand";
7
- import { DescribeEntityCommandInput, DescribeEntityCommandOutput } from "../commands/DescribeEntityCommand";
8
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
9
- import { ListChangeSetsCommandInput, ListChangeSetsCommandOutput } from "../commands/ListChangeSetsCommand";
10
- import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "../commands/ListEntitiesCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
12
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
13
- import { StartChangeSetCommandInput, StartChangeSetCommandOutput } from "../commands/StartChangeSetCommand";
14
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
15
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
16
- /**
17
- * serializeAws_restJson1BatchDescribeEntitiesCommand
18
- */
19
- export declare const se_BatchDescribeEntitiesCommand: (input: BatchDescribeEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- /**
21
- * serializeAws_restJson1CancelChangeSetCommand
22
- */
23
- export declare const se_CancelChangeSetCommand: (input: CancelChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- /**
25
- * serializeAws_restJson1DeleteResourcePolicyCommand
26
- */
27
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- /**
29
- * serializeAws_restJson1DescribeChangeSetCommand
30
- */
31
- export declare const se_DescribeChangeSetCommand: (input: DescribeChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- /**
33
- * serializeAws_restJson1DescribeEntityCommand
34
- */
35
- export declare const se_DescribeEntityCommand: (input: DescribeEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- /**
37
- * serializeAws_restJson1GetResourcePolicyCommand
38
- */
39
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_restJson1ListChangeSetsCommand
42
- */
43
- export declare const se_ListChangeSetsCommand: (input: ListChangeSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1ListEntitiesCommand
46
- */
47
- export declare const se_ListEntitiesCommand: (input: ListEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1ListTagsForResourceCommand
50
- */
51
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1PutResourcePolicyCommand
54
- */
55
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1StartChangeSetCommand
58
- */
59
- export declare const se_StartChangeSetCommand: (input: StartChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1TagResourceCommand
62
- */
63
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1UntagResourceCommand
66
- */
67
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * deserializeAws_restJson1BatchDescribeEntitiesCommand
70
- */
71
- export declare const de_BatchDescribeEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDescribeEntitiesCommandOutput>;
72
- /**
73
- * deserializeAws_restJson1CancelChangeSetCommand
74
- */
75
- export declare const de_CancelChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelChangeSetCommandOutput>;
76
- /**
77
- * deserializeAws_restJson1DeleteResourcePolicyCommand
78
- */
79
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
80
- /**
81
- * deserializeAws_restJson1DescribeChangeSetCommand
82
- */
83
- export declare const de_DescribeChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChangeSetCommandOutput>;
84
- /**
85
- * deserializeAws_restJson1DescribeEntityCommand
86
- */
87
- export declare const de_DescribeEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityCommandOutput>;
88
- /**
89
- * deserializeAws_restJson1GetResourcePolicyCommand
90
- */
91
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
92
- /**
93
- * deserializeAws_restJson1ListChangeSetsCommand
94
- */
95
- export declare const de_ListChangeSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChangeSetsCommandOutput>;
96
- /**
97
- * deserializeAws_restJson1ListEntitiesCommand
98
- */
99
- export declare const de_ListEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesCommandOutput>;
100
- /**
101
- * deserializeAws_restJson1ListTagsForResourceCommand
102
- */
103
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
104
- /**
105
- * deserializeAws_restJson1PutResourcePolicyCommand
106
- */
107
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
108
- /**
109
- * deserializeAws_restJson1StartChangeSetCommand
110
- */
111
- export declare const de_StartChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChangeSetCommandOutput>;
112
- /**
113
- * deserializeAws_restJson1TagResourceCommand
114
- */
115
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
116
- /**
117
- * deserializeAws_restJson1UntagResourceCommand
118
- */
119
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
@@ -1,161 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- BatchDescribeEntitiesCommandInput,
8
- BatchDescribeEntitiesCommandOutput,
9
- } from "../commands/BatchDescribeEntitiesCommand";
10
- import {
11
- CancelChangeSetCommandInput,
12
- CancelChangeSetCommandOutput,
13
- } from "../commands/CancelChangeSetCommand";
14
- import {
15
- DeleteResourcePolicyCommandInput,
16
- DeleteResourcePolicyCommandOutput,
17
- } from "../commands/DeleteResourcePolicyCommand";
18
- import {
19
- DescribeChangeSetCommandInput,
20
- DescribeChangeSetCommandOutput,
21
- } from "../commands/DescribeChangeSetCommand";
22
- import {
23
- DescribeEntityCommandInput,
24
- DescribeEntityCommandOutput,
25
- } from "../commands/DescribeEntityCommand";
26
- import {
27
- GetResourcePolicyCommandInput,
28
- GetResourcePolicyCommandOutput,
29
- } from "../commands/GetResourcePolicyCommand";
30
- import {
31
- ListChangeSetsCommandInput,
32
- ListChangeSetsCommandOutput,
33
- } from "../commands/ListChangeSetsCommand";
34
- import {
35
- ListEntitiesCommandInput,
36
- ListEntitiesCommandOutput,
37
- } from "../commands/ListEntitiesCommand";
38
- import {
39
- ListTagsForResourceCommandInput,
40
- ListTagsForResourceCommandOutput,
41
- } from "../commands/ListTagsForResourceCommand";
42
- import {
43
- PutResourcePolicyCommandInput,
44
- PutResourcePolicyCommandOutput,
45
- } from "../commands/PutResourcePolicyCommand";
46
- import {
47
- StartChangeSetCommandInput,
48
- StartChangeSetCommandOutput,
49
- } from "../commands/StartChangeSetCommand";
50
- import {
51
- TagResourceCommandInput,
52
- TagResourceCommandOutput,
53
- } from "../commands/TagResourceCommand";
54
- import {
55
- UntagResourceCommandInput,
56
- UntagResourceCommandOutput,
57
- } from "../commands/UntagResourceCommand";
58
- export declare const se_BatchDescribeEntitiesCommand: (
59
- input: BatchDescribeEntitiesCommandInput,
60
- context: __SerdeContext
61
- ) => Promise<__HttpRequest>;
62
- export declare const se_CancelChangeSetCommand: (
63
- input: CancelChangeSetCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_DeleteResourcePolicyCommand: (
67
- input: DeleteResourcePolicyCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_DescribeChangeSetCommand: (
71
- input: DescribeChangeSetCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_DescribeEntityCommand: (
75
- input: DescribeEntityCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_GetResourcePolicyCommand: (
79
- input: GetResourcePolicyCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_ListChangeSetsCommand: (
83
- input: ListChangeSetsCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_ListEntitiesCommand: (
87
- input: ListEntitiesCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_ListTagsForResourceCommand: (
91
- input: ListTagsForResourceCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_PutResourcePolicyCommand: (
95
- input: PutResourcePolicyCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_StartChangeSetCommand: (
99
- input: StartChangeSetCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_TagResourceCommand: (
103
- input: TagResourceCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_UntagResourceCommand: (
107
- input: UntagResourceCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const de_BatchDescribeEntitiesCommand: (
111
- output: __HttpResponse,
112
- context: __SerdeContext
113
- ) => Promise<BatchDescribeEntitiesCommandOutput>;
114
- export declare const de_CancelChangeSetCommand: (
115
- output: __HttpResponse,
116
- context: __SerdeContext
117
- ) => Promise<CancelChangeSetCommandOutput>;
118
- export declare const de_DeleteResourcePolicyCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<DeleteResourcePolicyCommandOutput>;
122
- export declare const de_DescribeChangeSetCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<DescribeChangeSetCommandOutput>;
126
- export declare const de_DescribeEntityCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<DescribeEntityCommandOutput>;
130
- export declare const de_GetResourcePolicyCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<GetResourcePolicyCommandOutput>;
134
- export declare const de_ListChangeSetsCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<ListChangeSetsCommandOutput>;
138
- export declare const de_ListEntitiesCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<ListEntitiesCommandOutput>;
142
- export declare const de_ListTagsForResourceCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<ListTagsForResourceCommandOutput>;
146
- export declare const de_PutResourcePolicyCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<PutResourcePolicyCommandOutput>;
150
- export declare const de_StartChangeSetCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<StartChangeSetCommandOutput>;
154
- export declare const de_TagResourceCommand: (
155
- output: __HttpResponse,
156
- context: __SerdeContext
157
- ) => Promise<TagResourceCommandOutput>;
158
- export declare const de_UntagResourceCommand: (
159
- output: __HttpResponse,
160
- context: __SerdeContext
161
- ) => Promise<UntagResourceCommandOutput>;