@aws-sdk/client-ssm-guiconnect 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.
- package/dist-cjs/index.js +217 -262
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/SSMGuiConnectClient.js +2 -0
- package/dist-es/commands/DeleteConnectionRecordingPreferencesCommand.js +3 -9
- package/dist-es/commands/GetConnectionRecordingPreferencesCommand.js +3 -9
- package/dist-es/commands/UpdateConnectionRecordingPreferencesCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +188 -0
- package/dist-types/SSMGuiConnectClient.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 +22 -0
- package/dist-types/ts3.4/SSMGuiConnectClient.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 +27 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -221
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -29
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -41
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { DeleteConnectionRecordingPreferencesCommandInput, DeleteConnectionRecordingPreferencesCommandOutput } from "../commands/DeleteConnectionRecordingPreferencesCommand";
|
|
4
|
-
import { GetConnectionRecordingPreferencesCommandInput, GetConnectionRecordingPreferencesCommandOutput } from "../commands/GetConnectionRecordingPreferencesCommand";
|
|
5
|
-
import { UpdateConnectionRecordingPreferencesCommandInput, UpdateConnectionRecordingPreferencesCommandOutput } from "../commands/UpdateConnectionRecordingPreferencesCommand";
|
|
6
|
-
/**
|
|
7
|
-
* serializeAws_restJson1DeleteConnectionRecordingPreferencesCommand
|
|
8
|
-
*/
|
|
9
|
-
export declare const se_DeleteConnectionRecordingPreferencesCommand: (input: DeleteConnectionRecordingPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
10
|
-
/**
|
|
11
|
-
* serializeAws_restJson1GetConnectionRecordingPreferencesCommand
|
|
12
|
-
*/
|
|
13
|
-
export declare const se_GetConnectionRecordingPreferencesCommand: (input: GetConnectionRecordingPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
14
|
-
/**
|
|
15
|
-
* serializeAws_restJson1UpdateConnectionRecordingPreferencesCommand
|
|
16
|
-
*/
|
|
17
|
-
export declare const se_UpdateConnectionRecordingPreferencesCommand: (input: UpdateConnectionRecordingPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
18
|
-
/**
|
|
19
|
-
* deserializeAws_restJson1DeleteConnectionRecordingPreferencesCommand
|
|
20
|
-
*/
|
|
21
|
-
export declare const de_DeleteConnectionRecordingPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionRecordingPreferencesCommandOutput>;
|
|
22
|
-
/**
|
|
23
|
-
* deserializeAws_restJson1GetConnectionRecordingPreferencesCommand
|
|
24
|
-
*/
|
|
25
|
-
export declare const de_GetConnectionRecordingPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionRecordingPreferencesCommandOutput>;
|
|
26
|
-
/**
|
|
27
|
-
* deserializeAws_restJson1UpdateConnectionRecordingPreferencesCommand
|
|
28
|
-
*/
|
|
29
|
-
export declare const de_UpdateConnectionRecordingPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionRecordingPreferencesCommandOutput>;
|
|
@@ -1,41 +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
|
-
DeleteConnectionRecordingPreferencesCommandInput,
|
|
8
|
-
DeleteConnectionRecordingPreferencesCommandOutput,
|
|
9
|
-
} from "../commands/DeleteConnectionRecordingPreferencesCommand";
|
|
10
|
-
import {
|
|
11
|
-
GetConnectionRecordingPreferencesCommandInput,
|
|
12
|
-
GetConnectionRecordingPreferencesCommandOutput,
|
|
13
|
-
} from "../commands/GetConnectionRecordingPreferencesCommand";
|
|
14
|
-
import {
|
|
15
|
-
UpdateConnectionRecordingPreferencesCommandInput,
|
|
16
|
-
UpdateConnectionRecordingPreferencesCommandOutput,
|
|
17
|
-
} from "../commands/UpdateConnectionRecordingPreferencesCommand";
|
|
18
|
-
export declare const se_DeleteConnectionRecordingPreferencesCommand: (
|
|
19
|
-
input: DeleteConnectionRecordingPreferencesCommandInput,
|
|
20
|
-
context: __SerdeContext
|
|
21
|
-
) => Promise<__HttpRequest>;
|
|
22
|
-
export declare const se_GetConnectionRecordingPreferencesCommand: (
|
|
23
|
-
input: GetConnectionRecordingPreferencesCommandInput,
|
|
24
|
-
context: __SerdeContext
|
|
25
|
-
) => Promise<__HttpRequest>;
|
|
26
|
-
export declare const se_UpdateConnectionRecordingPreferencesCommand: (
|
|
27
|
-
input: UpdateConnectionRecordingPreferencesCommandInput,
|
|
28
|
-
context: __SerdeContext
|
|
29
|
-
) => Promise<__HttpRequest>;
|
|
30
|
-
export declare const de_DeleteConnectionRecordingPreferencesCommand: (
|
|
31
|
-
output: __HttpResponse,
|
|
32
|
-
context: __SerdeContext
|
|
33
|
-
) => Promise<DeleteConnectionRecordingPreferencesCommandOutput>;
|
|
34
|
-
export declare const de_GetConnectionRecordingPreferencesCommand: (
|
|
35
|
-
output: __HttpResponse,
|
|
36
|
-
context: __SerdeContext
|
|
37
|
-
) => Promise<GetConnectionRecordingPreferencesCommandOutput>;
|
|
38
|
-
export declare const de_UpdateConnectionRecordingPreferencesCommand: (
|
|
39
|
-
output: __HttpResponse,
|
|
40
|
-
context: __SerdeContext
|
|
41
|
-
) => Promise<UpdateConnectionRecordingPreferencesCommandOutput>;
|