@aws-sdk/client-fms 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/FMS.js +1 -2
- package/{dist/cjs → dist-cjs}/FMSClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AssociateAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAppsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteNotificationChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeletePolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteProtocolsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAppsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetComplianceDetailCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetNotificationChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetProtectionStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetProtocolsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetViolationDetailsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAppsListsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListComplianceStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListMemberAccountsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListPoliciesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListProtocolsListsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutAppsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutNotificationChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutProtocolsListCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAppsListsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListComplianceStatusPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListMemberAccountsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListPoliciesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListProtocolsListsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/FMS.js +2 -12
- package/{dist/es → dist-es}/FMSClient.js +2 -17
- package/{dist/es → dist-es}/commands/AssociateAdminAccountCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteAppsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteNotificationChannelCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeletePolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteProtocolsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DisassociateAdminAccountCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetAdminAccountCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetAppsListCommand.js +4 -30
- package/dist-es/commands/GetComplianceDetailCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetNotificationChannelCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetProtectionStatusCommand.js +4 -31
- package/{dist/es → dist-es}/commands/GetProtocolsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetViolationDetailsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListAppsListsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListComplianceStatusCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListMemberAccountsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListPoliciesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListProtocolsListsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutAppsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutNotificationChannelCommand.js +4 -34
- package/dist-es/commands/PutPolicyCommand.js +39 -0
- package/{dist/es → dist-es}/commands/PutProtocolsListCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -310
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAppsListsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListComplianceStatusPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListMemberAccountsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListPoliciesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListProtocolsListsPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +570 -576
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/FMS.d.ts +2 -2
- package/{dist/types → dist-types}/FMSClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AssociateAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetComplianceDetailCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetProtectionStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetViolationDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAppsListsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListComplianceStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListMemberAccountsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPoliciesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListProtocolsListsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAppsListsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListComplianceStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListMemberAccountsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListProtocolsListsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/FMS.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/FMSClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AssociateAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeletePolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetComplianceDetailCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetProtectionStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetViolationDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAppsListsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListComplianceStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListMemberAccountsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListPoliciesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListProtocolsListsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutAppsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutNotificationChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutProtocolsListCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAppsListsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListComplianceStatusPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListMemberAccountsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListProtocolsListsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/FMS.ts +0 -993
- package/FMSClient.ts +0 -352
- package/commands/AssociateAdminAccountCommand.ts +0 -97
- package/commands/DeleteAppsListCommand.ts +0 -94
- package/commands/DeleteNotificationChannelCommand.ts +0 -98
- package/commands/DeletePolicyCommand.ts +0 -94
- package/commands/DeleteProtocolsListCommand.ts +0 -94
- package/commands/DisassociateAdminAccountCommand.ts +0 -96
- package/commands/GetAdminAccountCommand.ts +0 -95
- package/commands/GetAppsListCommand.ts +0 -94
- package/commands/GetComplianceDetailCommand.ts +0 -117
- package/commands/GetNotificationChannelCommand.ts +0 -96
- package/commands/GetPolicyCommand.ts +0 -87
- package/commands/GetProtectionStatusCommand.ts +0 -95
- package/commands/GetProtocolsListCommand.ts +0 -94
- package/commands/GetViolationDetailsCommand.ts +0 -94
- package/commands/ListAppsListsCommand.ts +0 -94
- package/commands/ListComplianceStatusCommand.ts +0 -96
- package/commands/ListMemberAccountsCommand.ts +0 -97
- package/commands/ListPoliciesCommand.ts +0 -94
- package/commands/ListProtocolsListsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/PutAppsListCommand.ts +0 -94
- package/commands/PutNotificationChannelCommand.ts +0 -98
- package/commands/PutPolicyCommand.ts +0 -119
- package/commands/PutProtocolsListCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/dist/cjs/FMS.js.map +0 -1
- package/dist/cjs/FMSClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppsListCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNotificationChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProtocolsListCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAppsListCommand.js.map +0 -1
- package/dist/cjs/commands/GetComplianceDetailCommand.js.map +0 -1
- package/dist/cjs/commands/GetNotificationChannelCommand.js.map +0 -1
- package/dist/cjs/commands/GetPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetProtectionStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetProtocolsListCommand.js.map +0 -1
- package/dist/cjs/commands/GetViolationDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppsListsCommand.js.map +0 -1
- package/dist/cjs/commands/ListComplianceStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ListMemberAccountsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListProtocolsListsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/PutAppsListCommand.js.map +0 -1
- package/dist/cjs/commands/PutNotificationChannelCommand.js.map +0 -1
- package/dist/cjs/commands/PutPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutProtocolsListCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAppsListsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListComplianceStatusPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMemberAccountsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPoliciesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProtocolsListsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/FMS.js.map +0 -1
- package/dist/es/FMSClient.js.map +0 -1
- package/dist/es/commands/AssociateAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppsListCommand.js.map +0 -1
- package/dist/es/commands/DeleteNotificationChannelCommand.js.map +0 -1
- package/dist/es/commands/DeletePolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteProtocolsListCommand.js.map +0 -1
- package/dist/es/commands/DisassociateAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAppsListCommand.js.map +0 -1
- package/dist/es/commands/GetComplianceDetailCommand.js +0 -88
- package/dist/es/commands/GetComplianceDetailCommand.js.map +0 -1
- package/dist/es/commands/GetNotificationChannelCommand.js.map +0 -1
- package/dist/es/commands/GetPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetProtectionStatusCommand.js.map +0 -1
- package/dist/es/commands/GetProtocolsListCommand.js.map +0 -1
- package/dist/es/commands/GetViolationDetailsCommand.js.map +0 -1
- package/dist/es/commands/ListAppsListsCommand.js.map +0 -1
- package/dist/es/commands/ListComplianceStatusCommand.js.map +0 -1
- package/dist/es/commands/ListMemberAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListProtocolsListsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/PutAppsListCommand.js.map +0 -1
- package/dist/es/commands/PutNotificationChannelCommand.js.map +0 -1
- package/dist/es/commands/PutPolicyCommand.js +0 -97
- package/dist/es/commands/PutPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutProtocolsListCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -36
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAppsListsPaginator.js.map +0 -1
- package/dist/es/pagination/ListComplianceStatusPaginator.js.map +0 -1
- package/dist/es/pagination/ListMemberAccountsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPoliciesPaginator.js.map +0 -1
- package/dist/es/pagination/ListProtocolsListsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -161
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3424
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAppsListsPaginator.ts +0 -58
- package/pagination/ListComplianceStatusPaginator.ts +0 -58
- package/pagination/ListMemberAccountsPaginator.ts +0 -58
- package/pagination/ListPoliciesPaginator.ts +0 -58
- package/pagination/ListProtocolsListsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -4651
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -9,156 +9,90 @@ export var AccountRoleStatus;
|
|
|
9
9
|
})(AccountRoleStatus || (AccountRoleStatus = {}));
|
|
10
10
|
export var ActionTarget;
|
|
11
11
|
(function (ActionTarget) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
12
|
ActionTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
13
|
})(ActionTarget || (ActionTarget = {}));
|
|
17
14
|
export var App;
|
|
18
15
|
(function (App) {
|
|
19
|
-
/**
|
|
20
|
-
* @internal
|
|
21
|
-
*/
|
|
22
16
|
App.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
23
17
|
})(App || (App = {}));
|
|
24
18
|
export var AppsListData;
|
|
25
19
|
(function (AppsListData) {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
20
|
AppsListData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
21
|
})(AppsListData || (AppsListData = {}));
|
|
31
22
|
export var AppsListDataSummary;
|
|
32
23
|
(function (AppsListDataSummary) {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
24
|
AppsListDataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
25
|
})(AppsListDataSummary || (AppsListDataSummary = {}));
|
|
38
26
|
export var AssociateAdminAccountRequest;
|
|
39
27
|
(function (AssociateAdminAccountRequest) {
|
|
40
|
-
/**
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
43
28
|
AssociateAdminAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
29
|
})(AssociateAdminAccountRequest || (AssociateAdminAccountRequest = {}));
|
|
45
30
|
export var InternalErrorException;
|
|
46
31
|
(function (InternalErrorException) {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
32
|
InternalErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
33
|
})(InternalErrorException || (InternalErrorException = {}));
|
|
52
34
|
export var InvalidInputException;
|
|
53
35
|
(function (InvalidInputException) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
36
|
InvalidInputException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
37
|
})(InvalidInputException || (InvalidInputException = {}));
|
|
59
38
|
export var InvalidOperationException;
|
|
60
39
|
(function (InvalidOperationException) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
40
|
InvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
65
41
|
})(InvalidOperationException || (InvalidOperationException = {}));
|
|
66
42
|
export var LimitExceededException;
|
|
67
43
|
(function (LimitExceededException) {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
44
|
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
45
|
})(LimitExceededException || (LimitExceededException = {}));
|
|
73
46
|
export var ResourceNotFoundException;
|
|
74
47
|
(function (ResourceNotFoundException) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
48
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
49
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
80
50
|
export var AwsEc2NetworkInterfaceViolation;
|
|
81
51
|
(function (AwsEc2NetworkInterfaceViolation) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
52
|
AwsEc2NetworkInterfaceViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
53
|
})(AwsEc2NetworkInterfaceViolation || (AwsEc2NetworkInterfaceViolation = {}));
|
|
87
54
|
export var AwsEc2InstanceViolation;
|
|
88
55
|
(function (AwsEc2InstanceViolation) {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
56
|
AwsEc2InstanceViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
57
|
})(AwsEc2InstanceViolation || (AwsEc2InstanceViolation = {}));
|
|
94
58
|
export var DeleteAppsListRequest;
|
|
95
59
|
(function (DeleteAppsListRequest) {
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
60
|
DeleteAppsListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
61
|
})(DeleteAppsListRequest || (DeleteAppsListRequest = {}));
|
|
101
62
|
export var DeleteNotificationChannelRequest;
|
|
102
63
|
(function (DeleteNotificationChannelRequest) {
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
64
|
DeleteNotificationChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
65
|
})(DeleteNotificationChannelRequest || (DeleteNotificationChannelRequest = {}));
|
|
108
66
|
export var DeletePolicyRequest;
|
|
109
67
|
(function (DeletePolicyRequest) {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
68
|
DeletePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
69
|
})(DeletePolicyRequest || (DeletePolicyRequest = {}));
|
|
115
70
|
export var DeleteProtocolsListRequest;
|
|
116
71
|
(function (DeleteProtocolsListRequest) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
72
|
DeleteProtocolsListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
73
|
})(DeleteProtocolsListRequest || (DeleteProtocolsListRequest = {}));
|
|
122
74
|
export var DisassociateAdminAccountRequest;
|
|
123
75
|
(function (DisassociateAdminAccountRequest) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
76
|
DisassociateAdminAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
77
|
})(DisassociateAdminAccountRequest || (DisassociateAdminAccountRequest = {}));
|
|
129
78
|
export var GetAdminAccountRequest;
|
|
130
79
|
(function (GetAdminAccountRequest) {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
80
|
GetAdminAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
81
|
})(GetAdminAccountRequest || (GetAdminAccountRequest = {}));
|
|
136
82
|
export var GetAdminAccountResponse;
|
|
137
83
|
(function (GetAdminAccountResponse) {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
84
|
GetAdminAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
85
|
})(GetAdminAccountResponse || (GetAdminAccountResponse = {}));
|
|
143
86
|
export var GetAppsListRequest;
|
|
144
87
|
(function (GetAppsListRequest) {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
88
|
GetAppsListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
89
|
})(GetAppsListRequest || (GetAppsListRequest = {}));
|
|
150
90
|
export var GetAppsListResponse;
|
|
151
91
|
(function (GetAppsListResponse) {
|
|
152
|
-
/**
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
92
|
GetAppsListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
93
|
})(GetAppsListResponse || (GetAppsListResponse = {}));
|
|
157
94
|
export var GetComplianceDetailRequest;
|
|
158
95
|
(function (GetComplianceDetailRequest) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
96
|
GetComplianceDetailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
97
|
})(GetComplianceDetailRequest || (GetComplianceDetailRequest = {}));
|
|
164
98
|
export var DependentServiceName;
|
|
@@ -198,44 +132,26 @@ export var ViolationReason;
|
|
|
198
132
|
})(ViolationReason || (ViolationReason = {}));
|
|
199
133
|
export var ComplianceViolator;
|
|
200
134
|
(function (ComplianceViolator) {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
135
|
ComplianceViolator.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
136
|
})(ComplianceViolator || (ComplianceViolator = {}));
|
|
206
137
|
export var PolicyComplianceDetail;
|
|
207
138
|
(function (PolicyComplianceDetail) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
139
|
PolicyComplianceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
140
|
})(PolicyComplianceDetail || (PolicyComplianceDetail = {}));
|
|
213
141
|
export var GetComplianceDetailResponse;
|
|
214
142
|
(function (GetComplianceDetailResponse) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
143
|
GetComplianceDetailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
144
|
})(GetComplianceDetailResponse || (GetComplianceDetailResponse = {}));
|
|
220
145
|
export var GetNotificationChannelRequest;
|
|
221
146
|
(function (GetNotificationChannelRequest) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
147
|
GetNotificationChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
148
|
})(GetNotificationChannelRequest || (GetNotificationChannelRequest = {}));
|
|
227
149
|
export var GetNotificationChannelResponse;
|
|
228
150
|
(function (GetNotificationChannelResponse) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
151
|
GetNotificationChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
152
|
})(GetNotificationChannelResponse || (GetNotificationChannelResponse = {}));
|
|
234
153
|
export var GetPolicyRequest;
|
|
235
154
|
(function (GetPolicyRequest) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
155
|
GetPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
156
|
})(GetPolicyRequest || (GetPolicyRequest = {}));
|
|
241
157
|
export var CustomerPolicyScopeIdType;
|
|
@@ -245,9 +161,6 @@ export var CustomerPolicyScopeIdType;
|
|
|
245
161
|
})(CustomerPolicyScopeIdType || (CustomerPolicyScopeIdType = {}));
|
|
246
162
|
export var ResourceTag;
|
|
247
163
|
(function (ResourceTag) {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
164
|
ResourceTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
165
|
})(ResourceTag || (ResourceTag = {}));
|
|
253
166
|
export var SecurityServiceType;
|
|
@@ -263,86 +176,50 @@ export var SecurityServiceType;
|
|
|
263
176
|
})(SecurityServiceType || (SecurityServiceType = {}));
|
|
264
177
|
export var SecurityServicePolicyData;
|
|
265
178
|
(function (SecurityServicePolicyData) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
179
|
SecurityServicePolicyData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
180
|
})(SecurityServicePolicyData || (SecurityServicePolicyData = {}));
|
|
271
181
|
export var Policy;
|
|
272
182
|
(function (Policy) {
|
|
273
|
-
/**
|
|
274
|
-
* @internal
|
|
275
|
-
*/
|
|
276
183
|
Policy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
184
|
})(Policy || (Policy = {}));
|
|
278
185
|
export var GetPolicyResponse;
|
|
279
186
|
(function (GetPolicyResponse) {
|
|
280
|
-
/**
|
|
281
|
-
* @internal
|
|
282
|
-
*/
|
|
283
187
|
GetPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
188
|
})(GetPolicyResponse || (GetPolicyResponse = {}));
|
|
285
189
|
export var InvalidTypeException;
|
|
286
190
|
(function (InvalidTypeException) {
|
|
287
|
-
/**
|
|
288
|
-
* @internal
|
|
289
|
-
*/
|
|
290
191
|
InvalidTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
192
|
})(InvalidTypeException || (InvalidTypeException = {}));
|
|
292
193
|
export var GetProtectionStatusRequest;
|
|
293
194
|
(function (GetProtectionStatusRequest) {
|
|
294
|
-
/**
|
|
295
|
-
* @internal
|
|
296
|
-
*/
|
|
297
195
|
GetProtectionStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
196
|
})(GetProtectionStatusRequest || (GetProtectionStatusRequest = {}));
|
|
299
197
|
export var GetProtectionStatusResponse;
|
|
300
198
|
(function (GetProtectionStatusResponse) {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
199
|
GetProtectionStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
200
|
})(GetProtectionStatusResponse || (GetProtectionStatusResponse = {}));
|
|
306
201
|
export var GetProtocolsListRequest;
|
|
307
202
|
(function (GetProtocolsListRequest) {
|
|
308
|
-
/**
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
203
|
GetProtocolsListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
204
|
})(GetProtocolsListRequest || (GetProtocolsListRequest = {}));
|
|
313
205
|
export var ProtocolsListData;
|
|
314
206
|
(function (ProtocolsListData) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
207
|
ProtocolsListData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
208
|
})(ProtocolsListData || (ProtocolsListData = {}));
|
|
320
209
|
export var GetProtocolsListResponse;
|
|
321
210
|
(function (GetProtocolsListResponse) {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
211
|
GetProtocolsListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
212
|
})(GetProtocolsListResponse || (GetProtocolsListResponse = {}));
|
|
327
213
|
export var GetViolationDetailsRequest;
|
|
328
214
|
(function (GetViolationDetailsRequest) {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
215
|
GetViolationDetailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
216
|
})(GetViolationDetailsRequest || (GetViolationDetailsRequest = {}));
|
|
334
217
|
export var Tag;
|
|
335
218
|
(function (Tag) {
|
|
336
|
-
/**
|
|
337
|
-
* @internal
|
|
338
|
-
*/
|
|
339
219
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
220
|
})(Tag || (Tag = {}));
|
|
341
221
|
export var PartialMatch;
|
|
342
222
|
(function (PartialMatch) {
|
|
343
|
-
/**
|
|
344
|
-
* @internal
|
|
345
|
-
*/
|
|
346
223
|
PartialMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
224
|
})(PartialMatch || (PartialMatch = {}));
|
|
348
225
|
export var RemediationActionType;
|
|
@@ -352,44 +229,26 @@ export var RemediationActionType;
|
|
|
352
229
|
})(RemediationActionType || (RemediationActionType = {}));
|
|
353
230
|
export var SecurityGroupRuleDescription;
|
|
354
231
|
(function (SecurityGroupRuleDescription) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
232
|
SecurityGroupRuleDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
233
|
})(SecurityGroupRuleDescription || (SecurityGroupRuleDescription = {}));
|
|
360
234
|
export var SecurityGroupRemediationAction;
|
|
361
235
|
(function (SecurityGroupRemediationAction) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
236
|
SecurityGroupRemediationAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
237
|
})(SecurityGroupRemediationAction || (SecurityGroupRemediationAction = {}));
|
|
367
238
|
export var AwsVPCSecurityGroupViolation;
|
|
368
239
|
(function (AwsVPCSecurityGroupViolation) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
240
|
AwsVPCSecurityGroupViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
241
|
})(AwsVPCSecurityGroupViolation || (AwsVPCSecurityGroupViolation = {}));
|
|
374
242
|
export var DnsDuplicateRuleGroupViolation;
|
|
375
243
|
(function (DnsDuplicateRuleGroupViolation) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
244
|
DnsDuplicateRuleGroupViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
245
|
})(DnsDuplicateRuleGroupViolation || (DnsDuplicateRuleGroupViolation = {}));
|
|
381
246
|
export var DnsRuleGroupLimitExceededViolation;
|
|
382
247
|
(function (DnsRuleGroupLimitExceededViolation) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
248
|
DnsRuleGroupLimitExceededViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
249
|
})(DnsRuleGroupLimitExceededViolation || (DnsRuleGroupLimitExceededViolation = {}));
|
|
388
250
|
export var DnsRuleGroupPriorityConflictViolation;
|
|
389
251
|
(function (DnsRuleGroupPriorityConflictViolation) {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
252
|
DnsRuleGroupPriorityConflictViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
253
|
})(DnsRuleGroupPriorityConflictViolation || (DnsRuleGroupPriorityConflictViolation = {}));
|
|
395
254
|
export var DestinationType;
|
|
@@ -413,226 +272,130 @@ export var TargetType;
|
|
|
413
272
|
})(TargetType || (TargetType = {}));
|
|
414
273
|
export var Route;
|
|
415
274
|
(function (Route) {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
275
|
Route.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
276
|
})(Route || (Route = {}));
|
|
421
277
|
export var NetworkFirewallBlackHoleRouteDetectedViolation;
|
|
422
278
|
(function (NetworkFirewallBlackHoleRouteDetectedViolation) {
|
|
423
|
-
/**
|
|
424
|
-
* @internal
|
|
425
|
-
*/
|
|
426
279
|
NetworkFirewallBlackHoleRouteDetectedViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
280
|
})(NetworkFirewallBlackHoleRouteDetectedViolation || (NetworkFirewallBlackHoleRouteDetectedViolation = {}));
|
|
428
281
|
export var ExpectedRoute;
|
|
429
282
|
(function (ExpectedRoute) {
|
|
430
|
-
/**
|
|
431
|
-
* @internal
|
|
432
|
-
*/
|
|
433
283
|
ExpectedRoute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
284
|
})(ExpectedRoute || (ExpectedRoute = {}));
|
|
435
285
|
export var NetworkFirewallInternetTrafficNotInspectedViolation;
|
|
436
286
|
(function (NetworkFirewallInternetTrafficNotInspectedViolation) {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
287
|
NetworkFirewallInternetTrafficNotInspectedViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
288
|
})(NetworkFirewallInternetTrafficNotInspectedViolation || (NetworkFirewallInternetTrafficNotInspectedViolation = {}));
|
|
442
289
|
export var NetworkFirewallInvalidRouteConfigurationViolation;
|
|
443
290
|
(function (NetworkFirewallInvalidRouteConfigurationViolation) {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
291
|
NetworkFirewallInvalidRouteConfigurationViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
292
|
})(NetworkFirewallInvalidRouteConfigurationViolation || (NetworkFirewallInvalidRouteConfigurationViolation = {}));
|
|
449
293
|
export var NetworkFirewallMissingExpectedRoutesViolation;
|
|
450
294
|
(function (NetworkFirewallMissingExpectedRoutesViolation) {
|
|
451
|
-
/**
|
|
452
|
-
* @internal
|
|
453
|
-
*/
|
|
454
295
|
NetworkFirewallMissingExpectedRoutesViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
296
|
})(NetworkFirewallMissingExpectedRoutesViolation || (NetworkFirewallMissingExpectedRoutesViolation = {}));
|
|
456
297
|
export var NetworkFirewallMissingExpectedRTViolation;
|
|
457
298
|
(function (NetworkFirewallMissingExpectedRTViolation) {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
299
|
NetworkFirewallMissingExpectedRTViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
300
|
})(NetworkFirewallMissingExpectedRTViolation || (NetworkFirewallMissingExpectedRTViolation = {}));
|
|
463
301
|
export var NetworkFirewallMissingFirewallViolation;
|
|
464
302
|
(function (NetworkFirewallMissingFirewallViolation) {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
303
|
NetworkFirewallMissingFirewallViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
304
|
})(NetworkFirewallMissingFirewallViolation || (NetworkFirewallMissingFirewallViolation = {}));
|
|
470
305
|
export var NetworkFirewallMissingSubnetViolation;
|
|
471
306
|
(function (NetworkFirewallMissingSubnetViolation) {
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
307
|
NetworkFirewallMissingSubnetViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
308
|
})(NetworkFirewallMissingSubnetViolation || (NetworkFirewallMissingSubnetViolation = {}));
|
|
477
309
|
export var StatefulRuleGroup;
|
|
478
310
|
(function (StatefulRuleGroup) {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
311
|
StatefulRuleGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
312
|
})(StatefulRuleGroup || (StatefulRuleGroup = {}));
|
|
484
313
|
export var StatelessRuleGroup;
|
|
485
314
|
(function (StatelessRuleGroup) {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
315
|
StatelessRuleGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
316
|
})(StatelessRuleGroup || (StatelessRuleGroup = {}));
|
|
491
317
|
export var NetworkFirewallPolicyDescription;
|
|
492
318
|
(function (NetworkFirewallPolicyDescription) {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
319
|
NetworkFirewallPolicyDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
320
|
})(NetworkFirewallPolicyDescription || (NetworkFirewallPolicyDescription = {}));
|
|
498
321
|
export var NetworkFirewallPolicyModifiedViolation;
|
|
499
322
|
(function (NetworkFirewallPolicyModifiedViolation) {
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
323
|
NetworkFirewallPolicyModifiedViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
324
|
})(NetworkFirewallPolicyModifiedViolation || (NetworkFirewallPolicyModifiedViolation = {}));
|
|
505
325
|
export var NetworkFirewallUnexpectedFirewallRoutesViolation;
|
|
506
326
|
(function (NetworkFirewallUnexpectedFirewallRoutesViolation) {
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
327
|
NetworkFirewallUnexpectedFirewallRoutesViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
328
|
})(NetworkFirewallUnexpectedFirewallRoutesViolation || (NetworkFirewallUnexpectedFirewallRoutesViolation = {}));
|
|
512
329
|
export var NetworkFirewallUnexpectedGatewayRoutesViolation;
|
|
513
330
|
(function (NetworkFirewallUnexpectedGatewayRoutesViolation) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
331
|
NetworkFirewallUnexpectedGatewayRoutesViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
332
|
})(NetworkFirewallUnexpectedGatewayRoutesViolation || (NetworkFirewallUnexpectedGatewayRoutesViolation = {}));
|
|
519
333
|
export var EC2AssociateRouteTableAction;
|
|
520
334
|
(function (EC2AssociateRouteTableAction) {
|
|
521
|
-
/**
|
|
522
|
-
* @internal
|
|
523
|
-
*/
|
|
524
335
|
EC2AssociateRouteTableAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
336
|
})(EC2AssociateRouteTableAction || (EC2AssociateRouteTableAction = {}));
|
|
526
337
|
export var EC2CopyRouteTableAction;
|
|
527
338
|
(function (EC2CopyRouteTableAction) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
339
|
EC2CopyRouteTableAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
340
|
})(EC2CopyRouteTableAction || (EC2CopyRouteTableAction = {}));
|
|
533
341
|
export var EC2CreateRouteAction;
|
|
534
342
|
(function (EC2CreateRouteAction) {
|
|
535
|
-
/**
|
|
536
|
-
* @internal
|
|
537
|
-
*/
|
|
538
343
|
EC2CreateRouteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
344
|
})(EC2CreateRouteAction || (EC2CreateRouteAction = {}));
|
|
540
345
|
export var EC2CreateRouteTableAction;
|
|
541
346
|
(function (EC2CreateRouteTableAction) {
|
|
542
|
-
/**
|
|
543
|
-
* @internal
|
|
544
|
-
*/
|
|
545
347
|
EC2CreateRouteTableAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
348
|
})(EC2CreateRouteTableAction || (EC2CreateRouteTableAction = {}));
|
|
547
349
|
export var EC2DeleteRouteAction;
|
|
548
350
|
(function (EC2DeleteRouteAction) {
|
|
549
|
-
/**
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
552
351
|
EC2DeleteRouteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
352
|
})(EC2DeleteRouteAction || (EC2DeleteRouteAction = {}));
|
|
554
353
|
export var EC2ReplaceRouteAction;
|
|
555
354
|
(function (EC2ReplaceRouteAction) {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
355
|
EC2ReplaceRouteAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
356
|
})(EC2ReplaceRouteAction || (EC2ReplaceRouteAction = {}));
|
|
561
357
|
export var EC2ReplaceRouteTableAssociationAction;
|
|
562
358
|
(function (EC2ReplaceRouteTableAssociationAction) {
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
359
|
EC2ReplaceRouteTableAssociationAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
360
|
})(EC2ReplaceRouteTableAssociationAction || (EC2ReplaceRouteTableAssociationAction = {}));
|
|
568
361
|
export var RemediationAction;
|
|
569
362
|
(function (RemediationAction) {
|
|
570
|
-
/**
|
|
571
|
-
* @internal
|
|
572
|
-
*/
|
|
573
363
|
RemediationAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
364
|
})(RemediationAction || (RemediationAction = {}));
|
|
575
365
|
export var RemediationActionWithOrder;
|
|
576
366
|
(function (RemediationActionWithOrder) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
367
|
RemediationActionWithOrder.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
368
|
})(RemediationActionWithOrder || (RemediationActionWithOrder = {}));
|
|
582
369
|
export var PossibleRemediationAction;
|
|
583
370
|
(function (PossibleRemediationAction) {
|
|
584
|
-
/**
|
|
585
|
-
* @internal
|
|
586
|
-
*/
|
|
587
371
|
PossibleRemediationAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
372
|
})(PossibleRemediationAction || (PossibleRemediationAction = {}));
|
|
589
373
|
export var PossibleRemediationActions;
|
|
590
374
|
(function (PossibleRemediationActions) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
375
|
PossibleRemediationActions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
376
|
})(PossibleRemediationActions || (PossibleRemediationActions = {}));
|
|
596
377
|
export var ResourceViolation;
|
|
597
378
|
(function (ResourceViolation) {
|
|
598
|
-
/**
|
|
599
|
-
* @internal
|
|
600
|
-
*/
|
|
601
379
|
ResourceViolation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
380
|
})(ResourceViolation || (ResourceViolation = {}));
|
|
603
381
|
export var ViolationDetail;
|
|
604
382
|
(function (ViolationDetail) {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
383
|
ViolationDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
384
|
})(ViolationDetail || (ViolationDetail = {}));
|
|
610
385
|
export var GetViolationDetailsResponse;
|
|
611
386
|
(function (GetViolationDetailsResponse) {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
387
|
GetViolationDetailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
388
|
})(GetViolationDetailsResponse || (GetViolationDetailsResponse = {}));
|
|
617
389
|
export var ListAppsListsRequest;
|
|
618
390
|
(function (ListAppsListsRequest) {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
391
|
ListAppsListsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
392
|
})(ListAppsListsRequest || (ListAppsListsRequest = {}));
|
|
624
393
|
export var ListAppsListsResponse;
|
|
625
394
|
(function (ListAppsListsResponse) {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
395
|
ListAppsListsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
396
|
})(ListAppsListsResponse || (ListAppsListsResponse = {}));
|
|
631
397
|
export var ListComplianceStatusRequest;
|
|
632
398
|
(function (ListComplianceStatusRequest) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
399
|
ListComplianceStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
400
|
})(ListComplianceStatusRequest || (ListComplianceStatusRequest = {}));
|
|
638
401
|
export var PolicyComplianceStatusType;
|
|
@@ -642,170 +405,97 @@ export var PolicyComplianceStatusType;
|
|
|
642
405
|
})(PolicyComplianceStatusType || (PolicyComplianceStatusType = {}));
|
|
643
406
|
export var EvaluationResult;
|
|
644
407
|
(function (EvaluationResult) {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
408
|
EvaluationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
409
|
})(EvaluationResult || (EvaluationResult = {}));
|
|
650
410
|
export var PolicyComplianceStatus;
|
|
651
411
|
(function (PolicyComplianceStatus) {
|
|
652
|
-
/**
|
|
653
|
-
* @internal
|
|
654
|
-
*/
|
|
655
412
|
PolicyComplianceStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
413
|
})(PolicyComplianceStatus || (PolicyComplianceStatus = {}));
|
|
657
414
|
export var ListComplianceStatusResponse;
|
|
658
415
|
(function (ListComplianceStatusResponse) {
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
*/
|
|
662
416
|
ListComplianceStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
417
|
})(ListComplianceStatusResponse || (ListComplianceStatusResponse = {}));
|
|
664
418
|
export var ListMemberAccountsRequest;
|
|
665
419
|
(function (ListMemberAccountsRequest) {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
420
|
ListMemberAccountsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
421
|
})(ListMemberAccountsRequest || (ListMemberAccountsRequest = {}));
|
|
671
422
|
export var ListMemberAccountsResponse;
|
|
672
423
|
(function (ListMemberAccountsResponse) {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
424
|
ListMemberAccountsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
425
|
})(ListMemberAccountsResponse || (ListMemberAccountsResponse = {}));
|
|
678
426
|
export var ListPoliciesRequest;
|
|
679
427
|
(function (ListPoliciesRequest) {
|
|
680
|
-
/**
|
|
681
|
-
* @internal
|
|
682
|
-
*/
|
|
683
428
|
ListPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
429
|
})(ListPoliciesRequest || (ListPoliciesRequest = {}));
|
|
685
430
|
export var PolicySummary;
|
|
686
431
|
(function (PolicySummary) {
|
|
687
|
-
/**
|
|
688
|
-
* @internal
|
|
689
|
-
*/
|
|
690
432
|
PolicySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
433
|
})(PolicySummary || (PolicySummary = {}));
|
|
692
434
|
export var ListPoliciesResponse;
|
|
693
435
|
(function (ListPoliciesResponse) {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
436
|
ListPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
437
|
})(ListPoliciesResponse || (ListPoliciesResponse = {}));
|
|
699
438
|
export var ListProtocolsListsRequest;
|
|
700
439
|
(function (ListProtocolsListsRequest) {
|
|
701
|
-
/**
|
|
702
|
-
* @internal
|
|
703
|
-
*/
|
|
704
440
|
ListProtocolsListsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
441
|
})(ListProtocolsListsRequest || (ListProtocolsListsRequest = {}));
|
|
706
442
|
export var ProtocolsListDataSummary;
|
|
707
443
|
(function (ProtocolsListDataSummary) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
444
|
ProtocolsListDataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
445
|
})(ProtocolsListDataSummary || (ProtocolsListDataSummary = {}));
|
|
713
446
|
export var ListProtocolsListsResponse;
|
|
714
447
|
(function (ListProtocolsListsResponse) {
|
|
715
|
-
/**
|
|
716
|
-
* @internal
|
|
717
|
-
*/
|
|
718
448
|
ListProtocolsListsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
449
|
})(ListProtocolsListsResponse || (ListProtocolsListsResponse = {}));
|
|
720
450
|
export var ListTagsForResourceRequest;
|
|
721
451
|
(function (ListTagsForResourceRequest) {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
452
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
453
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
727
454
|
export var ListTagsForResourceResponse;
|
|
728
455
|
(function (ListTagsForResourceResponse) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
456
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
457
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
734
458
|
export var PutAppsListRequest;
|
|
735
459
|
(function (PutAppsListRequest) {
|
|
736
|
-
/**
|
|
737
|
-
* @internal
|
|
738
|
-
*/
|
|
739
460
|
PutAppsListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
461
|
})(PutAppsListRequest || (PutAppsListRequest = {}));
|
|
741
462
|
export var PutAppsListResponse;
|
|
742
463
|
(function (PutAppsListResponse) {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
464
|
PutAppsListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
465
|
})(PutAppsListResponse || (PutAppsListResponse = {}));
|
|
748
466
|
export var PutNotificationChannelRequest;
|
|
749
467
|
(function (PutNotificationChannelRequest) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
468
|
PutNotificationChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
469
|
})(PutNotificationChannelRequest || (PutNotificationChannelRequest = {}));
|
|
755
470
|
export var PutPolicyRequest;
|
|
756
471
|
(function (PutPolicyRequest) {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
472
|
PutPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
473
|
})(PutPolicyRequest || (PutPolicyRequest = {}));
|
|
762
474
|
export var PutPolicyResponse;
|
|
763
475
|
(function (PutPolicyResponse) {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
476
|
PutPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
477
|
})(PutPolicyResponse || (PutPolicyResponse = {}));
|
|
769
478
|
export var PutProtocolsListRequest;
|
|
770
479
|
(function (PutProtocolsListRequest) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
480
|
PutProtocolsListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
481
|
})(PutProtocolsListRequest || (PutProtocolsListRequest = {}));
|
|
776
482
|
export var PutProtocolsListResponse;
|
|
777
483
|
(function (PutProtocolsListResponse) {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
484
|
PutProtocolsListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
485
|
})(PutProtocolsListResponse || (PutProtocolsListResponse = {}));
|
|
783
486
|
export var TagResourceRequest;
|
|
784
487
|
(function (TagResourceRequest) {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
488
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
489
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
790
490
|
export var TagResourceResponse;
|
|
791
491
|
(function (TagResourceResponse) {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
492
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
493
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
797
494
|
export var UntagResourceRequest;
|
|
798
495
|
(function (UntagResourceRequest) {
|
|
799
|
-
/**
|
|
800
|
-
* @internal
|
|
801
|
-
*/
|
|
802
496
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
497
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
804
498
|
export var UntagResourceResponse;
|
|
805
499
|
(function (UntagResourceResponse) {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
500
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
501
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
811
|
-
//# sourceMappingURL=models_0.js.map
|