@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.
@@ -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>;