@aws-sdk/client-fms 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/FMS.js +1 -2
- package/{dist/cjs → dist-cjs}/FMSClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AssociateAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAppsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteNotificationChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeletePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteProtocolsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAppsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetComplianceDetailCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetNotificationChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetProtectionStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetProtocolsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetViolationDetailsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAppsListsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListComplianceStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListMemberAccountsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListPoliciesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListProtocolsListsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutAppsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutNotificationChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutProtocolsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAppsListsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListComplianceStatusPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListMemberAccountsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListPoliciesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListProtocolsListsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/FMS.js +2 -12
- package/{dist/es → dist-es}/FMSClient.js +2 -17
- package/{dist/es → dist-es}/commands/AssociateAdminAccountCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteAppsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteNotificationChannelCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeletePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteProtocolsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisassociateAdminAccountCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetAdminAccountCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetAppsListCommand.js +4 -30
- package/dist-es/commands/GetComplianceDetailCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetNotificationChannelCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetProtectionStatusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetProtocolsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetViolationDetailsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListAppsListsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListComplianceStatusCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListMemberAccountsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListPoliciesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListProtocolsListsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutAppsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutNotificationChannelCommand.js +4 -34
- package/dist-es/commands/PutPolicyCommand.js +39 -0
- package/{dist/es → dist-es}/commands/PutProtocolsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -310
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAppsListsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListComplianceStatusPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListMemberAccountsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListPoliciesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListProtocolsListsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +570 -576
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/FMS.d.ts +2 -2
- package/{dist/types → dist-types}/FMSClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AssociateAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetComplianceDetailCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetProtectionStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetViolationDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAppsListsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListComplianceStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListMemberAccountsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPoliciesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListProtocolsListsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAppsListsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListComplianceStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListMemberAccountsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListProtocolsListsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/FMS.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/FMSClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AssociateAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeletePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetComplianceDetailCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetProtectionStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetViolationDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAppsListsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListComplianceStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListMemberAccountsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListPoliciesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListProtocolsListsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAppsListsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListComplianceStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListMemberAccountsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListProtocolsListsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/FMS.ts +0 -993
- package/FMSClient.ts +0 -352
- package/commands/AssociateAdminAccountCommand.ts +0 -97
- package/commands/DeleteAppsListCommand.ts +0 -94
- package/commands/DeleteNotificationChannelCommand.ts +0 -98
- package/commands/DeletePolicyCommand.ts +0 -94
- package/commands/DeleteProtocolsListCommand.ts +0 -94
- package/commands/DisassociateAdminAccountCommand.ts +0 -96
- package/commands/GetAdminAccountCommand.ts +0 -95
- package/commands/GetAppsListCommand.ts +0 -94
- package/commands/GetComplianceDetailCommand.ts +0 -117
- package/commands/GetNotificationChannelCommand.ts +0 -96
- package/commands/GetPolicyCommand.ts +0 -87
- package/commands/GetProtectionStatusCommand.ts +0 -95
- package/commands/GetProtocolsListCommand.ts +0 -94
- package/commands/GetViolationDetailsCommand.ts +0 -94
- package/commands/ListAppsListsCommand.ts +0 -94
- package/commands/ListComplianceStatusCommand.ts +0 -96
- package/commands/ListMemberAccountsCommand.ts +0 -97
- package/commands/ListPoliciesCommand.ts +0 -94
- package/commands/ListProtocolsListsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutAppsListCommand.ts +0 -94
- package/commands/PutNotificationChannelCommand.ts +0 -98
- package/commands/PutPolicyCommand.ts +0 -119
- package/commands/PutProtocolsListCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/dist/cjs/FMS.js.map +0 -1
- package/dist/cjs/FMSClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppsListCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNotificationChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProtocolsListCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAppsListCommand.js.map +0 -1
- package/dist/cjs/commands/GetComplianceDetailCommand.js.map +0 -1
- package/dist/cjs/commands/GetNotificationChannelCommand.js.map +0 -1
- package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetProtectionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetProtocolsListCommand.js.map +0 -1
- package/dist/cjs/commands/GetViolationDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppsListsCommand.js.map +0 -1
- package/dist/cjs/commands/ListComplianceStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ListMemberAccountsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListProtocolsListsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutAppsListCommand.js.map +0 -1
- package/dist/cjs/commands/PutNotificationChannelCommand.js.map +0 -1
- package/dist/cjs/commands/PutPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutProtocolsListCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAppsListsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListComplianceStatusPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMemberAccountsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProtocolsListsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/FMS.js.map +0 -1
- package/dist/es/FMSClient.js.map +0 -1
- package/dist/es/commands/AssociateAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppsListCommand.js.map +0 -1
- package/dist/es/commands/DeleteNotificationChannelCommand.js.map +0 -1
- package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteProtocolsListCommand.js.map +0 -1
- package/dist/es/commands/DisassociateAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAppsListCommand.js.map +0 -1
- package/dist/es/commands/GetComplianceDetailCommand.js +0 -88
- package/dist/es/commands/GetComplianceDetailCommand.js.map +0 -1
- package/dist/es/commands/GetNotificationChannelCommand.js.map +0 -1
- package/dist/es/commands/GetPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetProtectionStatusCommand.js.map +0 -1
- package/dist/es/commands/GetProtocolsListCommand.js.map +0 -1
- package/dist/es/commands/GetViolationDetailsCommand.js.map +0 -1
- package/dist/es/commands/ListAppsListsCommand.js.map +0 -1
- package/dist/es/commands/ListComplianceStatusCommand.js.map +0 -1
- package/dist/es/commands/ListMemberAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListProtocolsListsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutAppsListCommand.js.map +0 -1
- package/dist/es/commands/PutNotificationChannelCommand.js.map +0 -1
- package/dist/es/commands/PutPolicyCommand.js +0 -97
- package/dist/es/commands/PutPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutProtocolsListCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -36
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAppsListsPaginator.js.map +0 -1
- package/dist/es/pagination/ListComplianceStatusPaginator.js.map +0 -1
- package/dist/es/pagination/ListMemberAccountsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/ListProtocolsListsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -161
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3424
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAppsListsPaginator.ts +0 -58
- package/pagination/ListComplianceStatusPaginator.ts +0 -58
- package/pagination/ListMemberAccountsPaginator.ts +0 -58
- package/pagination/ListPoliciesPaginator.ts +0 -58
- package/pagination/ListProtocolsListsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -4651
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
12
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
13
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
25
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
43
|
+
|
|
44
|
+
**Note:** Version bump only for package @aws-sdk/client-fms
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
51
|
|
|
8
52
|
**Note:** Version bump only for package @aws-sdk/client-fms
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FMS = void 0;
|
|
4
|
-
const FMSClient_1 = require("./FMSClient");
|
|
5
4
|
const AssociateAdminAccountCommand_1 = require("./commands/AssociateAdminAccountCommand");
|
|
6
5
|
const DeleteAppsListCommand_1 = require("./commands/DeleteAppsListCommand");
|
|
7
6
|
const DeleteNotificationChannelCommand_1 = require("./commands/DeleteNotificationChannelCommand");
|
|
@@ -28,6 +27,7 @@ const PutPolicyCommand_1 = require("./commands/PutPolicyCommand");
|
|
|
28
27
|
const PutProtocolsListCommand_1 = require("./commands/PutProtocolsListCommand");
|
|
29
28
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
30
29
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
30
|
+
const FMSClient_1 = require("./FMSClient");
|
|
31
31
|
/**
|
|
32
32
|
* <p>This is the <i>Firewall Manager API Reference</i>. This guide is for
|
|
33
33
|
* developers who need detailed information about the Firewall Manager API actions, data
|
|
@@ -404,4 +404,3 @@ class FMS extends FMSClient_1.FMSClient {
|
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
406
|
exports.FMS = FMS;
|
|
407
|
-
//# sourceMappingURL=FMS.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FMSClient = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <p>This is the <i>Firewall Manager API Reference</i>. This guide is for
|
|
15
15
|
* developers who need detailed information about the Firewall Manager API actions, data
|
|
@@ -21,13 +21,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
21
21
|
*/
|
|
22
22
|
class FMSClient extends smithy_client_1.Client {
|
|
23
23
|
constructor(configuration) {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
25
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
26
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
27
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
28
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
29
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
30
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
31
31
|
super(_config_6);
|
|
32
32
|
this.config = _config_6;
|
|
33
33
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -47,4 +47,3 @@ class FMSClient extends smithy_client_1.Client {
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
exports.FMSClient = FMSClient;
|
|
50
|
-
//# sourceMappingURL=FMSClient.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateAdminAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Sets the Firewall Manager administrator account. The account must be
|
|
10
10
|
* a member of the organization in Organizations whose resources you want to protect.
|
|
@@ -61,4 +61,3 @@ class AssociateAdminAccountCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.AssociateAdminAccountCommand = AssociateAdminAccountCommand;
|
|
64
|
-
//# sourceMappingURL=AssociateAdminAccountCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteAppsListCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Permanently deletes an Firewall Manager applications list.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteAppsListCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteAppsListCommand = DeleteAppsListCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteAppsListCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteNotificationChannelCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes an Firewall Manager association with the IAM role and the Amazon Simple
|
|
10
10
|
* Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.</p>
|
|
@@ -59,4 +59,3 @@ class DeleteNotificationChannelCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeleteNotificationChannelCommand = DeleteNotificationChannelCommand;
|
|
62
|
-
//# sourceMappingURL=DeleteNotificationChannelCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeletePolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Permanently deletes an Firewall Manager policy. </p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeletePolicyCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeletePolicyCommand = DeletePolicyCommand;
|
|
61
|
-
//# sourceMappingURL=DeletePolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteProtocolsListCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Permanently deletes an Firewall Manager protocols list.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteProtocolsListCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteProtocolsListCommand = DeleteProtocolsListCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteProtocolsListCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateAdminAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Disassociates the account that has been set as the Firewall Manager administrator
|
|
10
10
|
* account. To set a different account as the administrator account, you must submit an
|
|
@@ -60,4 +60,3 @@ class DisassociateAdminAccountCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.DisassociateAdminAccountCommand = DisassociateAdminAccountCommand;
|
|
63
|
-
//# sourceMappingURL=DisassociateAdminAccountCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetAdminAccountCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the Organizations account that is associated with Firewall Manager
|
|
10
10
|
* as the Firewall Manager administrator.</p>
|
|
@@ -59,4 +59,3 @@ class GetAdminAccountCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.GetAdminAccountCommand = GetAdminAccountCommand;
|
|
62
|
-
//# sourceMappingURL=GetAdminAccountCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetAppsListCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns information about the specified Firewall Manager applications list.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetAppsListCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetAppsListCommand = GetAppsListCommand;
|
|
61
|
-
//# sourceMappingURL=GetAppsListCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetComplianceDetailCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns detailed compliance information about the specified member account. Details
|
|
10
10
|
* include resources that are in and out of compliance with the specified policy. </p>
|
|
@@ -81,4 +81,3 @@ class GetComplianceDetailCommand extends smithy_client_1.Command {
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
exports.GetComplianceDetailCommand = GetComplianceDetailCommand;
|
|
84
|
-
//# sourceMappingURL=GetComplianceDetailCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetNotificationChannelCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Information
|
|
10
10
|
* about the Amazon Simple Notification Service (SNS) topic that is used to
|
|
@@ -60,4 +60,3 @@ class GetNotificationChannelCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.GetNotificationChannelCommand = GetNotificationChannelCommand;
|
|
63
|
-
//# sourceMappingURL=GetNotificationChannelCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns information about the specified Firewall Manager policy.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetPolicyCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetPolicyCommand = GetPolicyCommand;
|
|
61
|
-
//# sourceMappingURL=GetPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetProtectionStatusCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>If you created a Shield Advanced policy, returns policy-level attack summary information
|
|
10
10
|
* in the event of a potential DDoS attack. Other policy types are currently unsupported.</p>
|
|
@@ -59,4 +59,3 @@ class GetProtectionStatusCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.GetProtectionStatusCommand = GetProtectionStatusCommand;
|
|
62
|
-
//# sourceMappingURL=GetProtectionStatusCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetProtocolsListCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns information about the specified Firewall Manager protocols list.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetProtocolsListCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetProtocolsListCommand = GetProtocolsListCommand;
|
|
61
|
-
//# sourceMappingURL=GetProtocolsListCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetViolationDetailsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetViolationDetailsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetViolationDetailsCommand = GetViolationDetailsCommand;
|
|
61
|
-
//# sourceMappingURL=GetViolationDetailsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAppsListsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns an array of <code>AppsListDataSummary</code> objects.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListAppsListsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListAppsListsCommand = ListAppsListsCommand;
|
|
61
|
-
//# sourceMappingURL=ListAppsListsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListComplianceStatusCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns an array of <code>PolicyComplianceStatus</code> objects. Use
|
|
10
10
|
* <code>PolicyComplianceStatus</code> to get a summary of which member accounts are protected
|
|
@@ -60,4 +60,3 @@ class ListComplianceStatusCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.ListComplianceStatusCommand = ListComplianceStatusCommand;
|
|
63
|
-
//# sourceMappingURL=ListComplianceStatusCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListMemberAccountsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns a <code>MemberAccounts</code> object that lists the member accounts in the
|
|
10
10
|
* administrator's Amazon Web Services organization.</p>
|
|
@@ -61,4 +61,3 @@ class ListMemberAccountsCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.ListMemberAccountsCommand = ListMemberAccountsCommand;
|
|
64
|
-
//# sourceMappingURL=ListMemberAccountsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListPoliciesCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns an array of <code>PolicySummary</code> objects.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListPoliciesCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListPoliciesCommand = ListPoliciesCommand;
|
|
61
|
-
//# sourceMappingURL=ListPoliciesCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListProtocolsListsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns an array of <code>ProtocolsListDataSummary</code> objects.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListProtocolsListsCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListProtocolsListsCommand = ListProtocolsListsCommand;
|
|
61
|
-
//# sourceMappingURL=ListProtocolsListsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListTagsForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the list of tags for the specified Amazon Web Services resource. </p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutAppsListCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an Firewall Manager applications list.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class PutAppsListCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.PutAppsListCommand = PutAppsListCommand;
|
|
61
|
-
//# sourceMappingURL=PutAppsListCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutNotificationChannelCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Designates the IAM role and Amazon Simple Notification Service (SNS) topic that
|
|
10
10
|
* Firewall Manager uses to record SNS logs.</p>
|
|
@@ -62,4 +62,3 @@ class PutNotificationChannelCommand extends smithy_client_1.Command {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
exports.PutNotificationChannelCommand = PutNotificationChannelCommand;
|
|
65
|
-
//# sourceMappingURL=PutNotificationChannelCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an Firewall Manager policy.</p>
|
|
10
10
|
* <p>Firewall Manager provides the following types of policies: </p>
|
|
@@ -90,4 +90,3 @@ class PutPolicyCommand extends smithy_client_1.Command {
|
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
exports.PutPolicyCommand = PutPolicyCommand;
|
|
93
|
-
//# sourceMappingURL=PutPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PutProtocolsListCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an Firewall Manager protocols list.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class PutProtocolsListCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.PutProtocolsListCommand = PutProtocolsListCommand;
|
|
61
|
-
//# sourceMappingURL=PutProtocolsListCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Adds one or more tags to an Amazon Web Services resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.TagResourceCommand = TagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Removes one or more tags from an Amazon Web Services resource.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -36,4 +36,3 @@ tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
|
|
|
36
36
|
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
37
37
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
38
38
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
39
|
-
//# sourceMappingURL=index.js.map
|