@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
@@ -22,10 +22,10 @@ export interface PromotePermissionCreatedFromPolicyCommandOutput extends Promote
22
22
  }
23
23
  declare const PromotePermissionCreatedFromPolicyCommand_base: {
24
24
  new (input: PromotePermissionCreatedFromPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PromotePermissionCreatedFromPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PromotePermissionCreatedFromPolicyCommandInput, PromotePermissionCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>When you attach a resource-based policy to a resource, RAM automatically creates
30
30
  * a resource share of <code>featureSet</code>=<code>CREATED_FROM_POLICY</code> with a managed permission that
31
31
  * has the same IAM permissions as the original resource-based policy. However, this type
@@ -128,6 +128,7 @@ declare const PromotePermissionCreatedFromPolicyCommand_base: {
128
128
  * @throws {@link RAMServiceException}
129
129
  * <p>Base exception class for all service exceptions from RAM service.</p>
130
130
  *
131
+ * @public
131
132
  */
132
133
  export declare class PromotePermissionCreatedFromPolicyCommand extends PromotePermissionCreatedFromPolicyCommand_base {
133
134
  }
@@ -22,10 +22,10 @@ export interface PromoteResourceShareCreatedFromPolicyCommandOutput extends Prom
22
22
  }
23
23
  declare const PromoteResourceShareCreatedFromPolicyCommand_base: {
24
24
  new (input: PromoteResourceShareCreatedFromPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PromoteResourceShareCreatedFromPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PromoteResourceShareCreatedFromPolicyCommandInput, PromoteResourceShareCreatedFromPolicyCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>When you attach a resource-based policy to a resource, RAM automatically creates
30
30
  * a resource share of <code>featureSet</code>=<code>CREATED_FROM_POLICY</code> with a managed permission that
31
31
  * has the same IAM permissions as the original resource-based policy. However, this type
@@ -102,6 +102,7 @@ declare const PromoteResourceShareCreatedFromPolicyCommand_base: {
102
102
  * @throws {@link RAMServiceException}
103
103
  * <p>Base exception class for all service exceptions from RAM service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class PromoteResourceShareCreatedFromPolicyCommand extends PromoteResourceShareCreatedFromPolicyCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface RejectResourceShareInvitationCommandOutput extends RejectResour
22
22
  }
23
23
  declare const RejectResourceShareInvitationCommand_base: {
24
24
  new (input: RejectResourceShareInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RejectResourceShareInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectResourceShareInvitationCommandInput, RejectResourceShareInvitationCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Rejects an invitation to a resource share from another Amazon Web Services account.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -113,6 +113,7 @@ declare const RejectResourceShareInvitationCommand_base: {
113
113
  * @throws {@link RAMServiceException}
114
114
  * <p>Base exception class for all service exceptions from RAM service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class RejectResourceShareInvitationCommand extends RejectResourceShareInvitationCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface ReplacePermissionAssociationsCommandOutput extends ReplacePermi
22
22
  }
23
23
  declare const ReplacePermissionAssociationsCommand_base: {
24
24
  new (input: ReplacePermissionAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ReplacePermissionAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ReplacePermissionAssociationsCommandInput, ReplacePermissionAssociationsCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates all resource shares that use a managed permission to a different managed
30
30
  * permission. This operation always applies the default version of the target managed
31
31
  * permission. You can optionally specify that the update applies to only resource shares that
@@ -109,6 +109,7 @@ declare const ReplacePermissionAssociationsCommand_base: {
109
109
  * @throws {@link RAMServiceException}
110
110
  * <p>Base exception class for all service exceptions from RAM service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class ReplacePermissionAssociationsCommand extends ReplacePermissionAssociationsCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface SetDefaultPermissionVersionCommandOutput extends SetDefaultPerm
22
22
  }
23
23
  declare const SetDefaultPermissionVersionCommand_base: {
24
24
  new (input: SetDefaultPermissionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetDefaultPermissionVersionCommandInput): import("@smithy/smithy-client").CommandImpl<SetDefaultPermissionVersionCommandInput, SetDefaultPermissionVersionCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Designates the specified version number as the default version for the specified
30
30
  * customer managed permission. New resource shares automatically use this new default permission. Existing
31
31
  * resource shares continue to use their original permission version, but you can use <a>ReplacePermissionAssociations</a> to update them.</p>
@@ -83,6 +83,7 @@ declare const SetDefaultPermissionVersionCommand_base: {
83
83
  * @throws {@link RAMServiceException}
84
84
  * <p>Base exception class for all service exceptions from RAM service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class SetDefaultPermissionVersionCommand extends SetDefaultPermissionVersionCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified tag keys and values to a resource share or managed permission. If you choose a resource share, the
30
30
  * tags are attached to only the resource share, not to the resources that are in the resource share.</p>
31
31
  * <p>The tags on a managed permission are the same for all versions of the managed permission.</p>
@@ -88,6 +88,7 @@ declare const TagResourceCommand_base: {
88
88
  * @throws {@link RAMServiceException}
89
89
  * <p>Base exception class for all service exceptions from RAM service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class TagResourceCommand extends TagResourceCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tag key and value pairs from the specified resource share or managed permission.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
72
72
  * @throws {@link RAMServiceException}
73
73
  * <p>Base exception class for all service exceptions from RAM service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface UpdateResourceShareCommandOutput extends UpdateResourceShareRes
22
22
  }
23
23
  declare const UpdateResourceShareCommand_base: {
24
24
  new (input: UpdateResourceShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateResourceShareCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResourceShareCommandInput, UpdateResourceShareCommandOutput, RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies some of the properties of the specified resource share.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const UpdateResourceShareCommand_base: {
104
104
  * @throws {@link RAMServiceException}
105
105
  * <p>Base exception class for all service exceptions from RAM service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class UpdateResourceShareCommand extends UpdateResourceShareCommand_base {
109
110
  }