@aws-sdk/client-ram 3.529.1 → 3.535.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.
Files changed (81) hide show
  1. package/dist-types/RAM.d.ts +7 -1
  2. package/dist-types/RAMClient.d.ts +1 -1
  3. package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateResourceShareCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +2 -1
  6. package/dist-types/commands/CreatePermissionCommand.d.ts +2 -1
  7. package/dist-types/commands/CreatePermissionVersionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateResourceShareCommand.d.ts +2 -1
  9. package/dist-types/commands/DeletePermissionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeletePermissionVersionCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteResourceShareCommand.d.ts +2 -1
  12. package/dist-types/commands/DisassociateResourceShareCommand.d.ts +2 -1
  13. package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +2 -1
  14. package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +2 -1
  15. package/dist-types/commands/GetPermissionCommand.d.ts +2 -1
  16. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +2 -1
  17. package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +2 -1
  19. package/dist-types/commands/GetResourceSharesCommand.d.ts +2 -1
  20. package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListPermissionVersionsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListPermissionsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListPrincipalsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +2 -1
  26. package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListResourceTypesCommand.d.ts +2 -1
  28. package/dist-types/commands/ListResourcesCommand.d.ts +2 -1
  29. package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +2 -1
  30. package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +2 -1
  31. package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +2 -1
  32. package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +2 -1
  33. package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  36. package/dist-types/commands/UpdateResourceShareCommand.d.ts +2 -1
  37. package/dist-types/models/models_0.d.ts +330 -330
  38. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  39. package/dist-types/runtimeConfig.d.ts +2 -2
  40. package/dist-types/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  42. package/dist-types/ts3.4/RAM.d.ts +6 -0
  43. package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  81. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { RAMClientConfig } from "./RAMClient";
5
5
  export declare const getRuntimeConfig: (config: RAMClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -286,6 +286,7 @@ export interface RAM {
286
286
  data?: DisassociateResourceSharePermissionCommandOutput
287
287
  ) => void
288
288
  ): void;
289
+ enableSharingWithAwsOrganization(): Promise<EnableSharingWithAwsOrganizationCommandOutput>;
289
290
  enableSharingWithAwsOrganization(
290
291
  args: EnableSharingWithAwsOrganizationCommandInput,
291
292
  options?: __HttpHandlerOptions
@@ -338,6 +339,7 @@ export interface RAM {
338
339
  options: __HttpHandlerOptions,
339
340
  cb: (err: any, data?: GetResourceShareAssociationsCommandOutput) => void
340
341
  ): void;
342
+ getResourceShareInvitations(): Promise<GetResourceShareInvitationsCommandOutput>;
341
343
  getResourceShareInvitations(
342
344
  args: GetResourceShareInvitationsCommandInput,
343
345
  options?: __HttpHandlerOptions
@@ -377,6 +379,7 @@ export interface RAM {
377
379
  options: __HttpHandlerOptions,
378
380
  cb: (err: any, data?: ListPendingInvitationResourcesCommandOutput) => void
379
381
  ): void;
382
+ listPermissionAssociations(): Promise<ListPermissionAssociationsCommandOutput>;
380
383
  listPermissionAssociations(
381
384
  args: ListPermissionAssociationsCommandInput,
382
385
  options?: __HttpHandlerOptions
@@ -390,6 +393,7 @@ export interface RAM {
390
393
  options: __HttpHandlerOptions,
391
394
  cb: (err: any, data?: ListPermissionAssociationsCommandOutput) => void
392
395
  ): void;
396
+ listPermissions(): Promise<ListPermissionsCommandOutput>;
393
397
  listPermissions(
394
398
  args: ListPermissionsCommandInput,
395
399
  options?: __HttpHandlerOptions
@@ -429,6 +433,7 @@ export interface RAM {
429
433
  options: __HttpHandlerOptions,
430
434
  cb: (err: any, data?: ListPrincipalsCommandOutput) => void
431
435
  ): void;
436
+ listReplacePermissionAssociationsWork(): Promise<ListReplacePermissionAssociationsWorkCommandOutput>;
432
437
  listReplacePermissionAssociationsWork(
433
438
  args: ListReplacePermissionAssociationsWorkCommandInput,
434
439
  options?: __HttpHandlerOptions
@@ -474,6 +479,7 @@ export interface RAM {
474
479
  options: __HttpHandlerOptions,
475
480
  cb: (err: any, data?: ListResourceSharePermissionsCommandOutput) => void
476
481
  ): void;
482
+ listResourceTypes(): Promise<ListResourceTypesCommandOutput>;
477
483
  listResourceTypes(
478
484
  args: ListResourceTypesCommandInput,
479
485
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AcceptResourceShareInvitationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AcceptResourceShareInvitationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AcceptResourceShareInvitationCommandInput,
32
+ AcceptResourceShareInvitationCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AcceptResourceShareInvitationCommand extends AcceptResourceShareInvitationCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateResourceShareCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateResourceShareCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateResourceShareCommandInput,
32
+ AssociateResourceShareCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateResourceShareCommand extends AssociateResourceShareCommand_base {}
@@ -25,6 +25,15 @@ declare const AssociateResourceSharePermissionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateResourceSharePermissionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateResourceSharePermissionCommandInput,
32
+ AssociateResourceSharePermissionCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateResourceSharePermissionCommand extends AssociateResourceSharePermissionCommand_base {}
@@ -24,6 +24,15 @@ declare const CreatePermissionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreatePermissionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreatePermissionCommandInput,
31
+ CreatePermissionCommandOutput,
32
+ RAMClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreatePermissionCommand extends CreatePermissionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreatePermissionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreatePermissionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreatePermissionVersionCommandInput,
32
+ CreatePermissionVersionCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreatePermissionVersionCommand extends CreatePermissionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateResourceShareCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateResourceShareCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateResourceShareCommandInput,
32
+ CreateResourceShareCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateResourceShareCommand extends CreateResourceShareCommand_base {}
@@ -24,6 +24,15 @@ declare const DeletePermissionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeletePermissionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeletePermissionCommandInput,
31
+ DeletePermissionCommandOutput,
32
+ RAMClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeletePermissionCommand extends DeletePermissionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeletePermissionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeletePermissionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeletePermissionVersionCommandInput,
32
+ DeletePermissionVersionCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeletePermissionVersionCommand extends DeletePermissionVersionCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteResourceShareCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteResourceShareCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteResourceShareCommandInput,
32
+ DeleteResourceShareCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteResourceShareCommand extends DeleteResourceShareCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateResourceShareCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateResourceShareCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateResourceShareCommandInput,
32
+ DisassociateResourceShareCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateResourceShareCommand extends DisassociateResourceShareCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateResourceSharePermissionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateResourceSharePermissionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateResourceSharePermissionCommandInput,
32
+ DisassociateResourceSharePermissionCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateResourceSharePermissionCommand extends DisassociateResourceSharePermissionCommand_base {}
@@ -25,6 +25,15 @@ declare const EnableSharingWithAwsOrganizationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [EnableSharingWithAwsOrganizationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ EnableSharingWithAwsOrganizationCommandInput,
32
+ EnableSharingWithAwsOrganizationCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class EnableSharingWithAwsOrganizationCommand extends EnableSharingWithAwsOrganizationCommand_base {}
@@ -24,6 +24,15 @@ declare const GetPermissionCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetPermissionCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetPermissionCommandInput,
31
+ GetPermissionCommandOutput,
32
+ RAMClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetPermissionCommand extends GetPermissionCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourcePoliciesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetResourcePoliciesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourcePoliciesCommandInput,
32
+ GetResourcePoliciesCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourceShareAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetResourceShareAssociationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourceShareAssociationsCommandInput,
32
+ GetResourceShareAssociationsCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourceShareAssociationsCommand extends GetResourceShareAssociationsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourceShareInvitationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetResourceShareInvitationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourceShareInvitationsCommandInput,
32
+ GetResourceShareInvitationsCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourceShareInvitationsCommand extends GetResourceShareInvitationsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetResourceSharesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetResourceSharesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetResourceSharesCommandInput,
32
+ GetResourceSharesCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetResourceSharesCommand extends GetResourceSharesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPendingInvitationResourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListPendingInvitationResourcesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPendingInvitationResourcesCommandInput,
32
+ ListPendingInvitationResourcesCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPendingInvitationResourcesCommand extends ListPendingInvitationResourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPermissionAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListPermissionAssociationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPermissionAssociationsCommandInput,
32
+ ListPermissionAssociationsCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPermissionAssociationsCommand extends ListPermissionAssociationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListPermissionVersionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListPermissionVersionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListPermissionVersionsCommandInput,
32
+ ListPermissionVersionsCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListPermissionVersionsCommand extends ListPermissionVersionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListPermissionsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListPermissionsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListPermissionsCommandInput,
31
+ ListPermissionsCommandOutput,
32
+ RAMClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListPermissionsCommand extends ListPermissionsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListPrincipalsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListPrincipalsCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListPrincipalsCommandInput,
31
+ ListPrincipalsCommandOutput,
32
+ RAMClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListPrincipalsCommand extends ListPrincipalsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListReplacePermissionAssociationsWorkCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListReplacePermissionAssociationsWorkCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListReplacePermissionAssociationsWorkCommandInput,
32
+ ListReplacePermissionAssociationsWorkCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListReplacePermissionAssociationsWorkCommand extends ListReplacePermissionAssociationsWorkCommand_base {}
@@ -25,6 +25,15 @@ declare const ListResourceSharePermissionsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListResourceSharePermissionsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListResourceSharePermissionsCommandInput,
32
+ ListResourceSharePermissionsCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListResourceSharePermissionsCommand extends ListResourceSharePermissionsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListResourceTypesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListResourceTypesCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListResourceTypesCommandInput,
32
+ ListResourceTypesCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListResourceTypesCommand extends ListResourceTypesCommand_base {}
@@ -24,6 +24,15 @@ declare const ListResourcesCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: ListResourcesCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListResourcesCommandInput,
31
+ ListResourcesCommandOutput,
32
+ RAMClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListResourcesCommand extends ListResourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const PromotePermissionCreatedFromPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PromotePermissionCreatedFromPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PromotePermissionCreatedFromPolicyCommandInput,
32
+ PromotePermissionCreatedFromPolicyCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PromotePermissionCreatedFromPolicyCommand extends PromotePermissionCreatedFromPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const PromoteResourceShareCreatedFromPolicyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PromoteResourceShareCreatedFromPolicyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PromoteResourceShareCreatedFromPolicyCommandInput,
32
+ PromoteResourceShareCreatedFromPolicyCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PromoteResourceShareCreatedFromPolicyCommand extends PromoteResourceShareCreatedFromPolicyCommand_base {}
@@ -25,6 +25,15 @@ declare const RejectResourceShareInvitationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RejectResourceShareInvitationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RejectResourceShareInvitationCommandInput,
32
+ RejectResourceShareInvitationCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RejectResourceShareInvitationCommand extends RejectResourceShareInvitationCommand_base {}
@@ -25,6 +25,15 @@ declare const ReplacePermissionAssociationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ReplacePermissionAssociationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ReplacePermissionAssociationsCommandInput,
32
+ ReplacePermissionAssociationsCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ReplacePermissionAssociationsCommand extends ReplacePermissionAssociationsCommand_base {}
@@ -25,6 +25,15 @@ declare const SetDefaultPermissionVersionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SetDefaultPermissionVersionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SetDefaultPermissionVersionCommandInput,
32
+ SetDefaultPermissionVersionCommandOutput,
33
+ RAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SetDefaultPermissionVersionCommand extends SetDefaultPermissionVersionCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ RAMClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}