@aws-sdk/client-route-53 3.33.0 → 3.36.1
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/Route53.js +967 -0
- package/dist-cjs/Route53Client.js +35 -0
- package/dist-cjs/commands/ActivateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/AssociateVPCWithHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/ChangeResourceRecordSetsCommand.js +39 -0
- package/dist-cjs/commands/ChangeTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/CreateHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/CreateHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/CreateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/CreateQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/CreateReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/CreateTrafficPolicyCommand.js +36 -0
- package/dist-cjs/commands/CreateTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/CreateTrafficPolicyVersionCommand.js +38 -0
- package/dist-cjs/commands/CreateVPCAssociationAuthorizationCommand.js +38 -0
- package/dist-cjs/commands/DeactivateKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/DeleteHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/DeleteHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/DeleteKeySigningKeyCommand.js +38 -0
- package/dist-cjs/commands/DeleteQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/DeleteReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/DeleteTrafficPolicyCommand.js +38 -0
- package/dist-cjs/commands/DeleteTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +38 -0
- package/dist-cjs/commands/DisableHostedZoneDNSSECCommand.js +38 -0
- package/dist-cjs/commands/DisassociateVPCFromHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/EnableHostedZoneDNSSECCommand.js +38 -0
- package/dist-cjs/commands/GetAccountLimitCommand.js +36 -0
- package/dist-cjs/commands/GetChangeCommand.js +38 -0
- package/dist-cjs/commands/GetCheckerIpRangesCommand.js +36 -0
- package/dist-cjs/commands/GetDNSSECCommand.js +38 -0
- package/dist-cjs/commands/GetGeoLocationCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckCountCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckLastFailureReasonCommand.js +36 -0
- package/dist-cjs/commands/GetHealthCheckStatusCommand.js +36 -0
- package/dist-cjs/commands/GetHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/GetHostedZoneCountCommand.js +36 -0
- package/dist-cjs/commands/GetHostedZoneLimitCommand.js +38 -0
- package/dist-cjs/commands/GetQueryLoggingConfigCommand.js +38 -0
- package/dist-cjs/commands/GetReusableDelegationSetCommand.js +38 -0
- package/dist-cjs/commands/GetReusableDelegationSetLimitCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/commands/GetTrafficPolicyInstanceCountCommand.js +36 -0
- package/dist-cjs/commands/ListGeoLocationsCommand.js +36 -0
- package/dist-cjs/commands/ListHealthChecksCommand.js +36 -0
- package/dist-cjs/commands/ListHostedZonesByNameCommand.js +38 -0
- package/dist-cjs/commands/ListHostedZonesByVPCCommand.js +36 -0
- package/dist-cjs/commands/ListHostedZonesCommand.js +38 -0
- package/dist-cjs/commands/ListQueryLoggingConfigsCommand.js +38 -0
- package/dist-cjs/commands/ListResourceRecordSetsCommand.js +38 -0
- package/dist-cjs/commands/ListReusableDelegationSetsCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +36 -0
- package/dist-cjs/commands/ListTagsForResourcesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPoliciesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +38 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyInstancesCommand.js +36 -0
- package/dist-cjs/commands/ListTrafficPolicyVersionsCommand.js +38 -0
- package/dist-cjs/commands/ListVPCAssociationAuthorizationsCommand.js +38 -0
- package/dist-cjs/commands/TestDNSAnswerCommand.js +38 -0
- package/dist-cjs/commands/UpdateHealthCheckCommand.js +36 -0
- package/dist-cjs/commands/UpdateHostedZoneCommentCommand.js +38 -0
- package/dist-cjs/commands/UpdateTrafficPolicyCommentCommand.js +38 -0
- package/dist-cjs/commands/UpdateTrafficPolicyInstanceCommand.js +38 -0
- package/dist-cjs/endpoints.js +87 -0
- package/dist-cjs/index.js +75 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +1362 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListHealthChecksPaginator.js +35 -0
- package/dist-cjs/pagination/ListHostedZonesPaginator.js +35 -0
- package/dist-cjs/pagination/ListQueryLoggingConfigsPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_restXml.js +9038 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-cjs/waiters/waitForResourceRecordSetsChanged.js +36 -0
- package/dist-es/Route53.js +970 -0
- package/dist-es/Route53Client.js +37 -0
- package/dist-es/commands/ActivateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/AssociateVPCWithHostedZoneCommand.js +41 -0
- package/dist-es/commands/ChangeResourceRecordSetsCommand.js +42 -0
- package/dist-es/commands/ChangeTagsForResourceCommand.js +39 -0
- package/dist-es/commands/CreateHealthCheckCommand.js +39 -0
- package/dist-es/commands/CreateHostedZoneCommand.js +41 -0
- package/dist-es/commands/CreateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/CreateQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/CreateReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/CreateTrafficPolicyCommand.js +39 -0
- package/dist-es/commands/CreateTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/CreateTrafficPolicyVersionCommand.js +41 -0
- package/dist-es/commands/CreateVPCAssociationAuthorizationCommand.js +41 -0
- package/dist-es/commands/DeactivateKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/DeleteHealthCheckCommand.js +39 -0
- package/dist-es/commands/DeleteHostedZoneCommand.js +41 -0
- package/dist-es/commands/DeleteKeySigningKeyCommand.js +41 -0
- package/dist-es/commands/DeleteQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/DeleteReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/DeleteTrafficPolicyCommand.js +41 -0
- package/dist-es/commands/DeleteTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/DeleteVPCAssociationAuthorizationCommand.js +41 -0
- package/dist-es/commands/DisableHostedZoneDNSSECCommand.js +41 -0
- package/dist-es/commands/DisassociateVPCFromHostedZoneCommand.js +41 -0
- package/dist-es/commands/EnableHostedZoneDNSSECCommand.js +41 -0
- package/dist-es/commands/GetAccountLimitCommand.js +39 -0
- package/dist-es/commands/GetChangeCommand.js +41 -0
- package/dist-es/commands/GetCheckerIpRangesCommand.js +39 -0
- package/dist-es/commands/GetDNSSECCommand.js +41 -0
- package/dist-es/commands/GetGeoLocationCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckCountCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckLastFailureReasonCommand.js +39 -0
- package/dist-es/commands/GetHealthCheckStatusCommand.js +39 -0
- package/dist-es/commands/GetHostedZoneCommand.js +41 -0
- package/dist-es/commands/GetHostedZoneCountCommand.js +39 -0
- package/dist-es/commands/GetHostedZoneLimitCommand.js +41 -0
- package/dist-es/commands/GetQueryLoggingConfigCommand.js +41 -0
- package/dist-es/commands/GetReusableDelegationSetCommand.js +41 -0
- package/dist-es/commands/GetReusableDelegationSetLimitCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/commands/GetTrafficPolicyInstanceCountCommand.js +39 -0
- package/dist-es/commands/ListGeoLocationsCommand.js +39 -0
- package/dist-es/commands/ListHealthChecksCommand.js +39 -0
- package/dist-es/commands/ListHostedZonesByNameCommand.js +41 -0
- package/dist-es/commands/ListHostedZonesByVPCCommand.js +39 -0
- package/dist-es/commands/ListHostedZonesCommand.js +41 -0
- package/dist-es/commands/ListQueryLoggingConfigsCommand.js +41 -0
- package/dist-es/commands/ListResourceRecordSetsCommand.js +41 -0
- package/dist-es/commands/ListReusableDelegationSetsCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourcesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPoliciesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +41 -0
- package/dist-es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyInstancesCommand.js +39 -0
- package/dist-es/commands/ListTrafficPolicyVersionsCommand.js +41 -0
- package/dist-es/commands/ListVPCAssociationAuthorizationsCommand.js +41 -0
- package/dist-es/commands/TestDNSAnswerCommand.js +41 -0
- package/dist-es/commands/UpdateHealthCheckCommand.js +39 -0
- package/dist-es/commands/UpdateHostedZoneCommentCommand.js +41 -0
- package/dist-es/commands/UpdateTrafficPolicyCommentCommand.js +41 -0
- package/dist-es/commands/UpdateTrafficPolicyInstanceCommand.js +41 -0
- package/dist-es/endpoints.js +83 -0
- 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/models/models_0.js +908 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListHealthChecksPaginator.js +74 -0
- package/dist-es/pagination/ListHostedZonesPaginator.js +74 -0
- package/dist-es/pagination/ListQueryLoggingConfigsPaginator.js +74 -0
- package/dist-es/protocols/Aws_restXml.js +10350 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-es/waiters/waitForResourceRecordSetsChanged.js +51 -0
- package/dist-types/Route53.d.ts +1171 -0
- package/dist-types/Route53Client.d.ts +196 -0
- package/dist-types/commands/ActivateKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +45 -0
- package/dist-types/commands/ChangeResourceRecordSetsCommand.d.ts +116 -0
- package/dist-types/commands/ChangeTagsForResourceCommand.d.ts +38 -0
- package/dist-types/commands/CreateHealthCheckCommand.d.ts +68 -0
- package/dist-types/commands/CreateHostedZoneCommand.d.ts +67 -0
- package/dist-types/commands/CreateKeySigningKeyCommand.d.ts +35 -0
- package/dist-types/commands/CreateQueryLoggingConfigCommand.d.ts +151 -0
- package/dist-types/commands/CreateReusableDelegationSetCommand.d.ts +85 -0
- package/dist-types/commands/CreateTrafficPolicyCommand.d.ts +36 -0
- package/dist-types/commands/CreateTrafficPolicyInstanceCommand.d.ts +38 -0
- package/dist-types/commands/CreateTrafficPolicyVersionCommand.d.ts +39 -0
- package/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +43 -0
- package/dist-types/commands/DeactivateKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/DeleteHealthCheckCommand.d.ts +48 -0
- package/dist-types/commands/DeleteHostedZoneCommand.d.ts +73 -0
- package/dist-types/commands/DeleteKeySigningKeyCommand.d.ts +36 -0
- package/dist-types/commands/DeleteQueryLoggingConfigCommand.d.ts +39 -0
- package/dist-types/commands/DeleteReusableDelegationSetCommand.d.ts +41 -0
- package/dist-types/commands/DeleteTrafficPolicyCommand.d.ts +49 -0
- package/dist-types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +38 -0
- package/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +43 -0
- package/dist-types/commands/DisableHostedZoneDNSSECCommand.d.ts +36 -0
- package/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +55 -0
- package/dist-types/commands/EnableHostedZoneDNSSECCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountLimitCommand.d.ts +44 -0
- package/dist-types/commands/GetChangeCommand.d.ts +47 -0
- package/dist-types/commands/GetCheckerIpRangesCommand.d.ts +42 -0
- package/dist-types/commands/GetDNSSECCommand.d.ts +35 -0
- package/dist-types/commands/GetGeoLocationCommand.d.ts +55 -0
- package/dist-types/commands/GetHealthCheckCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckCountCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +35 -0
- package/dist-types/commands/GetHealthCheckStatusCommand.d.ts +38 -0
- package/dist-types/commands/GetHostedZoneCommand.d.ts +35 -0
- package/dist-types/commands/GetHostedZoneCountCommand.d.ts +35 -0
- package/dist-types/commands/GetHostedZoneLimitCommand.d.ts +39 -0
- package/dist-types/commands/GetQueryLoggingConfigCommand.d.ts +40 -0
- package/dist-types/commands/GetReusableDelegationSetCommand.d.ts +36 -0
- package/dist-types/commands/GetReusableDelegationSetLimitCommand.d.ts +38 -0
- package/dist-types/commands/GetTrafficPolicyCommand.d.ts +38 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCommand.d.ts +43 -0
- package/dist-types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +35 -0
- package/dist-types/commands/ListGeoLocationsCommand.d.ts +40 -0
- package/dist-types/commands/ListHealthChecksCommand.d.ts +35 -0
- package/dist-types/commands/ListHostedZonesByNameCommand.d.ts +79 -0
- package/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +47 -0
- package/dist-types/commands/ListHostedZonesCommand.d.ts +38 -0
- package/dist-types/commands/ListQueryLoggingConfigsCommand.d.ts +42 -0
- package/dist-types/commands/ListResourceRecordSetsCommand.d.ts +98 -0
- package/dist-types/commands/ListReusableDelegationSetsCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/commands/ListTagsForResourcesCommand.d.ts +38 -0
- package/dist-types/commands/ListTrafficPoliciesCommand.d.ts +41 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +42 -0
- package/dist-types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +42 -0
- package/dist-types/commands/ListTrafficPolicyInstancesCommand.d.ts +41 -0
- package/dist-types/commands/ListTrafficPolicyVersionsCommand.d.ts +36 -0
- package/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +38 -0
- package/dist-types/commands/TestDNSAnswerCommand.d.ts +37 -0
- package/dist-types/commands/UpdateHealthCheckCommand.d.ts +38 -0
- package/dist-types/commands/UpdateHostedZoneCommentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrafficPolicyCommentCommand.d.ts +35 -0
- package/dist-types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +50 -0
- 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/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListHealthChecksPaginator.d.ts +4 -0
- package/dist-types/pagination/ListHostedZonesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListQueryLoggingConfigsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restXml.d.ts +194 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- 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/ts3.4/Route53.d.ts +97 -0
- package/dist-types/ts3.4/Route53Client.d.ts +131 -0
- package/dist-types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +8 -0
- package/dist-types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetChangeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDNSSECCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGeoLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGeoLocationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHealthChecksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListHostedZonesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TestDNSAnswerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.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 +2682 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +194 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +7 -0
- package/dist-types/waiters/waitForResourceRecordSetsChanged.d.ts +14 -0
- package/package.json +55 -52
- package/Route53.ts +0 -3073
- package/Route53Client.ts +0 -562
- package/commands/ActivateKeySigningKeyCommand.ts +0 -97
- package/commands/AssociateVPCWithHostedZoneCommand.ts +0 -109
- package/commands/ChangeResourceRecordSetsCommand.ts +0 -178
- package/commands/ChangeTagsForResourceCommand.ts +0 -97
- package/commands/CreateHealthCheckCommand.ts +0 -127
- package/commands/CreateHostedZoneCommand.ts +0 -128
- package/commands/CreateKeySigningKeyCommand.ts +0 -96
- package/commands/CreateQueryLoggingConfigCommand.ts +0 -212
- package/commands/CreateReusableDelegationSetCommand.ts +0 -151
- package/commands/CreateTrafficPolicyCommand.ts +0 -95
- package/commands/CreateTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/CreateTrafficPolicyVersionCommand.ts +0 -103
- package/commands/CreateVPCAssociationAuthorizationCommand.ts +0 -115
- package/commands/DeactivateKeySigningKeyCommand.ts +0 -97
- package/commands/DeleteHealthCheckCommand.ts +0 -107
- package/commands/DeleteHostedZoneCommand.ts +0 -134
- package/commands/DeleteKeySigningKeyCommand.ts +0 -97
- package/commands/DeleteQueryLoggingConfigCommand.ts +0 -100
- package/commands/DeleteReusableDelegationSetCommand.ts +0 -107
- package/commands/DeleteTrafficPolicyCommand.ts +0 -110
- package/commands/DeleteTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/DeleteVPCAssociationAuthorizationCommand.ts +0 -115
- package/commands/DisableHostedZoneDNSSECCommand.ts +0 -97
- package/commands/DisassociateVPCFromHostedZoneCommand.ts +0 -121
- package/commands/EnableHostedZoneDNSSECCommand.ts +0 -96
- package/commands/GetAccountLimitCommand.ts +0 -103
- package/commands/GetChangeCommand.ts +0 -105
- package/commands/GetCheckerIpRangesCommand.ts +0 -101
- package/commands/GetDNSSECCommand.ts +0 -93
- package/commands/GetGeoLocationCommand.ts +0 -114
- package/commands/GetHealthCheckCommand.ts +0 -94
- package/commands/GetHealthCheckCountCommand.ts +0 -94
- package/commands/GetHealthCheckLastFailureReasonCommand.ts +0 -102
- package/commands/GetHealthCheckStatusCommand.ts +0 -97
- package/commands/GetHostedZoneCommand.ts +0 -96
- package/commands/GetHostedZoneCountCommand.ts +0 -94
- package/commands/GetHostedZoneLimitCommand.ts +0 -100
- package/commands/GetQueryLoggingConfigCommand.ts +0 -101
- package/commands/GetReusableDelegationSetCommand.ts +0 -97
- package/commands/GetReusableDelegationSetLimitCommand.ts +0 -104
- package/commands/GetTrafficPolicyCommand.ts +0 -99
- package/commands/GetTrafficPolicyInstanceCommand.ts +0 -104
- package/commands/GetTrafficPolicyInstanceCountCommand.ts +0 -99
- package/commands/ListGeoLocationsCommand.ts +0 -99
- package/commands/ListHealthChecksCommand.ts +0 -94
- package/commands/ListHostedZonesByNameCommand.ts +0 -140
- package/commands/ListHostedZonesByVPCCommand.ts +0 -106
- package/commands/ListHostedZonesCommand.ts +0 -99
- package/commands/ListQueryLoggingConfigsCommand.ts +0 -103
- package/commands/ListResourceRecordSetsCommand.ts +0 -159
- package/commands/ListReusableDelegationSetsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -97
- package/commands/ListTagsForResourcesCommand.ts +0 -97
- package/commands/ListTrafficPoliciesCommand.ts +0 -100
- package/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +0 -115
- package/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +0 -112
- package/commands/ListTrafficPolicyInstancesCommand.ts +0 -103
- package/commands/ListTrafficPolicyVersionsCommand.ts +0 -100
- package/commands/ListVPCAssociationAuthorizationsCommand.ts +0 -107
- package/commands/TestDNSAnswerCommand.ts +0 -98
- package/commands/UpdateHealthCheckCommand.ts +0 -97
- package/commands/UpdateHostedZoneCommentCommand.ts +0 -96
- package/commands/UpdateTrafficPolicyCommentCommand.ts +0 -99
- package/commands/UpdateTrafficPolicyInstanceCommand.ts +0 -116
- package/dist/cjs/Route53.js +0 -971
- package/dist/cjs/Route53.js.map +0 -1
- package/dist/cjs/Route53Client.js +0 -44
- package/dist/cjs/Route53Client.js.map +0 -1
- package/dist/cjs/commands/ActivateKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/ActivateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateVPCWithHostedZoneCommand.js +0 -73
- package/dist/cjs/commands/AssociateVPCWithHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/ChangeResourceRecordSetsCommand.js +0 -145
- package/dist/cjs/commands/ChangeResourceRecordSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ChangeTagsForResourceCommand.js +0 -64
- package/dist/cjs/commands/ChangeTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHealthCheckCommand.js +0 -94
- package/dist/cjs/commands/CreateHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/CreateHostedZoneCommand.js +0 -95
- package/dist/cjs/commands/CreateHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/CreateKeySigningKeyCommand.js +0 -63
- package/dist/cjs/commands/CreateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateQueryLoggingConfigCommand.js +0 -179
- package/dist/cjs/commands/CreateQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/CreateReusableDelegationSetCommand.js +0 -113
- package/dist/cjs/commands/CreateReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyCommand.js +0 -62
- package/dist/cjs/commands/CreateTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyInstanceCommand.js +0 -66
- package/dist/cjs/commands/CreateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrafficPolicyVersionCommand.js +0 -67
- package/dist/cjs/commands/CreateTrafficPolicyVersionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVPCAssociationAuthorizationCommand.js +0 -71
- package/dist/cjs/commands/CreateVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DeactivateKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/DeactivateKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHealthCheckCommand.js +0 -74
- package/dist/cjs/commands/DeleteHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteHostedZoneCommand.js +0 -101
- package/dist/cjs/commands/DeleteHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteKeySigningKeyCommand.js +0 -64
- package/dist/cjs/commands/DeleteKeySigningKeyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteQueryLoggingConfigCommand.js +0 -67
- package/dist/cjs/commands/DeleteQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteReusableDelegationSetCommand.js +0 -69
- package/dist/cjs/commands/DeleteReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrafficPolicyCommand.js +0 -77
- package/dist/cjs/commands/DeleteTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrafficPolicyInstanceCommand.js +0 -66
- package/dist/cjs/commands/DeleteTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -71
- package/dist/cjs/commands/DeleteVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableHostedZoneDNSSECCommand.js +0 -64
- package/dist/cjs/commands/DisableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateVPCFromHostedZoneCommand.js +0 -83
- package/dist/cjs/commands/DisassociateVPCFromHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/EnableHostedZoneDNSSECCommand.js +0 -63
- package/dist/cjs/commands/EnableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountLimitCommand.js +0 -70
- package/dist/cjs/commands/GetAccountLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetChangeCommand.js +0 -75
- package/dist/cjs/commands/GetChangeCommand.js.map +0 -1
- package/dist/cjs/commands/GetCheckerIpRangesCommand.js +0 -68
- package/dist/cjs/commands/GetCheckerIpRangesCommand.js.map +0 -1
- package/dist/cjs/commands/GetDNSSECCommand.js +0 -63
- package/dist/cjs/commands/GetDNSSECCommand.js.map +0 -1
- package/dist/cjs/commands/GetGeoLocationCommand.js +0 -81
- package/dist/cjs/commands/GetGeoLocationCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckCountCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckLastFailureReasonCommand.js +0 -61
- package/dist/cjs/commands/GetHealthCheckLastFailureReasonCommand.js.map +0 -1
- package/dist/cjs/commands/GetHealthCheckStatusCommand.js +0 -64
- package/dist/cjs/commands/GetHealthCheckStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneCommand.js +0 -63
- package/dist/cjs/commands/GetHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneCountCommand.js +0 -61
- package/dist/cjs/commands/GetHostedZoneCountCommand.js.map +0 -1
- package/dist/cjs/commands/GetHostedZoneLimitCommand.js +0 -67
- package/dist/cjs/commands/GetHostedZoneLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetQueryLoggingConfigCommand.js +0 -68
- package/dist/cjs/commands/GetQueryLoggingConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GetReusableDelegationSetCommand.js +0 -64
- package/dist/cjs/commands/GetReusableDelegationSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetReusableDelegationSetLimitCommand.js +0 -66
- package/dist/cjs/commands/GetReusableDelegationSetLimitCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyCommand.js +0 -66
- package/dist/cjs/commands/GetTrafficPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyInstanceCommand.js +0 -71
- package/dist/cjs/commands/GetTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrafficPolicyInstanceCountCommand.js +0 -61
- package/dist/cjs/commands/GetTrafficPolicyInstanceCountCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeoLocationsCommand.js +0 -66
- package/dist/cjs/commands/ListGeoLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListHealthChecksCommand.js +0 -61
- package/dist/cjs/commands/ListHealthChecksCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesByNameCommand.js +0 -107
- package/dist/cjs/commands/ListHostedZonesByNameCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesByVPCCommand.js +0 -73
- package/dist/cjs/commands/ListHostedZonesByVPCCommand.js.map +0 -1
- package/dist/cjs/commands/ListHostedZonesCommand.js +0 -66
- package/dist/cjs/commands/ListHostedZonesCommand.js.map +0 -1
- package/dist/cjs/commands/ListQueryLoggingConfigsCommand.js +0 -70
- package/dist/cjs/commands/ListQueryLoggingConfigsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceRecordSetsCommand.js +0 -126
- package/dist/cjs/commands/ListResourceRecordSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListReusableDelegationSetsCommand.js +0 -61
- package/dist/cjs/commands/ListReusableDelegationSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -64
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourcesCommand.js +0 -64
- package/dist/cjs/commands/ListTagsForResourcesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPoliciesCommand.js +0 -67
- package/dist/cjs/commands/ListTrafficPoliciesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -70
- package/dist/cjs/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -68
- package/dist/cjs/commands/ListTrafficPolicyInstancesByPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyInstancesCommand.js +0 -67
- package/dist/cjs/commands/ListTrafficPolicyInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrafficPolicyVersionsCommand.js +0 -64
- package/dist/cjs/commands/ListTrafficPolicyVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVPCAssociationAuthorizationsCommand.js +0 -66
- package/dist/cjs/commands/ListVPCAssociationAuthorizationsCommand.js.map +0 -1
- package/dist/cjs/commands/TestDNSAnswerCommand.js +0 -65
- package/dist/cjs/commands/TestDNSAnswerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHealthCheckCommand.js +0 -64
- package/dist/cjs/commands/UpdateHealthCheckCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateHostedZoneCommentCommand.js +0 -63
- package/dist/cjs/commands/UpdateHostedZoneCommentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrafficPolicyCommentCommand.js +0 -63
- package/dist/cjs/commands/UpdateTrafficPolicyCommentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrafficPolicyInstanceCommand.js +0 -78
- package/dist/cjs/commands/UpdateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -88
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -76
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2035
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -96
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListHealthChecksPaginator.js +0 -46
- package/dist/cjs/pagination/ListHealthChecksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListHostedZonesPaginator.js +0 -46
- package/dist/cjs/pagination/ListHostedZonesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListQueryLoggingConfigsPaginator.js +0 -46
- package/dist/cjs/pagination/ListQueryLoggingConfigsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restXml.js +0 -9041
- package/dist/cjs/protocols/Aws_restXml.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/cjs/waiters/waitForResourceRecordSetsChanged.js +0 -46
- package/dist/cjs/waiters/waitForResourceRecordSetsChanged.js.map +0 -1
- package/dist/es/Route53.js +0 -974
- package/dist/es/Route53.js.map +0 -1
- package/dist/es/Route53Client.js +0 -46
- package/dist/es/Route53Client.js.map +0 -1
- package/dist/es/commands/ActivateKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/ActivateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/AssociateVPCWithHostedZoneCommand.js +0 -77
- package/dist/es/commands/AssociateVPCWithHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/ChangeResourceRecordSetsCommand.js +0 -149
- package/dist/es/commands/ChangeResourceRecordSetsCommand.js.map +0 -1
- package/dist/es/commands/ChangeTagsForResourceCommand.js +0 -68
- package/dist/es/commands/ChangeTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/CreateHealthCheckCommand.js +0 -98
- package/dist/es/commands/CreateHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/CreateHostedZoneCommand.js +0 -99
- package/dist/es/commands/CreateHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/CreateKeySigningKeyCommand.js +0 -67
- package/dist/es/commands/CreateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/CreateQueryLoggingConfigCommand.js +0 -183
- package/dist/es/commands/CreateQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/CreateReusableDelegationSetCommand.js +0 -117
- package/dist/es/commands/CreateReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyCommand.js +0 -66
- package/dist/es/commands/CreateTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyInstanceCommand.js +0 -70
- package/dist/es/commands/CreateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateTrafficPolicyVersionCommand.js +0 -71
- package/dist/es/commands/CreateTrafficPolicyVersionCommand.js.map +0 -1
- package/dist/es/commands/CreateVPCAssociationAuthorizationCommand.js +0 -75
- package/dist/es/commands/CreateVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DeactivateKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/DeactivateKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteHealthCheckCommand.js +0 -78
- package/dist/es/commands/DeleteHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/DeleteHostedZoneCommand.js +0 -105
- package/dist/es/commands/DeleteHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/DeleteKeySigningKeyCommand.js +0 -68
- package/dist/es/commands/DeleteKeySigningKeyCommand.js.map +0 -1
- package/dist/es/commands/DeleteQueryLoggingConfigCommand.js +0 -71
- package/dist/es/commands/DeleteQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/DeleteReusableDelegationSetCommand.js +0 -73
- package/dist/es/commands/DeleteReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrafficPolicyCommand.js +0 -81
- package/dist/es/commands/DeleteTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrafficPolicyInstanceCommand.js +0 -70
- package/dist/es/commands/DeleteTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteVPCAssociationAuthorizationCommand.js +0 -75
- package/dist/es/commands/DeleteVPCAssociationAuthorizationCommand.js.map +0 -1
- package/dist/es/commands/DisableHostedZoneDNSSECCommand.js +0 -68
- package/dist/es/commands/DisableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/es/commands/DisassociateVPCFromHostedZoneCommand.js +0 -87
- package/dist/es/commands/DisassociateVPCFromHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/EnableHostedZoneDNSSECCommand.js +0 -67
- package/dist/es/commands/EnableHostedZoneDNSSECCommand.js.map +0 -1
- package/dist/es/commands/GetAccountLimitCommand.js +0 -74
- package/dist/es/commands/GetAccountLimitCommand.js.map +0 -1
- package/dist/es/commands/GetChangeCommand.js +0 -79
- package/dist/es/commands/GetChangeCommand.js.map +0 -1
- package/dist/es/commands/GetCheckerIpRangesCommand.js +0 -72
- package/dist/es/commands/GetCheckerIpRangesCommand.js.map +0 -1
- package/dist/es/commands/GetDNSSECCommand.js +0 -67
- package/dist/es/commands/GetDNSSECCommand.js.map +0 -1
- package/dist/es/commands/GetGeoLocationCommand.js +0 -85
- package/dist/es/commands/GetGeoLocationCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckCountCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckCountCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckLastFailureReasonCommand.js +0 -65
- package/dist/es/commands/GetHealthCheckLastFailureReasonCommand.js.map +0 -1
- package/dist/es/commands/GetHealthCheckStatusCommand.js +0 -68
- package/dist/es/commands/GetHealthCheckStatusCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneCommand.js +0 -67
- package/dist/es/commands/GetHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneCountCommand.js +0 -65
- package/dist/es/commands/GetHostedZoneCountCommand.js.map +0 -1
- package/dist/es/commands/GetHostedZoneLimitCommand.js +0 -71
- package/dist/es/commands/GetHostedZoneLimitCommand.js.map +0 -1
- package/dist/es/commands/GetQueryLoggingConfigCommand.js +0 -72
- package/dist/es/commands/GetQueryLoggingConfigCommand.js.map +0 -1
- package/dist/es/commands/GetReusableDelegationSetCommand.js +0 -68
- package/dist/es/commands/GetReusableDelegationSetCommand.js.map +0 -1
- package/dist/es/commands/GetReusableDelegationSetLimitCommand.js +0 -70
- package/dist/es/commands/GetReusableDelegationSetLimitCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyCommand.js +0 -70
- package/dist/es/commands/GetTrafficPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyInstanceCommand.js +0 -75
- package/dist/es/commands/GetTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/commands/GetTrafficPolicyInstanceCountCommand.js +0 -65
- package/dist/es/commands/GetTrafficPolicyInstanceCountCommand.js.map +0 -1
- package/dist/es/commands/ListGeoLocationsCommand.js +0 -70
- package/dist/es/commands/ListGeoLocationsCommand.js.map +0 -1
- package/dist/es/commands/ListHealthChecksCommand.js +0 -65
- package/dist/es/commands/ListHealthChecksCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesByNameCommand.js +0 -111
- package/dist/es/commands/ListHostedZonesByNameCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesByVPCCommand.js +0 -77
- package/dist/es/commands/ListHostedZonesByVPCCommand.js.map +0 -1
- package/dist/es/commands/ListHostedZonesCommand.js +0 -70
- package/dist/es/commands/ListHostedZonesCommand.js.map +0 -1
- package/dist/es/commands/ListQueryLoggingConfigsCommand.js +0 -74
- package/dist/es/commands/ListQueryLoggingConfigsCommand.js.map +0 -1
- package/dist/es/commands/ListResourceRecordSetsCommand.js +0 -130
- package/dist/es/commands/ListResourceRecordSetsCommand.js.map +0 -1
- package/dist/es/commands/ListReusableDelegationSetsCommand.js +0 -65
- package/dist/es/commands/ListReusableDelegationSetsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -68
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourcesCommand.js +0 -68
- package/dist/es/commands/ListTagsForResourcesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPoliciesCommand.js +0 -71
- package/dist/es/commands/ListTrafficPoliciesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js +0 -74
- package/dist/es/commands/ListTrafficPolicyInstancesByHostedZoneCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesByPolicyCommand.js +0 -72
- package/dist/es/commands/ListTrafficPolicyInstancesByPolicyCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyInstancesCommand.js +0 -71
- package/dist/es/commands/ListTrafficPolicyInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListTrafficPolicyVersionsCommand.js +0 -68
- package/dist/es/commands/ListTrafficPolicyVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListVPCAssociationAuthorizationsCommand.js +0 -70
- package/dist/es/commands/ListVPCAssociationAuthorizationsCommand.js.map +0 -1
- package/dist/es/commands/TestDNSAnswerCommand.js +0 -69
- package/dist/es/commands/TestDNSAnswerCommand.js.map +0 -1
- package/dist/es/commands/UpdateHealthCheckCommand.js +0 -68
- package/dist/es/commands/UpdateHealthCheckCommand.js.map +0 -1
- package/dist/es/commands/UpdateHostedZoneCommentCommand.js +0 -67
- package/dist/es/commands/UpdateHostedZoneCommentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrafficPolicyCommentCommand.js +0 -67
- package/dist/es/commands/UpdateTrafficPolicyCommentCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrafficPolicyInstanceCommand.js +0 -82
- package/dist/es/commands/UpdateTrafficPolicyInstanceCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -84
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -73
- 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 +0 -1581
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -96
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListHealthChecksPaginator.js +0 -87
- package/dist/es/pagination/ListHealthChecksPaginator.js.map +0 -1
- package/dist/es/pagination/ListHostedZonesPaginator.js +0 -87
- package/dist/es/pagination/ListHostedZonesPaginator.js.map +0 -1
- package/dist/es/pagination/ListQueryLoggingConfigsPaginator.js +0 -87
- package/dist/es/pagination/ListQueryLoggingConfigsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restXml.js +0 -10353
- package/dist/es/protocols/Aws_restXml.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/es/waiters/waitForResourceRecordSetsChanged.js +0 -61
- package/dist/es/waiters/waitForResourceRecordSetsChanged.js.map +0 -1
- package/dist/types/Route53.d.ts +0 -1171
- package/dist/types/Route53Client.d.ts +0 -196
- package/dist/types/commands/ActivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/AssociateVPCWithHostedZoneCommand.d.ts +0 -45
- package/dist/types/commands/ChangeResourceRecordSetsCommand.d.ts +0 -116
- package/dist/types/commands/ChangeTagsForResourceCommand.d.ts +0 -38
- package/dist/types/commands/CreateHealthCheckCommand.d.ts +0 -68
- package/dist/types/commands/CreateHostedZoneCommand.d.ts +0 -67
- package/dist/types/commands/CreateKeySigningKeyCommand.d.ts +0 -35
- package/dist/types/commands/CreateQueryLoggingConfigCommand.d.ts +0 -151
- package/dist/types/commands/CreateReusableDelegationSetCommand.d.ts +0 -85
- package/dist/types/commands/CreateTrafficPolicyCommand.d.ts +0 -36
- package/dist/types/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/commands/CreateTrafficPolicyVersionCommand.d.ts +0 -39
- package/dist/types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/commands/DeactivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/DeleteHealthCheckCommand.d.ts +0 -48
- package/dist/types/commands/DeleteHostedZoneCommand.d.ts +0 -73
- package/dist/types/commands/DeleteKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/commands/DeleteQueryLoggingConfigCommand.d.ts +0 -39
- package/dist/types/commands/DeleteReusableDelegationSetCommand.d.ts +0 -41
- package/dist/types/commands/DeleteTrafficPolicyCommand.d.ts +0 -49
- package/dist/types/commands/DeleteTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/commands/DisableHostedZoneDNSSECCommand.d.ts +0 -36
- package/dist/types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +0 -55
- package/dist/types/commands/EnableHostedZoneDNSSECCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountLimitCommand.d.ts +0 -44
- package/dist/types/commands/GetChangeCommand.d.ts +0 -47
- package/dist/types/commands/GetCheckerIpRangesCommand.d.ts +0 -42
- package/dist/types/commands/GetDNSSECCommand.d.ts +0 -35
- package/dist/types/commands/GetGeoLocationCommand.d.ts +0 -55
- package/dist/types/commands/GetHealthCheckCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckCountCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckLastFailureReasonCommand.d.ts +0 -35
- package/dist/types/commands/GetHealthCheckStatusCommand.d.ts +0 -38
- package/dist/types/commands/GetHostedZoneCommand.d.ts +0 -35
- package/dist/types/commands/GetHostedZoneCountCommand.d.ts +0 -35
- package/dist/types/commands/GetHostedZoneLimitCommand.d.ts +0 -39
- package/dist/types/commands/GetQueryLoggingConfigCommand.d.ts +0 -40
- package/dist/types/commands/GetReusableDelegationSetCommand.d.ts +0 -36
- package/dist/types/commands/GetReusableDelegationSetLimitCommand.d.ts +0 -38
- package/dist/types/commands/GetTrafficPolicyCommand.d.ts +0 -38
- package/dist/types/commands/GetTrafficPolicyInstanceCommand.d.ts +0 -43
- package/dist/types/commands/GetTrafficPolicyInstanceCountCommand.d.ts +0 -35
- package/dist/types/commands/ListGeoLocationsCommand.d.ts +0 -40
- package/dist/types/commands/ListHealthChecksCommand.d.ts +0 -35
- package/dist/types/commands/ListHostedZonesByNameCommand.d.ts +0 -79
- package/dist/types/commands/ListHostedZonesByVPCCommand.d.ts +0 -47
- package/dist/types/commands/ListHostedZonesCommand.d.ts +0 -38
- package/dist/types/commands/ListQueryLoggingConfigsCommand.d.ts +0 -42
- package/dist/types/commands/ListResourceRecordSetsCommand.d.ts +0 -98
- package/dist/types/commands/ListReusableDelegationSetsCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/commands/ListTagsForResourcesCommand.d.ts +0 -38
- package/dist/types/commands/ListTrafficPoliciesCommand.d.ts +0 -41
- package/dist/types/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +0 -42
- package/dist/types/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +0 -42
- package/dist/types/commands/ListTrafficPolicyInstancesCommand.d.ts +0 -41
- package/dist/types/commands/ListTrafficPolicyVersionsCommand.d.ts +0 -36
- package/dist/types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +0 -38
- package/dist/types/commands/TestDNSAnswerCommand.d.ts +0 -37
- package/dist/types/commands/UpdateHealthCheckCommand.d.ts +0 -38
- package/dist/types/commands/UpdateHostedZoneCommentCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrafficPolicyCommentCommand.d.ts +0 -35
- package/dist/types/commands/UpdateTrafficPolicyInstanceCommand.d.ts +0 -50
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListHealthChecksPaginator.d.ts +0 -4
- package/dist/types/pagination/ListHostedZonesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListQueryLoggingConfigsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restXml.d.ts +0 -194
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Route53.d.ts +0 -1171
- package/dist/types/ts3.4/Route53Client.d.ts +0 -196
- package/dist/types/ts3.4/commands/ActivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AssociateVPCWithHostedZoneCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/ChangeResourceRecordSetsCommand.d.ts +0 -116
- package/dist/types/ts3.4/commands/ChangeTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateHealthCheckCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateHostedZoneCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/CreateKeySigningKeyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateQueryLoggingConfigCommand.d.ts +0 -151
- package/dist/types/ts3.4/commands/CreateReusableDelegationSetCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/CreateTrafficPolicyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTrafficPolicyVersionCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DeactivateKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteHealthCheckCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteHostedZoneCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/DeleteKeySigningKeyCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteQueryLoggingConfigCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteReusableDelegationSetCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteTrafficPolicyCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/DeleteTrafficPolicyInstanceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DisableHostedZoneDNSSECCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DisassociateVPCFromHostedZoneCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/EnableHostedZoneDNSSECCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountLimitCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetChangeCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/GetCheckerIpRangesCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/GetDNSSECCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGeoLocationCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/GetHealthCheckCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckLastFailureReasonCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHealthCheckStatusCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetHostedZoneCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHostedZoneCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetHostedZoneLimitCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/GetQueryLoggingConfigCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetReusableDelegationSetCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetReusableDelegationSetLimitCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetTrafficPolicyCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetTrafficPolicyInstanceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetTrafficPolicyInstanceCountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGeoLocationsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListHealthChecksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListHostedZonesByNameCommand.d.ts +0 -79
- package/dist/types/ts3.4/commands/ListHostedZonesByVPCCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/ListHostedZonesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListQueryLoggingConfigsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListResourceRecordSetsCommand.d.ts +0 -98
- package/dist/types/ts3.4/commands/ListReusableDelegationSetsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTagsForResourcesCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTrafficPoliciesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesByHostedZoneCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesByPolicyCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListTrafficPolicyInstancesCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListTrafficPolicyVersionsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListVPCAssociationAuthorizationsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TestDNSAnswerCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateHealthCheckCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateHostedZoneCommentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrafficPolicyCommentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTrafficPolicyInstanceCommand.d.ts +0 -50
- package/dist/types/ts3.4/models/models_0.d.ts +0 -6735
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListHealthChecksPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListHostedZonesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListQueryLoggingConfigsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restXml.d.ts +0 -194
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/dist/types/ts3.4/waiters/waitForResourceRecordSetsChanged.d.ts +0 -14
- package/dist/types/waiters/waitForResourceRecordSetsChanged.d.ts +0 -14
- package/endpoints.ts +0 -88
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8036
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListHealthChecksPaginator.ts +0 -58
- package/pagination/ListHostedZonesPaginator.ts +0 -58
- package/pagination/ListQueryLoggingConfigsPaginator.ts +0 -58
- package/protocols/Aws_restXml.ts +0 -10453
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
- package/waiters/waitForResourceRecordSetsChanged.ts +0 -46
|
@@ -0,0 +1,1362 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateHostedZoneResponse = exports.HostedZone = exports.DelegationSet = exports.CreateHostedZoneRequest = exports.HostedZoneConfig = exports.TooManyHealthChecks = exports.HealthCheckAlreadyExists = exports.CreateHealthCheckResponse = exports.HealthCheck = exports.LinkedService = exports.CloudWatchAlarmConfiguration = exports.Dimension = exports.CreateHealthCheckRequest = exports.HealthCheckConfig = exports.HealthCheckType = exports.ThrottlingException = exports.ChangeTagsForResourceResponse = exports.ChangeTagsForResourceRequest = exports.Tag = exports.NoSuchHealthCheck = exports.InvalidChangeBatch = exports.ChangeResourceRecordSetsResponse = exports.ChangeResourceRecordSetsRequest = exports.ChangeBatch = exports.Change = exports.ResourceRecordSet = exports.ResourceRecord = exports.GeoLocation = exports.PublicZoneVPCAssociation = exports.PriorRequestNotComplete = exports.NotAuthorizedException = exports.NoSuchHostedZone = exports.LimitsExceeded = exports.InvalidVPCId = exports.ConflictingDomainExists = exports.AssociateVPCWithHostedZoneResponse = exports.AssociateVPCWithHostedZoneRequest = exports.VPC = exports.AliasTarget = exports.AlarmIdentifier = exports.NoSuchKeySigningKey = exports.InvalidSigningStatus = exports.InvalidKMSArn = exports.InvalidKeySigningKeyStatus = exports.InvalidInput = exports.ConcurrentModification = exports.ActivateKeySigningKeyResponse = exports.ChangeInfo = exports.ActivateKeySigningKeyRequest = exports.AccountLimit = void 0;
|
|
4
|
+
exports.DeleteHostedZoneRequest = exports.HealthCheckInUse = exports.DeleteHealthCheckResponse = exports.DeleteHealthCheckRequest = exports.KeySigningKeyInUse = exports.KeySigningKeyInParentDSRecord = exports.DeactivateKeySigningKeyResponse = exports.DeactivateKeySigningKeyRequest = exports.TooManyVPCAssociationAuthorizations = exports.CreateVPCAssociationAuthorizationResponse = exports.CreateVPCAssociationAuthorizationRequest = exports.TooManyTrafficPolicyVersionsForCurrentPolicy = exports.CreateTrafficPolicyVersionResponse = exports.CreateTrafficPolicyVersionRequest = exports.TrafficPolicyInstanceAlreadyExists = exports.TooManyTrafficPolicyInstances = exports.NoSuchTrafficPolicy = exports.CreateTrafficPolicyInstanceResponse = exports.TrafficPolicyInstance = exports.CreateTrafficPolicyInstanceRequest = exports.TrafficPolicyAlreadyExists = exports.TooManyTrafficPolicies = exports.InvalidTrafficPolicyDocument = exports.CreateTrafficPolicyResponse = exports.TrafficPolicy = exports.CreateTrafficPolicyRequest = exports.HostedZoneNotFound = exports.DelegationSetAlreadyReusable = exports.DelegationSetAlreadyCreated = exports.CreateReusableDelegationSetResponse = exports.CreateReusableDelegationSetRequest = exports.QueryLoggingConfigAlreadyExists = exports.NoSuchCloudWatchLogsLogGroup = exports.InsufficientCloudWatchLogsResourcePolicy = exports.CreateQueryLoggingConfigResponse = exports.QueryLoggingConfig = exports.CreateQueryLoggingConfigRequest = exports.TooManyKeySigningKeys = exports.KeySigningKeyAlreadyExists = exports.InvalidKeySigningKeyName = exports.InvalidArgument = exports.CreateKeySigningKeyResponse = exports.KeySigningKey = exports.CreateKeySigningKeyRequest = exports.TooManyHostedZones = exports.NoSuchDelegationSet = exports.InvalidDomainName = exports.HostedZoneAlreadyExists = exports.DelegationSetNotReusable = exports.DelegationSetNotAvailable = void 0;
|
|
5
|
+
exports.GetHealthCheckLastFailureReasonRequest = exports.GetHealthCheckCountResponse = exports.GetHealthCheckCountRequest = exports.IncompatibleVersion = exports.GetHealthCheckResponse = exports.GetHealthCheckRequest = exports.NoSuchGeoLocation = exports.GetGeoLocationResponse = exports.GeoLocationDetails = exports.GetGeoLocationRequest = exports.GetDNSSECResponse = exports.DNSSECStatus = exports.GetDNSSECRequest = exports.GetCheckerIpRangesResponse = exports.GetCheckerIpRangesRequest = exports.NoSuchChange = exports.GetChangeResponse = exports.GetChangeRequest = exports.GetAccountLimitResponse = exports.GetAccountLimitRequest = exports.KeySigningKeyWithActiveStatusNotFound = exports.HostedZonePartiallyDelegated = exports.EnableHostedZoneDNSSECResponse = exports.EnableHostedZoneDNSSECRequest = exports.VPCAssociationNotFound = exports.LastVPCAssociation = exports.DisassociateVPCFromHostedZoneResponse = exports.DisassociateVPCFromHostedZoneRequest = exports.DNSSECNotFound = exports.DisableHostedZoneDNSSECResponse = exports.DisableHostedZoneDNSSECRequest = exports.VPCAssociationAuthorizationNotFound = exports.DeleteVPCAssociationAuthorizationResponse = exports.DeleteVPCAssociationAuthorizationRequest = exports.NoSuchTrafficPolicyInstance = exports.DeleteTrafficPolicyInstanceResponse = exports.DeleteTrafficPolicyInstanceRequest = exports.TrafficPolicyInUse = exports.DeleteTrafficPolicyResponse = exports.DeleteTrafficPolicyRequest = exports.DeleteReusableDelegationSetResponse = exports.DeleteReusableDelegationSetRequest = exports.DelegationSetInUse = exports.NoSuchQueryLoggingConfig = exports.DeleteQueryLoggingConfigResponse = exports.DeleteQueryLoggingConfigRequest = exports.DeleteKeySigningKeyResponse = exports.DeleteKeySigningKeyRequest = exports.HostedZoneNotEmpty = exports.DeleteHostedZoneResponse = void 0;
|
|
6
|
+
exports.ListTagsForResourcesResponse = exports.ListTagsForResourcesRequest = exports.ListTagsForResourceResponse = exports.ResourceTagSet = exports.ListTagsForResourceRequest = exports.ListReusableDelegationSetsResponse = exports.ListReusableDelegationSetsRequest = exports.ListResourceRecordSetsResponse = exports.ListResourceRecordSetsRequest = exports.ListQueryLoggingConfigsResponse = exports.ListQueryLoggingConfigsRequest = exports.ListHostedZonesByVPCResponse = exports.HostedZoneSummary = exports.HostedZoneOwner = exports.ListHostedZonesByVPCRequest = exports.InvalidPaginationToken = exports.ListHostedZonesByNameResponse = exports.ListHostedZonesByNameRequest = exports.ListHostedZonesResponse = exports.ListHostedZonesRequest = exports.ListHealthChecksResponse = exports.ListHealthChecksRequest = exports.ListGeoLocationsResponse = exports.ListGeoLocationsRequest = exports.GetTrafficPolicyInstanceCountResponse = exports.GetTrafficPolicyInstanceCountRequest = exports.GetTrafficPolicyInstanceResponse = exports.GetTrafficPolicyInstanceRequest = exports.GetTrafficPolicyResponse = exports.GetTrafficPolicyRequest = exports.GetReusableDelegationSetLimitResponse = exports.ReusableDelegationSetLimit = exports.GetReusableDelegationSetLimitRequest = exports.GetReusableDelegationSetResponse = exports.GetReusableDelegationSetRequest = exports.GetQueryLoggingConfigResponse = exports.GetQueryLoggingConfigRequest = exports.HostedZoneNotPrivate = exports.GetHostedZoneLimitResponse = exports.HostedZoneLimit = exports.GetHostedZoneLimitRequest = exports.GetHostedZoneCountResponse = exports.GetHostedZoneCountRequest = exports.GetHostedZoneResponse = exports.GetHostedZoneRequest = exports.GetHealthCheckStatusResponse = exports.GetHealthCheckStatusRequest = exports.GetHealthCheckLastFailureReasonResponse = exports.HealthCheckObservation = exports.StatusReport = void 0;
|
|
7
|
+
exports.UpdateTrafficPolicyInstanceResponse = exports.UpdateTrafficPolicyInstanceRequest = exports.ConflictingTypes = exports.UpdateTrafficPolicyCommentResponse = exports.UpdateTrafficPolicyCommentRequest = exports.UpdateHostedZoneCommentResponse = exports.UpdateHostedZoneCommentRequest = exports.UpdateHealthCheckResponse = exports.UpdateHealthCheckRequest = exports.HealthCheckVersionMismatch = exports.TestDNSAnswerResponse = exports.TestDNSAnswerRequest = exports.ListVPCAssociationAuthorizationsResponse = exports.ListVPCAssociationAuthorizationsRequest = exports.ListTrafficPolicyVersionsResponse = exports.ListTrafficPolicyVersionsRequest = exports.ListTrafficPolicyInstancesByPolicyResponse = exports.ListTrafficPolicyInstancesByPolicyRequest = exports.ListTrafficPolicyInstancesByHostedZoneResponse = exports.ListTrafficPolicyInstancesByHostedZoneRequest = exports.ListTrafficPolicyInstancesResponse = exports.ListTrafficPolicyInstancesRequest = exports.ListTrafficPoliciesResponse = exports.TrafficPolicySummary = exports.ListTrafficPoliciesRequest = void 0;
|
|
8
|
+
var AccountLimit;
|
|
9
|
+
(function (AccountLimit) {
|
|
10
|
+
AccountLimit.filterSensitiveLog = (obj) => ({
|
|
11
|
+
...obj,
|
|
12
|
+
});
|
|
13
|
+
})(AccountLimit = exports.AccountLimit || (exports.AccountLimit = {}));
|
|
14
|
+
var ActivateKeySigningKeyRequest;
|
|
15
|
+
(function (ActivateKeySigningKeyRequest) {
|
|
16
|
+
ActivateKeySigningKeyRequest.filterSensitiveLog = (obj) => ({
|
|
17
|
+
...obj,
|
|
18
|
+
});
|
|
19
|
+
})(ActivateKeySigningKeyRequest = exports.ActivateKeySigningKeyRequest || (exports.ActivateKeySigningKeyRequest = {}));
|
|
20
|
+
var ChangeInfo;
|
|
21
|
+
(function (ChangeInfo) {
|
|
22
|
+
ChangeInfo.filterSensitiveLog = (obj) => ({
|
|
23
|
+
...obj,
|
|
24
|
+
});
|
|
25
|
+
})(ChangeInfo = exports.ChangeInfo || (exports.ChangeInfo = {}));
|
|
26
|
+
var ActivateKeySigningKeyResponse;
|
|
27
|
+
(function (ActivateKeySigningKeyResponse) {
|
|
28
|
+
ActivateKeySigningKeyResponse.filterSensitiveLog = (obj) => ({
|
|
29
|
+
...obj,
|
|
30
|
+
});
|
|
31
|
+
})(ActivateKeySigningKeyResponse = exports.ActivateKeySigningKeyResponse || (exports.ActivateKeySigningKeyResponse = {}));
|
|
32
|
+
var ConcurrentModification;
|
|
33
|
+
(function (ConcurrentModification) {
|
|
34
|
+
ConcurrentModification.filterSensitiveLog = (obj) => ({
|
|
35
|
+
...obj,
|
|
36
|
+
});
|
|
37
|
+
})(ConcurrentModification = exports.ConcurrentModification || (exports.ConcurrentModification = {}));
|
|
38
|
+
var InvalidInput;
|
|
39
|
+
(function (InvalidInput) {
|
|
40
|
+
InvalidInput.filterSensitiveLog = (obj) => ({
|
|
41
|
+
...obj,
|
|
42
|
+
});
|
|
43
|
+
})(InvalidInput = exports.InvalidInput || (exports.InvalidInput = {}));
|
|
44
|
+
var InvalidKeySigningKeyStatus;
|
|
45
|
+
(function (InvalidKeySigningKeyStatus) {
|
|
46
|
+
InvalidKeySigningKeyStatus.filterSensitiveLog = (obj) => ({
|
|
47
|
+
...obj,
|
|
48
|
+
});
|
|
49
|
+
})(InvalidKeySigningKeyStatus = exports.InvalidKeySigningKeyStatus || (exports.InvalidKeySigningKeyStatus = {}));
|
|
50
|
+
var InvalidKMSArn;
|
|
51
|
+
(function (InvalidKMSArn) {
|
|
52
|
+
InvalidKMSArn.filterSensitiveLog = (obj) => ({
|
|
53
|
+
...obj,
|
|
54
|
+
});
|
|
55
|
+
})(InvalidKMSArn = exports.InvalidKMSArn || (exports.InvalidKMSArn = {}));
|
|
56
|
+
var InvalidSigningStatus;
|
|
57
|
+
(function (InvalidSigningStatus) {
|
|
58
|
+
InvalidSigningStatus.filterSensitiveLog = (obj) => ({
|
|
59
|
+
...obj,
|
|
60
|
+
});
|
|
61
|
+
})(InvalidSigningStatus = exports.InvalidSigningStatus || (exports.InvalidSigningStatus = {}));
|
|
62
|
+
var NoSuchKeySigningKey;
|
|
63
|
+
(function (NoSuchKeySigningKey) {
|
|
64
|
+
NoSuchKeySigningKey.filterSensitiveLog = (obj) => ({
|
|
65
|
+
...obj,
|
|
66
|
+
});
|
|
67
|
+
})(NoSuchKeySigningKey = exports.NoSuchKeySigningKey || (exports.NoSuchKeySigningKey = {}));
|
|
68
|
+
var AlarmIdentifier;
|
|
69
|
+
(function (AlarmIdentifier) {
|
|
70
|
+
AlarmIdentifier.filterSensitiveLog = (obj) => ({
|
|
71
|
+
...obj,
|
|
72
|
+
});
|
|
73
|
+
})(AlarmIdentifier = exports.AlarmIdentifier || (exports.AlarmIdentifier = {}));
|
|
74
|
+
var AliasTarget;
|
|
75
|
+
(function (AliasTarget) {
|
|
76
|
+
AliasTarget.filterSensitiveLog = (obj) => ({
|
|
77
|
+
...obj,
|
|
78
|
+
});
|
|
79
|
+
})(AliasTarget = exports.AliasTarget || (exports.AliasTarget = {}));
|
|
80
|
+
var VPC;
|
|
81
|
+
(function (VPC) {
|
|
82
|
+
VPC.filterSensitiveLog = (obj) => ({
|
|
83
|
+
...obj,
|
|
84
|
+
});
|
|
85
|
+
})(VPC = exports.VPC || (exports.VPC = {}));
|
|
86
|
+
var AssociateVPCWithHostedZoneRequest;
|
|
87
|
+
(function (AssociateVPCWithHostedZoneRequest) {
|
|
88
|
+
AssociateVPCWithHostedZoneRequest.filterSensitiveLog = (obj) => ({
|
|
89
|
+
...obj,
|
|
90
|
+
});
|
|
91
|
+
})(AssociateVPCWithHostedZoneRequest = exports.AssociateVPCWithHostedZoneRequest || (exports.AssociateVPCWithHostedZoneRequest = {}));
|
|
92
|
+
var AssociateVPCWithHostedZoneResponse;
|
|
93
|
+
(function (AssociateVPCWithHostedZoneResponse) {
|
|
94
|
+
AssociateVPCWithHostedZoneResponse.filterSensitiveLog = (obj) => ({
|
|
95
|
+
...obj,
|
|
96
|
+
});
|
|
97
|
+
})(AssociateVPCWithHostedZoneResponse = exports.AssociateVPCWithHostedZoneResponse || (exports.AssociateVPCWithHostedZoneResponse = {}));
|
|
98
|
+
var ConflictingDomainExists;
|
|
99
|
+
(function (ConflictingDomainExists) {
|
|
100
|
+
ConflictingDomainExists.filterSensitiveLog = (obj) => ({
|
|
101
|
+
...obj,
|
|
102
|
+
});
|
|
103
|
+
})(ConflictingDomainExists = exports.ConflictingDomainExists || (exports.ConflictingDomainExists = {}));
|
|
104
|
+
var InvalidVPCId;
|
|
105
|
+
(function (InvalidVPCId) {
|
|
106
|
+
InvalidVPCId.filterSensitiveLog = (obj) => ({
|
|
107
|
+
...obj,
|
|
108
|
+
});
|
|
109
|
+
})(InvalidVPCId = exports.InvalidVPCId || (exports.InvalidVPCId = {}));
|
|
110
|
+
var LimitsExceeded;
|
|
111
|
+
(function (LimitsExceeded) {
|
|
112
|
+
LimitsExceeded.filterSensitiveLog = (obj) => ({
|
|
113
|
+
...obj,
|
|
114
|
+
});
|
|
115
|
+
})(LimitsExceeded = exports.LimitsExceeded || (exports.LimitsExceeded = {}));
|
|
116
|
+
var NoSuchHostedZone;
|
|
117
|
+
(function (NoSuchHostedZone) {
|
|
118
|
+
NoSuchHostedZone.filterSensitiveLog = (obj) => ({
|
|
119
|
+
...obj,
|
|
120
|
+
});
|
|
121
|
+
})(NoSuchHostedZone = exports.NoSuchHostedZone || (exports.NoSuchHostedZone = {}));
|
|
122
|
+
var NotAuthorizedException;
|
|
123
|
+
(function (NotAuthorizedException) {
|
|
124
|
+
NotAuthorizedException.filterSensitiveLog = (obj) => ({
|
|
125
|
+
...obj,
|
|
126
|
+
});
|
|
127
|
+
})(NotAuthorizedException = exports.NotAuthorizedException || (exports.NotAuthorizedException = {}));
|
|
128
|
+
var PriorRequestNotComplete;
|
|
129
|
+
(function (PriorRequestNotComplete) {
|
|
130
|
+
PriorRequestNotComplete.filterSensitiveLog = (obj) => ({
|
|
131
|
+
...obj,
|
|
132
|
+
});
|
|
133
|
+
})(PriorRequestNotComplete = exports.PriorRequestNotComplete || (exports.PriorRequestNotComplete = {}));
|
|
134
|
+
var PublicZoneVPCAssociation;
|
|
135
|
+
(function (PublicZoneVPCAssociation) {
|
|
136
|
+
PublicZoneVPCAssociation.filterSensitiveLog = (obj) => ({
|
|
137
|
+
...obj,
|
|
138
|
+
});
|
|
139
|
+
})(PublicZoneVPCAssociation = exports.PublicZoneVPCAssociation || (exports.PublicZoneVPCAssociation = {}));
|
|
140
|
+
var GeoLocation;
|
|
141
|
+
(function (GeoLocation) {
|
|
142
|
+
GeoLocation.filterSensitiveLog = (obj) => ({
|
|
143
|
+
...obj,
|
|
144
|
+
});
|
|
145
|
+
})(GeoLocation = exports.GeoLocation || (exports.GeoLocation = {}));
|
|
146
|
+
var ResourceRecord;
|
|
147
|
+
(function (ResourceRecord) {
|
|
148
|
+
ResourceRecord.filterSensitiveLog = (obj) => ({
|
|
149
|
+
...obj,
|
|
150
|
+
});
|
|
151
|
+
})(ResourceRecord = exports.ResourceRecord || (exports.ResourceRecord = {}));
|
|
152
|
+
var ResourceRecordSet;
|
|
153
|
+
(function (ResourceRecordSet) {
|
|
154
|
+
ResourceRecordSet.filterSensitiveLog = (obj) => ({
|
|
155
|
+
...obj,
|
|
156
|
+
});
|
|
157
|
+
})(ResourceRecordSet = exports.ResourceRecordSet || (exports.ResourceRecordSet = {}));
|
|
158
|
+
var Change;
|
|
159
|
+
(function (Change) {
|
|
160
|
+
Change.filterSensitiveLog = (obj) => ({
|
|
161
|
+
...obj,
|
|
162
|
+
});
|
|
163
|
+
})(Change = exports.Change || (exports.Change = {}));
|
|
164
|
+
var ChangeBatch;
|
|
165
|
+
(function (ChangeBatch) {
|
|
166
|
+
ChangeBatch.filterSensitiveLog = (obj) => ({
|
|
167
|
+
...obj,
|
|
168
|
+
});
|
|
169
|
+
})(ChangeBatch = exports.ChangeBatch || (exports.ChangeBatch = {}));
|
|
170
|
+
var ChangeResourceRecordSetsRequest;
|
|
171
|
+
(function (ChangeResourceRecordSetsRequest) {
|
|
172
|
+
ChangeResourceRecordSetsRequest.filterSensitiveLog = (obj) => ({
|
|
173
|
+
...obj,
|
|
174
|
+
});
|
|
175
|
+
})(ChangeResourceRecordSetsRequest = exports.ChangeResourceRecordSetsRequest || (exports.ChangeResourceRecordSetsRequest = {}));
|
|
176
|
+
var ChangeResourceRecordSetsResponse;
|
|
177
|
+
(function (ChangeResourceRecordSetsResponse) {
|
|
178
|
+
ChangeResourceRecordSetsResponse.filterSensitiveLog = (obj) => ({
|
|
179
|
+
...obj,
|
|
180
|
+
});
|
|
181
|
+
})(ChangeResourceRecordSetsResponse = exports.ChangeResourceRecordSetsResponse || (exports.ChangeResourceRecordSetsResponse = {}));
|
|
182
|
+
var InvalidChangeBatch;
|
|
183
|
+
(function (InvalidChangeBatch) {
|
|
184
|
+
InvalidChangeBatch.filterSensitiveLog = (obj) => ({
|
|
185
|
+
...obj,
|
|
186
|
+
});
|
|
187
|
+
})(InvalidChangeBatch = exports.InvalidChangeBatch || (exports.InvalidChangeBatch = {}));
|
|
188
|
+
var NoSuchHealthCheck;
|
|
189
|
+
(function (NoSuchHealthCheck) {
|
|
190
|
+
NoSuchHealthCheck.filterSensitiveLog = (obj) => ({
|
|
191
|
+
...obj,
|
|
192
|
+
});
|
|
193
|
+
})(NoSuchHealthCheck = exports.NoSuchHealthCheck || (exports.NoSuchHealthCheck = {}));
|
|
194
|
+
var Tag;
|
|
195
|
+
(function (Tag) {
|
|
196
|
+
Tag.filterSensitiveLog = (obj) => ({
|
|
197
|
+
...obj,
|
|
198
|
+
});
|
|
199
|
+
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
200
|
+
var ChangeTagsForResourceRequest;
|
|
201
|
+
(function (ChangeTagsForResourceRequest) {
|
|
202
|
+
ChangeTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
203
|
+
...obj,
|
|
204
|
+
});
|
|
205
|
+
})(ChangeTagsForResourceRequest = exports.ChangeTagsForResourceRequest || (exports.ChangeTagsForResourceRequest = {}));
|
|
206
|
+
var ChangeTagsForResourceResponse;
|
|
207
|
+
(function (ChangeTagsForResourceResponse) {
|
|
208
|
+
ChangeTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
209
|
+
...obj,
|
|
210
|
+
});
|
|
211
|
+
})(ChangeTagsForResourceResponse = exports.ChangeTagsForResourceResponse || (exports.ChangeTagsForResourceResponse = {}));
|
|
212
|
+
var ThrottlingException;
|
|
213
|
+
(function (ThrottlingException) {
|
|
214
|
+
ThrottlingException.filterSensitiveLog = (obj) => ({
|
|
215
|
+
...obj,
|
|
216
|
+
});
|
|
217
|
+
})(ThrottlingException = exports.ThrottlingException || (exports.ThrottlingException = {}));
|
|
218
|
+
var HealthCheckType;
|
|
219
|
+
(function (HealthCheckType) {
|
|
220
|
+
HealthCheckType["CALCULATED"] = "CALCULATED";
|
|
221
|
+
HealthCheckType["CLOUDWATCH_METRIC"] = "CLOUDWATCH_METRIC";
|
|
222
|
+
HealthCheckType["HTTP"] = "HTTP";
|
|
223
|
+
HealthCheckType["HTTPS"] = "HTTPS";
|
|
224
|
+
HealthCheckType["HTTPS_STR_MATCH"] = "HTTPS_STR_MATCH";
|
|
225
|
+
HealthCheckType["HTTP_STR_MATCH"] = "HTTP_STR_MATCH";
|
|
226
|
+
HealthCheckType["RECOVERY_CONTROL"] = "RECOVERY_CONTROL";
|
|
227
|
+
HealthCheckType["TCP"] = "TCP";
|
|
228
|
+
})(HealthCheckType = exports.HealthCheckType || (exports.HealthCheckType = {}));
|
|
229
|
+
var HealthCheckConfig;
|
|
230
|
+
(function (HealthCheckConfig) {
|
|
231
|
+
HealthCheckConfig.filterSensitiveLog = (obj) => ({
|
|
232
|
+
...obj,
|
|
233
|
+
});
|
|
234
|
+
})(HealthCheckConfig = exports.HealthCheckConfig || (exports.HealthCheckConfig = {}));
|
|
235
|
+
var CreateHealthCheckRequest;
|
|
236
|
+
(function (CreateHealthCheckRequest) {
|
|
237
|
+
CreateHealthCheckRequest.filterSensitiveLog = (obj) => ({
|
|
238
|
+
...obj,
|
|
239
|
+
});
|
|
240
|
+
})(CreateHealthCheckRequest = exports.CreateHealthCheckRequest || (exports.CreateHealthCheckRequest = {}));
|
|
241
|
+
var Dimension;
|
|
242
|
+
(function (Dimension) {
|
|
243
|
+
Dimension.filterSensitiveLog = (obj) => ({
|
|
244
|
+
...obj,
|
|
245
|
+
});
|
|
246
|
+
})(Dimension = exports.Dimension || (exports.Dimension = {}));
|
|
247
|
+
var CloudWatchAlarmConfiguration;
|
|
248
|
+
(function (CloudWatchAlarmConfiguration) {
|
|
249
|
+
CloudWatchAlarmConfiguration.filterSensitiveLog = (obj) => ({
|
|
250
|
+
...obj,
|
|
251
|
+
});
|
|
252
|
+
})(CloudWatchAlarmConfiguration = exports.CloudWatchAlarmConfiguration || (exports.CloudWatchAlarmConfiguration = {}));
|
|
253
|
+
var LinkedService;
|
|
254
|
+
(function (LinkedService) {
|
|
255
|
+
LinkedService.filterSensitiveLog = (obj) => ({
|
|
256
|
+
...obj,
|
|
257
|
+
});
|
|
258
|
+
})(LinkedService = exports.LinkedService || (exports.LinkedService = {}));
|
|
259
|
+
var HealthCheck;
|
|
260
|
+
(function (HealthCheck) {
|
|
261
|
+
HealthCheck.filterSensitiveLog = (obj) => ({
|
|
262
|
+
...obj,
|
|
263
|
+
});
|
|
264
|
+
})(HealthCheck = exports.HealthCheck || (exports.HealthCheck = {}));
|
|
265
|
+
var CreateHealthCheckResponse;
|
|
266
|
+
(function (CreateHealthCheckResponse) {
|
|
267
|
+
CreateHealthCheckResponse.filterSensitiveLog = (obj) => ({
|
|
268
|
+
...obj,
|
|
269
|
+
});
|
|
270
|
+
})(CreateHealthCheckResponse = exports.CreateHealthCheckResponse || (exports.CreateHealthCheckResponse = {}));
|
|
271
|
+
var HealthCheckAlreadyExists;
|
|
272
|
+
(function (HealthCheckAlreadyExists) {
|
|
273
|
+
HealthCheckAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
});
|
|
276
|
+
})(HealthCheckAlreadyExists = exports.HealthCheckAlreadyExists || (exports.HealthCheckAlreadyExists = {}));
|
|
277
|
+
var TooManyHealthChecks;
|
|
278
|
+
(function (TooManyHealthChecks) {
|
|
279
|
+
TooManyHealthChecks.filterSensitiveLog = (obj) => ({
|
|
280
|
+
...obj,
|
|
281
|
+
});
|
|
282
|
+
})(TooManyHealthChecks = exports.TooManyHealthChecks || (exports.TooManyHealthChecks = {}));
|
|
283
|
+
var HostedZoneConfig;
|
|
284
|
+
(function (HostedZoneConfig) {
|
|
285
|
+
HostedZoneConfig.filterSensitiveLog = (obj) => ({
|
|
286
|
+
...obj,
|
|
287
|
+
});
|
|
288
|
+
})(HostedZoneConfig = exports.HostedZoneConfig || (exports.HostedZoneConfig = {}));
|
|
289
|
+
var CreateHostedZoneRequest;
|
|
290
|
+
(function (CreateHostedZoneRequest) {
|
|
291
|
+
CreateHostedZoneRequest.filterSensitiveLog = (obj) => ({
|
|
292
|
+
...obj,
|
|
293
|
+
});
|
|
294
|
+
})(CreateHostedZoneRequest = exports.CreateHostedZoneRequest || (exports.CreateHostedZoneRequest = {}));
|
|
295
|
+
var DelegationSet;
|
|
296
|
+
(function (DelegationSet) {
|
|
297
|
+
DelegationSet.filterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
});
|
|
300
|
+
})(DelegationSet = exports.DelegationSet || (exports.DelegationSet = {}));
|
|
301
|
+
var HostedZone;
|
|
302
|
+
(function (HostedZone) {
|
|
303
|
+
HostedZone.filterSensitiveLog = (obj) => ({
|
|
304
|
+
...obj,
|
|
305
|
+
});
|
|
306
|
+
})(HostedZone = exports.HostedZone || (exports.HostedZone = {}));
|
|
307
|
+
var CreateHostedZoneResponse;
|
|
308
|
+
(function (CreateHostedZoneResponse) {
|
|
309
|
+
CreateHostedZoneResponse.filterSensitiveLog = (obj) => ({
|
|
310
|
+
...obj,
|
|
311
|
+
});
|
|
312
|
+
})(CreateHostedZoneResponse = exports.CreateHostedZoneResponse || (exports.CreateHostedZoneResponse = {}));
|
|
313
|
+
var DelegationSetNotAvailable;
|
|
314
|
+
(function (DelegationSetNotAvailable) {
|
|
315
|
+
DelegationSetNotAvailable.filterSensitiveLog = (obj) => ({
|
|
316
|
+
...obj,
|
|
317
|
+
});
|
|
318
|
+
})(DelegationSetNotAvailable = exports.DelegationSetNotAvailable || (exports.DelegationSetNotAvailable = {}));
|
|
319
|
+
var DelegationSetNotReusable;
|
|
320
|
+
(function (DelegationSetNotReusable) {
|
|
321
|
+
DelegationSetNotReusable.filterSensitiveLog = (obj) => ({
|
|
322
|
+
...obj,
|
|
323
|
+
});
|
|
324
|
+
})(DelegationSetNotReusable = exports.DelegationSetNotReusable || (exports.DelegationSetNotReusable = {}));
|
|
325
|
+
var HostedZoneAlreadyExists;
|
|
326
|
+
(function (HostedZoneAlreadyExists) {
|
|
327
|
+
HostedZoneAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
328
|
+
...obj,
|
|
329
|
+
});
|
|
330
|
+
})(HostedZoneAlreadyExists = exports.HostedZoneAlreadyExists || (exports.HostedZoneAlreadyExists = {}));
|
|
331
|
+
var InvalidDomainName;
|
|
332
|
+
(function (InvalidDomainName) {
|
|
333
|
+
InvalidDomainName.filterSensitiveLog = (obj) => ({
|
|
334
|
+
...obj,
|
|
335
|
+
});
|
|
336
|
+
})(InvalidDomainName = exports.InvalidDomainName || (exports.InvalidDomainName = {}));
|
|
337
|
+
var NoSuchDelegationSet;
|
|
338
|
+
(function (NoSuchDelegationSet) {
|
|
339
|
+
NoSuchDelegationSet.filterSensitiveLog = (obj) => ({
|
|
340
|
+
...obj,
|
|
341
|
+
});
|
|
342
|
+
})(NoSuchDelegationSet = exports.NoSuchDelegationSet || (exports.NoSuchDelegationSet = {}));
|
|
343
|
+
var TooManyHostedZones;
|
|
344
|
+
(function (TooManyHostedZones) {
|
|
345
|
+
TooManyHostedZones.filterSensitiveLog = (obj) => ({
|
|
346
|
+
...obj,
|
|
347
|
+
});
|
|
348
|
+
})(TooManyHostedZones = exports.TooManyHostedZones || (exports.TooManyHostedZones = {}));
|
|
349
|
+
var CreateKeySigningKeyRequest;
|
|
350
|
+
(function (CreateKeySigningKeyRequest) {
|
|
351
|
+
CreateKeySigningKeyRequest.filterSensitiveLog = (obj) => ({
|
|
352
|
+
...obj,
|
|
353
|
+
});
|
|
354
|
+
})(CreateKeySigningKeyRequest = exports.CreateKeySigningKeyRequest || (exports.CreateKeySigningKeyRequest = {}));
|
|
355
|
+
var KeySigningKey;
|
|
356
|
+
(function (KeySigningKey) {
|
|
357
|
+
KeySigningKey.filterSensitiveLog = (obj) => ({
|
|
358
|
+
...obj,
|
|
359
|
+
});
|
|
360
|
+
})(KeySigningKey = exports.KeySigningKey || (exports.KeySigningKey = {}));
|
|
361
|
+
var CreateKeySigningKeyResponse;
|
|
362
|
+
(function (CreateKeySigningKeyResponse) {
|
|
363
|
+
CreateKeySigningKeyResponse.filterSensitiveLog = (obj) => ({
|
|
364
|
+
...obj,
|
|
365
|
+
});
|
|
366
|
+
})(CreateKeySigningKeyResponse = exports.CreateKeySigningKeyResponse || (exports.CreateKeySigningKeyResponse = {}));
|
|
367
|
+
var InvalidArgument;
|
|
368
|
+
(function (InvalidArgument) {
|
|
369
|
+
InvalidArgument.filterSensitiveLog = (obj) => ({
|
|
370
|
+
...obj,
|
|
371
|
+
});
|
|
372
|
+
})(InvalidArgument = exports.InvalidArgument || (exports.InvalidArgument = {}));
|
|
373
|
+
var InvalidKeySigningKeyName;
|
|
374
|
+
(function (InvalidKeySigningKeyName) {
|
|
375
|
+
InvalidKeySigningKeyName.filterSensitiveLog = (obj) => ({
|
|
376
|
+
...obj,
|
|
377
|
+
});
|
|
378
|
+
})(InvalidKeySigningKeyName = exports.InvalidKeySigningKeyName || (exports.InvalidKeySigningKeyName = {}));
|
|
379
|
+
var KeySigningKeyAlreadyExists;
|
|
380
|
+
(function (KeySigningKeyAlreadyExists) {
|
|
381
|
+
KeySigningKeyAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
382
|
+
...obj,
|
|
383
|
+
});
|
|
384
|
+
})(KeySigningKeyAlreadyExists = exports.KeySigningKeyAlreadyExists || (exports.KeySigningKeyAlreadyExists = {}));
|
|
385
|
+
var TooManyKeySigningKeys;
|
|
386
|
+
(function (TooManyKeySigningKeys) {
|
|
387
|
+
TooManyKeySigningKeys.filterSensitiveLog = (obj) => ({
|
|
388
|
+
...obj,
|
|
389
|
+
});
|
|
390
|
+
})(TooManyKeySigningKeys = exports.TooManyKeySigningKeys || (exports.TooManyKeySigningKeys = {}));
|
|
391
|
+
var CreateQueryLoggingConfigRequest;
|
|
392
|
+
(function (CreateQueryLoggingConfigRequest) {
|
|
393
|
+
CreateQueryLoggingConfigRequest.filterSensitiveLog = (obj) => ({
|
|
394
|
+
...obj,
|
|
395
|
+
});
|
|
396
|
+
})(CreateQueryLoggingConfigRequest = exports.CreateQueryLoggingConfigRequest || (exports.CreateQueryLoggingConfigRequest = {}));
|
|
397
|
+
var QueryLoggingConfig;
|
|
398
|
+
(function (QueryLoggingConfig) {
|
|
399
|
+
QueryLoggingConfig.filterSensitiveLog = (obj) => ({
|
|
400
|
+
...obj,
|
|
401
|
+
});
|
|
402
|
+
})(QueryLoggingConfig = exports.QueryLoggingConfig || (exports.QueryLoggingConfig = {}));
|
|
403
|
+
var CreateQueryLoggingConfigResponse;
|
|
404
|
+
(function (CreateQueryLoggingConfigResponse) {
|
|
405
|
+
CreateQueryLoggingConfigResponse.filterSensitiveLog = (obj) => ({
|
|
406
|
+
...obj,
|
|
407
|
+
});
|
|
408
|
+
})(CreateQueryLoggingConfigResponse = exports.CreateQueryLoggingConfigResponse || (exports.CreateQueryLoggingConfigResponse = {}));
|
|
409
|
+
var InsufficientCloudWatchLogsResourcePolicy;
|
|
410
|
+
(function (InsufficientCloudWatchLogsResourcePolicy) {
|
|
411
|
+
InsufficientCloudWatchLogsResourcePolicy.filterSensitiveLog = (obj) => ({
|
|
412
|
+
...obj,
|
|
413
|
+
});
|
|
414
|
+
})(InsufficientCloudWatchLogsResourcePolicy = exports.InsufficientCloudWatchLogsResourcePolicy || (exports.InsufficientCloudWatchLogsResourcePolicy = {}));
|
|
415
|
+
var NoSuchCloudWatchLogsLogGroup;
|
|
416
|
+
(function (NoSuchCloudWatchLogsLogGroup) {
|
|
417
|
+
NoSuchCloudWatchLogsLogGroup.filterSensitiveLog = (obj) => ({
|
|
418
|
+
...obj,
|
|
419
|
+
});
|
|
420
|
+
})(NoSuchCloudWatchLogsLogGroup = exports.NoSuchCloudWatchLogsLogGroup || (exports.NoSuchCloudWatchLogsLogGroup = {}));
|
|
421
|
+
var QueryLoggingConfigAlreadyExists;
|
|
422
|
+
(function (QueryLoggingConfigAlreadyExists) {
|
|
423
|
+
QueryLoggingConfigAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
424
|
+
...obj,
|
|
425
|
+
});
|
|
426
|
+
})(QueryLoggingConfigAlreadyExists = exports.QueryLoggingConfigAlreadyExists || (exports.QueryLoggingConfigAlreadyExists = {}));
|
|
427
|
+
var CreateReusableDelegationSetRequest;
|
|
428
|
+
(function (CreateReusableDelegationSetRequest) {
|
|
429
|
+
CreateReusableDelegationSetRequest.filterSensitiveLog = (obj) => ({
|
|
430
|
+
...obj,
|
|
431
|
+
});
|
|
432
|
+
})(CreateReusableDelegationSetRequest = exports.CreateReusableDelegationSetRequest || (exports.CreateReusableDelegationSetRequest = {}));
|
|
433
|
+
var CreateReusableDelegationSetResponse;
|
|
434
|
+
(function (CreateReusableDelegationSetResponse) {
|
|
435
|
+
CreateReusableDelegationSetResponse.filterSensitiveLog = (obj) => ({
|
|
436
|
+
...obj,
|
|
437
|
+
});
|
|
438
|
+
})(CreateReusableDelegationSetResponse = exports.CreateReusableDelegationSetResponse || (exports.CreateReusableDelegationSetResponse = {}));
|
|
439
|
+
var DelegationSetAlreadyCreated;
|
|
440
|
+
(function (DelegationSetAlreadyCreated) {
|
|
441
|
+
DelegationSetAlreadyCreated.filterSensitiveLog = (obj) => ({
|
|
442
|
+
...obj,
|
|
443
|
+
});
|
|
444
|
+
})(DelegationSetAlreadyCreated = exports.DelegationSetAlreadyCreated || (exports.DelegationSetAlreadyCreated = {}));
|
|
445
|
+
var DelegationSetAlreadyReusable;
|
|
446
|
+
(function (DelegationSetAlreadyReusable) {
|
|
447
|
+
DelegationSetAlreadyReusable.filterSensitiveLog = (obj) => ({
|
|
448
|
+
...obj,
|
|
449
|
+
});
|
|
450
|
+
})(DelegationSetAlreadyReusable = exports.DelegationSetAlreadyReusable || (exports.DelegationSetAlreadyReusable = {}));
|
|
451
|
+
var HostedZoneNotFound;
|
|
452
|
+
(function (HostedZoneNotFound) {
|
|
453
|
+
HostedZoneNotFound.filterSensitiveLog = (obj) => ({
|
|
454
|
+
...obj,
|
|
455
|
+
});
|
|
456
|
+
})(HostedZoneNotFound = exports.HostedZoneNotFound || (exports.HostedZoneNotFound = {}));
|
|
457
|
+
var CreateTrafficPolicyRequest;
|
|
458
|
+
(function (CreateTrafficPolicyRequest) {
|
|
459
|
+
CreateTrafficPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
460
|
+
...obj,
|
|
461
|
+
});
|
|
462
|
+
})(CreateTrafficPolicyRequest = exports.CreateTrafficPolicyRequest || (exports.CreateTrafficPolicyRequest = {}));
|
|
463
|
+
var TrafficPolicy;
|
|
464
|
+
(function (TrafficPolicy) {
|
|
465
|
+
TrafficPolicy.filterSensitiveLog = (obj) => ({
|
|
466
|
+
...obj,
|
|
467
|
+
});
|
|
468
|
+
})(TrafficPolicy = exports.TrafficPolicy || (exports.TrafficPolicy = {}));
|
|
469
|
+
var CreateTrafficPolicyResponse;
|
|
470
|
+
(function (CreateTrafficPolicyResponse) {
|
|
471
|
+
CreateTrafficPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
472
|
+
...obj,
|
|
473
|
+
});
|
|
474
|
+
})(CreateTrafficPolicyResponse = exports.CreateTrafficPolicyResponse || (exports.CreateTrafficPolicyResponse = {}));
|
|
475
|
+
var InvalidTrafficPolicyDocument;
|
|
476
|
+
(function (InvalidTrafficPolicyDocument) {
|
|
477
|
+
InvalidTrafficPolicyDocument.filterSensitiveLog = (obj) => ({
|
|
478
|
+
...obj,
|
|
479
|
+
});
|
|
480
|
+
})(InvalidTrafficPolicyDocument = exports.InvalidTrafficPolicyDocument || (exports.InvalidTrafficPolicyDocument = {}));
|
|
481
|
+
var TooManyTrafficPolicies;
|
|
482
|
+
(function (TooManyTrafficPolicies) {
|
|
483
|
+
TooManyTrafficPolicies.filterSensitiveLog = (obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
});
|
|
486
|
+
})(TooManyTrafficPolicies = exports.TooManyTrafficPolicies || (exports.TooManyTrafficPolicies = {}));
|
|
487
|
+
var TrafficPolicyAlreadyExists;
|
|
488
|
+
(function (TrafficPolicyAlreadyExists) {
|
|
489
|
+
TrafficPolicyAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
490
|
+
...obj,
|
|
491
|
+
});
|
|
492
|
+
})(TrafficPolicyAlreadyExists = exports.TrafficPolicyAlreadyExists || (exports.TrafficPolicyAlreadyExists = {}));
|
|
493
|
+
var CreateTrafficPolicyInstanceRequest;
|
|
494
|
+
(function (CreateTrafficPolicyInstanceRequest) {
|
|
495
|
+
CreateTrafficPolicyInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
496
|
+
...obj,
|
|
497
|
+
});
|
|
498
|
+
})(CreateTrafficPolicyInstanceRequest = exports.CreateTrafficPolicyInstanceRequest || (exports.CreateTrafficPolicyInstanceRequest = {}));
|
|
499
|
+
var TrafficPolicyInstance;
|
|
500
|
+
(function (TrafficPolicyInstance) {
|
|
501
|
+
TrafficPolicyInstance.filterSensitiveLog = (obj) => ({
|
|
502
|
+
...obj,
|
|
503
|
+
});
|
|
504
|
+
})(TrafficPolicyInstance = exports.TrafficPolicyInstance || (exports.TrafficPolicyInstance = {}));
|
|
505
|
+
var CreateTrafficPolicyInstanceResponse;
|
|
506
|
+
(function (CreateTrafficPolicyInstanceResponse) {
|
|
507
|
+
CreateTrafficPolicyInstanceResponse.filterSensitiveLog = (obj) => ({
|
|
508
|
+
...obj,
|
|
509
|
+
});
|
|
510
|
+
})(CreateTrafficPolicyInstanceResponse = exports.CreateTrafficPolicyInstanceResponse || (exports.CreateTrafficPolicyInstanceResponse = {}));
|
|
511
|
+
var NoSuchTrafficPolicy;
|
|
512
|
+
(function (NoSuchTrafficPolicy) {
|
|
513
|
+
NoSuchTrafficPolicy.filterSensitiveLog = (obj) => ({
|
|
514
|
+
...obj,
|
|
515
|
+
});
|
|
516
|
+
})(NoSuchTrafficPolicy = exports.NoSuchTrafficPolicy || (exports.NoSuchTrafficPolicy = {}));
|
|
517
|
+
var TooManyTrafficPolicyInstances;
|
|
518
|
+
(function (TooManyTrafficPolicyInstances) {
|
|
519
|
+
TooManyTrafficPolicyInstances.filterSensitiveLog = (obj) => ({
|
|
520
|
+
...obj,
|
|
521
|
+
});
|
|
522
|
+
})(TooManyTrafficPolicyInstances = exports.TooManyTrafficPolicyInstances || (exports.TooManyTrafficPolicyInstances = {}));
|
|
523
|
+
var TrafficPolicyInstanceAlreadyExists;
|
|
524
|
+
(function (TrafficPolicyInstanceAlreadyExists) {
|
|
525
|
+
TrafficPolicyInstanceAlreadyExists.filterSensitiveLog = (obj) => ({
|
|
526
|
+
...obj,
|
|
527
|
+
});
|
|
528
|
+
})(TrafficPolicyInstanceAlreadyExists = exports.TrafficPolicyInstanceAlreadyExists || (exports.TrafficPolicyInstanceAlreadyExists = {}));
|
|
529
|
+
var CreateTrafficPolicyVersionRequest;
|
|
530
|
+
(function (CreateTrafficPolicyVersionRequest) {
|
|
531
|
+
CreateTrafficPolicyVersionRequest.filterSensitiveLog = (obj) => ({
|
|
532
|
+
...obj,
|
|
533
|
+
});
|
|
534
|
+
})(CreateTrafficPolicyVersionRequest = exports.CreateTrafficPolicyVersionRequest || (exports.CreateTrafficPolicyVersionRequest = {}));
|
|
535
|
+
var CreateTrafficPolicyVersionResponse;
|
|
536
|
+
(function (CreateTrafficPolicyVersionResponse) {
|
|
537
|
+
CreateTrafficPolicyVersionResponse.filterSensitiveLog = (obj) => ({
|
|
538
|
+
...obj,
|
|
539
|
+
});
|
|
540
|
+
})(CreateTrafficPolicyVersionResponse = exports.CreateTrafficPolicyVersionResponse || (exports.CreateTrafficPolicyVersionResponse = {}));
|
|
541
|
+
var TooManyTrafficPolicyVersionsForCurrentPolicy;
|
|
542
|
+
(function (TooManyTrafficPolicyVersionsForCurrentPolicy) {
|
|
543
|
+
TooManyTrafficPolicyVersionsForCurrentPolicy.filterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
});
|
|
546
|
+
})(TooManyTrafficPolicyVersionsForCurrentPolicy = exports.TooManyTrafficPolicyVersionsForCurrentPolicy || (exports.TooManyTrafficPolicyVersionsForCurrentPolicy = {}));
|
|
547
|
+
var CreateVPCAssociationAuthorizationRequest;
|
|
548
|
+
(function (CreateVPCAssociationAuthorizationRequest) {
|
|
549
|
+
CreateVPCAssociationAuthorizationRequest.filterSensitiveLog = (obj) => ({
|
|
550
|
+
...obj,
|
|
551
|
+
});
|
|
552
|
+
})(CreateVPCAssociationAuthorizationRequest = exports.CreateVPCAssociationAuthorizationRequest || (exports.CreateVPCAssociationAuthorizationRequest = {}));
|
|
553
|
+
var CreateVPCAssociationAuthorizationResponse;
|
|
554
|
+
(function (CreateVPCAssociationAuthorizationResponse) {
|
|
555
|
+
CreateVPCAssociationAuthorizationResponse.filterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
})(CreateVPCAssociationAuthorizationResponse = exports.CreateVPCAssociationAuthorizationResponse || (exports.CreateVPCAssociationAuthorizationResponse = {}));
|
|
559
|
+
var TooManyVPCAssociationAuthorizations;
|
|
560
|
+
(function (TooManyVPCAssociationAuthorizations) {
|
|
561
|
+
TooManyVPCAssociationAuthorizations.filterSensitiveLog = (obj) => ({
|
|
562
|
+
...obj,
|
|
563
|
+
});
|
|
564
|
+
})(TooManyVPCAssociationAuthorizations = exports.TooManyVPCAssociationAuthorizations || (exports.TooManyVPCAssociationAuthorizations = {}));
|
|
565
|
+
var DeactivateKeySigningKeyRequest;
|
|
566
|
+
(function (DeactivateKeySigningKeyRequest) {
|
|
567
|
+
DeactivateKeySigningKeyRequest.filterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
});
|
|
570
|
+
})(DeactivateKeySigningKeyRequest = exports.DeactivateKeySigningKeyRequest || (exports.DeactivateKeySigningKeyRequest = {}));
|
|
571
|
+
var DeactivateKeySigningKeyResponse;
|
|
572
|
+
(function (DeactivateKeySigningKeyResponse) {
|
|
573
|
+
DeactivateKeySigningKeyResponse.filterSensitiveLog = (obj) => ({
|
|
574
|
+
...obj,
|
|
575
|
+
});
|
|
576
|
+
})(DeactivateKeySigningKeyResponse = exports.DeactivateKeySigningKeyResponse || (exports.DeactivateKeySigningKeyResponse = {}));
|
|
577
|
+
var KeySigningKeyInParentDSRecord;
|
|
578
|
+
(function (KeySigningKeyInParentDSRecord) {
|
|
579
|
+
KeySigningKeyInParentDSRecord.filterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
});
|
|
582
|
+
})(KeySigningKeyInParentDSRecord = exports.KeySigningKeyInParentDSRecord || (exports.KeySigningKeyInParentDSRecord = {}));
|
|
583
|
+
var KeySigningKeyInUse;
|
|
584
|
+
(function (KeySigningKeyInUse) {
|
|
585
|
+
KeySigningKeyInUse.filterSensitiveLog = (obj) => ({
|
|
586
|
+
...obj,
|
|
587
|
+
});
|
|
588
|
+
})(KeySigningKeyInUse = exports.KeySigningKeyInUse || (exports.KeySigningKeyInUse = {}));
|
|
589
|
+
var DeleteHealthCheckRequest;
|
|
590
|
+
(function (DeleteHealthCheckRequest) {
|
|
591
|
+
DeleteHealthCheckRequest.filterSensitiveLog = (obj) => ({
|
|
592
|
+
...obj,
|
|
593
|
+
});
|
|
594
|
+
})(DeleteHealthCheckRequest = exports.DeleteHealthCheckRequest || (exports.DeleteHealthCheckRequest = {}));
|
|
595
|
+
var DeleteHealthCheckResponse;
|
|
596
|
+
(function (DeleteHealthCheckResponse) {
|
|
597
|
+
DeleteHealthCheckResponse.filterSensitiveLog = (obj) => ({
|
|
598
|
+
...obj,
|
|
599
|
+
});
|
|
600
|
+
})(DeleteHealthCheckResponse = exports.DeleteHealthCheckResponse || (exports.DeleteHealthCheckResponse = {}));
|
|
601
|
+
var HealthCheckInUse;
|
|
602
|
+
(function (HealthCheckInUse) {
|
|
603
|
+
HealthCheckInUse.filterSensitiveLog = (obj) => ({
|
|
604
|
+
...obj,
|
|
605
|
+
});
|
|
606
|
+
})(HealthCheckInUse = exports.HealthCheckInUse || (exports.HealthCheckInUse = {}));
|
|
607
|
+
var DeleteHostedZoneRequest;
|
|
608
|
+
(function (DeleteHostedZoneRequest) {
|
|
609
|
+
DeleteHostedZoneRequest.filterSensitiveLog = (obj) => ({
|
|
610
|
+
...obj,
|
|
611
|
+
});
|
|
612
|
+
})(DeleteHostedZoneRequest = exports.DeleteHostedZoneRequest || (exports.DeleteHostedZoneRequest = {}));
|
|
613
|
+
var DeleteHostedZoneResponse;
|
|
614
|
+
(function (DeleteHostedZoneResponse) {
|
|
615
|
+
DeleteHostedZoneResponse.filterSensitiveLog = (obj) => ({
|
|
616
|
+
...obj,
|
|
617
|
+
});
|
|
618
|
+
})(DeleteHostedZoneResponse = exports.DeleteHostedZoneResponse || (exports.DeleteHostedZoneResponse = {}));
|
|
619
|
+
var HostedZoneNotEmpty;
|
|
620
|
+
(function (HostedZoneNotEmpty) {
|
|
621
|
+
HostedZoneNotEmpty.filterSensitiveLog = (obj) => ({
|
|
622
|
+
...obj,
|
|
623
|
+
});
|
|
624
|
+
})(HostedZoneNotEmpty = exports.HostedZoneNotEmpty || (exports.HostedZoneNotEmpty = {}));
|
|
625
|
+
var DeleteKeySigningKeyRequest;
|
|
626
|
+
(function (DeleteKeySigningKeyRequest) {
|
|
627
|
+
DeleteKeySigningKeyRequest.filterSensitiveLog = (obj) => ({
|
|
628
|
+
...obj,
|
|
629
|
+
});
|
|
630
|
+
})(DeleteKeySigningKeyRequest = exports.DeleteKeySigningKeyRequest || (exports.DeleteKeySigningKeyRequest = {}));
|
|
631
|
+
var DeleteKeySigningKeyResponse;
|
|
632
|
+
(function (DeleteKeySigningKeyResponse) {
|
|
633
|
+
DeleteKeySigningKeyResponse.filterSensitiveLog = (obj) => ({
|
|
634
|
+
...obj,
|
|
635
|
+
});
|
|
636
|
+
})(DeleteKeySigningKeyResponse = exports.DeleteKeySigningKeyResponse || (exports.DeleteKeySigningKeyResponse = {}));
|
|
637
|
+
var DeleteQueryLoggingConfigRequest;
|
|
638
|
+
(function (DeleteQueryLoggingConfigRequest) {
|
|
639
|
+
DeleteQueryLoggingConfigRequest.filterSensitiveLog = (obj) => ({
|
|
640
|
+
...obj,
|
|
641
|
+
});
|
|
642
|
+
})(DeleteQueryLoggingConfigRequest = exports.DeleteQueryLoggingConfigRequest || (exports.DeleteQueryLoggingConfigRequest = {}));
|
|
643
|
+
var DeleteQueryLoggingConfigResponse;
|
|
644
|
+
(function (DeleteQueryLoggingConfigResponse) {
|
|
645
|
+
DeleteQueryLoggingConfigResponse.filterSensitiveLog = (obj) => ({
|
|
646
|
+
...obj,
|
|
647
|
+
});
|
|
648
|
+
})(DeleteQueryLoggingConfigResponse = exports.DeleteQueryLoggingConfigResponse || (exports.DeleteQueryLoggingConfigResponse = {}));
|
|
649
|
+
var NoSuchQueryLoggingConfig;
|
|
650
|
+
(function (NoSuchQueryLoggingConfig) {
|
|
651
|
+
NoSuchQueryLoggingConfig.filterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
});
|
|
654
|
+
})(NoSuchQueryLoggingConfig = exports.NoSuchQueryLoggingConfig || (exports.NoSuchQueryLoggingConfig = {}));
|
|
655
|
+
var DelegationSetInUse;
|
|
656
|
+
(function (DelegationSetInUse) {
|
|
657
|
+
DelegationSetInUse.filterSensitiveLog = (obj) => ({
|
|
658
|
+
...obj,
|
|
659
|
+
});
|
|
660
|
+
})(DelegationSetInUse = exports.DelegationSetInUse || (exports.DelegationSetInUse = {}));
|
|
661
|
+
var DeleteReusableDelegationSetRequest;
|
|
662
|
+
(function (DeleteReusableDelegationSetRequest) {
|
|
663
|
+
DeleteReusableDelegationSetRequest.filterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
})(DeleteReusableDelegationSetRequest = exports.DeleteReusableDelegationSetRequest || (exports.DeleteReusableDelegationSetRequest = {}));
|
|
667
|
+
var DeleteReusableDelegationSetResponse;
|
|
668
|
+
(function (DeleteReusableDelegationSetResponse) {
|
|
669
|
+
DeleteReusableDelegationSetResponse.filterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
})(DeleteReusableDelegationSetResponse = exports.DeleteReusableDelegationSetResponse || (exports.DeleteReusableDelegationSetResponse = {}));
|
|
673
|
+
var DeleteTrafficPolicyRequest;
|
|
674
|
+
(function (DeleteTrafficPolicyRequest) {
|
|
675
|
+
DeleteTrafficPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
})(DeleteTrafficPolicyRequest = exports.DeleteTrafficPolicyRequest || (exports.DeleteTrafficPolicyRequest = {}));
|
|
679
|
+
var DeleteTrafficPolicyResponse;
|
|
680
|
+
(function (DeleteTrafficPolicyResponse) {
|
|
681
|
+
DeleteTrafficPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
682
|
+
...obj,
|
|
683
|
+
});
|
|
684
|
+
})(DeleteTrafficPolicyResponse = exports.DeleteTrafficPolicyResponse || (exports.DeleteTrafficPolicyResponse = {}));
|
|
685
|
+
var TrafficPolicyInUse;
|
|
686
|
+
(function (TrafficPolicyInUse) {
|
|
687
|
+
TrafficPolicyInUse.filterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
})(TrafficPolicyInUse = exports.TrafficPolicyInUse || (exports.TrafficPolicyInUse = {}));
|
|
691
|
+
var DeleteTrafficPolicyInstanceRequest;
|
|
692
|
+
(function (DeleteTrafficPolicyInstanceRequest) {
|
|
693
|
+
DeleteTrafficPolicyInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
});
|
|
696
|
+
})(DeleteTrafficPolicyInstanceRequest = exports.DeleteTrafficPolicyInstanceRequest || (exports.DeleteTrafficPolicyInstanceRequest = {}));
|
|
697
|
+
var DeleteTrafficPolicyInstanceResponse;
|
|
698
|
+
(function (DeleteTrafficPolicyInstanceResponse) {
|
|
699
|
+
DeleteTrafficPolicyInstanceResponse.filterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
});
|
|
702
|
+
})(DeleteTrafficPolicyInstanceResponse = exports.DeleteTrafficPolicyInstanceResponse || (exports.DeleteTrafficPolicyInstanceResponse = {}));
|
|
703
|
+
var NoSuchTrafficPolicyInstance;
|
|
704
|
+
(function (NoSuchTrafficPolicyInstance) {
|
|
705
|
+
NoSuchTrafficPolicyInstance.filterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
});
|
|
708
|
+
})(NoSuchTrafficPolicyInstance = exports.NoSuchTrafficPolicyInstance || (exports.NoSuchTrafficPolicyInstance = {}));
|
|
709
|
+
var DeleteVPCAssociationAuthorizationRequest;
|
|
710
|
+
(function (DeleteVPCAssociationAuthorizationRequest) {
|
|
711
|
+
DeleteVPCAssociationAuthorizationRequest.filterSensitiveLog = (obj) => ({
|
|
712
|
+
...obj,
|
|
713
|
+
});
|
|
714
|
+
})(DeleteVPCAssociationAuthorizationRequest = exports.DeleteVPCAssociationAuthorizationRequest || (exports.DeleteVPCAssociationAuthorizationRequest = {}));
|
|
715
|
+
var DeleteVPCAssociationAuthorizationResponse;
|
|
716
|
+
(function (DeleteVPCAssociationAuthorizationResponse) {
|
|
717
|
+
DeleteVPCAssociationAuthorizationResponse.filterSensitiveLog = (obj) => ({
|
|
718
|
+
...obj,
|
|
719
|
+
});
|
|
720
|
+
})(DeleteVPCAssociationAuthorizationResponse = exports.DeleteVPCAssociationAuthorizationResponse || (exports.DeleteVPCAssociationAuthorizationResponse = {}));
|
|
721
|
+
var VPCAssociationAuthorizationNotFound;
|
|
722
|
+
(function (VPCAssociationAuthorizationNotFound) {
|
|
723
|
+
VPCAssociationAuthorizationNotFound.filterSensitiveLog = (obj) => ({
|
|
724
|
+
...obj,
|
|
725
|
+
});
|
|
726
|
+
})(VPCAssociationAuthorizationNotFound = exports.VPCAssociationAuthorizationNotFound || (exports.VPCAssociationAuthorizationNotFound = {}));
|
|
727
|
+
var DisableHostedZoneDNSSECRequest;
|
|
728
|
+
(function (DisableHostedZoneDNSSECRequest) {
|
|
729
|
+
DisableHostedZoneDNSSECRequest.filterSensitiveLog = (obj) => ({
|
|
730
|
+
...obj,
|
|
731
|
+
});
|
|
732
|
+
})(DisableHostedZoneDNSSECRequest = exports.DisableHostedZoneDNSSECRequest || (exports.DisableHostedZoneDNSSECRequest = {}));
|
|
733
|
+
var DisableHostedZoneDNSSECResponse;
|
|
734
|
+
(function (DisableHostedZoneDNSSECResponse) {
|
|
735
|
+
DisableHostedZoneDNSSECResponse.filterSensitiveLog = (obj) => ({
|
|
736
|
+
...obj,
|
|
737
|
+
});
|
|
738
|
+
})(DisableHostedZoneDNSSECResponse = exports.DisableHostedZoneDNSSECResponse || (exports.DisableHostedZoneDNSSECResponse = {}));
|
|
739
|
+
var DNSSECNotFound;
|
|
740
|
+
(function (DNSSECNotFound) {
|
|
741
|
+
DNSSECNotFound.filterSensitiveLog = (obj) => ({
|
|
742
|
+
...obj,
|
|
743
|
+
});
|
|
744
|
+
})(DNSSECNotFound = exports.DNSSECNotFound || (exports.DNSSECNotFound = {}));
|
|
745
|
+
var DisassociateVPCFromHostedZoneRequest;
|
|
746
|
+
(function (DisassociateVPCFromHostedZoneRequest) {
|
|
747
|
+
DisassociateVPCFromHostedZoneRequest.filterSensitiveLog = (obj) => ({
|
|
748
|
+
...obj,
|
|
749
|
+
});
|
|
750
|
+
})(DisassociateVPCFromHostedZoneRequest = exports.DisassociateVPCFromHostedZoneRequest || (exports.DisassociateVPCFromHostedZoneRequest = {}));
|
|
751
|
+
var DisassociateVPCFromHostedZoneResponse;
|
|
752
|
+
(function (DisassociateVPCFromHostedZoneResponse) {
|
|
753
|
+
DisassociateVPCFromHostedZoneResponse.filterSensitiveLog = (obj) => ({
|
|
754
|
+
...obj,
|
|
755
|
+
});
|
|
756
|
+
})(DisassociateVPCFromHostedZoneResponse = exports.DisassociateVPCFromHostedZoneResponse || (exports.DisassociateVPCFromHostedZoneResponse = {}));
|
|
757
|
+
var LastVPCAssociation;
|
|
758
|
+
(function (LastVPCAssociation) {
|
|
759
|
+
LastVPCAssociation.filterSensitiveLog = (obj) => ({
|
|
760
|
+
...obj,
|
|
761
|
+
});
|
|
762
|
+
})(LastVPCAssociation = exports.LastVPCAssociation || (exports.LastVPCAssociation = {}));
|
|
763
|
+
var VPCAssociationNotFound;
|
|
764
|
+
(function (VPCAssociationNotFound) {
|
|
765
|
+
VPCAssociationNotFound.filterSensitiveLog = (obj) => ({
|
|
766
|
+
...obj,
|
|
767
|
+
});
|
|
768
|
+
})(VPCAssociationNotFound = exports.VPCAssociationNotFound || (exports.VPCAssociationNotFound = {}));
|
|
769
|
+
var EnableHostedZoneDNSSECRequest;
|
|
770
|
+
(function (EnableHostedZoneDNSSECRequest) {
|
|
771
|
+
EnableHostedZoneDNSSECRequest.filterSensitiveLog = (obj) => ({
|
|
772
|
+
...obj,
|
|
773
|
+
});
|
|
774
|
+
})(EnableHostedZoneDNSSECRequest = exports.EnableHostedZoneDNSSECRequest || (exports.EnableHostedZoneDNSSECRequest = {}));
|
|
775
|
+
var EnableHostedZoneDNSSECResponse;
|
|
776
|
+
(function (EnableHostedZoneDNSSECResponse) {
|
|
777
|
+
EnableHostedZoneDNSSECResponse.filterSensitiveLog = (obj) => ({
|
|
778
|
+
...obj,
|
|
779
|
+
});
|
|
780
|
+
})(EnableHostedZoneDNSSECResponse = exports.EnableHostedZoneDNSSECResponse || (exports.EnableHostedZoneDNSSECResponse = {}));
|
|
781
|
+
var HostedZonePartiallyDelegated;
|
|
782
|
+
(function (HostedZonePartiallyDelegated) {
|
|
783
|
+
HostedZonePartiallyDelegated.filterSensitiveLog = (obj) => ({
|
|
784
|
+
...obj,
|
|
785
|
+
});
|
|
786
|
+
})(HostedZonePartiallyDelegated = exports.HostedZonePartiallyDelegated || (exports.HostedZonePartiallyDelegated = {}));
|
|
787
|
+
var KeySigningKeyWithActiveStatusNotFound;
|
|
788
|
+
(function (KeySigningKeyWithActiveStatusNotFound) {
|
|
789
|
+
KeySigningKeyWithActiveStatusNotFound.filterSensitiveLog = (obj) => ({
|
|
790
|
+
...obj,
|
|
791
|
+
});
|
|
792
|
+
})(KeySigningKeyWithActiveStatusNotFound = exports.KeySigningKeyWithActiveStatusNotFound || (exports.KeySigningKeyWithActiveStatusNotFound = {}));
|
|
793
|
+
var GetAccountLimitRequest;
|
|
794
|
+
(function (GetAccountLimitRequest) {
|
|
795
|
+
GetAccountLimitRequest.filterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
});
|
|
798
|
+
})(GetAccountLimitRequest = exports.GetAccountLimitRequest || (exports.GetAccountLimitRequest = {}));
|
|
799
|
+
var GetAccountLimitResponse;
|
|
800
|
+
(function (GetAccountLimitResponse) {
|
|
801
|
+
GetAccountLimitResponse.filterSensitiveLog = (obj) => ({
|
|
802
|
+
...obj,
|
|
803
|
+
});
|
|
804
|
+
})(GetAccountLimitResponse = exports.GetAccountLimitResponse || (exports.GetAccountLimitResponse = {}));
|
|
805
|
+
var GetChangeRequest;
|
|
806
|
+
(function (GetChangeRequest) {
|
|
807
|
+
GetChangeRequest.filterSensitiveLog = (obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
});
|
|
810
|
+
})(GetChangeRequest = exports.GetChangeRequest || (exports.GetChangeRequest = {}));
|
|
811
|
+
var GetChangeResponse;
|
|
812
|
+
(function (GetChangeResponse) {
|
|
813
|
+
GetChangeResponse.filterSensitiveLog = (obj) => ({
|
|
814
|
+
...obj,
|
|
815
|
+
});
|
|
816
|
+
})(GetChangeResponse = exports.GetChangeResponse || (exports.GetChangeResponse = {}));
|
|
817
|
+
var NoSuchChange;
|
|
818
|
+
(function (NoSuchChange) {
|
|
819
|
+
NoSuchChange.filterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
})(NoSuchChange = exports.NoSuchChange || (exports.NoSuchChange = {}));
|
|
823
|
+
var GetCheckerIpRangesRequest;
|
|
824
|
+
(function (GetCheckerIpRangesRequest) {
|
|
825
|
+
GetCheckerIpRangesRequest.filterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
})(GetCheckerIpRangesRequest = exports.GetCheckerIpRangesRequest || (exports.GetCheckerIpRangesRequest = {}));
|
|
829
|
+
var GetCheckerIpRangesResponse;
|
|
830
|
+
(function (GetCheckerIpRangesResponse) {
|
|
831
|
+
GetCheckerIpRangesResponse.filterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
})(GetCheckerIpRangesResponse = exports.GetCheckerIpRangesResponse || (exports.GetCheckerIpRangesResponse = {}));
|
|
835
|
+
var GetDNSSECRequest;
|
|
836
|
+
(function (GetDNSSECRequest) {
|
|
837
|
+
GetDNSSECRequest.filterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
});
|
|
840
|
+
})(GetDNSSECRequest = exports.GetDNSSECRequest || (exports.GetDNSSECRequest = {}));
|
|
841
|
+
var DNSSECStatus;
|
|
842
|
+
(function (DNSSECStatus) {
|
|
843
|
+
DNSSECStatus.filterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
})(DNSSECStatus = exports.DNSSECStatus || (exports.DNSSECStatus = {}));
|
|
847
|
+
var GetDNSSECResponse;
|
|
848
|
+
(function (GetDNSSECResponse) {
|
|
849
|
+
GetDNSSECResponse.filterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
});
|
|
852
|
+
})(GetDNSSECResponse = exports.GetDNSSECResponse || (exports.GetDNSSECResponse = {}));
|
|
853
|
+
var GetGeoLocationRequest;
|
|
854
|
+
(function (GetGeoLocationRequest) {
|
|
855
|
+
GetGeoLocationRequest.filterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
})(GetGeoLocationRequest = exports.GetGeoLocationRequest || (exports.GetGeoLocationRequest = {}));
|
|
859
|
+
var GeoLocationDetails;
|
|
860
|
+
(function (GeoLocationDetails) {
|
|
861
|
+
GeoLocationDetails.filterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
});
|
|
864
|
+
})(GeoLocationDetails = exports.GeoLocationDetails || (exports.GeoLocationDetails = {}));
|
|
865
|
+
var GetGeoLocationResponse;
|
|
866
|
+
(function (GetGeoLocationResponse) {
|
|
867
|
+
GetGeoLocationResponse.filterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
})(GetGeoLocationResponse = exports.GetGeoLocationResponse || (exports.GetGeoLocationResponse = {}));
|
|
871
|
+
var NoSuchGeoLocation;
|
|
872
|
+
(function (NoSuchGeoLocation) {
|
|
873
|
+
NoSuchGeoLocation.filterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
})(NoSuchGeoLocation = exports.NoSuchGeoLocation || (exports.NoSuchGeoLocation = {}));
|
|
877
|
+
var GetHealthCheckRequest;
|
|
878
|
+
(function (GetHealthCheckRequest) {
|
|
879
|
+
GetHealthCheckRequest.filterSensitiveLog = (obj) => ({
|
|
880
|
+
...obj,
|
|
881
|
+
});
|
|
882
|
+
})(GetHealthCheckRequest = exports.GetHealthCheckRequest || (exports.GetHealthCheckRequest = {}));
|
|
883
|
+
var GetHealthCheckResponse;
|
|
884
|
+
(function (GetHealthCheckResponse) {
|
|
885
|
+
GetHealthCheckResponse.filterSensitiveLog = (obj) => ({
|
|
886
|
+
...obj,
|
|
887
|
+
});
|
|
888
|
+
})(GetHealthCheckResponse = exports.GetHealthCheckResponse || (exports.GetHealthCheckResponse = {}));
|
|
889
|
+
var IncompatibleVersion;
|
|
890
|
+
(function (IncompatibleVersion) {
|
|
891
|
+
IncompatibleVersion.filterSensitiveLog = (obj) => ({
|
|
892
|
+
...obj,
|
|
893
|
+
});
|
|
894
|
+
})(IncompatibleVersion = exports.IncompatibleVersion || (exports.IncompatibleVersion = {}));
|
|
895
|
+
var GetHealthCheckCountRequest;
|
|
896
|
+
(function (GetHealthCheckCountRequest) {
|
|
897
|
+
GetHealthCheckCountRequest.filterSensitiveLog = (obj) => ({
|
|
898
|
+
...obj,
|
|
899
|
+
});
|
|
900
|
+
})(GetHealthCheckCountRequest = exports.GetHealthCheckCountRequest || (exports.GetHealthCheckCountRequest = {}));
|
|
901
|
+
var GetHealthCheckCountResponse;
|
|
902
|
+
(function (GetHealthCheckCountResponse) {
|
|
903
|
+
GetHealthCheckCountResponse.filterSensitiveLog = (obj) => ({
|
|
904
|
+
...obj,
|
|
905
|
+
});
|
|
906
|
+
})(GetHealthCheckCountResponse = exports.GetHealthCheckCountResponse || (exports.GetHealthCheckCountResponse = {}));
|
|
907
|
+
var GetHealthCheckLastFailureReasonRequest;
|
|
908
|
+
(function (GetHealthCheckLastFailureReasonRequest) {
|
|
909
|
+
GetHealthCheckLastFailureReasonRequest.filterSensitiveLog = (obj) => ({
|
|
910
|
+
...obj,
|
|
911
|
+
});
|
|
912
|
+
})(GetHealthCheckLastFailureReasonRequest = exports.GetHealthCheckLastFailureReasonRequest || (exports.GetHealthCheckLastFailureReasonRequest = {}));
|
|
913
|
+
var StatusReport;
|
|
914
|
+
(function (StatusReport) {
|
|
915
|
+
StatusReport.filterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
});
|
|
918
|
+
})(StatusReport = exports.StatusReport || (exports.StatusReport = {}));
|
|
919
|
+
var HealthCheckObservation;
|
|
920
|
+
(function (HealthCheckObservation) {
|
|
921
|
+
HealthCheckObservation.filterSensitiveLog = (obj) => ({
|
|
922
|
+
...obj,
|
|
923
|
+
});
|
|
924
|
+
})(HealthCheckObservation = exports.HealthCheckObservation || (exports.HealthCheckObservation = {}));
|
|
925
|
+
var GetHealthCheckLastFailureReasonResponse;
|
|
926
|
+
(function (GetHealthCheckLastFailureReasonResponse) {
|
|
927
|
+
GetHealthCheckLastFailureReasonResponse.filterSensitiveLog = (obj) => ({
|
|
928
|
+
...obj,
|
|
929
|
+
});
|
|
930
|
+
})(GetHealthCheckLastFailureReasonResponse = exports.GetHealthCheckLastFailureReasonResponse || (exports.GetHealthCheckLastFailureReasonResponse = {}));
|
|
931
|
+
var GetHealthCheckStatusRequest;
|
|
932
|
+
(function (GetHealthCheckStatusRequest) {
|
|
933
|
+
GetHealthCheckStatusRequest.filterSensitiveLog = (obj) => ({
|
|
934
|
+
...obj,
|
|
935
|
+
});
|
|
936
|
+
})(GetHealthCheckStatusRequest = exports.GetHealthCheckStatusRequest || (exports.GetHealthCheckStatusRequest = {}));
|
|
937
|
+
var GetHealthCheckStatusResponse;
|
|
938
|
+
(function (GetHealthCheckStatusResponse) {
|
|
939
|
+
GetHealthCheckStatusResponse.filterSensitiveLog = (obj) => ({
|
|
940
|
+
...obj,
|
|
941
|
+
});
|
|
942
|
+
})(GetHealthCheckStatusResponse = exports.GetHealthCheckStatusResponse || (exports.GetHealthCheckStatusResponse = {}));
|
|
943
|
+
var GetHostedZoneRequest;
|
|
944
|
+
(function (GetHostedZoneRequest) {
|
|
945
|
+
GetHostedZoneRequest.filterSensitiveLog = (obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
});
|
|
948
|
+
})(GetHostedZoneRequest = exports.GetHostedZoneRequest || (exports.GetHostedZoneRequest = {}));
|
|
949
|
+
var GetHostedZoneResponse;
|
|
950
|
+
(function (GetHostedZoneResponse) {
|
|
951
|
+
GetHostedZoneResponse.filterSensitiveLog = (obj) => ({
|
|
952
|
+
...obj,
|
|
953
|
+
});
|
|
954
|
+
})(GetHostedZoneResponse = exports.GetHostedZoneResponse || (exports.GetHostedZoneResponse = {}));
|
|
955
|
+
var GetHostedZoneCountRequest;
|
|
956
|
+
(function (GetHostedZoneCountRequest) {
|
|
957
|
+
GetHostedZoneCountRequest.filterSensitiveLog = (obj) => ({
|
|
958
|
+
...obj,
|
|
959
|
+
});
|
|
960
|
+
})(GetHostedZoneCountRequest = exports.GetHostedZoneCountRequest || (exports.GetHostedZoneCountRequest = {}));
|
|
961
|
+
var GetHostedZoneCountResponse;
|
|
962
|
+
(function (GetHostedZoneCountResponse) {
|
|
963
|
+
GetHostedZoneCountResponse.filterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
})(GetHostedZoneCountResponse = exports.GetHostedZoneCountResponse || (exports.GetHostedZoneCountResponse = {}));
|
|
967
|
+
var GetHostedZoneLimitRequest;
|
|
968
|
+
(function (GetHostedZoneLimitRequest) {
|
|
969
|
+
GetHostedZoneLimitRequest.filterSensitiveLog = (obj) => ({
|
|
970
|
+
...obj,
|
|
971
|
+
});
|
|
972
|
+
})(GetHostedZoneLimitRequest = exports.GetHostedZoneLimitRequest || (exports.GetHostedZoneLimitRequest = {}));
|
|
973
|
+
var HostedZoneLimit;
|
|
974
|
+
(function (HostedZoneLimit) {
|
|
975
|
+
HostedZoneLimit.filterSensitiveLog = (obj) => ({
|
|
976
|
+
...obj,
|
|
977
|
+
});
|
|
978
|
+
})(HostedZoneLimit = exports.HostedZoneLimit || (exports.HostedZoneLimit = {}));
|
|
979
|
+
var GetHostedZoneLimitResponse;
|
|
980
|
+
(function (GetHostedZoneLimitResponse) {
|
|
981
|
+
GetHostedZoneLimitResponse.filterSensitiveLog = (obj) => ({
|
|
982
|
+
...obj,
|
|
983
|
+
});
|
|
984
|
+
})(GetHostedZoneLimitResponse = exports.GetHostedZoneLimitResponse || (exports.GetHostedZoneLimitResponse = {}));
|
|
985
|
+
var HostedZoneNotPrivate;
|
|
986
|
+
(function (HostedZoneNotPrivate) {
|
|
987
|
+
HostedZoneNotPrivate.filterSensitiveLog = (obj) => ({
|
|
988
|
+
...obj,
|
|
989
|
+
});
|
|
990
|
+
})(HostedZoneNotPrivate = exports.HostedZoneNotPrivate || (exports.HostedZoneNotPrivate = {}));
|
|
991
|
+
var GetQueryLoggingConfigRequest;
|
|
992
|
+
(function (GetQueryLoggingConfigRequest) {
|
|
993
|
+
GetQueryLoggingConfigRequest.filterSensitiveLog = (obj) => ({
|
|
994
|
+
...obj,
|
|
995
|
+
});
|
|
996
|
+
})(GetQueryLoggingConfigRequest = exports.GetQueryLoggingConfigRequest || (exports.GetQueryLoggingConfigRequest = {}));
|
|
997
|
+
var GetQueryLoggingConfigResponse;
|
|
998
|
+
(function (GetQueryLoggingConfigResponse) {
|
|
999
|
+
GetQueryLoggingConfigResponse.filterSensitiveLog = (obj) => ({
|
|
1000
|
+
...obj,
|
|
1001
|
+
});
|
|
1002
|
+
})(GetQueryLoggingConfigResponse = exports.GetQueryLoggingConfigResponse || (exports.GetQueryLoggingConfigResponse = {}));
|
|
1003
|
+
var GetReusableDelegationSetRequest;
|
|
1004
|
+
(function (GetReusableDelegationSetRequest) {
|
|
1005
|
+
GetReusableDelegationSetRequest.filterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
});
|
|
1008
|
+
})(GetReusableDelegationSetRequest = exports.GetReusableDelegationSetRequest || (exports.GetReusableDelegationSetRequest = {}));
|
|
1009
|
+
var GetReusableDelegationSetResponse;
|
|
1010
|
+
(function (GetReusableDelegationSetResponse) {
|
|
1011
|
+
GetReusableDelegationSetResponse.filterSensitiveLog = (obj) => ({
|
|
1012
|
+
...obj,
|
|
1013
|
+
});
|
|
1014
|
+
})(GetReusableDelegationSetResponse = exports.GetReusableDelegationSetResponse || (exports.GetReusableDelegationSetResponse = {}));
|
|
1015
|
+
var GetReusableDelegationSetLimitRequest;
|
|
1016
|
+
(function (GetReusableDelegationSetLimitRequest) {
|
|
1017
|
+
GetReusableDelegationSetLimitRequest.filterSensitiveLog = (obj) => ({
|
|
1018
|
+
...obj,
|
|
1019
|
+
});
|
|
1020
|
+
})(GetReusableDelegationSetLimitRequest = exports.GetReusableDelegationSetLimitRequest || (exports.GetReusableDelegationSetLimitRequest = {}));
|
|
1021
|
+
var ReusableDelegationSetLimit;
|
|
1022
|
+
(function (ReusableDelegationSetLimit) {
|
|
1023
|
+
ReusableDelegationSetLimit.filterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
});
|
|
1026
|
+
})(ReusableDelegationSetLimit = exports.ReusableDelegationSetLimit || (exports.ReusableDelegationSetLimit = {}));
|
|
1027
|
+
var GetReusableDelegationSetLimitResponse;
|
|
1028
|
+
(function (GetReusableDelegationSetLimitResponse) {
|
|
1029
|
+
GetReusableDelegationSetLimitResponse.filterSensitiveLog = (obj) => ({
|
|
1030
|
+
...obj,
|
|
1031
|
+
});
|
|
1032
|
+
})(GetReusableDelegationSetLimitResponse = exports.GetReusableDelegationSetLimitResponse || (exports.GetReusableDelegationSetLimitResponse = {}));
|
|
1033
|
+
var GetTrafficPolicyRequest;
|
|
1034
|
+
(function (GetTrafficPolicyRequest) {
|
|
1035
|
+
GetTrafficPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1036
|
+
...obj,
|
|
1037
|
+
});
|
|
1038
|
+
})(GetTrafficPolicyRequest = exports.GetTrafficPolicyRequest || (exports.GetTrafficPolicyRequest = {}));
|
|
1039
|
+
var GetTrafficPolicyResponse;
|
|
1040
|
+
(function (GetTrafficPolicyResponse) {
|
|
1041
|
+
GetTrafficPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1042
|
+
...obj,
|
|
1043
|
+
});
|
|
1044
|
+
})(GetTrafficPolicyResponse = exports.GetTrafficPolicyResponse || (exports.GetTrafficPolicyResponse = {}));
|
|
1045
|
+
var GetTrafficPolicyInstanceRequest;
|
|
1046
|
+
(function (GetTrafficPolicyInstanceRequest) {
|
|
1047
|
+
GetTrafficPolicyInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
1048
|
+
...obj,
|
|
1049
|
+
});
|
|
1050
|
+
})(GetTrafficPolicyInstanceRequest = exports.GetTrafficPolicyInstanceRequest || (exports.GetTrafficPolicyInstanceRequest = {}));
|
|
1051
|
+
var GetTrafficPolicyInstanceResponse;
|
|
1052
|
+
(function (GetTrafficPolicyInstanceResponse) {
|
|
1053
|
+
GetTrafficPolicyInstanceResponse.filterSensitiveLog = (obj) => ({
|
|
1054
|
+
...obj,
|
|
1055
|
+
});
|
|
1056
|
+
})(GetTrafficPolicyInstanceResponse = exports.GetTrafficPolicyInstanceResponse || (exports.GetTrafficPolicyInstanceResponse = {}));
|
|
1057
|
+
var GetTrafficPolicyInstanceCountRequest;
|
|
1058
|
+
(function (GetTrafficPolicyInstanceCountRequest) {
|
|
1059
|
+
GetTrafficPolicyInstanceCountRequest.filterSensitiveLog = (obj) => ({
|
|
1060
|
+
...obj,
|
|
1061
|
+
});
|
|
1062
|
+
})(GetTrafficPolicyInstanceCountRequest = exports.GetTrafficPolicyInstanceCountRequest || (exports.GetTrafficPolicyInstanceCountRequest = {}));
|
|
1063
|
+
var GetTrafficPolicyInstanceCountResponse;
|
|
1064
|
+
(function (GetTrafficPolicyInstanceCountResponse) {
|
|
1065
|
+
GetTrafficPolicyInstanceCountResponse.filterSensitiveLog = (obj) => ({
|
|
1066
|
+
...obj,
|
|
1067
|
+
});
|
|
1068
|
+
})(GetTrafficPolicyInstanceCountResponse = exports.GetTrafficPolicyInstanceCountResponse || (exports.GetTrafficPolicyInstanceCountResponse = {}));
|
|
1069
|
+
var ListGeoLocationsRequest;
|
|
1070
|
+
(function (ListGeoLocationsRequest) {
|
|
1071
|
+
ListGeoLocationsRequest.filterSensitiveLog = (obj) => ({
|
|
1072
|
+
...obj,
|
|
1073
|
+
});
|
|
1074
|
+
})(ListGeoLocationsRequest = exports.ListGeoLocationsRequest || (exports.ListGeoLocationsRequest = {}));
|
|
1075
|
+
var ListGeoLocationsResponse;
|
|
1076
|
+
(function (ListGeoLocationsResponse) {
|
|
1077
|
+
ListGeoLocationsResponse.filterSensitiveLog = (obj) => ({
|
|
1078
|
+
...obj,
|
|
1079
|
+
});
|
|
1080
|
+
})(ListGeoLocationsResponse = exports.ListGeoLocationsResponse || (exports.ListGeoLocationsResponse = {}));
|
|
1081
|
+
var ListHealthChecksRequest;
|
|
1082
|
+
(function (ListHealthChecksRequest) {
|
|
1083
|
+
ListHealthChecksRequest.filterSensitiveLog = (obj) => ({
|
|
1084
|
+
...obj,
|
|
1085
|
+
});
|
|
1086
|
+
})(ListHealthChecksRequest = exports.ListHealthChecksRequest || (exports.ListHealthChecksRequest = {}));
|
|
1087
|
+
var ListHealthChecksResponse;
|
|
1088
|
+
(function (ListHealthChecksResponse) {
|
|
1089
|
+
ListHealthChecksResponse.filterSensitiveLog = (obj) => ({
|
|
1090
|
+
...obj,
|
|
1091
|
+
});
|
|
1092
|
+
})(ListHealthChecksResponse = exports.ListHealthChecksResponse || (exports.ListHealthChecksResponse = {}));
|
|
1093
|
+
var ListHostedZonesRequest;
|
|
1094
|
+
(function (ListHostedZonesRequest) {
|
|
1095
|
+
ListHostedZonesRequest.filterSensitiveLog = (obj) => ({
|
|
1096
|
+
...obj,
|
|
1097
|
+
});
|
|
1098
|
+
})(ListHostedZonesRequest = exports.ListHostedZonesRequest || (exports.ListHostedZonesRequest = {}));
|
|
1099
|
+
var ListHostedZonesResponse;
|
|
1100
|
+
(function (ListHostedZonesResponse) {
|
|
1101
|
+
ListHostedZonesResponse.filterSensitiveLog = (obj) => ({
|
|
1102
|
+
...obj,
|
|
1103
|
+
});
|
|
1104
|
+
})(ListHostedZonesResponse = exports.ListHostedZonesResponse || (exports.ListHostedZonesResponse = {}));
|
|
1105
|
+
var ListHostedZonesByNameRequest;
|
|
1106
|
+
(function (ListHostedZonesByNameRequest) {
|
|
1107
|
+
ListHostedZonesByNameRequest.filterSensitiveLog = (obj) => ({
|
|
1108
|
+
...obj,
|
|
1109
|
+
});
|
|
1110
|
+
})(ListHostedZonesByNameRequest = exports.ListHostedZonesByNameRequest || (exports.ListHostedZonesByNameRequest = {}));
|
|
1111
|
+
var ListHostedZonesByNameResponse;
|
|
1112
|
+
(function (ListHostedZonesByNameResponse) {
|
|
1113
|
+
ListHostedZonesByNameResponse.filterSensitiveLog = (obj) => ({
|
|
1114
|
+
...obj,
|
|
1115
|
+
});
|
|
1116
|
+
})(ListHostedZonesByNameResponse = exports.ListHostedZonesByNameResponse || (exports.ListHostedZonesByNameResponse = {}));
|
|
1117
|
+
var InvalidPaginationToken;
|
|
1118
|
+
(function (InvalidPaginationToken) {
|
|
1119
|
+
InvalidPaginationToken.filterSensitiveLog = (obj) => ({
|
|
1120
|
+
...obj,
|
|
1121
|
+
});
|
|
1122
|
+
})(InvalidPaginationToken = exports.InvalidPaginationToken || (exports.InvalidPaginationToken = {}));
|
|
1123
|
+
var ListHostedZonesByVPCRequest;
|
|
1124
|
+
(function (ListHostedZonesByVPCRequest) {
|
|
1125
|
+
ListHostedZonesByVPCRequest.filterSensitiveLog = (obj) => ({
|
|
1126
|
+
...obj,
|
|
1127
|
+
});
|
|
1128
|
+
})(ListHostedZonesByVPCRequest = exports.ListHostedZonesByVPCRequest || (exports.ListHostedZonesByVPCRequest = {}));
|
|
1129
|
+
var HostedZoneOwner;
|
|
1130
|
+
(function (HostedZoneOwner) {
|
|
1131
|
+
HostedZoneOwner.filterSensitiveLog = (obj) => ({
|
|
1132
|
+
...obj,
|
|
1133
|
+
});
|
|
1134
|
+
})(HostedZoneOwner = exports.HostedZoneOwner || (exports.HostedZoneOwner = {}));
|
|
1135
|
+
var HostedZoneSummary;
|
|
1136
|
+
(function (HostedZoneSummary) {
|
|
1137
|
+
HostedZoneSummary.filterSensitiveLog = (obj) => ({
|
|
1138
|
+
...obj,
|
|
1139
|
+
});
|
|
1140
|
+
})(HostedZoneSummary = exports.HostedZoneSummary || (exports.HostedZoneSummary = {}));
|
|
1141
|
+
var ListHostedZonesByVPCResponse;
|
|
1142
|
+
(function (ListHostedZonesByVPCResponse) {
|
|
1143
|
+
ListHostedZonesByVPCResponse.filterSensitiveLog = (obj) => ({
|
|
1144
|
+
...obj,
|
|
1145
|
+
});
|
|
1146
|
+
})(ListHostedZonesByVPCResponse = exports.ListHostedZonesByVPCResponse || (exports.ListHostedZonesByVPCResponse = {}));
|
|
1147
|
+
var ListQueryLoggingConfigsRequest;
|
|
1148
|
+
(function (ListQueryLoggingConfigsRequest) {
|
|
1149
|
+
ListQueryLoggingConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
1150
|
+
...obj,
|
|
1151
|
+
});
|
|
1152
|
+
})(ListQueryLoggingConfigsRequest = exports.ListQueryLoggingConfigsRequest || (exports.ListQueryLoggingConfigsRequest = {}));
|
|
1153
|
+
var ListQueryLoggingConfigsResponse;
|
|
1154
|
+
(function (ListQueryLoggingConfigsResponse) {
|
|
1155
|
+
ListQueryLoggingConfigsResponse.filterSensitiveLog = (obj) => ({
|
|
1156
|
+
...obj,
|
|
1157
|
+
});
|
|
1158
|
+
})(ListQueryLoggingConfigsResponse = exports.ListQueryLoggingConfigsResponse || (exports.ListQueryLoggingConfigsResponse = {}));
|
|
1159
|
+
var ListResourceRecordSetsRequest;
|
|
1160
|
+
(function (ListResourceRecordSetsRequest) {
|
|
1161
|
+
ListResourceRecordSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1162
|
+
...obj,
|
|
1163
|
+
});
|
|
1164
|
+
})(ListResourceRecordSetsRequest = exports.ListResourceRecordSetsRequest || (exports.ListResourceRecordSetsRequest = {}));
|
|
1165
|
+
var ListResourceRecordSetsResponse;
|
|
1166
|
+
(function (ListResourceRecordSetsResponse) {
|
|
1167
|
+
ListResourceRecordSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1168
|
+
...obj,
|
|
1169
|
+
});
|
|
1170
|
+
})(ListResourceRecordSetsResponse = exports.ListResourceRecordSetsResponse || (exports.ListResourceRecordSetsResponse = {}));
|
|
1171
|
+
var ListReusableDelegationSetsRequest;
|
|
1172
|
+
(function (ListReusableDelegationSetsRequest) {
|
|
1173
|
+
ListReusableDelegationSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1174
|
+
...obj,
|
|
1175
|
+
});
|
|
1176
|
+
})(ListReusableDelegationSetsRequest = exports.ListReusableDelegationSetsRequest || (exports.ListReusableDelegationSetsRequest = {}));
|
|
1177
|
+
var ListReusableDelegationSetsResponse;
|
|
1178
|
+
(function (ListReusableDelegationSetsResponse) {
|
|
1179
|
+
ListReusableDelegationSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1180
|
+
...obj,
|
|
1181
|
+
});
|
|
1182
|
+
})(ListReusableDelegationSetsResponse = exports.ListReusableDelegationSetsResponse || (exports.ListReusableDelegationSetsResponse = {}));
|
|
1183
|
+
var ListTagsForResourceRequest;
|
|
1184
|
+
(function (ListTagsForResourceRequest) {
|
|
1185
|
+
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1186
|
+
...obj,
|
|
1187
|
+
});
|
|
1188
|
+
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1189
|
+
var ResourceTagSet;
|
|
1190
|
+
(function (ResourceTagSet) {
|
|
1191
|
+
ResourceTagSet.filterSensitiveLog = (obj) => ({
|
|
1192
|
+
...obj,
|
|
1193
|
+
});
|
|
1194
|
+
})(ResourceTagSet = exports.ResourceTagSet || (exports.ResourceTagSet = {}));
|
|
1195
|
+
var ListTagsForResourceResponse;
|
|
1196
|
+
(function (ListTagsForResourceResponse) {
|
|
1197
|
+
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1198
|
+
...obj,
|
|
1199
|
+
});
|
|
1200
|
+
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1201
|
+
var ListTagsForResourcesRequest;
|
|
1202
|
+
(function (ListTagsForResourcesRequest) {
|
|
1203
|
+
ListTagsForResourcesRequest.filterSensitiveLog = (obj) => ({
|
|
1204
|
+
...obj,
|
|
1205
|
+
});
|
|
1206
|
+
})(ListTagsForResourcesRequest = exports.ListTagsForResourcesRequest || (exports.ListTagsForResourcesRequest = {}));
|
|
1207
|
+
var ListTagsForResourcesResponse;
|
|
1208
|
+
(function (ListTagsForResourcesResponse) {
|
|
1209
|
+
ListTagsForResourcesResponse.filterSensitiveLog = (obj) => ({
|
|
1210
|
+
...obj,
|
|
1211
|
+
});
|
|
1212
|
+
})(ListTagsForResourcesResponse = exports.ListTagsForResourcesResponse || (exports.ListTagsForResourcesResponse = {}));
|
|
1213
|
+
var ListTrafficPoliciesRequest;
|
|
1214
|
+
(function (ListTrafficPoliciesRequest) {
|
|
1215
|
+
ListTrafficPoliciesRequest.filterSensitiveLog = (obj) => ({
|
|
1216
|
+
...obj,
|
|
1217
|
+
});
|
|
1218
|
+
})(ListTrafficPoliciesRequest = exports.ListTrafficPoliciesRequest || (exports.ListTrafficPoliciesRequest = {}));
|
|
1219
|
+
var TrafficPolicySummary;
|
|
1220
|
+
(function (TrafficPolicySummary) {
|
|
1221
|
+
TrafficPolicySummary.filterSensitiveLog = (obj) => ({
|
|
1222
|
+
...obj,
|
|
1223
|
+
});
|
|
1224
|
+
})(TrafficPolicySummary = exports.TrafficPolicySummary || (exports.TrafficPolicySummary = {}));
|
|
1225
|
+
var ListTrafficPoliciesResponse;
|
|
1226
|
+
(function (ListTrafficPoliciesResponse) {
|
|
1227
|
+
ListTrafficPoliciesResponse.filterSensitiveLog = (obj) => ({
|
|
1228
|
+
...obj,
|
|
1229
|
+
});
|
|
1230
|
+
})(ListTrafficPoliciesResponse = exports.ListTrafficPoliciesResponse || (exports.ListTrafficPoliciesResponse = {}));
|
|
1231
|
+
var ListTrafficPolicyInstancesRequest;
|
|
1232
|
+
(function (ListTrafficPolicyInstancesRequest) {
|
|
1233
|
+
ListTrafficPolicyInstancesRequest.filterSensitiveLog = (obj) => ({
|
|
1234
|
+
...obj,
|
|
1235
|
+
});
|
|
1236
|
+
})(ListTrafficPolicyInstancesRequest = exports.ListTrafficPolicyInstancesRequest || (exports.ListTrafficPolicyInstancesRequest = {}));
|
|
1237
|
+
var ListTrafficPolicyInstancesResponse;
|
|
1238
|
+
(function (ListTrafficPolicyInstancesResponse) {
|
|
1239
|
+
ListTrafficPolicyInstancesResponse.filterSensitiveLog = (obj) => ({
|
|
1240
|
+
...obj,
|
|
1241
|
+
});
|
|
1242
|
+
})(ListTrafficPolicyInstancesResponse = exports.ListTrafficPolicyInstancesResponse || (exports.ListTrafficPolicyInstancesResponse = {}));
|
|
1243
|
+
var ListTrafficPolicyInstancesByHostedZoneRequest;
|
|
1244
|
+
(function (ListTrafficPolicyInstancesByHostedZoneRequest) {
|
|
1245
|
+
ListTrafficPolicyInstancesByHostedZoneRequest.filterSensitiveLog = (obj) => ({
|
|
1246
|
+
...obj,
|
|
1247
|
+
});
|
|
1248
|
+
})(ListTrafficPolicyInstancesByHostedZoneRequest = exports.ListTrafficPolicyInstancesByHostedZoneRequest || (exports.ListTrafficPolicyInstancesByHostedZoneRequest = {}));
|
|
1249
|
+
var ListTrafficPolicyInstancesByHostedZoneResponse;
|
|
1250
|
+
(function (ListTrafficPolicyInstancesByHostedZoneResponse) {
|
|
1251
|
+
ListTrafficPolicyInstancesByHostedZoneResponse.filterSensitiveLog = (obj) => ({
|
|
1252
|
+
...obj,
|
|
1253
|
+
});
|
|
1254
|
+
})(ListTrafficPolicyInstancesByHostedZoneResponse = exports.ListTrafficPolicyInstancesByHostedZoneResponse || (exports.ListTrafficPolicyInstancesByHostedZoneResponse = {}));
|
|
1255
|
+
var ListTrafficPolicyInstancesByPolicyRequest;
|
|
1256
|
+
(function (ListTrafficPolicyInstancesByPolicyRequest) {
|
|
1257
|
+
ListTrafficPolicyInstancesByPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1258
|
+
...obj,
|
|
1259
|
+
});
|
|
1260
|
+
})(ListTrafficPolicyInstancesByPolicyRequest = exports.ListTrafficPolicyInstancesByPolicyRequest || (exports.ListTrafficPolicyInstancesByPolicyRequest = {}));
|
|
1261
|
+
var ListTrafficPolicyInstancesByPolicyResponse;
|
|
1262
|
+
(function (ListTrafficPolicyInstancesByPolicyResponse) {
|
|
1263
|
+
ListTrafficPolicyInstancesByPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1264
|
+
...obj,
|
|
1265
|
+
});
|
|
1266
|
+
})(ListTrafficPolicyInstancesByPolicyResponse = exports.ListTrafficPolicyInstancesByPolicyResponse || (exports.ListTrafficPolicyInstancesByPolicyResponse = {}));
|
|
1267
|
+
var ListTrafficPolicyVersionsRequest;
|
|
1268
|
+
(function (ListTrafficPolicyVersionsRequest) {
|
|
1269
|
+
ListTrafficPolicyVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
1270
|
+
...obj,
|
|
1271
|
+
});
|
|
1272
|
+
})(ListTrafficPolicyVersionsRequest = exports.ListTrafficPolicyVersionsRequest || (exports.ListTrafficPolicyVersionsRequest = {}));
|
|
1273
|
+
var ListTrafficPolicyVersionsResponse;
|
|
1274
|
+
(function (ListTrafficPolicyVersionsResponse) {
|
|
1275
|
+
ListTrafficPolicyVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
1276
|
+
...obj,
|
|
1277
|
+
});
|
|
1278
|
+
})(ListTrafficPolicyVersionsResponse = exports.ListTrafficPolicyVersionsResponse || (exports.ListTrafficPolicyVersionsResponse = {}));
|
|
1279
|
+
var ListVPCAssociationAuthorizationsRequest;
|
|
1280
|
+
(function (ListVPCAssociationAuthorizationsRequest) {
|
|
1281
|
+
ListVPCAssociationAuthorizationsRequest.filterSensitiveLog = (obj) => ({
|
|
1282
|
+
...obj,
|
|
1283
|
+
});
|
|
1284
|
+
})(ListVPCAssociationAuthorizationsRequest = exports.ListVPCAssociationAuthorizationsRequest || (exports.ListVPCAssociationAuthorizationsRequest = {}));
|
|
1285
|
+
var ListVPCAssociationAuthorizationsResponse;
|
|
1286
|
+
(function (ListVPCAssociationAuthorizationsResponse) {
|
|
1287
|
+
ListVPCAssociationAuthorizationsResponse.filterSensitiveLog = (obj) => ({
|
|
1288
|
+
...obj,
|
|
1289
|
+
});
|
|
1290
|
+
})(ListVPCAssociationAuthorizationsResponse = exports.ListVPCAssociationAuthorizationsResponse || (exports.ListVPCAssociationAuthorizationsResponse = {}));
|
|
1291
|
+
var TestDNSAnswerRequest;
|
|
1292
|
+
(function (TestDNSAnswerRequest) {
|
|
1293
|
+
TestDNSAnswerRequest.filterSensitiveLog = (obj) => ({
|
|
1294
|
+
...obj,
|
|
1295
|
+
});
|
|
1296
|
+
})(TestDNSAnswerRequest = exports.TestDNSAnswerRequest || (exports.TestDNSAnswerRequest = {}));
|
|
1297
|
+
var TestDNSAnswerResponse;
|
|
1298
|
+
(function (TestDNSAnswerResponse) {
|
|
1299
|
+
TestDNSAnswerResponse.filterSensitiveLog = (obj) => ({
|
|
1300
|
+
...obj,
|
|
1301
|
+
});
|
|
1302
|
+
})(TestDNSAnswerResponse = exports.TestDNSAnswerResponse || (exports.TestDNSAnswerResponse = {}));
|
|
1303
|
+
var HealthCheckVersionMismatch;
|
|
1304
|
+
(function (HealthCheckVersionMismatch) {
|
|
1305
|
+
HealthCheckVersionMismatch.filterSensitiveLog = (obj) => ({
|
|
1306
|
+
...obj,
|
|
1307
|
+
});
|
|
1308
|
+
})(HealthCheckVersionMismatch = exports.HealthCheckVersionMismatch || (exports.HealthCheckVersionMismatch = {}));
|
|
1309
|
+
var UpdateHealthCheckRequest;
|
|
1310
|
+
(function (UpdateHealthCheckRequest) {
|
|
1311
|
+
UpdateHealthCheckRequest.filterSensitiveLog = (obj) => ({
|
|
1312
|
+
...obj,
|
|
1313
|
+
});
|
|
1314
|
+
})(UpdateHealthCheckRequest = exports.UpdateHealthCheckRequest || (exports.UpdateHealthCheckRequest = {}));
|
|
1315
|
+
var UpdateHealthCheckResponse;
|
|
1316
|
+
(function (UpdateHealthCheckResponse) {
|
|
1317
|
+
UpdateHealthCheckResponse.filterSensitiveLog = (obj) => ({
|
|
1318
|
+
...obj,
|
|
1319
|
+
});
|
|
1320
|
+
})(UpdateHealthCheckResponse = exports.UpdateHealthCheckResponse || (exports.UpdateHealthCheckResponse = {}));
|
|
1321
|
+
var UpdateHostedZoneCommentRequest;
|
|
1322
|
+
(function (UpdateHostedZoneCommentRequest) {
|
|
1323
|
+
UpdateHostedZoneCommentRequest.filterSensitiveLog = (obj) => ({
|
|
1324
|
+
...obj,
|
|
1325
|
+
});
|
|
1326
|
+
})(UpdateHostedZoneCommentRequest = exports.UpdateHostedZoneCommentRequest || (exports.UpdateHostedZoneCommentRequest = {}));
|
|
1327
|
+
var UpdateHostedZoneCommentResponse;
|
|
1328
|
+
(function (UpdateHostedZoneCommentResponse) {
|
|
1329
|
+
UpdateHostedZoneCommentResponse.filterSensitiveLog = (obj) => ({
|
|
1330
|
+
...obj,
|
|
1331
|
+
});
|
|
1332
|
+
})(UpdateHostedZoneCommentResponse = exports.UpdateHostedZoneCommentResponse || (exports.UpdateHostedZoneCommentResponse = {}));
|
|
1333
|
+
var UpdateTrafficPolicyCommentRequest;
|
|
1334
|
+
(function (UpdateTrafficPolicyCommentRequest) {
|
|
1335
|
+
UpdateTrafficPolicyCommentRequest.filterSensitiveLog = (obj) => ({
|
|
1336
|
+
...obj,
|
|
1337
|
+
});
|
|
1338
|
+
})(UpdateTrafficPolicyCommentRequest = exports.UpdateTrafficPolicyCommentRequest || (exports.UpdateTrafficPolicyCommentRequest = {}));
|
|
1339
|
+
var UpdateTrafficPolicyCommentResponse;
|
|
1340
|
+
(function (UpdateTrafficPolicyCommentResponse) {
|
|
1341
|
+
UpdateTrafficPolicyCommentResponse.filterSensitiveLog = (obj) => ({
|
|
1342
|
+
...obj,
|
|
1343
|
+
});
|
|
1344
|
+
})(UpdateTrafficPolicyCommentResponse = exports.UpdateTrafficPolicyCommentResponse || (exports.UpdateTrafficPolicyCommentResponse = {}));
|
|
1345
|
+
var ConflictingTypes;
|
|
1346
|
+
(function (ConflictingTypes) {
|
|
1347
|
+
ConflictingTypes.filterSensitiveLog = (obj) => ({
|
|
1348
|
+
...obj,
|
|
1349
|
+
});
|
|
1350
|
+
})(ConflictingTypes = exports.ConflictingTypes || (exports.ConflictingTypes = {}));
|
|
1351
|
+
var UpdateTrafficPolicyInstanceRequest;
|
|
1352
|
+
(function (UpdateTrafficPolicyInstanceRequest) {
|
|
1353
|
+
UpdateTrafficPolicyInstanceRequest.filterSensitiveLog = (obj) => ({
|
|
1354
|
+
...obj,
|
|
1355
|
+
});
|
|
1356
|
+
})(UpdateTrafficPolicyInstanceRequest = exports.UpdateTrafficPolicyInstanceRequest || (exports.UpdateTrafficPolicyInstanceRequest = {}));
|
|
1357
|
+
var UpdateTrafficPolicyInstanceResponse;
|
|
1358
|
+
(function (UpdateTrafficPolicyInstanceResponse) {
|
|
1359
|
+
UpdateTrafficPolicyInstanceResponse.filterSensitiveLog = (obj) => ({
|
|
1360
|
+
...obj,
|
|
1361
|
+
});
|
|
1362
|
+
})(UpdateTrafficPolicyInstanceResponse = exports.UpdateTrafficPolicyInstanceResponse || (exports.UpdateTrafficPolicyInstanceResponse = {}));
|