@aws-sdk/client-controlcatalog 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 +456 -432
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ControlCatalogClient.js +2 -0
- package/dist-es/commands/GetControlCommand.js +3 -9
- package/dist-es/commands/ListCommonControlsCommand.js +3 -9
- package/dist-es/commands/ListControlMappingsCommand.js +3 -9
- package/dist-es/commands/ListControlsCommand.js +3 -9
- package/dist-es/commands/ListDomainsCommand.js +3 -9
- package/dist-es/commands/ListObjectivesCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +440 -0
- package/dist-types/ControlCatalogClient.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 +63 -0
- package/dist-types/ts3.4/ControlCatalogClient.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 +68 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -380
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -56
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -77
|
@@ -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>;
|