@aws-sdk/client-ram 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/RAM.d.ts +466 -130
- package/dist-types/ts3.4/RAMClient.d.ts +278 -98
- package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +25 -25
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/RAMServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +975 -833
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceShareAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceShareInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListPendingInvitationResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPrincipalsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourceSharePermissionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -77
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,98 +1,278 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AcceptResourceShareInvitationCommandInput,
|
|
47
|
+
AcceptResourceShareInvitationCommandOutput,
|
|
48
|
+
} from "./commands/AcceptResourceShareInvitationCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateResourceShareCommandInput,
|
|
51
|
+
AssociateResourceShareCommandOutput,
|
|
52
|
+
} from "./commands/AssociateResourceShareCommand";
|
|
53
|
+
import {
|
|
54
|
+
AssociateResourceSharePermissionCommandInput,
|
|
55
|
+
AssociateResourceSharePermissionCommandOutput,
|
|
56
|
+
} from "./commands/AssociateResourceSharePermissionCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateResourceShareCommandInput,
|
|
59
|
+
CreateResourceShareCommandOutput,
|
|
60
|
+
} from "./commands/CreateResourceShareCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteResourceShareCommandInput,
|
|
63
|
+
DeleteResourceShareCommandOutput,
|
|
64
|
+
} from "./commands/DeleteResourceShareCommand";
|
|
65
|
+
import {
|
|
66
|
+
DisassociateResourceShareCommandInput,
|
|
67
|
+
DisassociateResourceShareCommandOutput,
|
|
68
|
+
} from "./commands/DisassociateResourceShareCommand";
|
|
69
|
+
import {
|
|
70
|
+
DisassociateResourceSharePermissionCommandInput,
|
|
71
|
+
DisassociateResourceSharePermissionCommandOutput,
|
|
72
|
+
} from "./commands/DisassociateResourceSharePermissionCommand";
|
|
73
|
+
import {
|
|
74
|
+
EnableSharingWithAwsOrganizationCommandInput,
|
|
75
|
+
EnableSharingWithAwsOrganizationCommandOutput,
|
|
76
|
+
} from "./commands/EnableSharingWithAwsOrganizationCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetPermissionCommandInput,
|
|
79
|
+
GetPermissionCommandOutput,
|
|
80
|
+
} from "./commands/GetPermissionCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetResourcePoliciesCommandInput,
|
|
83
|
+
GetResourcePoliciesCommandOutput,
|
|
84
|
+
} from "./commands/GetResourcePoliciesCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetResourceShareAssociationsCommandInput,
|
|
87
|
+
GetResourceShareAssociationsCommandOutput,
|
|
88
|
+
} from "./commands/GetResourceShareAssociationsCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetResourceShareInvitationsCommandInput,
|
|
91
|
+
GetResourceShareInvitationsCommandOutput,
|
|
92
|
+
} from "./commands/GetResourceShareInvitationsCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetResourceSharesCommandInput,
|
|
95
|
+
GetResourceSharesCommandOutput,
|
|
96
|
+
} from "./commands/GetResourceSharesCommand";
|
|
97
|
+
import {
|
|
98
|
+
ListPendingInvitationResourcesCommandInput,
|
|
99
|
+
ListPendingInvitationResourcesCommandOutput,
|
|
100
|
+
} from "./commands/ListPendingInvitationResourcesCommand";
|
|
101
|
+
import {
|
|
102
|
+
ListPermissionsCommandInput,
|
|
103
|
+
ListPermissionsCommandOutput,
|
|
104
|
+
} from "./commands/ListPermissionsCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListPermissionVersionsCommandInput,
|
|
107
|
+
ListPermissionVersionsCommandOutput,
|
|
108
|
+
} from "./commands/ListPermissionVersionsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListPrincipalsCommandInput,
|
|
111
|
+
ListPrincipalsCommandOutput,
|
|
112
|
+
} from "./commands/ListPrincipalsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListResourcesCommandInput,
|
|
115
|
+
ListResourcesCommandOutput,
|
|
116
|
+
} from "./commands/ListResourcesCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListResourceSharePermissionsCommandInput,
|
|
119
|
+
ListResourceSharePermissionsCommandOutput,
|
|
120
|
+
} from "./commands/ListResourceSharePermissionsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListResourceTypesCommandInput,
|
|
123
|
+
ListResourceTypesCommandOutput,
|
|
124
|
+
} from "./commands/ListResourceTypesCommand";
|
|
125
|
+
import {
|
|
126
|
+
PromoteResourceShareCreatedFromPolicyCommandInput,
|
|
127
|
+
PromoteResourceShareCreatedFromPolicyCommandOutput,
|
|
128
|
+
} from "./commands/PromoteResourceShareCreatedFromPolicyCommand";
|
|
129
|
+
import {
|
|
130
|
+
RejectResourceShareInvitationCommandInput,
|
|
131
|
+
RejectResourceShareInvitationCommandOutput,
|
|
132
|
+
} from "./commands/RejectResourceShareInvitationCommand";
|
|
133
|
+
import {
|
|
134
|
+
TagResourceCommandInput,
|
|
135
|
+
TagResourceCommandOutput,
|
|
136
|
+
} from "./commands/TagResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
UntagResourceCommandInput,
|
|
139
|
+
UntagResourceCommandOutput,
|
|
140
|
+
} from "./commands/UntagResourceCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateResourceShareCommandInput,
|
|
143
|
+
UpdateResourceShareCommandOutput,
|
|
144
|
+
} from "./commands/UpdateResourceShareCommand";
|
|
145
|
+
export declare type ServiceInputTypes =
|
|
146
|
+
| AcceptResourceShareInvitationCommandInput
|
|
147
|
+
| AssociateResourceShareCommandInput
|
|
148
|
+
| AssociateResourceSharePermissionCommandInput
|
|
149
|
+
| CreateResourceShareCommandInput
|
|
150
|
+
| DeleteResourceShareCommandInput
|
|
151
|
+
| DisassociateResourceShareCommandInput
|
|
152
|
+
| DisassociateResourceSharePermissionCommandInput
|
|
153
|
+
| EnableSharingWithAwsOrganizationCommandInput
|
|
154
|
+
| GetPermissionCommandInput
|
|
155
|
+
| GetResourcePoliciesCommandInput
|
|
156
|
+
| GetResourceShareAssociationsCommandInput
|
|
157
|
+
| GetResourceShareInvitationsCommandInput
|
|
158
|
+
| GetResourceSharesCommandInput
|
|
159
|
+
| ListPendingInvitationResourcesCommandInput
|
|
160
|
+
| ListPermissionVersionsCommandInput
|
|
161
|
+
| ListPermissionsCommandInput
|
|
162
|
+
| ListPrincipalsCommandInput
|
|
163
|
+
| ListResourceSharePermissionsCommandInput
|
|
164
|
+
| ListResourceTypesCommandInput
|
|
165
|
+
| ListResourcesCommandInput
|
|
166
|
+
| PromoteResourceShareCreatedFromPolicyCommandInput
|
|
167
|
+
| RejectResourceShareInvitationCommandInput
|
|
168
|
+
| TagResourceCommandInput
|
|
169
|
+
| UntagResourceCommandInput
|
|
170
|
+
| UpdateResourceShareCommandInput;
|
|
171
|
+
export declare type ServiceOutputTypes =
|
|
172
|
+
| AcceptResourceShareInvitationCommandOutput
|
|
173
|
+
| AssociateResourceShareCommandOutput
|
|
174
|
+
| AssociateResourceSharePermissionCommandOutput
|
|
175
|
+
| CreateResourceShareCommandOutput
|
|
176
|
+
| DeleteResourceShareCommandOutput
|
|
177
|
+
| DisassociateResourceShareCommandOutput
|
|
178
|
+
| DisassociateResourceSharePermissionCommandOutput
|
|
179
|
+
| EnableSharingWithAwsOrganizationCommandOutput
|
|
180
|
+
| GetPermissionCommandOutput
|
|
181
|
+
| GetResourcePoliciesCommandOutput
|
|
182
|
+
| GetResourceShareAssociationsCommandOutput
|
|
183
|
+
| GetResourceShareInvitationsCommandOutput
|
|
184
|
+
| GetResourceSharesCommandOutput
|
|
185
|
+
| ListPendingInvitationResourcesCommandOutput
|
|
186
|
+
| ListPermissionVersionsCommandOutput
|
|
187
|
+
| ListPermissionsCommandOutput
|
|
188
|
+
| ListPrincipalsCommandOutput
|
|
189
|
+
| ListResourceSharePermissionsCommandOutput
|
|
190
|
+
| ListResourceTypesCommandOutput
|
|
191
|
+
| ListResourcesCommandOutput
|
|
192
|
+
| PromoteResourceShareCreatedFromPolicyCommandOutput
|
|
193
|
+
| RejectResourceShareInvitationCommandOutput
|
|
194
|
+
| TagResourceCommandOutput
|
|
195
|
+
| UntagResourceCommandOutput
|
|
196
|
+
| UpdateResourceShareCommandOutput;
|
|
197
|
+
export interface ClientDefaults
|
|
198
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
199
|
+
requestHandler?: __HttpHandler;
|
|
200
|
+
|
|
201
|
+
sha256?: __HashConstructor;
|
|
202
|
+
|
|
203
|
+
urlParser?: __UrlParser;
|
|
204
|
+
|
|
205
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
206
|
+
|
|
207
|
+
streamCollector?: __StreamCollector;
|
|
208
|
+
|
|
209
|
+
base64Decoder?: __Decoder;
|
|
210
|
+
|
|
211
|
+
base64Encoder?: __Encoder;
|
|
212
|
+
|
|
213
|
+
utf8Decoder?: __Decoder;
|
|
214
|
+
|
|
215
|
+
utf8Encoder?: __Encoder;
|
|
216
|
+
|
|
217
|
+
runtime?: string;
|
|
218
|
+
|
|
219
|
+
disableHostPrefix?: boolean;
|
|
220
|
+
|
|
221
|
+
maxAttempts?: number | __Provider<number>;
|
|
222
|
+
|
|
223
|
+
retryMode?: string | __Provider<string>;
|
|
224
|
+
|
|
225
|
+
logger?: __Logger;
|
|
226
|
+
|
|
227
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
228
|
+
|
|
229
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
230
|
+
|
|
231
|
+
serviceId?: string;
|
|
232
|
+
|
|
233
|
+
region?: string | __Provider<string>;
|
|
234
|
+
|
|
235
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
+
|
|
237
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
238
|
+
|
|
239
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
240
|
+
|
|
241
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
242
|
+
}
|
|
243
|
+
declare type RAMClientConfigType = Partial<
|
|
244
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
245
|
+
> &
|
|
246
|
+
ClientDefaults &
|
|
247
|
+
RegionInputConfig &
|
|
248
|
+
EndpointsInputConfig &
|
|
249
|
+
RetryInputConfig &
|
|
250
|
+
HostHeaderInputConfig &
|
|
251
|
+
AwsAuthInputConfig &
|
|
252
|
+
UserAgentInputConfig;
|
|
253
|
+
|
|
254
|
+
export interface RAMClientConfig extends RAMClientConfigType {}
|
|
255
|
+
declare type RAMClientResolvedConfigType =
|
|
256
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
257
|
+
Required<ClientDefaults> &
|
|
258
|
+
RegionResolvedConfig &
|
|
259
|
+
EndpointsResolvedConfig &
|
|
260
|
+
RetryResolvedConfig &
|
|
261
|
+
HostHeaderResolvedConfig &
|
|
262
|
+
AwsAuthResolvedConfig &
|
|
263
|
+
UserAgentResolvedConfig;
|
|
264
|
+
|
|
265
|
+
export interface RAMClientResolvedConfig extends RAMClientResolvedConfigType {}
|
|
266
|
+
|
|
267
|
+
export declare class RAMClient extends __Client<
|
|
268
|
+
__HttpHandlerOptions,
|
|
269
|
+
ServiceInputTypes,
|
|
270
|
+
ServiceOutputTypes,
|
|
271
|
+
RAMClientResolvedConfig
|
|
272
|
+
> {
|
|
273
|
+
readonly config: RAMClientResolvedConfig;
|
|
274
|
+
constructor(configuration: RAMClientConfig);
|
|
275
|
+
|
|
276
|
+
destroy(): void;
|
|
277
|
+
}
|
|
278
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AcceptResourceShareInvitationRequest,
|
|
10
|
+
AcceptResourceShareInvitationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface AcceptResourceShareInvitationCommandInput
|
|
18
|
+
extends AcceptResourceShareInvitationRequest {}
|
|
19
|
+
export interface AcceptResourceShareInvitationCommandOutput
|
|
20
|
+
extends AcceptResourceShareInvitationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AcceptResourceShareInvitationCommand extends $Command<
|
|
24
|
+
AcceptResourceShareInvitationCommandInput,
|
|
25
|
+
AcceptResourceShareInvitationCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AcceptResourceShareInvitationCommandInput;
|
|
29
|
+
constructor(input: AcceptResourceShareInvitationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AcceptResourceShareInvitationCommandInput,
|
|
37
|
+
AcceptResourceShareInvitationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateResourceShareRequest,
|
|
10
|
+
AssociateResourceShareResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface AssociateResourceShareCommandInput
|
|
18
|
+
extends AssociateResourceShareRequest {}
|
|
19
|
+
export interface AssociateResourceShareCommandOutput
|
|
20
|
+
extends AssociateResourceShareResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateResourceShareCommand extends $Command<
|
|
24
|
+
AssociateResourceShareCommandInput,
|
|
25
|
+
AssociateResourceShareCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateResourceShareCommandInput;
|
|
29
|
+
constructor(input: AssociateResourceShareCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateResourceShareCommandInput,
|
|
37
|
+
AssociateResourceShareCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateResourceSharePermissionRequest,
|
|
10
|
+
AssociateResourceSharePermissionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface AssociateResourceSharePermissionCommandInput
|
|
18
|
+
extends AssociateResourceSharePermissionRequest {}
|
|
19
|
+
export interface AssociateResourceSharePermissionCommandOutput
|
|
20
|
+
extends AssociateResourceSharePermissionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateResourceSharePermissionCommand extends $Command<
|
|
24
|
+
AssociateResourceSharePermissionCommandInput,
|
|
25
|
+
AssociateResourceSharePermissionCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateResourceSharePermissionCommandInput;
|
|
29
|
+
constructor(input: AssociateResourceSharePermissionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateResourceSharePermissionCommandInput,
|
|
37
|
+
AssociateResourceSharePermissionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateResourceShareRequest,
|
|
10
|
+
CreateResourceShareResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RAMClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RAMClient";
|
|
17
|
+
export interface CreateResourceShareCommandInput
|
|
18
|
+
extends CreateResourceShareRequest {}
|
|
19
|
+
export interface CreateResourceShareCommandOutput
|
|
20
|
+
extends CreateResourceShareResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateResourceShareCommand extends $Command<
|
|
24
|
+
CreateResourceShareCommandInput,
|
|
25
|
+
CreateResourceShareCommandOutput,
|
|
26
|
+
RAMClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateResourceShareCommandInput;
|
|
29
|
+
constructor(input: CreateResourceShareCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RAMClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateResourceShareCommandInput, CreateResourceShareCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|