@aws-sdk/client-service-catalog-appregistry 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.
- package/dist-cjs/index.js +912 -1028
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ServiceCatalogAppRegistryClient.js +2 -0
- package/dist-es/commands/AssociateAttributeGroupCommand.js +3 -9
- package/dist-es/commands/AssociateResourceCommand.js +3 -9
- package/dist-es/commands/CreateApplicationCommand.js +3 -9
- package/dist-es/commands/CreateAttributeGroupCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationCommand.js +3 -9
- package/dist-es/commands/DeleteAttributeGroupCommand.js +3 -9
- package/dist-es/commands/DisassociateAttributeGroupCommand.js +3 -9
- package/dist-es/commands/DisassociateResourceCommand.js +3 -9
- package/dist-es/commands/GetApplicationCommand.js +3 -9
- package/dist-es/commands/GetAssociatedResourceCommand.js +3 -9
- package/dist-es/commands/GetAttributeGroupCommand.js +3 -9
- package/dist-es/commands/GetConfigurationCommand.js +3 -9
- package/dist-es/commands/ListApplicationsCommand.js +3 -9
- package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +3 -9
- package/dist-es/commands/ListAssociatedResourcesCommand.js +3 -9
- package/dist-es/commands/ListAttributeGroupsCommand.js +3 -9
- package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutConfigurationCommand.js +3 -9
- package/dist-es/commands/SyncResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationCommand.js +3 -9
- package/dist-es/commands/UpdateAttributeGroupCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +853 -0
- package/dist-types/ServiceCatalogAppRegistryClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +105 -0
- package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +110 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -846
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -218
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -293
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput } from "../commands/AssociateAttributeGroupCommand";
|
|
4
|
-
import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "../commands/AssociateResourceCommand";
|
|
5
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
6
|
-
import { CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput } from "../commands/CreateAttributeGroupCommand";
|
|
7
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
|
|
8
|
-
import { DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput } from "../commands/DeleteAttributeGroupCommand";
|
|
9
|
-
import { DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput } from "../commands/DisassociateAttributeGroupCommand";
|
|
10
|
-
import { DisassociateResourceCommandInput, DisassociateResourceCommandOutput } from "../commands/DisassociateResourceCommand";
|
|
11
|
-
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
12
|
-
import { GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput } from "../commands/GetAssociatedResourceCommand";
|
|
13
|
-
import { GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput } from "../commands/GetAttributeGroupCommand";
|
|
14
|
-
import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "../commands/GetConfigurationCommand";
|
|
15
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
16
|
-
import { ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput } from "../commands/ListAssociatedAttributeGroupsCommand";
|
|
17
|
-
import { ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput } from "../commands/ListAssociatedResourcesCommand";
|
|
18
|
-
import { ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput } from "../commands/ListAttributeGroupsCommand";
|
|
19
|
-
import { ListAttributeGroupsForApplicationCommandInput, ListAttributeGroupsForApplicationCommandOutput } from "../commands/ListAttributeGroupsForApplicationCommand";
|
|
20
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
21
|
-
import { PutConfigurationCommandInput, PutConfigurationCommandOutput } from "../commands/PutConfigurationCommand";
|
|
22
|
-
import { SyncResourceCommandInput, SyncResourceCommandOutput } from "../commands/SyncResourceCommand";
|
|
23
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
24
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
25
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
|
|
26
|
-
import { UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput } from "../commands/UpdateAttributeGroupCommand";
|
|
27
|
-
/**
|
|
28
|
-
* serializeAws_restJson1AssociateAttributeGroupCommand
|
|
29
|
-
*/
|
|
30
|
-
export declare const se_AssociateAttributeGroupCommand: (input: AssociateAttributeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
/**
|
|
32
|
-
* serializeAws_restJson1AssociateResourceCommand
|
|
33
|
-
*/
|
|
34
|
-
export declare const se_AssociateResourceCommand: (input: AssociateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
/**
|
|
36
|
-
* serializeAws_restJson1CreateApplicationCommand
|
|
37
|
-
*/
|
|
38
|
-
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
/**
|
|
40
|
-
* serializeAws_restJson1CreateAttributeGroupCommand
|
|
41
|
-
*/
|
|
42
|
-
export declare const se_CreateAttributeGroupCommand: (input: CreateAttributeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
/**
|
|
44
|
-
* serializeAws_restJson1DeleteApplicationCommand
|
|
45
|
-
*/
|
|
46
|
-
export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
/**
|
|
48
|
-
* serializeAws_restJson1DeleteAttributeGroupCommand
|
|
49
|
-
*/
|
|
50
|
-
export declare const se_DeleteAttributeGroupCommand: (input: DeleteAttributeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
/**
|
|
52
|
-
* serializeAws_restJson1DisassociateAttributeGroupCommand
|
|
53
|
-
*/
|
|
54
|
-
export declare const se_DisassociateAttributeGroupCommand: (input: DisassociateAttributeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
/**
|
|
56
|
-
* serializeAws_restJson1DisassociateResourceCommand
|
|
57
|
-
*/
|
|
58
|
-
export declare const se_DisassociateResourceCommand: (input: DisassociateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
/**
|
|
60
|
-
* serializeAws_restJson1GetApplicationCommand
|
|
61
|
-
*/
|
|
62
|
-
export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
/**
|
|
64
|
-
* serializeAws_restJson1GetAssociatedResourceCommand
|
|
65
|
-
*/
|
|
66
|
-
export declare const se_GetAssociatedResourceCommand: (input: GetAssociatedResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
-
/**
|
|
68
|
-
* serializeAws_restJson1GetAttributeGroupCommand
|
|
69
|
-
*/
|
|
70
|
-
export declare const se_GetAttributeGroupCommand: (input: GetAttributeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
-
/**
|
|
72
|
-
* serializeAws_restJson1GetConfigurationCommand
|
|
73
|
-
*/
|
|
74
|
-
export declare const se_GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
-
/**
|
|
76
|
-
* serializeAws_restJson1ListApplicationsCommand
|
|
77
|
-
*/
|
|
78
|
-
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
-
/**
|
|
80
|
-
* serializeAws_restJson1ListAssociatedAttributeGroupsCommand
|
|
81
|
-
*/
|
|
82
|
-
export declare const se_ListAssociatedAttributeGroupsCommand: (input: ListAssociatedAttributeGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
-
/**
|
|
84
|
-
* serializeAws_restJson1ListAssociatedResourcesCommand
|
|
85
|
-
*/
|
|
86
|
-
export declare const se_ListAssociatedResourcesCommand: (input: ListAssociatedResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
-
/**
|
|
88
|
-
* serializeAws_restJson1ListAttributeGroupsCommand
|
|
89
|
-
*/
|
|
90
|
-
export declare const se_ListAttributeGroupsCommand: (input: ListAttributeGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
-
/**
|
|
92
|
-
* serializeAws_restJson1ListAttributeGroupsForApplicationCommand
|
|
93
|
-
*/
|
|
94
|
-
export declare const se_ListAttributeGroupsForApplicationCommand: (input: ListAttributeGroupsForApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
-
/**
|
|
96
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
97
|
-
*/
|
|
98
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
-
/**
|
|
100
|
-
* serializeAws_restJson1PutConfigurationCommand
|
|
101
|
-
*/
|
|
102
|
-
export declare const se_PutConfigurationCommand: (input: PutConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
-
/**
|
|
104
|
-
* serializeAws_restJson1SyncResourceCommand
|
|
105
|
-
*/
|
|
106
|
-
export declare const se_SyncResourceCommand: (input: SyncResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
/**
|
|
108
|
-
* serializeAws_restJson1TagResourceCommand
|
|
109
|
-
*/
|
|
110
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
/**
|
|
112
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
113
|
-
*/
|
|
114
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
/**
|
|
116
|
-
* serializeAws_restJson1UpdateApplicationCommand
|
|
117
|
-
*/
|
|
118
|
-
export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
/**
|
|
120
|
-
* serializeAws_restJson1UpdateAttributeGroupCommand
|
|
121
|
-
*/
|
|
122
|
-
export declare const se_UpdateAttributeGroupCommand: (input: UpdateAttributeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
/**
|
|
124
|
-
* deserializeAws_restJson1AssociateAttributeGroupCommand
|
|
125
|
-
*/
|
|
126
|
-
export declare const de_AssociateAttributeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAttributeGroupCommandOutput>;
|
|
127
|
-
/**
|
|
128
|
-
* deserializeAws_restJson1AssociateResourceCommand
|
|
129
|
-
*/
|
|
130
|
-
export declare const de_AssociateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateResourceCommandOutput>;
|
|
131
|
-
/**
|
|
132
|
-
* deserializeAws_restJson1CreateApplicationCommand
|
|
133
|
-
*/
|
|
134
|
-
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* deserializeAws_restJson1CreateAttributeGroupCommand
|
|
137
|
-
*/
|
|
138
|
-
export declare const de_CreateAttributeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAttributeGroupCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* deserializeAws_restJson1DeleteApplicationCommand
|
|
141
|
-
*/
|
|
142
|
-
export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* deserializeAws_restJson1DeleteAttributeGroupCommand
|
|
145
|
-
*/
|
|
146
|
-
export declare const de_DeleteAttributeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttributeGroupCommandOutput>;
|
|
147
|
-
/**
|
|
148
|
-
* deserializeAws_restJson1DisassociateAttributeGroupCommand
|
|
149
|
-
*/
|
|
150
|
-
export declare const de_DisassociateAttributeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAttributeGroupCommandOutput>;
|
|
151
|
-
/**
|
|
152
|
-
* deserializeAws_restJson1DisassociateResourceCommand
|
|
153
|
-
*/
|
|
154
|
-
export declare const de_DisassociateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateResourceCommandOutput>;
|
|
155
|
-
/**
|
|
156
|
-
* deserializeAws_restJson1GetApplicationCommand
|
|
157
|
-
*/
|
|
158
|
-
export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
|
|
159
|
-
/**
|
|
160
|
-
* deserializeAws_restJson1GetAssociatedResourceCommand
|
|
161
|
-
*/
|
|
162
|
-
export declare const de_GetAssociatedResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssociatedResourceCommandOutput>;
|
|
163
|
-
/**
|
|
164
|
-
* deserializeAws_restJson1GetAttributeGroupCommand
|
|
165
|
-
*/
|
|
166
|
-
export declare const de_GetAttributeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAttributeGroupCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* deserializeAws_restJson1GetConfigurationCommand
|
|
169
|
-
*/
|
|
170
|
-
export declare const de_GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
|
|
171
|
-
/**
|
|
172
|
-
* deserializeAws_restJson1ListApplicationsCommand
|
|
173
|
-
*/
|
|
174
|
-
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
175
|
-
/**
|
|
176
|
-
* deserializeAws_restJson1ListAssociatedAttributeGroupsCommand
|
|
177
|
-
*/
|
|
178
|
-
export declare const de_ListAssociatedAttributeGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedAttributeGroupsCommandOutput>;
|
|
179
|
-
/**
|
|
180
|
-
* deserializeAws_restJson1ListAssociatedResourcesCommand
|
|
181
|
-
*/
|
|
182
|
-
export declare const de_ListAssociatedResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssociatedResourcesCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* deserializeAws_restJson1ListAttributeGroupsCommand
|
|
185
|
-
*/
|
|
186
|
-
export declare const de_ListAttributeGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttributeGroupsCommandOutput>;
|
|
187
|
-
/**
|
|
188
|
-
* deserializeAws_restJson1ListAttributeGroupsForApplicationCommand
|
|
189
|
-
*/
|
|
190
|
-
export declare const de_ListAttributeGroupsForApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttributeGroupsForApplicationCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
193
|
-
*/
|
|
194
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
195
|
-
/**
|
|
196
|
-
* deserializeAws_restJson1PutConfigurationCommand
|
|
197
|
-
*/
|
|
198
|
-
export declare const de_PutConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutConfigurationCommandOutput>;
|
|
199
|
-
/**
|
|
200
|
-
* deserializeAws_restJson1SyncResourceCommand
|
|
201
|
-
*/
|
|
202
|
-
export declare const de_SyncResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SyncResourceCommandOutput>;
|
|
203
|
-
/**
|
|
204
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
205
|
-
*/
|
|
206
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
207
|
-
/**
|
|
208
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
209
|
-
*/
|
|
210
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
211
|
-
/**
|
|
212
|
-
* deserializeAws_restJson1UpdateApplicationCommand
|
|
213
|
-
*/
|
|
214
|
-
export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
|
|
215
|
-
/**
|
|
216
|
-
* deserializeAws_restJson1UpdateAttributeGroupCommand
|
|
217
|
-
*/
|
|
218
|
-
export declare const de_UpdateAttributeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAttributeGroupCommandOutput>;
|
|
@@ -1,293 +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
|
-
AssociateAttributeGroupCommandInput,
|
|
8
|
-
AssociateAttributeGroupCommandOutput,
|
|
9
|
-
} from "../commands/AssociateAttributeGroupCommand";
|
|
10
|
-
import {
|
|
11
|
-
AssociateResourceCommandInput,
|
|
12
|
-
AssociateResourceCommandOutput,
|
|
13
|
-
} from "../commands/AssociateResourceCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateApplicationCommandInput,
|
|
16
|
-
CreateApplicationCommandOutput,
|
|
17
|
-
} from "../commands/CreateApplicationCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateAttributeGroupCommandInput,
|
|
20
|
-
CreateAttributeGroupCommandOutput,
|
|
21
|
-
} from "../commands/CreateAttributeGroupCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteApplicationCommandInput,
|
|
24
|
-
DeleteApplicationCommandOutput,
|
|
25
|
-
} from "../commands/DeleteApplicationCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteAttributeGroupCommandInput,
|
|
28
|
-
DeleteAttributeGroupCommandOutput,
|
|
29
|
-
} from "../commands/DeleteAttributeGroupCommand";
|
|
30
|
-
import {
|
|
31
|
-
DisassociateAttributeGroupCommandInput,
|
|
32
|
-
DisassociateAttributeGroupCommandOutput,
|
|
33
|
-
} from "../commands/DisassociateAttributeGroupCommand";
|
|
34
|
-
import {
|
|
35
|
-
DisassociateResourceCommandInput,
|
|
36
|
-
DisassociateResourceCommandOutput,
|
|
37
|
-
} from "../commands/DisassociateResourceCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetApplicationCommandInput,
|
|
40
|
-
GetApplicationCommandOutput,
|
|
41
|
-
} from "../commands/GetApplicationCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetAssociatedResourceCommandInput,
|
|
44
|
-
GetAssociatedResourceCommandOutput,
|
|
45
|
-
} from "../commands/GetAssociatedResourceCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetAttributeGroupCommandInput,
|
|
48
|
-
GetAttributeGroupCommandOutput,
|
|
49
|
-
} from "../commands/GetAttributeGroupCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetConfigurationCommandInput,
|
|
52
|
-
GetConfigurationCommandOutput,
|
|
53
|
-
} from "../commands/GetConfigurationCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListApplicationsCommandInput,
|
|
56
|
-
ListApplicationsCommandOutput,
|
|
57
|
-
} from "../commands/ListApplicationsCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListAssociatedAttributeGroupsCommandInput,
|
|
60
|
-
ListAssociatedAttributeGroupsCommandOutput,
|
|
61
|
-
} from "../commands/ListAssociatedAttributeGroupsCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListAssociatedResourcesCommandInput,
|
|
64
|
-
ListAssociatedResourcesCommandOutput,
|
|
65
|
-
} from "../commands/ListAssociatedResourcesCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListAttributeGroupsCommandInput,
|
|
68
|
-
ListAttributeGroupsCommandOutput,
|
|
69
|
-
} from "../commands/ListAttributeGroupsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListAttributeGroupsForApplicationCommandInput,
|
|
72
|
-
ListAttributeGroupsForApplicationCommandOutput,
|
|
73
|
-
} from "../commands/ListAttributeGroupsForApplicationCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListTagsForResourceCommandInput,
|
|
76
|
-
ListTagsForResourceCommandOutput,
|
|
77
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
78
|
-
import {
|
|
79
|
-
PutConfigurationCommandInput,
|
|
80
|
-
PutConfigurationCommandOutput,
|
|
81
|
-
} from "../commands/PutConfigurationCommand";
|
|
82
|
-
import {
|
|
83
|
-
SyncResourceCommandInput,
|
|
84
|
-
SyncResourceCommandOutput,
|
|
85
|
-
} from "../commands/SyncResourceCommand";
|
|
86
|
-
import {
|
|
87
|
-
TagResourceCommandInput,
|
|
88
|
-
TagResourceCommandOutput,
|
|
89
|
-
} from "../commands/TagResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
UntagResourceCommandInput,
|
|
92
|
-
UntagResourceCommandOutput,
|
|
93
|
-
} from "../commands/UntagResourceCommand";
|
|
94
|
-
import {
|
|
95
|
-
UpdateApplicationCommandInput,
|
|
96
|
-
UpdateApplicationCommandOutput,
|
|
97
|
-
} from "../commands/UpdateApplicationCommand";
|
|
98
|
-
import {
|
|
99
|
-
UpdateAttributeGroupCommandInput,
|
|
100
|
-
UpdateAttributeGroupCommandOutput,
|
|
101
|
-
} from "../commands/UpdateAttributeGroupCommand";
|
|
102
|
-
export declare const se_AssociateAttributeGroupCommand: (
|
|
103
|
-
input: AssociateAttributeGroupCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_AssociateResourceCommand: (
|
|
107
|
-
input: AssociateResourceCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_CreateApplicationCommand: (
|
|
111
|
-
input: CreateApplicationCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_CreateAttributeGroupCommand: (
|
|
115
|
-
input: CreateAttributeGroupCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_DeleteApplicationCommand: (
|
|
119
|
-
input: DeleteApplicationCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_DeleteAttributeGroupCommand: (
|
|
123
|
-
input: DeleteAttributeGroupCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DisassociateAttributeGroupCommand: (
|
|
127
|
-
input: DisassociateAttributeGroupCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DisassociateResourceCommand: (
|
|
131
|
-
input: DisassociateResourceCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_GetApplicationCommand: (
|
|
135
|
-
input: GetApplicationCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_GetAssociatedResourceCommand: (
|
|
139
|
-
input: GetAssociatedResourceCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_GetAttributeGroupCommand: (
|
|
143
|
-
input: GetAttributeGroupCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_GetConfigurationCommand: (
|
|
147
|
-
input: GetConfigurationCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_ListApplicationsCommand: (
|
|
151
|
-
input: ListApplicationsCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_ListAssociatedAttributeGroupsCommand: (
|
|
155
|
-
input: ListAssociatedAttributeGroupsCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_ListAssociatedResourcesCommand: (
|
|
159
|
-
input: ListAssociatedResourcesCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_ListAttributeGroupsCommand: (
|
|
163
|
-
input: ListAttributeGroupsCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_ListAttributeGroupsForApplicationCommand: (
|
|
167
|
-
input: ListAttributeGroupsForApplicationCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
171
|
-
input: ListTagsForResourceCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_PutConfigurationCommand: (
|
|
175
|
-
input: PutConfigurationCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_SyncResourceCommand: (
|
|
179
|
-
input: SyncResourceCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_TagResourceCommand: (
|
|
183
|
-
input: TagResourceCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_UntagResourceCommand: (
|
|
187
|
-
input: UntagResourceCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_UpdateApplicationCommand: (
|
|
191
|
-
input: UpdateApplicationCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_UpdateAttributeGroupCommand: (
|
|
195
|
-
input: UpdateAttributeGroupCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const de_AssociateAttributeGroupCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<AssociateAttributeGroupCommandOutput>;
|
|
202
|
-
export declare const de_AssociateResourceCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<AssociateResourceCommandOutput>;
|
|
206
|
-
export declare const de_CreateApplicationCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<CreateApplicationCommandOutput>;
|
|
210
|
-
export declare const de_CreateAttributeGroupCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<CreateAttributeGroupCommandOutput>;
|
|
214
|
-
export declare const de_DeleteApplicationCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<DeleteApplicationCommandOutput>;
|
|
218
|
-
export declare const de_DeleteAttributeGroupCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<DeleteAttributeGroupCommandOutput>;
|
|
222
|
-
export declare const de_DisassociateAttributeGroupCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<DisassociateAttributeGroupCommandOutput>;
|
|
226
|
-
export declare const de_DisassociateResourceCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<DisassociateResourceCommandOutput>;
|
|
230
|
-
export declare const de_GetApplicationCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<GetApplicationCommandOutput>;
|
|
234
|
-
export declare const de_GetAssociatedResourceCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<GetAssociatedResourceCommandOutput>;
|
|
238
|
-
export declare const de_GetAttributeGroupCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<GetAttributeGroupCommandOutput>;
|
|
242
|
-
export declare const de_GetConfigurationCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<GetConfigurationCommandOutput>;
|
|
246
|
-
export declare const de_ListApplicationsCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<ListApplicationsCommandOutput>;
|
|
250
|
-
export declare const de_ListAssociatedAttributeGroupsCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<ListAssociatedAttributeGroupsCommandOutput>;
|
|
254
|
-
export declare const de_ListAssociatedResourcesCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<ListAssociatedResourcesCommandOutput>;
|
|
258
|
-
export declare const de_ListAttributeGroupsCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<ListAttributeGroupsCommandOutput>;
|
|
262
|
-
export declare const de_ListAttributeGroupsForApplicationCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<ListAttributeGroupsForApplicationCommandOutput>;
|
|
266
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
270
|
-
export declare const de_PutConfigurationCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<PutConfigurationCommandOutput>;
|
|
274
|
-
export declare const de_SyncResourceCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<SyncResourceCommandOutput>;
|
|
278
|
-
export declare const de_TagResourceCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<TagResourceCommandOutput>;
|
|
282
|
-
export declare const de_UntagResourceCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
286
|
-
export declare const de_UpdateApplicationCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<UpdateApplicationCommandOutput>;
|
|
290
|
-
export declare const de_UpdateAttributeGroupCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<UpdateAttributeGroupCommandOutput>;
|