@aws-sdk/client-serverlessapplicationrepository 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 +1908 -870
- package/dist-cjs/runtimeConfig.shared.js +3 -0
- package/dist-es/ServerlessApplicationRepositoryClient.js +2 -0
- package/dist-es/commands/CreateApplicationCommand.js +3 -9
- package/dist-es/commands/CreateApplicationVersionCommand.js +3 -9
- package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +3 -9
- package/dist-es/commands/CreateCloudFormationTemplateCommand.js +3 -9
- package/dist-es/commands/DeleteApplicationCommand.js +3 -9
- package/dist-es/commands/GetApplicationCommand.js +3 -9
- package/dist-es/commands/GetApplicationPolicyCommand.js +3 -9
- package/dist-es/commands/GetCloudFormationTemplateCommand.js +3 -9
- package/dist-es/commands/ListApplicationDependenciesCommand.js +3 -9
- package/dist-es/commands/ListApplicationVersionsCommand.js +3 -9
- package/dist-es/commands/ListApplicationsCommand.js +3 -9
- package/dist-es/commands/PutApplicationPolicyCommand.js +3 -9
- package/dist-es/commands/UnshareApplicationCommand.js +3 -9
- package/dist-es/commands/UpdateApplicationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +3 -0
- package/dist-es/schemas/schemas_0.js +1868 -0
- package/dist-types/ServerlessApplicationRepositoryClient.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 +69 -0
- package/dist-types/ts3.4/ServerlessApplicationRepositoryClient.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 +74 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -761
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -128
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -173
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
|
|
4
|
-
import { CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput } from "../commands/CreateApplicationVersionCommand";
|
|
5
|
-
import { CreateCloudFormationChangeSetCommandInput, CreateCloudFormationChangeSetCommandOutput } from "../commands/CreateCloudFormationChangeSetCommand";
|
|
6
|
-
import { CreateCloudFormationTemplateCommandInput, CreateCloudFormationTemplateCommandOutput } from "../commands/CreateCloudFormationTemplateCommand";
|
|
7
|
-
import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
|
|
8
|
-
import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
|
|
9
|
-
import { GetApplicationPolicyCommandInput, GetApplicationPolicyCommandOutput } from "../commands/GetApplicationPolicyCommand";
|
|
10
|
-
import { GetCloudFormationTemplateCommandInput, GetCloudFormationTemplateCommandOutput } from "../commands/GetCloudFormationTemplateCommand";
|
|
11
|
-
import { ListApplicationDependenciesCommandInput, ListApplicationDependenciesCommandOutput } from "../commands/ListApplicationDependenciesCommand";
|
|
12
|
-
import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
|
|
13
|
-
import { ListApplicationVersionsCommandInput, ListApplicationVersionsCommandOutput } from "../commands/ListApplicationVersionsCommand";
|
|
14
|
-
import { PutApplicationPolicyCommandInput, PutApplicationPolicyCommandOutput } from "../commands/PutApplicationPolicyCommand";
|
|
15
|
-
import { UnshareApplicationCommandInput, UnshareApplicationCommandOutput } from "../commands/UnshareApplicationCommand";
|
|
16
|
-
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
|
|
17
|
-
/**
|
|
18
|
-
* serializeAws_restJson1CreateApplicationCommand
|
|
19
|
-
*/
|
|
20
|
-
export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
21
|
-
/**
|
|
22
|
-
* serializeAws_restJson1CreateApplicationVersionCommand
|
|
23
|
-
*/
|
|
24
|
-
export declare const se_CreateApplicationVersionCommand: (input: CreateApplicationVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
-
/**
|
|
26
|
-
* serializeAws_restJson1CreateCloudFormationChangeSetCommand
|
|
27
|
-
*/
|
|
28
|
-
export declare const se_CreateCloudFormationChangeSetCommand: (input: CreateCloudFormationChangeSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_restJson1CreateCloudFormationTemplateCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_CreateCloudFormationTemplateCommand: (input: CreateCloudFormationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_restJson1DeleteApplicationCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_restJson1GetApplicationCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_restJson1GetApplicationPolicyCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_GetApplicationPolicyCommand: (input: GetApplicationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_restJson1GetCloudFormationTemplateCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_GetCloudFormationTemplateCommand: (input: GetCloudFormationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_restJson1ListApplicationDependenciesCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_ListApplicationDependenciesCommand: (input: ListApplicationDependenciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_restJson1ListApplicationsCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_restJson1ListApplicationVersionsCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_ListApplicationVersionsCommand: (input: ListApplicationVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_restJson1PutApplicationPolicyCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_PutApplicationPolicyCommand: (input: PutApplicationPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_restJson1UnshareApplicationCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_UnshareApplicationCommand: (input: UnshareApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_restJson1UpdateApplicationCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* deserializeAws_restJson1CreateApplicationCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* deserializeAws_restJson1CreateApplicationVersionCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const de_CreateApplicationVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationVersionCommandOutput>;
|
|
81
|
-
/**
|
|
82
|
-
* deserializeAws_restJson1CreateCloudFormationChangeSetCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const de_CreateCloudFormationChangeSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudFormationChangeSetCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* deserializeAws_restJson1CreateCloudFormationTemplateCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const de_CreateCloudFormationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudFormationTemplateCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* deserializeAws_restJson1DeleteApplicationCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* deserializeAws_restJson1GetApplicationCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* deserializeAws_restJson1GetApplicationPolicyCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const de_GetApplicationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationPolicyCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* deserializeAws_restJson1GetCloudFormationTemplateCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const de_GetCloudFormationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudFormationTemplateCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* deserializeAws_restJson1ListApplicationDependenciesCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const de_ListApplicationDependenciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationDependenciesCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* deserializeAws_restJson1ListApplicationsCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* deserializeAws_restJson1ListApplicationVersionsCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const de_ListApplicationVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationVersionsCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* deserializeAws_restJson1PutApplicationPolicyCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const de_PutApplicationPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutApplicationPolicyCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* deserializeAws_restJson1UnshareApplicationCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const de_UnshareApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnshareApplicationCommandOutput>;
|
|
125
|
-
/**
|
|
126
|
-
* deserializeAws_restJson1UpdateApplicationCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
|
|
@@ -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
|
-
CreateApplicationCommandInput,
|
|
8
|
-
CreateApplicationCommandOutput,
|
|
9
|
-
} from "../commands/CreateApplicationCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateApplicationVersionCommandInput,
|
|
12
|
-
CreateApplicationVersionCommandOutput,
|
|
13
|
-
} from "../commands/CreateApplicationVersionCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateCloudFormationChangeSetCommandInput,
|
|
16
|
-
CreateCloudFormationChangeSetCommandOutput,
|
|
17
|
-
} from "../commands/CreateCloudFormationChangeSetCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateCloudFormationTemplateCommandInput,
|
|
20
|
-
CreateCloudFormationTemplateCommandOutput,
|
|
21
|
-
} from "../commands/CreateCloudFormationTemplateCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteApplicationCommandInput,
|
|
24
|
-
DeleteApplicationCommandOutput,
|
|
25
|
-
} from "../commands/DeleteApplicationCommand";
|
|
26
|
-
import {
|
|
27
|
-
GetApplicationCommandInput,
|
|
28
|
-
GetApplicationCommandOutput,
|
|
29
|
-
} from "../commands/GetApplicationCommand";
|
|
30
|
-
import {
|
|
31
|
-
GetApplicationPolicyCommandInput,
|
|
32
|
-
GetApplicationPolicyCommandOutput,
|
|
33
|
-
} from "../commands/GetApplicationPolicyCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetCloudFormationTemplateCommandInput,
|
|
36
|
-
GetCloudFormationTemplateCommandOutput,
|
|
37
|
-
} from "../commands/GetCloudFormationTemplateCommand";
|
|
38
|
-
import {
|
|
39
|
-
ListApplicationDependenciesCommandInput,
|
|
40
|
-
ListApplicationDependenciesCommandOutput,
|
|
41
|
-
} from "../commands/ListApplicationDependenciesCommand";
|
|
42
|
-
import {
|
|
43
|
-
ListApplicationsCommandInput,
|
|
44
|
-
ListApplicationsCommandOutput,
|
|
45
|
-
} from "../commands/ListApplicationsCommand";
|
|
46
|
-
import {
|
|
47
|
-
ListApplicationVersionsCommandInput,
|
|
48
|
-
ListApplicationVersionsCommandOutput,
|
|
49
|
-
} from "../commands/ListApplicationVersionsCommand";
|
|
50
|
-
import {
|
|
51
|
-
PutApplicationPolicyCommandInput,
|
|
52
|
-
PutApplicationPolicyCommandOutput,
|
|
53
|
-
} from "../commands/PutApplicationPolicyCommand";
|
|
54
|
-
import {
|
|
55
|
-
UnshareApplicationCommandInput,
|
|
56
|
-
UnshareApplicationCommandOutput,
|
|
57
|
-
} from "../commands/UnshareApplicationCommand";
|
|
58
|
-
import {
|
|
59
|
-
UpdateApplicationCommandInput,
|
|
60
|
-
UpdateApplicationCommandOutput,
|
|
61
|
-
} from "../commands/UpdateApplicationCommand";
|
|
62
|
-
export declare const se_CreateApplicationCommand: (
|
|
63
|
-
input: CreateApplicationCommandInput,
|
|
64
|
-
context: __SerdeContext
|
|
65
|
-
) => Promise<__HttpRequest>;
|
|
66
|
-
export declare const se_CreateApplicationVersionCommand: (
|
|
67
|
-
input: CreateApplicationVersionCommandInput,
|
|
68
|
-
context: __SerdeContext
|
|
69
|
-
) => Promise<__HttpRequest>;
|
|
70
|
-
export declare const se_CreateCloudFormationChangeSetCommand: (
|
|
71
|
-
input: CreateCloudFormationChangeSetCommandInput,
|
|
72
|
-
context: __SerdeContext
|
|
73
|
-
) => Promise<__HttpRequest>;
|
|
74
|
-
export declare const se_CreateCloudFormationTemplateCommand: (
|
|
75
|
-
input: CreateCloudFormationTemplateCommandInput,
|
|
76
|
-
context: __SerdeContext
|
|
77
|
-
) => Promise<__HttpRequest>;
|
|
78
|
-
export declare const se_DeleteApplicationCommand: (
|
|
79
|
-
input: DeleteApplicationCommandInput,
|
|
80
|
-
context: __SerdeContext
|
|
81
|
-
) => Promise<__HttpRequest>;
|
|
82
|
-
export declare const se_GetApplicationCommand: (
|
|
83
|
-
input: GetApplicationCommandInput,
|
|
84
|
-
context: __SerdeContext
|
|
85
|
-
) => Promise<__HttpRequest>;
|
|
86
|
-
export declare const se_GetApplicationPolicyCommand: (
|
|
87
|
-
input: GetApplicationPolicyCommandInput,
|
|
88
|
-
context: __SerdeContext
|
|
89
|
-
) => Promise<__HttpRequest>;
|
|
90
|
-
export declare const se_GetCloudFormationTemplateCommand: (
|
|
91
|
-
input: GetCloudFormationTemplateCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_ListApplicationDependenciesCommand: (
|
|
95
|
-
input: ListApplicationDependenciesCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_ListApplicationsCommand: (
|
|
99
|
-
input: ListApplicationsCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_ListApplicationVersionsCommand: (
|
|
103
|
-
input: ListApplicationVersionsCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_PutApplicationPolicyCommand: (
|
|
107
|
-
input: PutApplicationPolicyCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_UnshareApplicationCommand: (
|
|
111
|
-
input: UnshareApplicationCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_UpdateApplicationCommand: (
|
|
115
|
-
input: UpdateApplicationCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const de_CreateApplicationCommand: (
|
|
119
|
-
output: __HttpResponse,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<CreateApplicationCommandOutput>;
|
|
122
|
-
export declare const de_CreateApplicationVersionCommand: (
|
|
123
|
-
output: __HttpResponse,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<CreateApplicationVersionCommandOutput>;
|
|
126
|
-
export declare const de_CreateCloudFormationChangeSetCommand: (
|
|
127
|
-
output: __HttpResponse,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<CreateCloudFormationChangeSetCommandOutput>;
|
|
130
|
-
export declare const de_CreateCloudFormationTemplateCommand: (
|
|
131
|
-
output: __HttpResponse,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<CreateCloudFormationTemplateCommandOutput>;
|
|
134
|
-
export declare const de_DeleteApplicationCommand: (
|
|
135
|
-
output: __HttpResponse,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<DeleteApplicationCommandOutput>;
|
|
138
|
-
export declare const de_GetApplicationCommand: (
|
|
139
|
-
output: __HttpResponse,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<GetApplicationCommandOutput>;
|
|
142
|
-
export declare const de_GetApplicationPolicyCommand: (
|
|
143
|
-
output: __HttpResponse,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<GetApplicationPolicyCommandOutput>;
|
|
146
|
-
export declare const de_GetCloudFormationTemplateCommand: (
|
|
147
|
-
output: __HttpResponse,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<GetCloudFormationTemplateCommandOutput>;
|
|
150
|
-
export declare const de_ListApplicationDependenciesCommand: (
|
|
151
|
-
output: __HttpResponse,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<ListApplicationDependenciesCommandOutput>;
|
|
154
|
-
export declare const de_ListApplicationsCommand: (
|
|
155
|
-
output: __HttpResponse,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<ListApplicationsCommandOutput>;
|
|
158
|
-
export declare const de_ListApplicationVersionsCommand: (
|
|
159
|
-
output: __HttpResponse,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<ListApplicationVersionsCommandOutput>;
|
|
162
|
-
export declare const de_PutApplicationPolicyCommand: (
|
|
163
|
-
output: __HttpResponse,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<PutApplicationPolicyCommandOutput>;
|
|
166
|
-
export declare const de_UnshareApplicationCommand: (
|
|
167
|
-
output: __HttpResponse,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<UnshareApplicationCommandOutput>;
|
|
170
|
-
export declare const de_UpdateApplicationCommand: (
|
|
171
|
-
output: __HttpResponse,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<UpdateApplicationCommandOutput>;
|