@aws-sdk/client-controlcatalog 3.927.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,56 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { GetControlCommandInput, GetControlCommandOutput } from "../commands/GetControlCommand";
4
- import { ListCommonControlsCommandInput, ListCommonControlsCommandOutput } from "../commands/ListCommonControlsCommand";
5
- import { ListControlMappingsCommandInput, ListControlMappingsCommandOutput } from "../commands/ListControlMappingsCommand";
6
- import { ListControlsCommandInput, ListControlsCommandOutput } from "../commands/ListControlsCommand";
7
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
8
- import { ListObjectivesCommandInput, ListObjectivesCommandOutput } from "../commands/ListObjectivesCommand";
9
- /**
10
- * serializeAws_restJson1GetControlCommand
11
- */
12
- export declare const se_GetControlCommand: (input: GetControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
13
- /**
14
- * serializeAws_restJson1ListCommonControlsCommand
15
- */
16
- export declare const se_ListCommonControlsCommand: (input: ListCommonControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- /**
18
- * serializeAws_restJson1ListControlMappingsCommand
19
- */
20
- export declare const se_ListControlMappingsCommand: (input: ListControlMappingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- /**
22
- * serializeAws_restJson1ListControlsCommand
23
- */
24
- export declare const se_ListControlsCommand: (input: ListControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- /**
26
- * serializeAws_restJson1ListDomainsCommand
27
- */
28
- export declare const se_ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- /**
30
- * serializeAws_restJson1ListObjectivesCommand
31
- */
32
- export declare const se_ListObjectivesCommand: (input: ListObjectivesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- /**
34
- * deserializeAws_restJson1GetControlCommand
35
- */
36
- export declare const de_GetControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetControlCommandOutput>;
37
- /**
38
- * deserializeAws_restJson1ListCommonControlsCommand
39
- */
40
- export declare const de_ListCommonControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCommonControlsCommandOutput>;
41
- /**
42
- * deserializeAws_restJson1ListControlMappingsCommand
43
- */
44
- export declare const de_ListControlMappingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlMappingsCommandOutput>;
45
- /**
46
- * deserializeAws_restJson1ListControlsCommand
47
- */
48
- export declare const de_ListControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlsCommandOutput>;
49
- /**
50
- * deserializeAws_restJson1ListDomainsCommand
51
- */
52
- export declare const de_ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
53
- /**
54
- * deserializeAws_restJson1ListObjectivesCommand
55
- */
56
- export declare const de_ListObjectivesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObjectivesCommandOutput>;
@@ -1,77 +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
- GetControlCommandInput,
8
- GetControlCommandOutput,
9
- } from "../commands/GetControlCommand";
10
- import {
11
- ListCommonControlsCommandInput,
12
- ListCommonControlsCommandOutput,
13
- } from "../commands/ListCommonControlsCommand";
14
- import {
15
- ListControlMappingsCommandInput,
16
- ListControlMappingsCommandOutput,
17
- } from "../commands/ListControlMappingsCommand";
18
- import {
19
- ListControlsCommandInput,
20
- ListControlsCommandOutput,
21
- } from "../commands/ListControlsCommand";
22
- import {
23
- ListDomainsCommandInput,
24
- ListDomainsCommandOutput,
25
- } from "../commands/ListDomainsCommand";
26
- import {
27
- ListObjectivesCommandInput,
28
- ListObjectivesCommandOutput,
29
- } from "../commands/ListObjectivesCommand";
30
- export declare const se_GetControlCommand: (
31
- input: GetControlCommandInput,
32
- context: __SerdeContext
33
- ) => Promise<__HttpRequest>;
34
- export declare const se_ListCommonControlsCommand: (
35
- input: ListCommonControlsCommandInput,
36
- context: __SerdeContext
37
- ) => Promise<__HttpRequest>;
38
- export declare const se_ListControlMappingsCommand: (
39
- input: ListControlMappingsCommandInput,
40
- context: __SerdeContext
41
- ) => Promise<__HttpRequest>;
42
- export declare const se_ListControlsCommand: (
43
- input: ListControlsCommandInput,
44
- context: __SerdeContext
45
- ) => Promise<__HttpRequest>;
46
- export declare const se_ListDomainsCommand: (
47
- input: ListDomainsCommandInput,
48
- context: __SerdeContext
49
- ) => Promise<__HttpRequest>;
50
- export declare const se_ListObjectivesCommand: (
51
- input: ListObjectivesCommandInput,
52
- context: __SerdeContext
53
- ) => Promise<__HttpRequest>;
54
- export declare const de_GetControlCommand: (
55
- output: __HttpResponse,
56
- context: __SerdeContext
57
- ) => Promise<GetControlCommandOutput>;
58
- export declare const de_ListCommonControlsCommand: (
59
- output: __HttpResponse,
60
- context: __SerdeContext
61
- ) => Promise<ListCommonControlsCommandOutput>;
62
- export declare const de_ListControlMappingsCommand: (
63
- output: __HttpResponse,
64
- context: __SerdeContext
65
- ) => Promise<ListControlMappingsCommandOutput>;
66
- export declare const de_ListControlsCommand: (
67
- output: __HttpResponse,
68
- context: __SerdeContext
69
- ) => Promise<ListControlsCommandOutput>;
70
- export declare const de_ListDomainsCommand: (
71
- output: __HttpResponse,
72
- context: __SerdeContext
73
- ) => Promise<ListDomainsCommandOutput>;
74
- export declare const de_ListObjectivesCommand: (
75
- output: __HttpResponse,
76
- context: __SerdeContext
77
- ) => Promise<ListObjectivesCommandOutput>;