@aws-sdk/client-workmail 3.39.0 → 3.43.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 +38 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/endpoints.js +74 -5
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/WorkMailClient.d.ts +8 -0
- package/dist-types/commands/AssociateDelegateToResourceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMemberToGroupCommand.d.ts +1 -1
- package/dist-types/commands/CancelMailboxExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMobileDeviceAccessRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateResourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessControlRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMailboxPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMobileDeviceAccessOverrideCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMobileDeviceAccessRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRetentionPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterFromWorkMailCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterMailDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInboundDmarcSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMailboxExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrganizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateDelegateFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMemberFromGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetAccessControlEffectCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultRetentionPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetMailDomainCommand.d.ts +1 -1
- package/dist-types/commands/GetMailboxDetailsCommand.d.ts +1 -1
- package/dist-types/commands/GetMobileDeviceAccessEffectCommand.d.ts +1 -1
- package/dist-types/commands/GetMobileDeviceAccessOverrideCommand.d.ts +1 -1
- package/dist-types/commands/ListAccessControlRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListMailDomainsCommand.d.ts +1 -1
- package/dist-types/commands/ListMailboxExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMailboxPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMobileDeviceAccessOverridesCommand.d.ts +1 -1
- package/dist-types/commands/ListMobileDeviceAccessRulesCommand.d.ts +1 -1
- package/dist-types/commands/ListOrganizationsCommand.d.ts +1 -1
- package/dist-types/commands/ListResourceDelegatesCommand.d.ts +1 -1
- package/dist-types/commands/ListResourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/PutAccessControlRuleCommand.d.ts +1 -1
- package/dist-types/commands/PutInboundDmarcSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutMailboxPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/PutMobileDeviceAccessOverrideCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionPolicyCommand.d.ts +1 -1
- package/dist-types/commands/RegisterMailDomainCommand.d.ts +1 -1
- package/dist-types/commands/RegisterToWorkMailCommand.d.ts +1 -1
- package/dist-types/commands/ResetPasswordCommand.d.ts +1 -1
- package/dist-types/commands/StartMailboxExportJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultMailDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMailboxQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMobileDeviceAccessRuleCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePrimaryEmailAddressCommand.d.ts +1 -1
- package/dist-types/commands/UpdateResourceCommand.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/WorkMailClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -21,7 +21,7 @@ export interface DescribeOrganizationCommandOutput extends DescribeOrganizationR
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeOrganizationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeOrganizationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeOrganizationCommand extends $Command<DescribeOrganizationCommandInput, DescribeOrganizationCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeResourceCommandOutput extends DescribeResourceResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeResourceCommand extends $Command<DescribeResourceCommandInput, DescribeResourceCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeUserCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeUserCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateDelegateFromResourceCommandOutput extends Disassoci
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateDelegateFromResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateDelegateFromResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateDelegateFromResourceCommand extends $Command<DisassociateDelegateFromResourceCommandInput, DisassociateDelegateFromResourceCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateMemberFromGroupCommandOutput extends DisassociateMe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateMemberFromGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateMemberFromGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateMemberFromGroupCommand extends $Command<DisassociateMemberFromGroupCommandInput, DisassociateMemberFromGroupCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetAccessControlEffectCommandOutput extends GetAccessControlEff
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetAccessControlEffectCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetAccessControlEffectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetAccessControlEffectCommand extends $Command<GetAccessControlEffectCommandInput, GetAccessControlEffectCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetDefaultRetentionPolicyCommandOutput extends GetDefaultRetent
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetDefaultRetentionPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetDefaultRetentionPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetDefaultRetentionPolicyCommand extends $Command<GetDefaultRetentionPolicyCommandInput, GetDefaultRetentionPolicyCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMailDomainCommandOutput extends GetMailDomainResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMailDomainCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMailDomainCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMailDomainCommand extends $Command<GetMailDomainCommandInput, GetMailDomainCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMailboxDetailsCommandOutput extends GetMailboxDetailsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMailboxDetailsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMailboxDetailsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMailboxDetailsCommand extends $Command<GetMailboxDetailsCommandInput, GetMailboxDetailsCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetMobileDeviceAccessEffectCommandOutput extends GetMobileDevic
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetMobileDeviceAccessEffectCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetMobileDeviceAccessEffectCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetMobileDeviceAccessEffectCommand extends $Command<GetMobileDeviceAccessEffectCommandInput, GetMobileDeviceAccessEffectCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface GetMobileDeviceAccessOverrideCommandOutput extends GetMobileDev
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link GetMobileDeviceAccessOverrideCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link GetMobileDeviceAccessOverrideCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class GetMobileDeviceAccessOverrideCommand extends $Command<GetMobileDeviceAccessOverrideCommandInput, GetMobileDeviceAccessOverrideCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListAccessControlRulesCommandOutput extends ListAccessControlRu
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListAccessControlRulesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListAccessControlRulesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListAccessControlRulesCommand extends $Command<ListAccessControlRulesCommandInput, ListAccessControlRulesCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListAliasesCommandOutput extends ListAliasesResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListAliasesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListAliasesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListAliasesCommand extends $Command<ListAliasesCommandInput, ListAliasesCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListGroupMembersCommandOutput extends ListGroupMembersResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListGroupMembersCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListGroupMembersCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListGroupMembersCommand extends $Command<ListGroupMembersCommandInput, ListGroupMembersCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMailDomainsCommandOutput extends ListMailDomainsResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMailDomainsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMailDomainsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMailDomainsCommand extends $Command<ListMailDomainsCommandInput, ListMailDomainsCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListMailboxExportJobsCommandOutput extends ListMailboxExportJob
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListMailboxExportJobsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListMailboxExportJobsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListMailboxExportJobsCommand extends $Command<ListMailboxExportJobsCommandInput, ListMailboxExportJobsCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListMailboxPermissionsCommandOutput extends ListMailboxPermissi
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListMailboxPermissionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListMailboxPermissionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListMailboxPermissionsCommand extends $Command<ListMailboxPermissionsCommandInput, ListMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMobileDeviceAccessOverridesCommandOutput extends ListMobile
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMobileDeviceAccessOverridesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMobileDeviceAccessOverridesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMobileDeviceAccessOverridesCommand extends $Command<ListMobileDeviceAccessOverridesCommandInput, ListMobileDeviceAccessOverridesCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMobileDeviceAccessRulesCommandOutput extends ListMobileDevi
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMobileDeviceAccessRulesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMobileDeviceAccessRulesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMobileDeviceAccessRulesCommand extends $Command<ListMobileDeviceAccessRulesCommandInput, ListMobileDeviceAccessRulesCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListOrganizationsCommandOutput extends ListOrganizationsRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListOrganizationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListOrganizationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListOrganizationsCommand extends $Command<ListOrganizationsCommandInput, ListOrganizationsCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface ListResourceDelegatesCommandOutput extends ListResourceDelegate
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link ListResourceDelegatesCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link ListResourceDelegatesCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class ListResourceDelegatesCommand extends $Command<ListResourceDelegatesCommandInput, ListResourceDelegatesCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListResourcesCommandOutput extends ListResourcesResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListResourcesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListResourcesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListResourcesCommand extends $Command<ListResourcesCommandInput, ListResourcesCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListUsersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListUsersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface PutAccessControlRuleCommandOutput extends PutAccessControlRuleR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link PutAccessControlRuleCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link PutAccessControlRuleCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class PutAccessControlRuleCommand extends $Command<PutAccessControlRuleCommandInput, PutAccessControlRuleCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutInboundDmarcSettingsCommandOutput extends PutInboundDmarcSet
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutInboundDmarcSettingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutInboundDmarcSettingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutInboundDmarcSettingsCommand extends $Command<PutInboundDmarcSettingsCommandInput, PutInboundDmarcSettingsCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface PutMailboxPermissionsCommandOutput extends PutMailboxPermission
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link PutMailboxPermissionsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link PutMailboxPermissionsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class PutMailboxPermissionsCommand extends $Command<PutMailboxPermissionsCommandInput, PutMailboxPermissionsCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutMobileDeviceAccessOverrideCommandOutput extends PutMobileDev
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutMobileDeviceAccessOverrideCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutMobileDeviceAccessOverrideCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutMobileDeviceAccessOverrideCommand extends $Command<PutMobileDeviceAccessOverrideCommandInput, PutMobileDeviceAccessOverrideCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PutRetentionPolicyCommandOutput extends PutRetentionPolicyRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PutRetentionPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PutRetentionPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PutRetentionPolicyCommand extends $Command<PutRetentionPolicyCommandInput, PutRetentionPolicyCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface RegisterMailDomainCommandOutput extends RegisterMailDomainRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link RegisterMailDomainCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link RegisterMailDomainCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class RegisterMailDomainCommand extends $Command<RegisterMailDomainCommandInput, RegisterMailDomainCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface RegisterToWorkMailCommandOutput extends RegisterToWorkMailRespo
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link RegisterToWorkMailCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link RegisterToWorkMailCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class RegisterToWorkMailCommand extends $Command<RegisterToWorkMailCommandInput, RegisterToWorkMailCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ResetPasswordCommandOutput extends ResetPasswordResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ResetPasswordCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ResetPasswordCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ResetPasswordCommand extends $Command<ResetPasswordCommandInput, ResetPasswordCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface StartMailboxExportJobCommandOutput extends StartMailboxExportJo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link StartMailboxExportJobCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link StartMailboxExportJobCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class StartMailboxExportJobCommand extends $Command<StartMailboxExportJobCommandInput, StartMailboxExportJobCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDefaultMailDomainCommandOutput extends UpdateDefaultMailD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateDefaultMailDomainCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateDefaultMailDomainCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateDefaultMailDomainCommand extends $Command<UpdateDefaultMailDomainCommandInput, UpdateDefaultMailDomainCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateMailboxQuotaCommandOutput extends UpdateMailboxQuotaRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateMailboxQuotaCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateMailboxQuotaCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateMailboxQuotaCommand extends $Command<UpdateMailboxQuotaCommandInput, UpdateMailboxQuotaCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateMobileDeviceAccessRuleCommandOutput extends UpdateMobileD
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateMobileDeviceAccessRuleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateMobileDeviceAccessRuleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateMobileDeviceAccessRuleCommand extends $Command<UpdateMobileDeviceAccessRuleCommandInput, UpdateMobileDeviceAccessRuleCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdatePrimaryEmailAddressCommandOutput extends UpdatePrimaryEma
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdatePrimaryEmailAddressCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdatePrimaryEmailAddressCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdatePrimaryEmailAddressCommand extends $Command<UpdatePrimaryEmailAddressCommandInput, UpdatePrimaryEmailAddressCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface UpdateResourceCommandOutput extends UpdateResourceResponse, __M
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link UpdateResourceCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link UpdateResourceCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link WorkMailClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link WorkMailClientResolvedConfig | config} for WorkMailClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class UpdateResourceCommand extends $Command<UpdateResourceCommandInput, UpdateResourceCommandOutput, WorkMailClientResolvedConfig> {
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
|
16
16
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
17
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
22
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
23
|
apiVersion: string;
|
|
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
|
18
18
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
19
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
20
|
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
23
|
serviceId: string;
|
|
22
24
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
@@ -103,6 +103,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
103
103
|
|
|
104
104
|
logger?: __Logger;
|
|
105
105
|
|
|
106
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
107
|
+
|
|
108
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
109
|
+
|
|
106
110
|
serviceId?: string;
|
|
107
111
|
|
|
108
112
|
region?: string | __Provider<string>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: WorkMailClientConfig) => {
|
|
|
16
16
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
18
|
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
21
|
serviceId: string;
|
|
20
22
|
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
21
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workmail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workmail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.43.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,32 +21,32 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.43.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.40.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.40.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.40.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.40.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
|
+
"@aws-sdk/types": "3.40.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.40.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.40.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0",
|