@aws-sdk/client-ssm-quicksetup 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 +532 -683
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SSMQuickSetupClient.js +2 -0
- package/dist-es/commands/CreateConfigurationManagerCommand.js +3 -10
- package/dist-es/commands/DeleteConfigurationManagerCommand.js +3 -9
- package/dist-es/commands/GetConfigurationCommand.js +3 -9
- package/dist-es/commands/GetConfigurationManagerCommand.js +3 -10
- package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
- package/dist-es/commands/ListConfigurationManagersCommand.js +3 -9
- package/dist-es/commands/ListConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListQuickSetupTypesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -10
- package/dist-es/commands/TagResourceCommand.js +3 -10
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateConfigurationDefinitionCommand.js +3 -9
- package/dist-es/commands/UpdateConfigurationManagerCommand.js +3 -9
- package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -20
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +490 -0
- package/dist-types/SSMQuickSetupClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -20
- 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 +67 -0
- package/dist-types/ts3.4/SSMQuickSetupClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -13
- 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 +73 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -546
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -128
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
|
@@ -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>;
|