@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,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListAppsLists = void 0;
|
|
4
|
+
const ListAppsListsCommand_1 = require("../commands/ListAppsListsCommand");
|
|
4
5
|
const FMS_1 = require("../FMS");
|
|
5
6
|
const FMSClient_1 = require("../FMSClient");
|
|
6
|
-
const ListAppsListsCommand_1 = require("../commands/ListAppsListsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListAppsListsCommand_1.ListAppsListsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listAppsLists(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListAppsLists(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListAppsLists(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListAppsLists = paginateListAppsLists;
|
|
46
|
-
//# sourceMappingURL=ListAppsListsPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListComplianceStatus = void 0;
|
|
4
|
+
const ListComplianceStatusCommand_1 = require("../commands/ListComplianceStatusCommand");
|
|
4
5
|
const FMS_1 = require("../FMS");
|
|
5
6
|
const FMSClient_1 = require("../FMSClient");
|
|
6
|
-
const ListComplianceStatusCommand_1 = require("../commands/ListComplianceStatusCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListComplianceStatusCommand_1.ListComplianceStatusCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listComplianceStatus(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListComplianceStatus(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListComplianceStatus(config, input, ...additionalArgumen
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListComplianceStatus = paginateListComplianceStatus;
|
|
46
|
-
//# sourceMappingURL=ListComplianceStatusPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListMemberAccounts = void 0;
|
|
4
|
+
const ListMemberAccountsCommand_1 = require("../commands/ListMemberAccountsCommand");
|
|
4
5
|
const FMS_1 = require("../FMS");
|
|
5
6
|
const FMSClient_1 = require("../FMSClient");
|
|
6
|
-
const ListMemberAccountsCommand_1 = require("../commands/ListMemberAccountsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListMemberAccountsCommand_1.ListMemberAccountsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listMemberAccounts(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListMemberAccounts(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListMemberAccounts(config, input, ...additionalArguments
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListMemberAccounts = paginateListMemberAccounts;
|
|
46
|
-
//# sourceMappingURL=ListMemberAccountsPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListPolicies = void 0;
|
|
4
|
+
const ListPoliciesCommand_1 = require("../commands/ListPoliciesCommand");
|
|
4
5
|
const FMS_1 = require("../FMS");
|
|
5
6
|
const FMSClient_1 = require("../FMSClient");
|
|
6
|
-
const ListPoliciesCommand_1 = require("../commands/ListPoliciesCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListPoliciesCommand_1.ListPoliciesCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listPolicies(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListPolicies(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListPolicies(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListPolicies = paginateListPolicies;
|
|
46
|
-
//# sourceMappingURL=ListPoliciesPaginator.js.map
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListProtocolsLists = void 0;
|
|
4
|
+
const ListProtocolsListsCommand_1 = require("../commands/ListProtocolsListsCommand");
|
|
4
5
|
const FMS_1 = require("../FMS");
|
|
5
6
|
const FMSClient_1 = require("../FMSClient");
|
|
6
|
-
const ListProtocolsListsCommand_1 = require("../commands/ListProtocolsListsCommand");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListProtocolsListsCommand_1.ListProtocolsListsCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listProtocolsLists(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListProtocolsLists(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListProtocolsLists(config, input, ...additionalArguments
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListProtocolsLists = paginateListProtocolsLists;
|
|
46
|
-
//# sourceMappingURL=ListProtocolsListsPaginator.js.map
|
|
@@ -3610,14 +3610,12 @@ const deserializeMetadata = (output) => {
|
|
|
3610
3610
|
cfId: output.headers["x-amz-cf-id"],
|
|
3611
3611
|
});
|
|
3612
3612
|
};
|
|
3613
|
-
// Collect low-level response body stream to Uint8Array.
|
|
3614
3613
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
3615
3614
|
if (streamBody instanceof Uint8Array) {
|
|
3616
3615
|
return Promise.resolve(streamBody);
|
|
3617
3616
|
}
|
|
3618
3617
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
3619
3618
|
};
|
|
3620
|
-
// Encode Uint8Array data into string with utf-8.
|
|
3621
3619
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
3622
3620
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
3623
3621
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -3643,9 +3641,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
3643
3641
|
}
|
|
3644
3642
|
return {};
|
|
3645
3643
|
});
|
|
3646
|
-
/**
|
|
3647
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
3648
|
-
*/
|
|
3649
3644
|
const loadRestJsonErrorCode = (output, data) => {
|
|
3650
3645
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
3651
3646
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -3670,4 +3665,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
3670
3665
|
}
|
|
3671
3666
|
return "";
|
|
3672
3667
|
};
|
|
3673
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
12
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
13
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
14
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
15
|
-
/**
|
|
16
|
-
* @internal
|
|
17
|
-
*/
|
|
18
15
|
const getRuntimeConfig = (config) => {
|
|
19
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
20
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
35
|
};
|
|
39
36
|
};
|
|
40
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
const package_json_1 = tslib_1.__importDefault(require("
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
18
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
19
|
const getRuntimeConfig = (config) => {
|
|
23
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
24
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
40
|
};
|
|
44
41
|
};
|
|
45
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
6
|
-
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { FMSClient } from "./FMSClient";
|
|
3
2
|
import { AssociateAdminAccountCommand, } from "./commands/AssociateAdminAccountCommand";
|
|
4
3
|
import { DeleteAppsListCommand, } from "./commands/DeleteAppsListCommand";
|
|
5
4
|
import { DeleteNotificationChannelCommand, } from "./commands/DeleteNotificationChannelCommand";
|
|
@@ -26,6 +25,7 @@ import { PutPolicyCommand } from "./commands/PutPolicyCommand";
|
|
|
26
25
|
import { PutProtocolsListCommand, } from "./commands/PutProtocolsListCommand";
|
|
27
26
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
28
27
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
28
|
+
import { FMSClient } from "./FMSClient";
|
|
29
29
|
var FMS = (function (_super) {
|
|
30
30
|
__extends(FMS, _super);
|
|
31
31
|
function FMS() {
|
|
@@ -398,4 +398,3 @@ var FMS = (function (_super) {
|
|
|
398
398
|
return FMS;
|
|
399
399
|
}(FMSClient));
|
|
400
400
|
export { FMS };
|
|
401
|
-
//# sourceMappingURL=FMS.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
11
|
var FMSClient = (function (_super) {
|
|
12
12
|
__extends(FMSClient, _super);
|
|
13
13
|
function FMSClient(configuration) {
|
|
@@ -35,4 +35,3 @@ var FMSClient = (function (_super) {
|
|
|
35
35
|
return FMSClient;
|
|
36
36
|
}(__Client));
|
|
37
37
|
export { FMSClient };
|
|
38
|
-
//# sourceMappingURL=FMSClient.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AssociateAdminAccountRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1AssociateAdminAccountCommand, serializeAws_json1_1AssociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { AssociateAdminAccountRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1AssociateAdminAccountCommand, serializeAws_json1_1AssociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var AssociateAdminAccountCommand = (function (_super) {
|
|
7
7
|
__extends(AssociateAdminAccountCommand, _super);
|
|
8
8
|
function AssociateAdminAccountCommand(input) {
|
|
@@ -37,4 +37,3 @@ var AssociateAdminAccountCommand = (function (_super) {
|
|
|
37
37
|
return AssociateAdminAccountCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { AssociateAdminAccountCommand };
|
|
40
|
-
//# sourceMappingURL=AssociateAdminAccountCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteAppsListRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteAppsListCommand, serializeAws_json1_1DeleteAppsListCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteAppsListRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteAppsListCommand, serializeAws_json1_1DeleteAppsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteAppsListCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteAppsListCommand, _super);
|
|
8
8
|
function DeleteAppsListCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteAppsListCommand = (function (_super) {
|
|
|
37
37
|
return DeleteAppsListCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteAppsListCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteAppsListCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteNotificationChannelRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteNotificationChannelCommand, serializeAws_json1_1DeleteNotificationChannelCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteNotificationChannelRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteNotificationChannelCommand, serializeAws_json1_1DeleteNotificationChannelCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteNotificationChannelCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteNotificationChannelCommand, _super);
|
|
8
8
|
function DeleteNotificationChannelCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteNotificationChannelCommand = (function (_super) {
|
|
|
37
37
|
return DeleteNotificationChannelCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteNotificationChannelCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteNotificationChannelCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeletePolicyRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeletePolicyCommand, serializeAws_json1_1DeletePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeletePolicyRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeletePolicyCommand, serializeAws_json1_1DeletePolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeletePolicyCommand = (function (_super) {
|
|
7
7
|
__extends(DeletePolicyCommand, _super);
|
|
8
8
|
function DeletePolicyCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeletePolicyCommand = (function (_super) {
|
|
|
37
37
|
return DeletePolicyCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeletePolicyCommand };
|
|
40
|
-
//# sourceMappingURL=DeletePolicyCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DeleteProtocolsListRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DeleteProtocolsListCommand, serializeAws_json1_1DeleteProtocolsListCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteProtocolsListRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DeleteProtocolsListCommand, serializeAws_json1_1DeleteProtocolsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DeleteProtocolsListCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteProtocolsListCommand, _super);
|
|
8
8
|
function DeleteProtocolsListCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DeleteProtocolsListCommand = (function (_super) {
|
|
|
37
37
|
return DeleteProtocolsListCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DeleteProtocolsListCommand };
|
|
40
|
-
//# sourceMappingURL=DeleteProtocolsListCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DisassociateAdminAccountRequest } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DisassociateAdminAccountCommand, serializeAws_json1_1DisassociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DisassociateAdminAccountRequest } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DisassociateAdminAccountCommand, serializeAws_json1_1DisassociateAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DisassociateAdminAccountCommand = (function (_super) {
|
|
7
7
|
__extends(DisassociateAdminAccountCommand, _super);
|
|
8
8
|
function DisassociateAdminAccountCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DisassociateAdminAccountCommand = (function (_super) {
|
|
|
37
37
|
return DisassociateAdminAccountCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DisassociateAdminAccountCommand };
|
|
40
|
-
//# sourceMappingURL=DisassociateAdminAccountCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetAdminAccountCommand, serializeAws_json1_1GetAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetAdminAccountCommand, serializeAws_json1_1GetAdminAccountCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAdminAccountCommand = (function (_super) {
|
|
7
7
|
__extends(GetAdminAccountCommand, _super);
|
|
8
8
|
function GetAdminAccountCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetAdminAccountCommand = (function (_super) {
|
|
|
37
37
|
return GetAdminAccountCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetAdminAccountCommand };
|
|
40
|
-
//# sourceMappingURL=GetAdminAccountCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetAppsListCommand, serializeAws_json1_1GetAppsListCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetAppsListCommand, serializeAws_json1_1GetAppsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetAppsListCommand = (function (_super) {
|
|
7
7
|
__extends(GetAppsListCommand, _super);
|
|
8
8
|
function GetAppsListCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetAppsListCommand = (function (_super) {
|
|
|
37
37
|
return GetAppsListCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetAppsListCommand };
|
|
40
|
-
//# sourceMappingURL=GetAppsListCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetComplianceDetailCommand, serializeAws_json1_1GetComplianceDetailCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetComplianceDetailCommand, serializeAws_json1_1GetComplianceDetailCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetComplianceDetailCommand = (function (_super) {
|
|
7
7
|
__extends(GetComplianceDetailCommand, _super);
|
|
8
8
|
function GetComplianceDetailCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetComplianceDetailCommand = (function (_super) {
|
|
|
37
37
|
return GetComplianceDetailCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetComplianceDetailCommand };
|
|
40
|
-
//# sourceMappingURL=GetComplianceDetailCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetNotificationChannelCommand, serializeAws_json1_1GetNotificationChannelCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetNotificationChannelCommand, serializeAws_json1_1GetNotificationChannelCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetNotificationChannelCommand = (function (_super) {
|
|
7
7
|
__extends(GetNotificationChannelCommand, _super);
|
|
8
8
|
function GetNotificationChannelCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetNotificationChannelCommand = (function (_super) {
|
|
|
37
37
|
return GetNotificationChannelCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetNotificationChannelCommand };
|
|
40
|
-
//# sourceMappingURL=GetNotificationChannelCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetPolicyCommand, serializeAws_json1_1GetPolicyCommand } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetPolicyCommand, serializeAws_json1_1GetPolicyCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(GetPolicyCommand, _super);
|
|
8
8
|
function GetPolicyCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetPolicyCommand = (function (_super) {
|
|
|
37
37
|
return GetPolicyCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetPolicyCommand };
|
|
40
|
-
//# sourceMappingURL=GetPolicyCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetProtectionStatusCommand, serializeAws_json1_1GetProtectionStatusCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetProtectionStatusCommand, serializeAws_json1_1GetProtectionStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetProtectionStatusCommand = (function (_super) {
|
|
7
7
|
__extends(GetProtectionStatusCommand, _super);
|
|
8
8
|
function GetProtectionStatusCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetProtectionStatusCommand = (function (_super) {
|
|
|
37
37
|
return GetProtectionStatusCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetProtectionStatusCommand };
|
|
40
|
-
//# sourceMappingURL=GetProtectionStatusCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetProtocolsListCommand, serializeAws_json1_1GetProtocolsListCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetProtocolsListCommand, serializeAws_json1_1GetProtocolsListCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetProtocolsListCommand = (function (_super) {
|
|
7
7
|
__extends(GetProtocolsListCommand, _super);
|
|
8
8
|
function GetProtocolsListCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetProtocolsListCommand = (function (_super) {
|
|
|
37
37
|
return GetProtocolsListCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetProtocolsListCommand };
|
|
40
|
-
//# sourceMappingURL=GetProtocolsListCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1GetViolationDetailsCommand, serializeAws_json1_1GetViolationDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1GetViolationDetailsCommand, serializeAws_json1_1GetViolationDetailsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var GetViolationDetailsCommand = (function (_super) {
|
|
7
7
|
__extends(GetViolationDetailsCommand, _super);
|
|
8
8
|
function GetViolationDetailsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var GetViolationDetailsCommand = (function (_super) {
|
|
|
37
37
|
return GetViolationDetailsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { GetViolationDetailsCommand };
|
|
40
|
-
//# sourceMappingURL=GetViolationDetailsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListAppsListsRequest, ListAppsListsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListAppsListsCommand, serializeAws_json1_1ListAppsListsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListAppsListsRequest, ListAppsListsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListAppsListsCommand, serializeAws_json1_1ListAppsListsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAppsListsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAppsListsCommand, _super);
|
|
8
8
|
function ListAppsListsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListAppsListsCommand = (function (_super) {
|
|
|
37
37
|
return ListAppsListsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListAppsListsCommand };
|
|
40
|
-
//# sourceMappingURL=ListAppsListsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListComplianceStatusRequest, ListComplianceStatusResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListComplianceStatusCommand, serializeAws_json1_1ListComplianceStatusCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListComplianceStatusRequest, ListComplianceStatusResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListComplianceStatusCommand, serializeAws_json1_1ListComplianceStatusCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListComplianceStatusCommand = (function (_super) {
|
|
7
7
|
__extends(ListComplianceStatusCommand, _super);
|
|
8
8
|
function ListComplianceStatusCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListComplianceStatusCommand = (function (_super) {
|
|
|
37
37
|
return ListComplianceStatusCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListComplianceStatusCommand };
|
|
40
|
-
//# sourceMappingURL=ListComplianceStatusCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListMemberAccountsCommand, serializeAws_json1_1ListMemberAccountsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListMemberAccountsCommand, serializeAws_json1_1ListMemberAccountsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListMemberAccountsCommand = (function (_super) {
|
|
7
7
|
__extends(ListMemberAccountsCommand, _super);
|
|
8
8
|
function ListMemberAccountsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListMemberAccountsCommand = (function (_super) {
|
|
|
37
37
|
return ListMemberAccountsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListMemberAccountsCommand };
|
|
40
|
-
//# sourceMappingURL=ListMemberAccountsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListPoliciesCommand, serializeAws_json1_1ListPoliciesCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListPoliciesCommand, serializeAws_json1_1ListPoliciesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(ListPoliciesCommand, _super);
|
|
8
8
|
function ListPoliciesCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListPoliciesCommand = (function (_super) {
|
|
|
37
37
|
return ListPoliciesCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListPoliciesCommand };
|
|
40
|
-
//# sourceMappingURL=ListPoliciesCommand.js.map
|