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