@aws-sdk/client-fms 3.34.0 → 3.37.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 +47 -0
- package/{dist/cjs → dist-cjs}/FMS.js +1 -11
- package/dist-cjs/FMSClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AssociateAdminAccountCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeleteAppsListCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteNotificationChannelCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeletePolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteProtocolsListCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DisassociateAdminAccountCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetAdminAccountCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetAppsListCommand.js +2 -27
- package/dist-cjs/commands/GetComplianceDetailCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetNotificationChannelCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/GetPolicyCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetProtectionStatusCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/GetProtocolsListCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetViolationDetailsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListAppsListsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListComplianceStatusCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/ListMemberAccountsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListPoliciesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListProtocolsListsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutAppsListCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/PutNotificationChannelCommand.js +2 -31
- package/dist-cjs/commands/PutPolicyCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/PutProtocolsListCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- 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 -310
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAppsListsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListComplianceStatusPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListMemberAccountsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListPoliciesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListProtocolsListsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/FMS.js +1 -2
- package/{dist/es → dist-es}/FMSClient.js +1 -2
- package/{dist/es → dist-es}/commands/AssociateAdminAccountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteAppsListCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteNotificationChannelCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeletePolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteProtocolsListCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DisassociateAdminAccountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetAdminAccountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetAppsListCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetComplianceDetailCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetNotificationChannelCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetProtectionStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetProtocolsListCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetViolationDetailsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAppsListsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListComplianceStatusCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListMemberAccountsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListPoliciesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListProtocolsListsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutAppsListCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutNotificationChannelCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutPolicyCommand.js +2 -3
- package/{dist/es → dist-es}/commands/PutProtocolsListCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- 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 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAppsListsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListComplianceStatusPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListMemberAccountsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListPoliciesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListProtocolsListsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- 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 +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/FMS.d.ts +29 -163
- package/{dist/types → dist-types}/ts3.4/FMSClient.d.ts +32 -103
- package/dist-types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAppsListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAdminAccountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAppsListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetComplianceDetailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNotificationChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetProtectionStatusCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetProtocolsListCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/GetViolationDetailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAppsListsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListComplianceStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListProtocolsListsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/PutAppsListCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutNotificationChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/PutProtocolsListCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- 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/ts3.4/models/models_0.d.ts +1456 -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 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- 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 +0 -50
- 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 +0 -84
- 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 +0 -93
- 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.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.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/dist/types/ts3.4/commands/AssociateAdminAccountCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteAppsListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteProtocolsListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetAdminAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetAppsListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetComplianceDetailCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/GetNotificationChannelCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetPolicyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetProtectionStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetViolationDetailsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAppsListsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListComplianceStatusCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListMemberAccountsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPoliciesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutAppsListCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutNotificationChannelCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/PutPolicyCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2777
- 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 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
2
|
-
import { DeletePolicyRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DeletePolicyCommand,
|
|
5
|
-
serializeAws_json1_1DeletePolicyCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
|
|
21
|
-
export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Permanently deletes an Firewall Manager policy. </p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { FMSClient, DeletePolicyCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
29
|
-
* // const { FMSClient, DeletePolicyCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
30
|
-
* const client = new FMSClient(config);
|
|
31
|
-
* const command = new DeletePolicyCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link DeletePolicyCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link DeletePolicyCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class DeletePolicyCommand extends $Command<
|
|
41
|
-
DeletePolicyCommandInput,
|
|
42
|
-
DeletePolicyCommandOutput,
|
|
43
|
-
FMSClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: DeletePolicyCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: FMSClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "FMSClient";
|
|
68
|
-
const commandName = "DeletePolicyCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: DeletePolicyRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: (output: any) => output,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: DeletePolicyCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_json1_1DeletePolicyCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeletePolicyCommandOutput> {
|
|
89
|
-
return deserializeAws_json1_1DeletePolicyCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
2
|
-
import { DeleteProtocolsListRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DeleteProtocolsListCommand,
|
|
5
|
-
serializeAws_json1_1DeleteProtocolsListCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DeleteProtocolsListCommandInput extends DeleteProtocolsListRequest {}
|
|
21
|
-
export interface DeleteProtocolsListCommandOutput extends __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Permanently deletes an Firewall Manager protocols list.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { FMSClient, DeleteProtocolsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
29
|
-
* // const { FMSClient, DeleteProtocolsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
30
|
-
* const client = new FMSClient(config);
|
|
31
|
-
* const command = new DeleteProtocolsListCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link DeleteProtocolsListCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link DeleteProtocolsListCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class DeleteProtocolsListCommand extends $Command<
|
|
41
|
-
DeleteProtocolsListCommandInput,
|
|
42
|
-
DeleteProtocolsListCommandOutput,
|
|
43
|
-
FMSClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: DeleteProtocolsListCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: FMSClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "FMSClient";
|
|
68
|
-
const commandName = "DeleteProtocolsListCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: DeleteProtocolsListRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: (output: any) => output,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: DeleteProtocolsListCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_json1_1DeleteProtocolsListCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteProtocolsListCommandOutput> {
|
|
89
|
-
return deserializeAws_json1_1DeleteProtocolsListCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
2
|
-
import { DisassociateAdminAccountRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DisassociateAdminAccountCommand,
|
|
5
|
-
serializeAws_json1_1DisassociateAdminAccountCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DisassociateAdminAccountCommandInput extends DisassociateAdminAccountRequest {}
|
|
21
|
-
export interface DisassociateAdminAccountCommandOutput extends __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Disassociates the account that has been set as the Firewall Manager administrator
|
|
25
|
-
* account. To set a different account as the administrator account, you must submit an
|
|
26
|
-
* <code>AssociateAdminAccount</code> request.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { FMSClient, DisassociateAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
31
|
-
* // const { FMSClient, DisassociateAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
32
|
-
* const client = new FMSClient(config);
|
|
33
|
-
* const command = new DisassociateAdminAccountCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link DisassociateAdminAccountCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link DisassociateAdminAccountCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class DisassociateAdminAccountCommand extends $Command<
|
|
43
|
-
DisassociateAdminAccountCommandInput,
|
|
44
|
-
DisassociateAdminAccountCommandOutput,
|
|
45
|
-
FMSClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: DisassociateAdminAccountCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: FMSClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "FMSClient";
|
|
70
|
-
const commandName = "DisassociateAdminAccountCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: DisassociateAdminAccountRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: (output: any) => output,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: DisassociateAdminAccountCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_json1_1DisassociateAdminAccountCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DisassociateAdminAccountCommandOutput> {
|
|
91
|
-
return deserializeAws_json1_1DisassociateAdminAccountCommand(output, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// Start section: command_body_extra
|
|
95
|
-
// End section: command_body_extra
|
|
96
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
2
|
-
import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1GetAdminAccountCommand,
|
|
5
|
-
serializeAws_json1_1GetAdminAccountCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetAdminAccountCommandInput extends GetAdminAccountRequest {}
|
|
21
|
-
export interface GetAdminAccountCommandOutput extends GetAdminAccountResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns the Organizations account that is associated with Firewall Manager
|
|
25
|
-
* as the Firewall Manager administrator.</p>
|
|
26
|
-
* @example
|
|
27
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
-
* ```javascript
|
|
29
|
-
* import { FMSClient, GetAdminAccountCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
30
|
-
* // const { FMSClient, GetAdminAccountCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
31
|
-
* const client = new FMSClient(config);
|
|
32
|
-
* const command = new GetAdminAccountCommand(input);
|
|
33
|
-
* const response = await client.send(command);
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* @see {@link GetAdminAccountCommandInput} for command's `input` shape.
|
|
37
|
-
* @see {@link GetAdminAccountCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
-
*
|
|
40
|
-
*/
|
|
41
|
-
export class GetAdminAccountCommand extends $Command<
|
|
42
|
-
GetAdminAccountCommandInput,
|
|
43
|
-
GetAdminAccountCommandOutput,
|
|
44
|
-
FMSClientResolvedConfig
|
|
45
|
-
> {
|
|
46
|
-
// Start section: command_properties
|
|
47
|
-
// End section: command_properties
|
|
48
|
-
|
|
49
|
-
constructor(readonly input: GetAdminAccountCommandInput) {
|
|
50
|
-
// Start section: command_constructor
|
|
51
|
-
super();
|
|
52
|
-
// End section: command_constructor
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
resolveMiddleware(
|
|
59
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
-
configuration: FMSClientResolvedConfig,
|
|
61
|
-
options?: __HttpHandlerOptions
|
|
62
|
-
): Handler<GetAdminAccountCommandInput, GetAdminAccountCommandOutput> {
|
|
63
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
-
|
|
65
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
-
|
|
67
|
-
const { logger } = configuration;
|
|
68
|
-
const clientName = "FMSClient";
|
|
69
|
-
const commandName = "GetAdminAccountCommand";
|
|
70
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
-
logger,
|
|
72
|
-
clientName,
|
|
73
|
-
commandName,
|
|
74
|
-
inputFilterSensitiveLog: GetAdminAccountRequest.filterSensitiveLog,
|
|
75
|
-
outputFilterSensitiveLog: GetAdminAccountResponse.filterSensitiveLog,
|
|
76
|
-
};
|
|
77
|
-
const { requestHandler } = configuration;
|
|
78
|
-
return stack.resolve(
|
|
79
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
-
handlerExecutionContext
|
|
82
|
-
);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
private serialize(input: GetAdminAccountCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
-
return serializeAws_json1_1GetAdminAccountCommand(input, context);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetAdminAccountCommandOutput> {
|
|
90
|
-
return deserializeAws_json1_1GetAdminAccountCommand(output, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// Start section: command_body_extra
|
|
94
|
-
// End section: command_body_extra
|
|
95
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
2
|
-
import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1GetAppsListCommand,
|
|
5
|
-
serializeAws_json1_1GetAppsListCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetAppsListCommandInput extends GetAppsListRequest {}
|
|
21
|
-
export interface GetAppsListCommandOutput extends GetAppsListResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns information about the specified Firewall Manager applications list.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { FMSClient, GetAppsListCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
29
|
-
* // const { FMSClient, GetAppsListCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
30
|
-
* const client = new FMSClient(config);
|
|
31
|
-
* const command = new GetAppsListCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link GetAppsListCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link GetAppsListCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class GetAppsListCommand extends $Command<
|
|
41
|
-
GetAppsListCommandInput,
|
|
42
|
-
GetAppsListCommandOutput,
|
|
43
|
-
FMSClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: GetAppsListCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: FMSClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<GetAppsListCommandInput, GetAppsListCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "FMSClient";
|
|
68
|
-
const commandName = "GetAppsListCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: GetAppsListRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: GetAppsListResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: GetAppsListCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_json1_1GetAppsListCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetAppsListCommandOutput> {
|
|
89
|
-
return deserializeAws_json1_1GetAppsListCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
2
|
-
import { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1GetComplianceDetailCommand,
|
|
5
|
-
serializeAws_json1_1GetComplianceDetailCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetComplianceDetailCommandInput extends GetComplianceDetailRequest {}
|
|
21
|
-
export interface GetComplianceDetailCommandOutput extends GetComplianceDetailResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns detailed compliance information about the specified member account. Details
|
|
25
|
-
* include resources that are in and out of compliance with the specified policy. </p>
|
|
26
|
-
* <ul>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>Resources are
|
|
29
|
-
* considered noncompliant for WAF and Shield Advanced policies if the specified policy has
|
|
30
|
-
* not been applied to them.</p>
|
|
31
|
-
* </li>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>Resources are considered noncompliant for security group policies if
|
|
34
|
-
* they are in scope of the policy, they violate one or more of the policy rules, and remediation
|
|
35
|
-
* is disabled or not possible.</p>
|
|
36
|
-
* </li>
|
|
37
|
-
* <li>
|
|
38
|
-
* <p>Resources are considered noncompliant for Network Firewall policies
|
|
39
|
-
* if a firewall is missing in the VPC, if the firewall endpoint isn't set up in an expected Availability Zone and subnet,
|
|
40
|
-
* if a subnet created by the Firewall Manager doesn't have the expected route table,
|
|
41
|
-
* and for modifications to a firewall policy that violate the Firewall Manager policy's rules.</p>
|
|
42
|
-
* </li>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>Resources are considered noncompliant for DNS Firewall policies
|
|
45
|
-
* if a DNS Firewall rule group is missing from the rule group associations for the VPC. </p>
|
|
46
|
-
* </li>
|
|
47
|
-
* </ul>
|
|
48
|
-
* @example
|
|
49
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
50
|
-
* ```javascript
|
|
51
|
-
* import { FMSClient, GetComplianceDetailCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
52
|
-
* // const { FMSClient, GetComplianceDetailCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
53
|
-
* const client = new FMSClient(config);
|
|
54
|
-
* const command = new GetComplianceDetailCommand(input);
|
|
55
|
-
* const response = await client.send(command);
|
|
56
|
-
* ```
|
|
57
|
-
*
|
|
58
|
-
* @see {@link GetComplianceDetailCommandInput} for command's `input` shape.
|
|
59
|
-
* @see {@link GetComplianceDetailCommandOutput} for command's `response` shape.
|
|
60
|
-
* @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
|
|
61
|
-
*
|
|
62
|
-
*/
|
|
63
|
-
export class GetComplianceDetailCommand extends $Command<
|
|
64
|
-
GetComplianceDetailCommandInput,
|
|
65
|
-
GetComplianceDetailCommandOutput,
|
|
66
|
-
FMSClientResolvedConfig
|
|
67
|
-
> {
|
|
68
|
-
// Start section: command_properties
|
|
69
|
-
// End section: command_properties
|
|
70
|
-
|
|
71
|
-
constructor(readonly input: GetComplianceDetailCommandInput) {
|
|
72
|
-
// Start section: command_constructor
|
|
73
|
-
super();
|
|
74
|
-
// End section: command_constructor
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
resolveMiddleware(
|
|
81
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
82
|
-
configuration: FMSClientResolvedConfig,
|
|
83
|
-
options?: __HttpHandlerOptions
|
|
84
|
-
): Handler<GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput> {
|
|
85
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
86
|
-
|
|
87
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
88
|
-
|
|
89
|
-
const { logger } = configuration;
|
|
90
|
-
const clientName = "FMSClient";
|
|
91
|
-
const commandName = "GetComplianceDetailCommand";
|
|
92
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
93
|
-
logger,
|
|
94
|
-
clientName,
|
|
95
|
-
commandName,
|
|
96
|
-
inputFilterSensitiveLog: GetComplianceDetailRequest.filterSensitiveLog,
|
|
97
|
-
outputFilterSensitiveLog: GetComplianceDetailResponse.filterSensitiveLog,
|
|
98
|
-
};
|
|
99
|
-
const { requestHandler } = configuration;
|
|
100
|
-
return stack.resolve(
|
|
101
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
102
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
103
|
-
handlerExecutionContext
|
|
104
|
-
);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
private serialize(input: GetComplianceDetailCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
108
|
-
return serializeAws_json1_1GetComplianceDetailCommand(input, context);
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetComplianceDetailCommandOutput> {
|
|
112
|
-
return deserializeAws_json1_1GetComplianceDetailCommand(output, context);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// Start section: command_body_extra
|
|
116
|
-
// End section: command_body_extra
|
|
117
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FMSClient";
|
|
2
|
-
import { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1GetNotificationChannelCommand,
|
|
5
|
-
serializeAws_json1_1GetNotificationChannelCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetNotificationChannelCommandInput extends GetNotificationChannelRequest {}
|
|
21
|
-
export interface GetNotificationChannelCommandOutput extends GetNotificationChannelResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Information
|
|
25
|
-
* about the Amazon Simple Notification Service (SNS) topic that is used to
|
|
26
|
-
* record Firewall Manager SNS logs.</p>
|
|
27
|
-
* @example
|
|
28
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
29
|
-
* ```javascript
|
|
30
|
-
* import { FMSClient, GetNotificationChannelCommand } from "@aws-sdk/client-fms"; // ES Modules import
|
|
31
|
-
* // const { FMSClient, GetNotificationChannelCommand } = require("@aws-sdk/client-fms"); // CommonJS import
|
|
32
|
-
* const client = new FMSClient(config);
|
|
33
|
-
* const command = new GetNotificationChannelCommand(input);
|
|
34
|
-
* const response = await client.send(command);
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* @see {@link GetNotificationChannelCommandInput} for command's `input` shape.
|
|
38
|
-
* @see {@link GetNotificationChannelCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link FMSClientResolvedConfig | config} for command's `input` shape.
|
|
40
|
-
*
|
|
41
|
-
*/
|
|
42
|
-
export class GetNotificationChannelCommand extends $Command<
|
|
43
|
-
GetNotificationChannelCommandInput,
|
|
44
|
-
GetNotificationChannelCommandOutput,
|
|
45
|
-
FMSClientResolvedConfig
|
|
46
|
-
> {
|
|
47
|
-
// Start section: command_properties
|
|
48
|
-
// End section: command_properties
|
|
49
|
-
|
|
50
|
-
constructor(readonly input: GetNotificationChannelCommandInput) {
|
|
51
|
-
// Start section: command_constructor
|
|
52
|
-
super();
|
|
53
|
-
// End section: command_constructor
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
59
|
-
resolveMiddleware(
|
|
60
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
61
|
-
configuration: FMSClientResolvedConfig,
|
|
62
|
-
options?: __HttpHandlerOptions
|
|
63
|
-
): Handler<GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput> {
|
|
64
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
65
|
-
|
|
66
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
67
|
-
|
|
68
|
-
const { logger } = configuration;
|
|
69
|
-
const clientName = "FMSClient";
|
|
70
|
-
const commandName = "GetNotificationChannelCommand";
|
|
71
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
72
|
-
logger,
|
|
73
|
-
clientName,
|
|
74
|
-
commandName,
|
|
75
|
-
inputFilterSensitiveLog: GetNotificationChannelRequest.filterSensitiveLog,
|
|
76
|
-
outputFilterSensitiveLog: GetNotificationChannelResponse.filterSensitiveLog,
|
|
77
|
-
};
|
|
78
|
-
const { requestHandler } = configuration;
|
|
79
|
-
return stack.resolve(
|
|
80
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
81
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
82
|
-
handlerExecutionContext
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
private serialize(input: GetNotificationChannelCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
87
|
-
return serializeAws_json1_1GetNotificationChannelCommand(input, context);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetNotificationChannelCommandOutput> {
|
|
91
|
-
return deserializeAws_json1_1GetNotificationChannelCommand(output, context);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// Start section: command_body_extra
|
|
95
|
-
// End section: command_body_extra
|
|
96
|
-
}
|