@aws-sdk/client-route53resolver 3.496.0 → 3.499.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist-cjs/index.js +51 -50
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -5857,16 +5857,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5857
5857
  // Annotate the CommonJS export names for ESM import in node:
5858
5858
 
5859
5859
  0 && (module.exports = {
5860
- AccessDeniedException,
5861
- Action,
5860
+ Route53ResolverServiceException,
5861
+ __Client,
5862
+ Route53ResolverClient,
5863
+ Route53Resolver,
5864
+ $Command,
5862
5865
  AssociateFirewallRuleGroupCommand,
5863
5866
  AssociateResolverEndpointIpAddressCommand,
5864
5867
  AssociateResolverQueryLogConfigCommand,
5865
5868
  AssociateResolverRuleCommand,
5866
- AutodefinedReverseFlag,
5867
- BlockOverrideDnsType,
5868
- BlockResponse,
5869
- ConflictException,
5870
5869
  CreateFirewallDomainListCommand,
5871
5870
  CreateFirewallRuleCommand,
5872
5871
  CreateFirewallRuleGroupCommand,
@@ -5885,12 +5884,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5885
5884
  DisassociateResolverEndpointIpAddressCommand,
5886
5885
  DisassociateResolverQueryLogConfigCommand,
5887
5886
  DisassociateResolverRuleCommand,
5888
- FirewallDomainImportOperation,
5889
- FirewallDomainListStatus,
5890
- FirewallDomainUpdateOperation,
5891
- FirewallFailOpenStatus,
5892
- FirewallRuleGroupAssociationStatus,
5893
- FirewallRuleGroupStatus,
5894
5887
  GetFirewallConfigCommand,
5895
5888
  GetFirewallDomainListCommand,
5896
5889
  GetFirewallRuleGroupAssociationCommand,
@@ -5907,14 +5900,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5907
5900
  GetResolverRuleCommand,
5908
5901
  GetResolverRulePolicyCommand,
5909
5902
  ImportFirewallDomainsCommand,
5910
- InternalServiceErrorException,
5911
- InvalidNextTokenException,
5912
- InvalidParameterException,
5913
- InvalidPolicyDocument,
5914
- InvalidRequestException,
5915
- InvalidTagException,
5916
- IpAddressStatus,
5917
- LimitExceededException,
5918
5903
  ListFirewallConfigsCommand,
5919
5904
  ListFirewallDomainListsCommand,
5920
5905
  ListFirewallDomainsCommand,
@@ -5931,36 +5916,10 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5931
5916
  ListResolverRuleAssociationsCommand,
5932
5917
  ListResolverRulesCommand,
5933
5918
  ListTagsForResourceCommand,
5934
- MutationProtectionStatus,
5935
- OutpostResolverStatus,
5936
- Protocol,
5937
5919
  PutFirewallRuleGroupPolicyCommand,
5938
5920
  PutResolverQueryLogConfigPolicyCommand,
5939
5921
  PutResolverRulePolicyCommand,
5940
- ResolverAutodefinedReverseStatus,
5941
- ResolverDNSSECValidationStatus,
5942
- ResolverEndpointDirection,
5943
- ResolverEndpointStatus,
5944
- ResolverEndpointType,
5945
- ResolverQueryLogConfigAssociationError,
5946
- ResolverQueryLogConfigAssociationStatus,
5947
- ResolverQueryLogConfigStatus,
5948
- ResolverRuleAssociationStatus,
5949
- ResolverRuleStatus,
5950
- ResourceExistsException,
5951
- ResourceInUseException,
5952
- ResourceNotFoundException,
5953
- ResourceUnavailableException,
5954
- Route53Resolver,
5955
- Route53ResolverClient,
5956
- Route53ResolverServiceException,
5957
- RuleTypeOption,
5958
- ServiceQuotaExceededException,
5959
- ShareStatus,
5960
- SortOrder,
5961
5922
  TagResourceCommand,
5962
- ThrottlingException,
5963
- UnknownResourceException,
5964
5923
  UntagResourceCommand,
5965
5924
  UpdateFirewallConfigCommand,
5966
5925
  UpdateFirewallDomainsCommand,
@@ -5971,9 +5930,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5971
5930
  UpdateResolverDnssecConfigCommand,
5972
5931
  UpdateResolverEndpointCommand,
5973
5932
  UpdateResolverRuleCommand,
5974
- Validation,
5975
- ValidationException,
5976
- __Client,
5977
5933
  paginateListFirewallConfigs,
5978
5934
  paginateListFirewallDomainLists,
5979
5935
  paginateListFirewallDomains,
@@ -5989,6 +5945,51 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
5989
5945
  paginateListResolverQueryLogConfigs,
5990
5946
  paginateListResolverRuleAssociations,
5991
5947
  paginateListResolverRules,
5992
- paginateListTagsForResource
5948
+ paginateListTagsForResource,
5949
+ AccessDeniedException,
5950
+ Action,
5951
+ MutationProtectionStatus,
5952
+ FirewallRuleGroupAssociationStatus,
5953
+ ConflictException,
5954
+ InternalServiceErrorException,
5955
+ LimitExceededException,
5956
+ ResourceNotFoundException,
5957
+ ThrottlingException,
5958
+ ValidationException,
5959
+ ResolverEndpointDirection,
5960
+ Protocol,
5961
+ ResolverEndpointType,
5962
+ ResolverEndpointStatus,
5963
+ InvalidParameterException,
5964
+ InvalidRequestException,
5965
+ ResourceExistsException,
5966
+ ResolverQueryLogConfigAssociationError,
5967
+ ResolverQueryLogConfigAssociationStatus,
5968
+ ResolverRuleAssociationStatus,
5969
+ ResourceUnavailableException,
5970
+ AutodefinedReverseFlag,
5971
+ BlockOverrideDnsType,
5972
+ BlockResponse,
5973
+ FirewallDomainListStatus,
5974
+ ShareStatus,
5975
+ FirewallRuleGroupStatus,
5976
+ OutpostResolverStatus,
5977
+ ServiceQuotaExceededException,
5978
+ ResolverQueryLogConfigStatus,
5979
+ RuleTypeOption,
5980
+ ResolverRuleStatus,
5981
+ ResourceInUseException,
5982
+ FirewallFailOpenStatus,
5983
+ FirewallDomainImportOperation,
5984
+ FirewallDomainUpdateOperation,
5985
+ ResolverAutodefinedReverseStatus,
5986
+ ResolverDNSSECValidationStatus,
5987
+ UnknownResourceException,
5988
+ InvalidNextTokenException,
5989
+ InvalidPolicyDocument,
5990
+ InvalidTagException,
5991
+ IpAddressStatus,
5992
+ SortOrder,
5993
+ Validation
5993
5994
  });
5994
5995
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route53resolver",
3
3
  "description": "AWS SDK for JavaScript Route53resolver Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route53resolver",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",