@aws-sdk/client-ssm-quicksetup 3.928.0 → 3.929.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 (38) hide show
  1. package/dist-cjs/index.js +532 -683
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/SSMQuickSetupClient.js +2 -0
  4. package/dist-es/commands/CreateConfigurationManagerCommand.js +3 -10
  5. package/dist-es/commands/DeleteConfigurationManagerCommand.js +3 -9
  6. package/dist-es/commands/GetConfigurationCommand.js +3 -9
  7. package/dist-es/commands/GetConfigurationManagerCommand.js +3 -10
  8. package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
  9. package/dist-es/commands/ListConfigurationManagersCommand.js +3 -9
  10. package/dist-es/commands/ListConfigurationsCommand.js +3 -9
  11. package/dist-es/commands/ListQuickSetupTypesCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
  13. package/dist-es/commands/TagResourceCommand.js +3 -10
  14. package/dist-es/commands/UntagResourceCommand.js +3 -9
  15. package/dist-es/commands/UpdateConfigurationDefinitionCommand.js +3 -9
  16. package/dist-es/commands/UpdateConfigurationManagerCommand.js +3 -9
  17. package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
  18. package/dist-es/models/models_0.js +0 -20
  19. package/dist-es/runtimeConfig.shared.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +490 -0
  21. package/dist-types/SSMQuickSetupClient.d.ts +10 -1
  22. package/dist-types/models/models_0.d.ts +0 -20
  23. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  24. package/dist-types/runtimeConfig.d.ts +1 -0
  25. package/dist-types/runtimeConfig.native.d.ts +1 -0
  26. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  27. package/dist-types/schemas/schemas_0.d.ts +67 -0
  28. package/dist-types/ts3.4/SSMQuickSetupClient.d.ts +4 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +0 -13
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  34. package/dist-types/ts3.4/schemas/schemas_0.d.ts +73 -0
  35. package/package.json +2 -2
  36. package/dist-es/protocols/Aws_restJson1.js +0 -546
  37. package/dist-types/protocols/Aws_restJson1.d.ts +0 -128
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
@@ -1,128 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateConfigurationManagerCommandInput, CreateConfigurationManagerCommandOutput } from "../commands/CreateConfigurationManagerCommand";
4
- import { DeleteConfigurationManagerCommandInput, DeleteConfigurationManagerCommandOutput } from "../commands/DeleteConfigurationManagerCommand";
5
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "../commands/GetConfigurationCommand";
6
- import { GetConfigurationManagerCommandInput, GetConfigurationManagerCommandOutput } from "../commands/GetConfigurationManagerCommand";
7
- import { GetServiceSettingsCommandInput, GetServiceSettingsCommandOutput } from "../commands/GetServiceSettingsCommand";
8
- import { ListConfigurationManagersCommandInput, ListConfigurationManagersCommandOutput } from "../commands/ListConfigurationManagersCommand";
9
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
10
- import { ListQuickSetupTypesCommandInput, ListQuickSetupTypesCommandOutput } from "../commands/ListQuickSetupTypesCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
12
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
13
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
14
- import { UpdateConfigurationDefinitionCommandInput, UpdateConfigurationDefinitionCommandOutput } from "../commands/UpdateConfigurationDefinitionCommand";
15
- import { UpdateConfigurationManagerCommandInput, UpdateConfigurationManagerCommandOutput } from "../commands/UpdateConfigurationManagerCommand";
16
- import { UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput } from "../commands/UpdateServiceSettingsCommand";
17
- /**
18
- * serializeAws_restJson1CreateConfigurationManagerCommand
19
- */
20
- export declare const se_CreateConfigurationManagerCommand: (input: CreateConfigurationManagerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- /**
22
- * serializeAws_restJson1DeleteConfigurationManagerCommand
23
- */
24
- export declare const se_DeleteConfigurationManagerCommand: (input: DeleteConfigurationManagerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- /**
26
- * serializeAws_restJson1GetConfigurationCommand
27
- */
28
- export declare const se_GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_restJson1GetConfigurationManagerCommand
31
- */
32
- export declare const se_GetConfigurationManagerCommand: (input: GetConfigurationManagerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * serializeAws_restJson1GetServiceSettingsCommand
35
- */
36
- export declare const se_GetServiceSettingsCommand: (input: GetServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- /**
38
- * serializeAws_restJson1ListConfigurationManagersCommand
39
- */
40
- export declare const se_ListConfigurationManagersCommand: (input: ListConfigurationManagersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- /**
42
- * serializeAws_restJson1ListConfigurationsCommand
43
- */
44
- export declare const se_ListConfigurationsCommand: (input: ListConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1ListQuickSetupTypesCommand
47
- */
48
- export declare const se_ListQuickSetupTypesCommand: (input: ListQuickSetupTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1ListTagsForResourceCommand
51
- */
52
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1TagResourceCommand
55
- */
56
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1UntagResourceCommand
59
- */
60
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1UpdateConfigurationDefinitionCommand
63
- */
64
- export declare const se_UpdateConfigurationDefinitionCommand: (input: UpdateConfigurationDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1UpdateConfigurationManagerCommand
67
- */
68
- export declare const se_UpdateConfigurationManagerCommand: (input: UpdateConfigurationManagerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1UpdateServiceSettingsCommand
71
- */
72
- export declare const se_UpdateServiceSettingsCommand: (input: UpdateServiceSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * deserializeAws_restJson1CreateConfigurationManagerCommand
75
- */
76
- export declare const de_CreateConfigurationManagerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigurationManagerCommandOutput>;
77
- /**
78
- * deserializeAws_restJson1DeleteConfigurationManagerCommand
79
- */
80
- export declare const de_DeleteConfigurationManagerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigurationManagerCommandOutput>;
81
- /**
82
- * deserializeAws_restJson1GetConfigurationCommand
83
- */
84
- export declare const de_GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
85
- /**
86
- * deserializeAws_restJson1GetConfigurationManagerCommand
87
- */
88
- export declare const de_GetConfigurationManagerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationManagerCommandOutput>;
89
- /**
90
- * deserializeAws_restJson1GetServiceSettingsCommand
91
- */
92
- export declare const de_GetServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServiceSettingsCommandOutput>;
93
- /**
94
- * deserializeAws_restJson1ListConfigurationManagersCommand
95
- */
96
- export declare const de_ListConfigurationManagersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationManagersCommandOutput>;
97
- /**
98
- * deserializeAws_restJson1ListConfigurationsCommand
99
- */
100
- export declare const de_ListConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationsCommandOutput>;
101
- /**
102
- * deserializeAws_restJson1ListQuickSetupTypesCommand
103
- */
104
- export declare const de_ListQuickSetupTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQuickSetupTypesCommandOutput>;
105
- /**
106
- * deserializeAws_restJson1ListTagsForResourceCommand
107
- */
108
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
109
- /**
110
- * deserializeAws_restJson1TagResourceCommand
111
- */
112
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
113
- /**
114
- * deserializeAws_restJson1UntagResourceCommand
115
- */
116
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
117
- /**
118
- * deserializeAws_restJson1UpdateConfigurationDefinitionCommand
119
- */
120
- export declare const de_UpdateConfigurationDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationDefinitionCommandOutput>;
121
- /**
122
- * deserializeAws_restJson1UpdateConfigurationManagerCommand
123
- */
124
- export declare const de_UpdateConfigurationManagerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationManagerCommandOutput>;
125
- /**
126
- * deserializeAws_restJson1UpdateServiceSettingsCommand
127
- */
128
- export declare const de_UpdateServiceSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceSettingsCommandOutput>;
@@ -1,173 +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
- CreateConfigurationManagerCommandInput,
8
- CreateConfigurationManagerCommandOutput,
9
- } from "../commands/CreateConfigurationManagerCommand";
10
- import {
11
- DeleteConfigurationManagerCommandInput,
12
- DeleteConfigurationManagerCommandOutput,
13
- } from "../commands/DeleteConfigurationManagerCommand";
14
- import {
15
- GetConfigurationCommandInput,
16
- GetConfigurationCommandOutput,
17
- } from "../commands/GetConfigurationCommand";
18
- import {
19
- GetConfigurationManagerCommandInput,
20
- GetConfigurationManagerCommandOutput,
21
- } from "../commands/GetConfigurationManagerCommand";
22
- import {
23
- GetServiceSettingsCommandInput,
24
- GetServiceSettingsCommandOutput,
25
- } from "../commands/GetServiceSettingsCommand";
26
- import {
27
- ListConfigurationManagersCommandInput,
28
- ListConfigurationManagersCommandOutput,
29
- } from "../commands/ListConfigurationManagersCommand";
30
- import {
31
- ListConfigurationsCommandInput,
32
- ListConfigurationsCommandOutput,
33
- } from "../commands/ListConfigurationsCommand";
34
- import {
35
- ListQuickSetupTypesCommandInput,
36
- ListQuickSetupTypesCommandOutput,
37
- } from "../commands/ListQuickSetupTypesCommand";
38
- import {
39
- ListTagsForResourceCommandInput,
40
- ListTagsForResourceCommandOutput,
41
- } from "../commands/ListTagsForResourceCommand";
42
- import {
43
- TagResourceCommandInput,
44
- TagResourceCommandOutput,
45
- } from "../commands/TagResourceCommand";
46
- import {
47
- UntagResourceCommandInput,
48
- UntagResourceCommandOutput,
49
- } from "../commands/UntagResourceCommand";
50
- import {
51
- UpdateConfigurationDefinitionCommandInput,
52
- UpdateConfigurationDefinitionCommandOutput,
53
- } from "../commands/UpdateConfigurationDefinitionCommand";
54
- import {
55
- UpdateConfigurationManagerCommandInput,
56
- UpdateConfigurationManagerCommandOutput,
57
- } from "../commands/UpdateConfigurationManagerCommand";
58
- import {
59
- UpdateServiceSettingsCommandInput,
60
- UpdateServiceSettingsCommandOutput,
61
- } from "../commands/UpdateServiceSettingsCommand";
62
- export declare const se_CreateConfigurationManagerCommand: (
63
- input: CreateConfigurationManagerCommandInput,
64
- context: __SerdeContext
65
- ) => Promise<__HttpRequest>;
66
- export declare const se_DeleteConfigurationManagerCommand: (
67
- input: DeleteConfigurationManagerCommandInput,
68
- context: __SerdeContext
69
- ) => Promise<__HttpRequest>;
70
- export declare const se_GetConfigurationCommand: (
71
- input: GetConfigurationCommandInput,
72
- context: __SerdeContext
73
- ) => Promise<__HttpRequest>;
74
- export declare const se_GetConfigurationManagerCommand: (
75
- input: GetConfigurationManagerCommandInput,
76
- context: __SerdeContext
77
- ) => Promise<__HttpRequest>;
78
- export declare const se_GetServiceSettingsCommand: (
79
- input: GetServiceSettingsCommandInput,
80
- context: __SerdeContext
81
- ) => Promise<__HttpRequest>;
82
- export declare const se_ListConfigurationManagersCommand: (
83
- input: ListConfigurationManagersCommandInput,
84
- context: __SerdeContext
85
- ) => Promise<__HttpRequest>;
86
- export declare const se_ListConfigurationsCommand: (
87
- input: ListConfigurationsCommandInput,
88
- context: __SerdeContext
89
- ) => Promise<__HttpRequest>;
90
- export declare const se_ListQuickSetupTypesCommand: (
91
- input: ListQuickSetupTypesCommandInput,
92
- context: __SerdeContext
93
- ) => Promise<__HttpRequest>;
94
- export declare const se_ListTagsForResourceCommand: (
95
- input: ListTagsForResourceCommandInput,
96
- context: __SerdeContext
97
- ) => Promise<__HttpRequest>;
98
- export declare const se_TagResourceCommand: (
99
- input: TagResourceCommandInput,
100
- context: __SerdeContext
101
- ) => Promise<__HttpRequest>;
102
- export declare const se_UntagResourceCommand: (
103
- input: UntagResourceCommandInput,
104
- context: __SerdeContext
105
- ) => Promise<__HttpRequest>;
106
- export declare const se_UpdateConfigurationDefinitionCommand: (
107
- input: UpdateConfigurationDefinitionCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_UpdateConfigurationManagerCommand: (
111
- input: UpdateConfigurationManagerCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_UpdateServiceSettingsCommand: (
115
- input: UpdateServiceSettingsCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const de_CreateConfigurationManagerCommand: (
119
- output: __HttpResponse,
120
- context: __SerdeContext
121
- ) => Promise<CreateConfigurationManagerCommandOutput>;
122
- export declare const de_DeleteConfigurationManagerCommand: (
123
- output: __HttpResponse,
124
- context: __SerdeContext
125
- ) => Promise<DeleteConfigurationManagerCommandOutput>;
126
- export declare const de_GetConfigurationCommand: (
127
- output: __HttpResponse,
128
- context: __SerdeContext
129
- ) => Promise<GetConfigurationCommandOutput>;
130
- export declare const de_GetConfigurationManagerCommand: (
131
- output: __HttpResponse,
132
- context: __SerdeContext
133
- ) => Promise<GetConfigurationManagerCommandOutput>;
134
- export declare const de_GetServiceSettingsCommand: (
135
- output: __HttpResponse,
136
- context: __SerdeContext
137
- ) => Promise<GetServiceSettingsCommandOutput>;
138
- export declare const de_ListConfigurationManagersCommand: (
139
- output: __HttpResponse,
140
- context: __SerdeContext
141
- ) => Promise<ListConfigurationManagersCommandOutput>;
142
- export declare const de_ListConfigurationsCommand: (
143
- output: __HttpResponse,
144
- context: __SerdeContext
145
- ) => Promise<ListConfigurationsCommandOutput>;
146
- export declare const de_ListQuickSetupTypesCommand: (
147
- output: __HttpResponse,
148
- context: __SerdeContext
149
- ) => Promise<ListQuickSetupTypesCommandOutput>;
150
- export declare const de_ListTagsForResourceCommand: (
151
- output: __HttpResponse,
152
- context: __SerdeContext
153
- ) => Promise<ListTagsForResourceCommandOutput>;
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>;
162
- export declare const de_UpdateConfigurationDefinitionCommand: (
163
- output: __HttpResponse,
164
- context: __SerdeContext
165
- ) => Promise<UpdateConfigurationDefinitionCommandOutput>;
166
- export declare const de_UpdateConfigurationManagerCommand: (
167
- output: __HttpResponse,
168
- context: __SerdeContext
169
- ) => Promise<UpdateConfigurationManagerCommandOutput>;
170
- export declare const de_UpdateServiceSettingsCommand: (
171
- output: __HttpResponse,
172
- context: __SerdeContext
173
- ) => Promise<UpdateServiceSettingsCommandOutput>;