@aws-sdk/client-fms 3.775.0 → 3.782.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +1 -0
- package/dist-types/commands/BatchAssociateResourceCommand.d.ts +1 -0
- package/dist-types/commands/BatchDisassociateResourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAppsListCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProtocolsListCommand.d.ts +1 -0
- package/dist-types/commands/DeleteResourceSetCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +1 -0
- package/dist-types/commands/GetAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/GetAdminScopeCommand.d.ts +1 -0
- package/dist-types/commands/GetAppsListCommand.d.ts +1 -0
- package/dist-types/commands/GetComplianceDetailCommand.d.ts +1 -0
- package/dist-types/commands/GetNotificationChannelCommand.d.ts +1 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetProtectionStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetProtocolsListCommand.d.ts +1 -0
- package/dist-types/commands/GetResourceSetCommand.d.ts +1 -0
- package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetViolationDetailsCommand.d.ts +1 -0
- package/dist-types/commands/ListAdminAccountsForOrganizationCommand.d.ts +1 -0
- package/dist-types/commands/ListAdminsManagingAccountCommand.d.ts +1 -0
- package/dist-types/commands/ListAppsListsCommand.d.ts +1 -0
- package/dist-types/commands/ListComplianceStatusCommand.d.ts +1 -0
- package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +1 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/ListProtocolsListsCommand.d.ts +1 -0
- package/dist-types/commands/ListResourceSetResourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListResourceSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +1 -0
- package/dist-types/commands/PutAdminAccountCommand.d.ts +1 -0
- package/dist-types/commands/PutAppsListCommand.d.ts +1 -0
- package/dist-types/commands/PutNotificationChannelCommand.d.ts +1 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutProtocolsListCommand.d.ts +1 -0
- package/dist-types/commands/PutResourceSetCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -76,6 +76,7 @@ declare const AssociateAdminAccountCommand_base: {
|
|
|
76
76
|
* @throws {@link FMSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class AssociateAdminAccountCommand extends AssociateAdminAccountCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const AssociateThirdPartyFirewallCommand_base: {
|
|
|
71
71
|
* @throws {@link FMSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class AssociateThirdPartyFirewallCommand extends AssociateThirdPartyFirewallCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const BatchAssociateResourceCommand_base: {
|
|
|
86
86
|
* @throws {@link FMSServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class BatchAssociateResourceCommand extends BatchAssociateResourceCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const BatchDisassociateResourceCommand_base: {
|
|
|
80
80
|
* @throws {@link FMSServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class BatchDisassociateResourceCommand extends BatchDisassociateResourceCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteAppsListCommand_base: {
|
|
|
66
66
|
* @throws {@link FMSServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteAppsListCommand extends DeleteAppsListCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeleteNotificationChannelCommand_base: {
|
|
|
65
65
|
* @throws {@link FMSServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeleteNotificationChannelCommand extends DeleteNotificationChannelCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DeletePolicyCommand_base: {
|
|
|
76
76
|
* @throws {@link FMSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteProtocolsListCommand_base: {
|
|
|
66
66
|
* @throws {@link FMSServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteProtocolsListCommand extends DeleteProtocolsListCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteResourceSetCommand_base: {
|
|
|
69
69
|
* @throws {@link FMSServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteResourceSetCommand extends DeleteResourceSetCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DisassociateAdminAccountCommand_base: {
|
|
|
65
65
|
* @throws {@link FMSServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DisassociateAdminAccountCommand extends DisassociateAdminAccountCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DisassociateThirdPartyFirewallCommand_base: {
|
|
|
71
71
|
* @throws {@link FMSServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DisassociateThirdPartyFirewallCommand extends DisassociateThirdPartyFirewallCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const GetAdminAccountCommand_base: {
|
|
|
68
68
|
* @throws {@link FMSServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetAdminAccountCommand extends GetAdminAccountCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const GetAdminScopeCommand_base: {
|
|
|
105
105
|
* @throws {@link FMSServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class GetAdminScopeCommand extends GetAdminScopeCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const GetAppsListCommand_base: {
|
|
|
92
92
|
* @throws {@link FMSServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class GetAppsListCommand extends GetAppsListCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const GetComplianceDetailCommand_base: {
|
|
|
93
93
|
* @throws {@link FMSServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetComplianceDetailCommand extends GetComplianceDetailCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const GetNotificationChannelCommand_base: {
|
|
|
69
69
|
* @throws {@link FMSServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class GetNotificationChannelCommand extends GetNotificationChannelCommand_base {
|
|
@@ -157,6 +157,7 @@ declare const GetPolicyCommand_base: {
|
|
|
157
157
|
* @throws {@link FMSServiceException}
|
|
158
158
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
159
159
|
*
|
|
160
|
+
*
|
|
160
161
|
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetProtectionStatusCommand_base: {
|
|
|
73
73
|
* @throws {@link FMSServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetProtectionStatusCommand extends GetProtectionStatusCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetProtocolsListCommand_base: {
|
|
|
84
84
|
* @throws {@link FMSServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetProtocolsListCommand extends GetProtocolsListCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const GetResourceSetCommand_base: {
|
|
|
82
82
|
* @throws {@link FMSServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class GetResourceSetCommand extends GetResourceSetCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetThirdPartyFirewallAssociationStatusCommand_base: {
|
|
|
72
72
|
* @throws {@link FMSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetThirdPartyFirewallAssociationStatusCommand extends GetThirdPartyFirewallAssociationStatusCommand_base {
|
|
@@ -623,6 +623,7 @@ declare const GetViolationDetailsCommand_base: {
|
|
|
623
623
|
* @throws {@link FMSServiceException}
|
|
624
624
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
625
625
|
*
|
|
626
|
+
*
|
|
626
627
|
* @public
|
|
627
628
|
*/
|
|
628
629
|
export declare class GetViolationDetailsCommand extends GetViolationDetailsCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const ListAdminAccountsForOrganizationCommand_base: {
|
|
|
83
83
|
* @throws {@link FMSServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class ListAdminAccountsForOrganizationCommand extends ListAdminAccountsForOrganizationCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListAdminsManagingAccountCommand_base: {
|
|
|
68
68
|
* @throws {@link FMSServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListAdminsManagingAccountCommand extends ListAdminsManagingAccountCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListAppsListsCommand_base: {
|
|
|
90
90
|
* @throws {@link FMSServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListAppsListsCommand extends ListAppsListsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListComplianceStatusCommand_base: {
|
|
|
84
84
|
* @throws {@link FMSServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListComplianceStatusCommand extends ListComplianceStatusCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListDiscoveredResourcesCommand_base: {
|
|
|
81
81
|
* @throws {@link FMSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListDiscoveredResourcesCommand extends ListDiscoveredResourcesCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const ListMemberAccountsCommand_base: {
|
|
|
67
67
|
* @throws {@link FMSServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListMemberAccountsCommand extends ListMemberAccountsCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const ListPoliciesCommand_base: {
|
|
|
87
87
|
* @throws {@link FMSServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListPoliciesCommand extends ListPoliciesCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListProtocolsListsCommand_base: {
|
|
|
80
80
|
* @throws {@link FMSServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListProtocolsListsCommand extends ListProtocolsListsCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListResourceSetResourcesCommand_base: {
|
|
|
79
79
|
* @throws {@link FMSServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListResourceSetResourcesCommand extends ListResourceSetResourcesCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListResourceSetsCommand_base: {
|
|
|
78
78
|
* @throws {@link FMSServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListResourceSetsCommand extends ListResourceSetsCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link FMSServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const ListThirdPartyFirewallFirewallPoliciesCommand_base: {
|
|
|
79
79
|
* @throws {@link FMSServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListThirdPartyFirewallFirewallPoliciesCommand extends ListThirdPartyFirewallFirewallPoliciesCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const PutAdminAccountCommand_base: {
|
|
|
101
101
|
* @throws {@link FMSServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class PutAdminAccountCommand extends PutAdminAccountCommand_base {
|
|
@@ -128,6 +128,7 @@ declare const PutAppsListCommand_base: {
|
|
|
128
128
|
* @throws {@link FMSServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
130
130
|
*
|
|
131
|
+
*
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class PutAppsListCommand extends PutAppsListCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const PutNotificationChannelCommand_base: {
|
|
|
70
70
|
* @throws {@link FMSServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class PutNotificationChannelCommand extends PutNotificationChannelCommand_base {
|
|
@@ -313,6 +313,7 @@ declare const PutPolicyCommand_base: {
|
|
|
313
313
|
* @throws {@link FMSServiceException}
|
|
314
314
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
315
315
|
*
|
|
316
|
+
*
|
|
316
317
|
* @public
|
|
317
318
|
*/
|
|
318
319
|
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const PutProtocolsListCommand_base: {
|
|
|
112
112
|
* @throws {@link FMSServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class PutProtocolsListCommand extends PutProtocolsListCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const PutResourceSetCommand_base: {
|
|
|
102
102
|
* @throws {@link FMSServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class PutResourceSetCommand extends PutResourceSetCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const TagResourceCommand_base: {
|
|
|
81
81
|
* @throws {@link FMSServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link FMSServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from FMS service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-fms",
|
|
3
3
|
"description": "AWS SDK for JavaScript Fms Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-fms",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|