@aws-sdk/client-vpc-lattice 3.696.0 → 3.703.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 (108) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1223 -25
  3. package/dist-es/VPCLattice.js +34 -0
  4. package/dist-es/commands/CreateResourceConfigurationCommand.js +22 -0
  5. package/dist-es/commands/CreateResourceGatewayCommand.js +22 -0
  6. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +22 -0
  7. package/dist-es/commands/DeleteResourceConfigurationCommand.js +22 -0
  8. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +22 -0
  9. package/dist-es/commands/DeleteResourceGatewayCommand.js +22 -0
  10. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +22 -0
  11. package/dist-es/commands/GetResourceConfigurationCommand.js +22 -0
  12. package/dist-es/commands/GetResourceGatewayCommand.js +22 -0
  13. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +22 -0
  14. package/dist-es/commands/ListResourceConfigurationsCommand.js +22 -0
  15. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +22 -0
  16. package/dist-es/commands/ListResourceGatewaysCommand.js +22 -0
  17. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +22 -0
  18. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +22 -0
  19. package/dist-es/commands/UpdateResourceConfigurationCommand.js +22 -0
  20. package/dist-es/commands/UpdateResourceGatewayCommand.js +22 -0
  21. package/dist-es/commands/index.js +17 -0
  22. package/dist-es/models/models_0.js +61 -0
  23. package/dist-es/pagination/ListResourceConfigurationsPaginator.js +4 -0
  24. package/dist-es/pagination/ListResourceEndpointAssociationsPaginator.js +4 -0
  25. package/dist-es/pagination/ListResourceGatewaysPaginator.js +4 -0
  26. package/dist-es/pagination/ListServiceNetworkResourceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.js +4 -0
  28. package/dist-es/pagination/index.js +5 -0
  29. package/dist-es/protocols/Aws_restJson1.js +671 -0
  30. package/dist-types/VPCLattice.d.ts +122 -0
  31. package/dist-types/VPCLatticeClient.d.ts +19 -2
  32. package/dist-types/commands/CreateAccessLogSubscriptionCommand.d.ts +2 -0
  33. package/dist-types/commands/CreateResourceConfigurationCommand.d.ts +144 -0
  34. package/dist-types/commands/CreateResourceGatewayCommand.d.ts +117 -0
  35. package/dist-types/commands/CreateServiceNetworkCommand.d.ts +6 -0
  36. package/dist-types/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +104 -0
  37. package/dist-types/commands/CreateServiceNetworkServiceAssociationCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteAuthPolicyCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteResourceConfigurationCommand.d.ts +89 -0
  40. package/dist-types/commands/DeleteResourceEndpointAssociationCommand.d.ts +91 -0
  41. package/dist-types/commands/DeleteResourceGatewayCommand.d.ts +94 -0
  42. package/dist-types/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +93 -0
  43. package/dist-types/commands/DeleteServiceNetworkServiceAssociationCommand.d.ts +1 -1
  44. package/dist-types/commands/GetAccessLogSubscriptionCommand.d.ts +1 -0
  45. package/dist-types/commands/GetResourceConfigurationCommand.d.ts +115 -0
  46. package/dist-types/commands/GetResourceGatewayCommand.d.ts +100 -0
  47. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  48. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  49. package/dist-types/commands/GetServiceNetworkCommand.d.ts +3 -0
  50. package/dist-types/commands/GetServiceNetworkResourceAssociationCommand.d.ts +109 -0
  51. package/dist-types/commands/GetServiceNetworkServiceAssociationCommand.d.ts +1 -2
  52. package/dist-types/commands/GetServiceNetworkVpcAssociationCommand.d.ts +1 -1
  53. package/dist-types/commands/ListAccessLogSubscriptionsCommand.d.ts +2 -1
  54. package/dist-types/commands/ListResourceConfigurationsCommand.d.ts +101 -0
  55. package/dist-types/commands/ListResourceEndpointAssociationsCommand.d.ts +102 -0
  56. package/dist-types/commands/ListResourceGatewaysCommand.d.ts +103 -0
  57. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  58. package/dist-types/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +112 -0
  59. package/dist-types/commands/ListServiceNetworkServiceAssociationsCommand.d.ts +4 -5
  60. package/dist-types/commands/ListServiceNetworkVpcAssociationsCommand.d.ts +2 -3
  61. package/dist-types/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +97 -0
  62. package/dist-types/commands/ListServiceNetworksCommand.d.ts +3 -2
  63. package/dist-types/commands/PutAuthPolicyCommand.d.ts +2 -2
  64. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -0
  65. package/dist-types/commands/UpdateResourceConfigurationCommand.d.ts +129 -0
  66. package/dist-types/commands/UpdateResourceGatewayCommand.d.ts +101 -0
  67. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -1
  68. package/dist-types/commands/UpdateServiceCommand.d.ts +3 -0
  69. package/dist-types/commands/UpdateServiceNetworkVpcAssociationCommand.d.ts +2 -2
  70. package/dist-types/commands/UpdateTargetGroupCommand.d.ts +3 -0
  71. package/dist-types/commands/index.d.ts +17 -0
  72. package/dist-types/models/models_0.d.ts +2687 -987
  73. package/dist-types/pagination/ListResourceConfigurationsPaginator.d.ts +7 -0
  74. package/dist-types/pagination/ListResourceEndpointAssociationsPaginator.d.ts +7 -0
  75. package/dist-types/pagination/ListResourceGatewaysPaginator.d.ts +7 -0
  76. package/dist-types/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +7 -0
  78. package/dist-types/pagination/index.d.ts +5 -0
  79. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  80. package/dist-types/ts3.4/VPCLattice.d.ts +328 -0
  81. package/dist-types/ts3.4/VPCLatticeClient.d.ts +102 -0
  82. package/dist-types/ts3.4/commands/CreateResourceConfigurationCommand.d.ts +51 -0
  83. package/dist-types/ts3.4/commands/CreateResourceGatewayCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/CreateServiceNetworkResourceAssociationCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/DeleteResourceConfigurationCommand.d.ts +51 -0
  86. package/dist-types/ts3.4/commands/DeleteResourceEndpointAssociationCommand.d.ts +51 -0
  87. package/dist-types/ts3.4/commands/DeleteResourceGatewayCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/DeleteServiceNetworkResourceAssociationCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/GetResourceConfigurationCommand.d.ts +51 -0
  90. package/dist-types/ts3.4/commands/GetResourceGatewayCommand.d.ts +51 -0
  91. package/dist-types/ts3.4/commands/GetServiceNetworkResourceAssociationCommand.d.ts +51 -0
  92. package/dist-types/ts3.4/commands/ListResourceConfigurationsCommand.d.ts +51 -0
  93. package/dist-types/ts3.4/commands/ListResourceEndpointAssociationsCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/ListResourceGatewaysCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/ListServiceNetworkResourceAssociationsCommand.d.ts +51 -0
  96. package/dist-types/ts3.4/commands/ListServiceNetworkVpcEndpointAssociationsCommand.d.ts +51 -0
  97. package/dist-types/ts3.4/commands/UpdateResourceConfigurationCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/UpdateResourceGatewayCommand.d.ts +51 -0
  99. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +416 -0
  101. package/dist-types/ts3.4/pagination/ListResourceConfigurationsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/ListResourceEndpointAssociationsPaginator.d.ts +11 -0
  103. package/dist-types/ts3.4/pagination/ListResourceGatewaysPaginator.d.ts +11 -0
  104. package/dist-types/ts3.4/pagination/ListServiceNetworkResourceAssociationsPaginator.d.ts +11 -0
  105. package/dist-types/ts3.4/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.d.ts +11 -0
  106. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  107. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  108. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -28,19 +28,26 @@ __export(src_exports, {
28
28
  ConflictException: () => ConflictException,
29
29
  CreateAccessLogSubscriptionCommand: () => CreateAccessLogSubscriptionCommand,
30
30
  CreateListenerCommand: () => CreateListenerCommand,
31
+ CreateResourceConfigurationCommand: () => CreateResourceConfigurationCommand,
32
+ CreateResourceGatewayCommand: () => CreateResourceGatewayCommand,
31
33
  CreateRuleCommand: () => CreateRuleCommand,
32
34
  CreateServiceCommand: () => CreateServiceCommand,
33
35
  CreateServiceNetworkCommand: () => CreateServiceNetworkCommand,
36
+ CreateServiceNetworkResourceAssociationCommand: () => CreateServiceNetworkResourceAssociationCommand,
34
37
  CreateServiceNetworkServiceAssociationCommand: () => CreateServiceNetworkServiceAssociationCommand,
35
38
  CreateServiceNetworkVpcAssociationCommand: () => CreateServiceNetworkVpcAssociationCommand,
36
39
  CreateTargetGroupCommand: () => CreateTargetGroupCommand,
37
40
  DeleteAccessLogSubscriptionCommand: () => DeleteAccessLogSubscriptionCommand,
38
41
  DeleteAuthPolicyCommand: () => DeleteAuthPolicyCommand,
39
42
  DeleteListenerCommand: () => DeleteListenerCommand,
43
+ DeleteResourceConfigurationCommand: () => DeleteResourceConfigurationCommand,
44
+ DeleteResourceEndpointAssociationCommand: () => DeleteResourceEndpointAssociationCommand,
45
+ DeleteResourceGatewayCommand: () => DeleteResourceGatewayCommand,
40
46
  DeleteResourcePolicyCommand: () => DeleteResourcePolicyCommand,
41
47
  DeleteRuleCommand: () => DeleteRuleCommand,
42
48
  DeleteServiceCommand: () => DeleteServiceCommand,
43
49
  DeleteServiceNetworkCommand: () => DeleteServiceNetworkCommand,
50
+ DeleteServiceNetworkResourceAssociationCommand: () => DeleteServiceNetworkResourceAssociationCommand,
44
51
  DeleteServiceNetworkServiceAssociationCommand: () => DeleteServiceNetworkServiceAssociationCommand,
45
52
  DeleteServiceNetworkVpcAssociationCommand: () => DeleteServiceNetworkVpcAssociationCommand,
46
53
  DeleteTargetGroupCommand: () => DeleteTargetGroupCommand,
@@ -48,10 +55,13 @@ __export(src_exports, {
48
55
  GetAccessLogSubscriptionCommand: () => GetAccessLogSubscriptionCommand,
49
56
  GetAuthPolicyCommand: () => GetAuthPolicyCommand,
50
57
  GetListenerCommand: () => GetListenerCommand,
58
+ GetResourceConfigurationCommand: () => GetResourceConfigurationCommand,
59
+ GetResourceGatewayCommand: () => GetResourceGatewayCommand,
51
60
  GetResourcePolicyCommand: () => GetResourcePolicyCommand,
52
61
  GetRuleCommand: () => GetRuleCommand,
53
62
  GetServiceCommand: () => GetServiceCommand,
54
63
  GetServiceNetworkCommand: () => GetServiceNetworkCommand,
64
+ GetServiceNetworkResourceAssociationCommand: () => GetServiceNetworkResourceAssociationCommand,
55
65
  GetServiceNetworkServiceAssociationCommand: () => GetServiceNetworkServiceAssociationCommand,
56
66
  GetServiceNetworkVpcAssociationCommand: () => GetServiceNetworkVpcAssociationCommand,
57
67
  GetTargetGroupCommand: () => GetTargetGroupCommand,
@@ -62,9 +72,14 @@ __export(src_exports, {
62
72
  LambdaEventStructureVersion: () => LambdaEventStructureVersion,
63
73
  ListAccessLogSubscriptionsCommand: () => ListAccessLogSubscriptionsCommand,
64
74
  ListListenersCommand: () => ListListenersCommand,
75
+ ListResourceConfigurationsCommand: () => ListResourceConfigurationsCommand,
76
+ ListResourceEndpointAssociationsCommand: () => ListResourceEndpointAssociationsCommand,
77
+ ListResourceGatewaysCommand: () => ListResourceGatewaysCommand,
65
78
  ListRulesCommand: () => ListRulesCommand,
79
+ ListServiceNetworkResourceAssociationsCommand: () => ListServiceNetworkResourceAssociationsCommand,
66
80
  ListServiceNetworkServiceAssociationsCommand: () => ListServiceNetworkServiceAssociationsCommand,
67
81
  ListServiceNetworkVpcAssociationsCommand: () => ListServiceNetworkVpcAssociationsCommand,
82
+ ListServiceNetworkVpcEndpointAssociationsCommand: () => ListServiceNetworkVpcEndpointAssociationsCommand,
68
83
  ListServiceNetworksCommand: () => ListServiceNetworksCommand,
69
84
  ListServicesCommand: () => ListServicesCommand,
70
85
  ListTagsForResourceCommand: () => ListTagsForResourceCommand,
@@ -73,12 +88,21 @@ __export(src_exports, {
73
88
  ListenerProtocol: () => ListenerProtocol,
74
89
  Matcher: () => Matcher,
75
90
  PathMatchType: () => PathMatchType,
91
+ ProtocolType: () => ProtocolType,
76
92
  PutAuthPolicyCommand: () => PutAuthPolicyCommand,
77
93
  PutResourcePolicyCommand: () => PutResourcePolicyCommand,
78
94
  RegisterTargetsCommand: () => RegisterTargetsCommand,
95
+ ResourceConfigurationDefinition: () => ResourceConfigurationDefinition,
96
+ ResourceConfigurationIpAddressType: () => ResourceConfigurationIpAddressType,
97
+ ResourceConfigurationStatus: () => ResourceConfigurationStatus,
98
+ ResourceConfigurationType: () => ResourceConfigurationType,
99
+ ResourceGatewayIpAddressType: () => ResourceGatewayIpAddressType,
100
+ ResourceGatewayStatus: () => ResourceGatewayStatus,
79
101
  ResourceNotFoundException: () => ResourceNotFoundException,
80
102
  RuleAction: () => RuleAction,
81
103
  RuleMatch: () => RuleMatch,
104
+ ServiceNetworkLogType: () => ServiceNetworkLogType,
105
+ ServiceNetworkResourceAssociationStatus: () => ServiceNetworkResourceAssociationStatus,
82
106
  ServiceNetworkServiceAssociationStatus: () => ServiceNetworkServiceAssociationStatus,
83
107
  ServiceNetworkVpcAssociationStatus: () => ServiceNetworkVpcAssociationStatus,
84
108
  ServiceQuotaExceededException: () => ServiceQuotaExceededException,
@@ -93,6 +117,8 @@ __export(src_exports, {
93
117
  UntagResourceCommand: () => UntagResourceCommand,
94
118
  UpdateAccessLogSubscriptionCommand: () => UpdateAccessLogSubscriptionCommand,
95
119
  UpdateListenerCommand: () => UpdateListenerCommand,
120
+ UpdateResourceConfigurationCommand: () => UpdateResourceConfigurationCommand,
121
+ UpdateResourceGatewayCommand: () => UpdateResourceGatewayCommand,
96
122
  UpdateRuleCommand: () => UpdateRuleCommand,
97
123
  UpdateServiceCommand: () => UpdateServiceCommand,
98
124
  UpdateServiceNetworkCommand: () => UpdateServiceNetworkCommand,
@@ -106,9 +132,14 @@ __export(src_exports, {
106
132
  __Client: () => import_smithy_client.Client,
107
133
  paginateListAccessLogSubscriptions: () => paginateListAccessLogSubscriptions,
108
134
  paginateListListeners: () => paginateListListeners,
135
+ paginateListResourceConfigurations: () => paginateListResourceConfigurations,
136
+ paginateListResourceEndpointAssociations: () => paginateListResourceEndpointAssociations,
137
+ paginateListResourceGateways: () => paginateListResourceGateways,
109
138
  paginateListRules: () => paginateListRules,
139
+ paginateListServiceNetworkResourceAssociations: () => paginateListServiceNetworkResourceAssociations,
110
140
  paginateListServiceNetworkServiceAssociations: () => paginateListServiceNetworkServiceAssociations,
111
141
  paginateListServiceNetworkVpcAssociations: () => paginateListServiceNetworkVpcAssociations,
142
+ paginateListServiceNetworkVpcEndpointAssociations: () => paginateListServiceNetworkVpcEndpointAssociations,
112
143
  paginateListServiceNetworks: () => paginateListServiceNetworks,
113
144
  paginateListServices: () => paginateListServices,
114
145
  paginateListTargetGroups: () => paginateListTargetGroups,
@@ -318,6 +349,16 @@ var _ConflictException = class _ConflictException extends VPCLatticeServiceExcep
318
349
  };
319
350
  __name(_ConflictException, "ConflictException");
320
351
  var ConflictException = _ConflictException;
352
+ var ServiceNetworkLogType = {
353
+ /**
354
+ * Indicates logs for Lattice resource configurations.
355
+ */
356
+ RESOURCE: "RESOURCE",
357
+ /**
358
+ * Indicates logs for Lattice services.
359
+ */
360
+ SERVICE: "SERVICE"
361
+ };
321
362
  var _InternalServerException = class _InternalServerException extends VPCLatticeServiceException {
322
363
  /**
323
364
  * @internal
@@ -487,6 +528,130 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
487
528
  };
488
529
  __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
489
530
  var ServiceQuotaExceededException = _ServiceQuotaExceededException;
531
+ var ProtocolType = {
532
+ /**
533
+ * Resource Configuration protocol type TCP
534
+ */
535
+ TCP: "TCP"
536
+ };
537
+ var ResourceConfigurationIpAddressType = {
538
+ /**
539
+ * Dualstack ip address type for dns type resource configs
540
+ */
541
+ DUALSTACK: "DUALSTACK",
542
+ /**
543
+ * Ipv4 ip address type for dns type resource configs
544
+ */
545
+ IPV4: "IPV4",
546
+ /**
547
+ * IPv6 ip address type for dns type resource configs
548
+ */
549
+ IPV6: "IPV6"
550
+ };
551
+ var ResourceConfigurationDefinition;
552
+ ((ResourceConfigurationDefinition3) => {
553
+ ResourceConfigurationDefinition3.visit = /* @__PURE__ */ __name((value, visitor) => {
554
+ if (value.dnsResource !== void 0)
555
+ return visitor.dnsResource(value.dnsResource);
556
+ if (value.ipResource !== void 0)
557
+ return visitor.ipResource(value.ipResource);
558
+ if (value.arnResource !== void 0)
559
+ return visitor.arnResource(value.arnResource);
560
+ return visitor._(value.$unknown[0], value.$unknown[1]);
561
+ }, "visit");
562
+ })(ResourceConfigurationDefinition || (ResourceConfigurationDefinition = {}));
563
+ var ResourceConfigurationType = {
564
+ /**
565
+ * Resource Configuration of type ARN
566
+ */
567
+ ARN: "ARN",
568
+ /**
569
+ * Resource Configuration of type CHILD
570
+ */
571
+ CHILD: "CHILD",
572
+ /**
573
+ * Resource Configuration of type GROUP
574
+ */
575
+ GROUP: "GROUP",
576
+ /**
577
+ * Resource Configuration of type SINGLE
578
+ */
579
+ SINGLE: "SINGLE"
580
+ };
581
+ var ResourceConfigurationStatus = {
582
+ /**
583
+ * Resource Configuration is active.
584
+ */
585
+ ACTIVE: "ACTIVE",
586
+ /**
587
+ * Resource Configuration creation failed
588
+ */
589
+ CREATE_FAILED: "CREATE_FAILED",
590
+ /**
591
+ * Resource Configuration creation in progress.
592
+ */
593
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
594
+ /**
595
+ * Resource Configuration deletion failed.
596
+ */
597
+ DELETE_FAILED: "DELETE_FAILED",
598
+ /**
599
+ * Resource Configuration deletion in progress
600
+ */
601
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
602
+ /**
603
+ * Resource Configuration update failed
604
+ */
605
+ UPDATE_FAILED: "UPDATE_FAILED",
606
+ /**
607
+ * Resource Configuration update in progress.
608
+ */
609
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS"
610
+ };
611
+ var ResourceGatewayIpAddressType = {
612
+ /**
613
+ * Dualstack ip address type for resource gateway
614
+ */
615
+ DUALSTACK: "DUALSTACK",
616
+ /**
617
+ * Ipv4 ip address type for resource gateway
618
+ */
619
+ IPV4: "IPV4",
620
+ /**
621
+ * IPv6 ip address type for resource gateway
622
+ */
623
+ IPV6: "IPV6"
624
+ };
625
+ var ResourceGatewayStatus = {
626
+ /**
627
+ * Resource Gateway is active.
628
+ */
629
+ ACTIVE: "ACTIVE",
630
+ /**
631
+ * Resource Gateway creation failed
632
+ */
633
+ CREATE_FAILED: "CREATE_FAILED",
634
+ /**
635
+ * Resource Gateway creation in progress.
636
+ */
637
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
638
+ /**
639
+ * Resource Gateway deletion failed.
640
+ */
641
+ DELETE_FAILED: "DELETE_FAILED",
642
+ /**
643
+ * Resource Gateway deletion in progress
644
+ */
645
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
646
+ /**
647
+ * Reosurce Gateway update failed
648
+ */
649
+ UPDATE_FAILED: "UPDATE_FAILED",
650
+ /**
651
+ * Resource Gateway update in progress.
652
+ */
653
+ UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS"
654
+ };
490
655
  var ServiceStatus = {
491
656
  /**
492
657
  * Service is active.
@@ -509,6 +674,32 @@ var ServiceStatus = {
509
674
  */
510
675
  DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"
511
676
  };
677
+ var ServiceNetworkResourceAssociationStatus = {
678
+ /**
679
+ * ServiceNetwork and Service association is active
680
+ */
681
+ ACTIVE: "ACTIVE",
682
+ /**
683
+ * ServiceNetwork and Service association creation failed.
684
+ */
685
+ CREATE_FAILED: "CREATE_FAILED",
686
+ /**
687
+ * ServiceNetwork and Service association creation in progress
688
+ */
689
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
690
+ /**
691
+ * ServiceNetwork and Service association deletion failed
692
+ */
693
+ DELETE_FAILED: "DELETE_FAILED",
694
+ /**
695
+ * ServiceNetwork and Service association deletion in progress
696
+ */
697
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
698
+ /**
699
+ * ServiceNetwork and Service association is partial
700
+ */
701
+ PARTIAL: "PARTIAL"
702
+ };
512
703
  var ServiceNetworkServiceAssociationStatus = {
513
704
  /**
514
705
  * ServiceNetwork and Service association is active
@@ -724,6 +915,7 @@ var se_CreateAccessLogSubscriptionCommand = /* @__PURE__ */ __name(async (input,
724
915
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
725
916
  destinationArn: [],
726
917
  resourceIdentifier: [],
918
+ serviceNetworkLogType: [],
727
919
  tags: (_) => (0, import_smithy_client._json)(_)
728
920
  })
729
921
  );
@@ -751,6 +943,51 @@ var se_CreateListenerCommand = /* @__PURE__ */ __name(async (input, context) =>
751
943
  b.m("POST").h(headers).b(body);
752
944
  return b.build();
753
945
  }, "se_CreateListenerCommand");
946
+ var se_CreateResourceConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
947
+ const b = (0, import_core.requestBuilder)(input, context);
948
+ const headers = {
949
+ "content-type": "application/json"
950
+ };
951
+ b.bp("/resourceconfigurations");
952
+ let body;
953
+ body = JSON.stringify(
954
+ (0, import_smithy_client.take)(input, {
955
+ allowAssociationToShareableServiceNetwork: [],
956
+ clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
957
+ name: [],
958
+ portRanges: (_) => (0, import_smithy_client._json)(_),
959
+ protocol: [],
960
+ resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)(_),
961
+ resourceConfigurationGroupIdentifier: [],
962
+ resourceGatewayIdentifier: [],
963
+ tags: (_) => (0, import_smithy_client._json)(_),
964
+ type: []
965
+ })
966
+ );
967
+ b.m("POST").h(headers).b(body);
968
+ return b.build();
969
+ }, "se_CreateResourceConfigurationCommand");
970
+ var se_CreateResourceGatewayCommand = /* @__PURE__ */ __name(async (input, context) => {
971
+ const b = (0, import_core.requestBuilder)(input, context);
972
+ const headers = {
973
+ "content-type": "application/json"
974
+ };
975
+ b.bp("/resourcegateways");
976
+ let body;
977
+ body = JSON.stringify(
978
+ (0, import_smithy_client.take)(input, {
979
+ clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
980
+ ipAddressType: [],
981
+ name: [],
982
+ securityGroupIds: (_) => (0, import_smithy_client._json)(_),
983
+ subnetIds: (_) => (0, import_smithy_client._json)(_),
984
+ tags: (_) => (0, import_smithy_client._json)(_),
985
+ vpcIdentifier: []
986
+ })
987
+ );
988
+ b.m("POST").h(headers).b(body);
989
+ return b.build();
990
+ }, "se_CreateResourceGatewayCommand");
754
991
  var se_CreateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
755
992
  const b = (0, import_core.requestBuilder)(input, context);
756
993
  const headers = {
@@ -805,12 +1042,31 @@ var se_CreateServiceNetworkCommand = /* @__PURE__ */ __name(async (input, contex
805
1042
  authType: [],
806
1043
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
807
1044
  name: [],
1045
+ sharingConfig: (_) => (0, import_smithy_client._json)(_),
808
1046
  tags: (_) => (0, import_smithy_client._json)(_)
809
1047
  })
810
1048
  );
811
1049
  b.m("POST").h(headers).b(body);
812
1050
  return b.build();
813
1051
  }, "se_CreateServiceNetworkCommand");
1052
+ var se_CreateServiceNetworkResourceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1053
+ const b = (0, import_core.requestBuilder)(input, context);
1054
+ const headers = {
1055
+ "content-type": "application/json"
1056
+ };
1057
+ b.bp("/servicenetworkresourceassociations");
1058
+ let body;
1059
+ body = JSON.stringify(
1060
+ (0, import_smithy_client.take)(input, {
1061
+ clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1062
+ resourceConfigurationIdentifier: [],
1063
+ serviceNetworkIdentifier: [],
1064
+ tags: (_) => (0, import_smithy_client._json)(_)
1065
+ })
1066
+ );
1067
+ b.m("POST").h(headers).b(body);
1068
+ return b.build();
1069
+ }, "se_CreateServiceNetworkResourceAssociationCommand");
814
1070
  var se_CreateServiceNetworkServiceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
815
1071
  const b = (0, import_core.requestBuilder)(input, context);
816
1072
  const headers = {
@@ -900,6 +1156,43 @@ var se_DeleteListenerCommand = /* @__PURE__ */ __name(async (input, context) =>
900
1156
  b.m("DELETE").h(headers).b(body);
901
1157
  return b.build();
902
1158
  }, "se_DeleteListenerCommand");
1159
+ var se_DeleteResourceConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1160
+ const b = (0, import_core.requestBuilder)(input, context);
1161
+ const headers = {};
1162
+ b.bp("/resourceconfigurations/{resourceConfigurationIdentifier}");
1163
+ b.p(
1164
+ "resourceConfigurationIdentifier",
1165
+ () => input.resourceConfigurationIdentifier,
1166
+ "{resourceConfigurationIdentifier}",
1167
+ false
1168
+ );
1169
+ let body;
1170
+ b.m("DELETE").h(headers).b(body);
1171
+ return b.build();
1172
+ }, "se_DeleteResourceConfigurationCommand");
1173
+ var se_DeleteResourceEndpointAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1174
+ const b = (0, import_core.requestBuilder)(input, context);
1175
+ const headers = {};
1176
+ b.bp("/resourceendpointassociations/{resourceEndpointAssociationIdentifier}");
1177
+ b.p(
1178
+ "resourceEndpointAssociationIdentifier",
1179
+ () => input.resourceEndpointAssociationIdentifier,
1180
+ "{resourceEndpointAssociationIdentifier}",
1181
+ false
1182
+ );
1183
+ let body;
1184
+ b.m("DELETE").h(headers).b(body);
1185
+ return b.build();
1186
+ }, "se_DeleteResourceEndpointAssociationCommand");
1187
+ var se_DeleteResourceGatewayCommand = /* @__PURE__ */ __name(async (input, context) => {
1188
+ const b = (0, import_core.requestBuilder)(input, context);
1189
+ const headers = {};
1190
+ b.bp("/resourcegateways/{resourceGatewayIdentifier}");
1191
+ b.p("resourceGatewayIdentifier", () => input.resourceGatewayIdentifier, "{resourceGatewayIdentifier}", false);
1192
+ let body;
1193
+ b.m("DELETE").h(headers).b(body);
1194
+ return b.build();
1195
+ }, "se_DeleteResourceGatewayCommand");
903
1196
  var se_DeleteResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
904
1197
  const b = (0, import_core.requestBuilder)(input, context);
905
1198
  const headers = {};
@@ -938,6 +1231,20 @@ var se_DeleteServiceNetworkCommand = /* @__PURE__ */ __name(async (input, contex
938
1231
  b.m("DELETE").h(headers).b(body);
939
1232
  return b.build();
940
1233
  }, "se_DeleteServiceNetworkCommand");
1234
+ var se_DeleteServiceNetworkResourceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1235
+ const b = (0, import_core.requestBuilder)(input, context);
1236
+ const headers = {};
1237
+ b.bp("/servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}");
1238
+ b.p(
1239
+ "serviceNetworkResourceAssociationIdentifier",
1240
+ () => input.serviceNetworkResourceAssociationIdentifier,
1241
+ "{serviceNetworkResourceAssociationIdentifier}",
1242
+ false
1243
+ );
1244
+ let body;
1245
+ b.m("DELETE").h(headers).b(body);
1246
+ return b.build();
1247
+ }, "se_DeleteServiceNetworkResourceAssociationCommand");
941
1248
  var se_DeleteServiceNetworkServiceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
942
1249
  const b = (0, import_core.requestBuilder)(input, context);
943
1250
  const headers = {};
@@ -1024,6 +1331,29 @@ var se_GetListenerCommand = /* @__PURE__ */ __name(async (input, context) => {
1024
1331
  b.m("GET").h(headers).b(body);
1025
1332
  return b.build();
1026
1333
  }, "se_GetListenerCommand");
1334
+ var se_GetResourceConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1335
+ const b = (0, import_core.requestBuilder)(input, context);
1336
+ const headers = {};
1337
+ b.bp("/resourceconfigurations/{resourceConfigurationIdentifier}");
1338
+ b.p(
1339
+ "resourceConfigurationIdentifier",
1340
+ () => input.resourceConfigurationIdentifier,
1341
+ "{resourceConfigurationIdentifier}",
1342
+ false
1343
+ );
1344
+ let body;
1345
+ b.m("GET").h(headers).b(body);
1346
+ return b.build();
1347
+ }, "se_GetResourceConfigurationCommand");
1348
+ var se_GetResourceGatewayCommand = /* @__PURE__ */ __name(async (input, context) => {
1349
+ const b = (0, import_core.requestBuilder)(input, context);
1350
+ const headers = {};
1351
+ b.bp("/resourcegateways/{resourceGatewayIdentifier}");
1352
+ b.p("resourceGatewayIdentifier", () => input.resourceGatewayIdentifier, "{resourceGatewayIdentifier}", false);
1353
+ let body;
1354
+ b.m("GET").h(headers).b(body);
1355
+ return b.build();
1356
+ }, "se_GetResourceGatewayCommand");
1027
1357
  var se_GetResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1028
1358
  const b = (0, import_core.requestBuilder)(input, context);
1029
1359
  const headers = {};
@@ -1062,6 +1392,20 @@ var se_GetServiceNetworkCommand = /* @__PURE__ */ __name(async (input, context)
1062
1392
  b.m("GET").h(headers).b(body);
1063
1393
  return b.build();
1064
1394
  }, "se_GetServiceNetworkCommand");
1395
+ var se_GetServiceNetworkResourceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1396
+ const b = (0, import_core.requestBuilder)(input, context);
1397
+ const headers = {};
1398
+ b.bp("/servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}");
1399
+ b.p(
1400
+ "serviceNetworkResourceAssociationIdentifier",
1401
+ () => input.serviceNetworkResourceAssociationIdentifier,
1402
+ "{serviceNetworkResourceAssociationIdentifier}",
1403
+ false
1404
+ );
1405
+ let body;
1406
+ b.m("GET").h(headers).b(body);
1407
+ return b.build();
1408
+ }, "se_GetServiceNetworkResourceAssociationCommand");
1065
1409
  var se_GetServiceNetworkServiceAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
1066
1410
  const b = (0, import_core.requestBuilder)(input, context);
1067
1411
  const headers = {};
@@ -1125,6 +1469,48 @@ var se_ListListenersCommand = /* @__PURE__ */ __name(async (input, context) => {
1125
1469
  b.m("GET").h(headers).q(query).b(body);
1126
1470
  return b.build();
1127
1471
  }, "se_ListListenersCommand");
1472
+ var se_ListResourceConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
1473
+ const b = (0, import_core.requestBuilder)(input, context);
1474
+ const headers = {};
1475
+ b.bp("/resourceconfigurations");
1476
+ const query = (0, import_smithy_client.map)({
1477
+ [_rGI]: [, input[_rGI]],
1478
+ [_rCGI]: [, input[_rCGI]],
1479
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1480
+ [_nT]: [, input[_nT]]
1481
+ });
1482
+ let body;
1483
+ b.m("GET").h(headers).q(query).b(body);
1484
+ return b.build();
1485
+ }, "se_ListResourceConfigurationsCommand");
1486
+ var se_ListResourceEndpointAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
1487
+ const b = (0, import_core.requestBuilder)(input, context);
1488
+ const headers = {};
1489
+ b.bp("/resourceendpointassociations");
1490
+ const query = (0, import_smithy_client.map)({
1491
+ [_rCI]: [, (0, import_smithy_client.expectNonNull)(input[_rCI], `resourceConfigurationIdentifier`)],
1492
+ [_rEAI]: [, input[_rEAI]],
1493
+ [_vEI]: [, input[_vEI]],
1494
+ [_vEO]: [, input[_vEO]],
1495
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1496
+ [_nT]: [, input[_nT]]
1497
+ });
1498
+ let body;
1499
+ b.m("GET").h(headers).q(query).b(body);
1500
+ return b.build();
1501
+ }, "se_ListResourceEndpointAssociationsCommand");
1502
+ var se_ListResourceGatewaysCommand = /* @__PURE__ */ __name(async (input, context) => {
1503
+ const b = (0, import_core.requestBuilder)(input, context);
1504
+ const headers = {};
1505
+ b.bp("/resourcegateways");
1506
+ const query = (0, import_smithy_client.map)({
1507
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1508
+ [_nT]: [, input[_nT]]
1509
+ });
1510
+ let body;
1511
+ b.m("GET").h(headers).q(query).b(body);
1512
+ return b.build();
1513
+ }, "se_ListResourceGatewaysCommand");
1128
1514
  var se_ListRulesCommand = /* @__PURE__ */ __name(async (input, context) => {
1129
1515
  const b = (0, import_core.requestBuilder)(input, context);
1130
1516
  const headers = {};
@@ -1139,6 +1525,20 @@ var se_ListRulesCommand = /* @__PURE__ */ __name(async (input, context) => {
1139
1525
  b.m("GET").h(headers).q(query).b(body);
1140
1526
  return b.build();
1141
1527
  }, "se_ListRulesCommand");
1528
+ var se_ListServiceNetworkResourceAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
1529
+ const b = (0, import_core.requestBuilder)(input, context);
1530
+ const headers = {};
1531
+ b.bp("/servicenetworkresourceassociations");
1532
+ const query = (0, import_smithy_client.map)({
1533
+ [_sNI]: [, input[_sNI]],
1534
+ [_rCI]: [, input[_rCI]],
1535
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1536
+ [_nT]: [, input[_nT]]
1537
+ });
1538
+ let body;
1539
+ b.m("GET").h(headers).q(query).b(body);
1540
+ return b.build();
1541
+ }, "se_ListServiceNetworkResourceAssociationsCommand");
1142
1542
  var se_ListServiceNetworksCommand = /* @__PURE__ */ __name(async (input, context) => {
1143
1543
  const b = (0, import_core.requestBuilder)(input, context);
1144
1544
  const headers = {};
@@ -1179,6 +1579,19 @@ var se_ListServiceNetworkVpcAssociationsCommand = /* @__PURE__ */ __name(async (
1179
1579
  b.m("GET").h(headers).q(query).b(body);
1180
1580
  return b.build();
1181
1581
  }, "se_ListServiceNetworkVpcAssociationsCommand");
1582
+ var se_ListServiceNetworkVpcEndpointAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
1583
+ const b = (0, import_core.requestBuilder)(input, context);
1584
+ const headers = {};
1585
+ b.bp("/servicenetworkvpcendpointassociations");
1586
+ const query = (0, import_smithy_client.map)({
1587
+ [_sNI]: [, (0, import_smithy_client.expectNonNull)(input[_sNI], `serviceNetworkIdentifier`)],
1588
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1589
+ [_nT]: [, input[_nT]]
1590
+ });
1591
+ let body;
1592
+ b.m("GET").h(headers).q(query).b(body);
1593
+ return b.build();
1594
+ }, "se_ListServiceNetworkVpcEndpointAssociationsCommand");
1182
1595
  var se_ListServicesCommand = /* @__PURE__ */ __name(async (input, context) => {
1183
1596
  const b = (0, import_core.requestBuilder)(input, context);
1184
1597
  const headers = {};
@@ -1348,19 +1761,58 @@ var se_UpdateListenerCommand = /* @__PURE__ */ __name(async (input, context) =>
1348
1761
  b.m("PATCH").h(headers).b(body);
1349
1762
  return b.build();
1350
1763
  }, "se_UpdateListenerCommand");
1351
- var se_UpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
1764
+ var se_UpdateResourceConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
1352
1765
  const b = (0, import_core.requestBuilder)(input, context);
1353
1766
  const headers = {
1354
1767
  "content-type": "application/json"
1355
1768
  };
1356
- b.bp("/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}");
1357
- b.p("serviceIdentifier", () => input.serviceIdentifier, "{serviceIdentifier}", false);
1358
- b.p("listenerIdentifier", () => input.listenerIdentifier, "{listenerIdentifier}", false);
1359
- b.p("ruleIdentifier", () => input.ruleIdentifier, "{ruleIdentifier}", false);
1769
+ b.bp("/resourceconfigurations/{resourceConfigurationIdentifier}");
1770
+ b.p(
1771
+ "resourceConfigurationIdentifier",
1772
+ () => input.resourceConfigurationIdentifier,
1773
+ "{resourceConfigurationIdentifier}",
1774
+ false
1775
+ );
1360
1776
  let body;
1361
1777
  body = JSON.stringify(
1362
1778
  (0, import_smithy_client.take)(input, {
1363
- action: (_) => (0, import_smithy_client._json)(_),
1779
+ allowAssociationToShareableServiceNetwork: [],
1780
+ portRanges: (_) => (0, import_smithy_client._json)(_),
1781
+ resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)(_)
1782
+ })
1783
+ );
1784
+ b.m("PATCH").h(headers).b(body);
1785
+ return b.build();
1786
+ }, "se_UpdateResourceConfigurationCommand");
1787
+ var se_UpdateResourceGatewayCommand = /* @__PURE__ */ __name(async (input, context) => {
1788
+ const b = (0, import_core.requestBuilder)(input, context);
1789
+ const headers = {
1790
+ "content-type": "application/json"
1791
+ };
1792
+ b.bp("/resourcegateways/{resourceGatewayIdentifier}");
1793
+ b.p("resourceGatewayIdentifier", () => input.resourceGatewayIdentifier, "{resourceGatewayIdentifier}", false);
1794
+ let body;
1795
+ body = JSON.stringify(
1796
+ (0, import_smithy_client.take)(input, {
1797
+ securityGroupIds: (_) => (0, import_smithy_client._json)(_)
1798
+ })
1799
+ );
1800
+ b.m("PATCH").h(headers).b(body);
1801
+ return b.build();
1802
+ }, "se_UpdateResourceGatewayCommand");
1803
+ var se_UpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
1804
+ const b = (0, import_core.requestBuilder)(input, context);
1805
+ const headers = {
1806
+ "content-type": "application/json"
1807
+ };
1808
+ b.bp("/services/{serviceIdentifier}/listeners/{listenerIdentifier}/rules/{ruleIdentifier}");
1809
+ b.p("serviceIdentifier", () => input.serviceIdentifier, "{serviceIdentifier}", false);
1810
+ b.p("listenerIdentifier", () => input.listenerIdentifier, "{listenerIdentifier}", false);
1811
+ b.p("ruleIdentifier", () => input.ruleIdentifier, "{ruleIdentifier}", false);
1812
+ let body;
1813
+ body = JSON.stringify(
1814
+ (0, import_smithy_client.take)(input, {
1815
+ action: (_) => (0, import_smithy_client._json)(_),
1364
1816
  match: (_) => (0, import_smithy_client._json)(_),
1365
1817
  priority: []
1366
1818
  })
@@ -1466,7 +1918,8 @@ var de_CreateAccessLogSubscriptionCommand = /* @__PURE__ */ __name(async (output
1466
1918
  destinationArn: import_smithy_client.expectString,
1467
1919
  id: import_smithy_client.expectString,
1468
1920
  resourceArn: import_smithy_client.expectString,
1469
- resourceId: import_smithy_client.expectString
1921
+ resourceId: import_smithy_client.expectString,
1922
+ serviceNetworkLogType: import_smithy_client.expectString
1470
1923
  });
1471
1924
  Object.assign(contents, doc);
1472
1925
  return contents;
@@ -1492,6 +1945,53 @@ var de_CreateListenerCommand = /* @__PURE__ */ __name(async (output, context) =>
1492
1945
  Object.assign(contents, doc);
1493
1946
  return contents;
1494
1947
  }, "de_CreateListenerCommand");
1948
+ var de_CreateResourceConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
1949
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
1950
+ return de_CommandError(output, context);
1951
+ }
1952
+ const contents = (0, import_smithy_client.map)({
1953
+ $metadata: deserializeMetadata(output)
1954
+ });
1955
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1956
+ const doc = (0, import_smithy_client.take)(data, {
1957
+ allowAssociationToShareableServiceNetwork: import_smithy_client.expectBoolean,
1958
+ arn: import_smithy_client.expectString,
1959
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1960
+ failureReason: import_smithy_client.expectString,
1961
+ id: import_smithy_client.expectString,
1962
+ name: import_smithy_client.expectString,
1963
+ portRanges: import_smithy_client._json,
1964
+ protocol: import_smithy_client.expectString,
1965
+ resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
1966
+ resourceConfigurationGroupId: import_smithy_client.expectString,
1967
+ resourceGatewayId: import_smithy_client.expectString,
1968
+ status: import_smithy_client.expectString,
1969
+ type: import_smithy_client.expectString
1970
+ });
1971
+ Object.assign(contents, doc);
1972
+ return contents;
1973
+ }, "de_CreateResourceConfigurationCommand");
1974
+ var de_CreateResourceGatewayCommand = /* @__PURE__ */ __name(async (output, context) => {
1975
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
1976
+ return de_CommandError(output, context);
1977
+ }
1978
+ const contents = (0, import_smithy_client.map)({
1979
+ $metadata: deserializeMetadata(output)
1980
+ });
1981
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1982
+ const doc = (0, import_smithy_client.take)(data, {
1983
+ arn: import_smithy_client.expectString,
1984
+ id: import_smithy_client.expectString,
1985
+ ipAddressType: import_smithy_client.expectString,
1986
+ name: import_smithy_client.expectString,
1987
+ securityGroupIds: import_smithy_client._json,
1988
+ status: import_smithy_client.expectString,
1989
+ subnetIds: import_smithy_client._json,
1990
+ vpcIdentifier: import_smithy_client.expectString
1991
+ });
1992
+ Object.assign(contents, doc);
1993
+ return contents;
1994
+ }, "de_CreateResourceGatewayCommand");
1495
1995
  var de_CreateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
1496
1996
  if (output.statusCode !== 201 && output.statusCode >= 300) {
1497
1997
  return de_CommandError(output, context);
@@ -1544,11 +2044,29 @@ var de_CreateServiceNetworkCommand = /* @__PURE__ */ __name(async (output, conte
1544
2044
  arn: import_smithy_client.expectString,
1545
2045
  authType: import_smithy_client.expectString,
1546
2046
  id: import_smithy_client.expectString,
1547
- name: import_smithy_client.expectString
2047
+ name: import_smithy_client.expectString,
2048
+ sharingConfig: import_smithy_client._json
1548
2049
  });
1549
2050
  Object.assign(contents, doc);
1550
2051
  return contents;
1551
2052
  }, "de_CreateServiceNetworkCommand");
2053
+ var de_CreateServiceNetworkResourceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
2054
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
2055
+ return de_CommandError(output, context);
2056
+ }
2057
+ const contents = (0, import_smithy_client.map)({
2058
+ $metadata: deserializeMetadata(output)
2059
+ });
2060
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2061
+ const doc = (0, import_smithy_client.take)(data, {
2062
+ arn: import_smithy_client.expectString,
2063
+ createdBy: import_smithy_client.expectString,
2064
+ id: import_smithy_client.expectString,
2065
+ status: import_smithy_client.expectString
2066
+ });
2067
+ Object.assign(contents, doc);
2068
+ return contents;
2069
+ }, "de_CreateServiceNetworkResourceAssociationCommand");
1552
2070
  var de_CreateServiceNetworkServiceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
1553
2071
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1554
2072
  return de_CommandError(output, context);
@@ -1635,6 +2153,51 @@ var de_DeleteListenerCommand = /* @__PURE__ */ __name(async (output, context) =>
1635
2153
  await (0, import_smithy_client.collectBody)(output.body, context);
1636
2154
  return contents;
1637
2155
  }, "de_DeleteListenerCommand");
2156
+ var de_DeleteResourceConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
2157
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
2158
+ return de_CommandError(output, context);
2159
+ }
2160
+ const contents = (0, import_smithy_client.map)({
2161
+ $metadata: deserializeMetadata(output)
2162
+ });
2163
+ await (0, import_smithy_client.collectBody)(output.body, context);
2164
+ return contents;
2165
+ }, "de_DeleteResourceConfigurationCommand");
2166
+ var de_DeleteResourceEndpointAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
2167
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2168
+ return de_CommandError(output, context);
2169
+ }
2170
+ const contents = (0, import_smithy_client.map)({
2171
+ $metadata: deserializeMetadata(output)
2172
+ });
2173
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2174
+ const doc = (0, import_smithy_client.take)(data, {
2175
+ arn: import_smithy_client.expectString,
2176
+ id: import_smithy_client.expectString,
2177
+ resourceConfigurationArn: import_smithy_client.expectString,
2178
+ resourceConfigurationId: import_smithy_client.expectString,
2179
+ vpcEndpointId: import_smithy_client.expectString
2180
+ });
2181
+ Object.assign(contents, doc);
2182
+ return contents;
2183
+ }, "de_DeleteResourceEndpointAssociationCommand");
2184
+ var de_DeleteResourceGatewayCommand = /* @__PURE__ */ __name(async (output, context) => {
2185
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2186
+ return de_CommandError(output, context);
2187
+ }
2188
+ const contents = (0, import_smithy_client.map)({
2189
+ $metadata: deserializeMetadata(output)
2190
+ });
2191
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2192
+ const doc = (0, import_smithy_client.take)(data, {
2193
+ arn: import_smithy_client.expectString,
2194
+ id: import_smithy_client.expectString,
2195
+ name: import_smithy_client.expectString,
2196
+ status: import_smithy_client.expectString
2197
+ });
2198
+ Object.assign(contents, doc);
2199
+ return contents;
2200
+ }, "de_DeleteResourceGatewayCommand");
1638
2201
  var de_DeleteResourcePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
1639
2202
  if (output.statusCode !== 204 && output.statusCode >= 300) {
1640
2203
  return de_CommandError(output, context);
@@ -1682,6 +2245,22 @@ var de_DeleteServiceNetworkCommand = /* @__PURE__ */ __name(async (output, conte
1682
2245
  await (0, import_smithy_client.collectBody)(output.body, context);
1683
2246
  return contents;
1684
2247
  }, "de_DeleteServiceNetworkCommand");
2248
+ var de_DeleteServiceNetworkResourceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
2249
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2250
+ return de_CommandError(output, context);
2251
+ }
2252
+ const contents = (0, import_smithy_client.map)({
2253
+ $metadata: deserializeMetadata(output)
2254
+ });
2255
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2256
+ const doc = (0, import_smithy_client.take)(data, {
2257
+ arn: import_smithy_client.expectString,
2258
+ id: import_smithy_client.expectString,
2259
+ status: import_smithy_client.expectString
2260
+ });
2261
+ Object.assign(contents, doc);
2262
+ return contents;
2263
+ }, "de_DeleteServiceNetworkResourceAssociationCommand");
1685
2264
  var de_DeleteServiceNetworkServiceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
1686
2265
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1687
2266
  return de_CommandError(output, context);
@@ -1760,7 +2339,8 @@ var de_GetAccessLogSubscriptionCommand = /* @__PURE__ */ __name(async (output, c
1760
2339
  id: import_smithy_client.expectString,
1761
2340
  lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1762
2341
  resourceArn: import_smithy_client.expectString,
1763
- resourceId: import_smithy_client.expectString
2342
+ resourceId: import_smithy_client.expectString,
2343
+ serviceNetworkLogType: import_smithy_client.expectString
1764
2344
  });
1765
2345
  Object.assign(contents, doc);
1766
2346
  return contents;
@@ -1805,6 +2385,58 @@ var de_GetListenerCommand = /* @__PURE__ */ __name(async (output, context) => {
1805
2385
  Object.assign(contents, doc);
1806
2386
  return contents;
1807
2387
  }, "de_GetListenerCommand");
2388
+ var de_GetResourceConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
2389
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2390
+ return de_CommandError(output, context);
2391
+ }
2392
+ const contents = (0, import_smithy_client.map)({
2393
+ $metadata: deserializeMetadata(output)
2394
+ });
2395
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2396
+ const doc = (0, import_smithy_client.take)(data, {
2397
+ allowAssociationToShareableServiceNetwork: import_smithy_client.expectBoolean,
2398
+ amazonManaged: import_smithy_client.expectBoolean,
2399
+ arn: import_smithy_client.expectString,
2400
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2401
+ customDomainName: import_smithy_client.expectString,
2402
+ failureReason: import_smithy_client.expectString,
2403
+ id: import_smithy_client.expectString,
2404
+ lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2405
+ name: import_smithy_client.expectString,
2406
+ portRanges: import_smithy_client._json,
2407
+ protocol: import_smithy_client.expectString,
2408
+ resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2409
+ resourceConfigurationGroupId: import_smithy_client.expectString,
2410
+ resourceGatewayId: import_smithy_client.expectString,
2411
+ status: import_smithy_client.expectString,
2412
+ type: import_smithy_client.expectString
2413
+ });
2414
+ Object.assign(contents, doc);
2415
+ return contents;
2416
+ }, "de_GetResourceConfigurationCommand");
2417
+ var de_GetResourceGatewayCommand = /* @__PURE__ */ __name(async (output, context) => {
2418
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2419
+ return de_CommandError(output, context);
2420
+ }
2421
+ const contents = (0, import_smithy_client.map)({
2422
+ $metadata: deserializeMetadata(output)
2423
+ });
2424
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2425
+ const doc = (0, import_smithy_client.take)(data, {
2426
+ arn: import_smithy_client.expectString,
2427
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2428
+ id: import_smithy_client.expectString,
2429
+ ipAddressType: import_smithy_client.expectString,
2430
+ lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2431
+ name: import_smithy_client.expectString,
2432
+ securityGroupIds: import_smithy_client._json,
2433
+ status: import_smithy_client.expectString,
2434
+ subnetIds: import_smithy_client._json,
2435
+ vpcId: import_smithy_client.expectString
2436
+ });
2437
+ Object.assign(contents, doc);
2438
+ return contents;
2439
+ }, "de_GetResourceGatewayCommand");
1808
2440
  var de_GetResourcePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
1809
2441
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1810
2442
  return de_CommandError(output, context);
@@ -1882,11 +2514,42 @@ var de_GetServiceNetworkCommand = /* @__PURE__ */ __name(async (output, context)
1882
2514
  lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1883
2515
  name: import_smithy_client.expectString,
1884
2516
  numberOfAssociatedServices: import_smithy_client.expectLong,
1885
- numberOfAssociatedVPCs: import_smithy_client.expectLong
2517
+ numberOfAssociatedVPCs: import_smithy_client.expectLong,
2518
+ sharingConfig: import_smithy_client._json
1886
2519
  });
1887
2520
  Object.assign(contents, doc);
1888
2521
  return contents;
1889
2522
  }, "de_GetServiceNetworkCommand");
2523
+ var de_GetServiceNetworkResourceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
2524
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2525
+ return de_CommandError(output, context);
2526
+ }
2527
+ const contents = (0, import_smithy_client.map)({
2528
+ $metadata: deserializeMetadata(output)
2529
+ });
2530
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2531
+ const doc = (0, import_smithy_client.take)(data, {
2532
+ arn: import_smithy_client.expectString,
2533
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2534
+ createdBy: import_smithy_client.expectString,
2535
+ dnsEntry: import_smithy_client._json,
2536
+ failureCode: import_smithy_client.expectString,
2537
+ failureReason: import_smithy_client.expectString,
2538
+ id: import_smithy_client.expectString,
2539
+ isManagedAssociation: import_smithy_client.expectBoolean,
2540
+ lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2541
+ privateDnsEntry: import_smithy_client._json,
2542
+ resourceConfigurationArn: import_smithy_client.expectString,
2543
+ resourceConfigurationId: import_smithy_client.expectString,
2544
+ resourceConfigurationName: import_smithy_client.expectString,
2545
+ serviceNetworkArn: import_smithy_client.expectString,
2546
+ serviceNetworkId: import_smithy_client.expectString,
2547
+ serviceNetworkName: import_smithy_client.expectString,
2548
+ status: import_smithy_client.expectString
2549
+ });
2550
+ Object.assign(contents, doc);
2551
+ return contents;
2552
+ }, "de_GetServiceNetworkResourceAssociationCommand");
1890
2553
  var de_GetServiceNetworkServiceAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
1891
2554
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1892
2555
  return de_CommandError(output, context);
@@ -1995,6 +2658,51 @@ var de_ListListenersCommand = /* @__PURE__ */ __name(async (output, context) =>
1995
2658
  Object.assign(contents, doc);
1996
2659
  return contents;
1997
2660
  }, "de_ListListenersCommand");
2661
+ var de_ListResourceConfigurationsCommand = /* @__PURE__ */ __name(async (output, context) => {
2662
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2663
+ return de_CommandError(output, context);
2664
+ }
2665
+ const contents = (0, import_smithy_client.map)({
2666
+ $metadata: deserializeMetadata(output)
2667
+ });
2668
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2669
+ const doc = (0, import_smithy_client.take)(data, {
2670
+ items: (_) => de_ResourceConfigurationSummaryList(_, context),
2671
+ nextToken: import_smithy_client.expectString
2672
+ });
2673
+ Object.assign(contents, doc);
2674
+ return contents;
2675
+ }, "de_ListResourceConfigurationsCommand");
2676
+ var de_ListResourceEndpointAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
2677
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2678
+ return de_CommandError(output, context);
2679
+ }
2680
+ const contents = (0, import_smithy_client.map)({
2681
+ $metadata: deserializeMetadata(output)
2682
+ });
2683
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2684
+ const doc = (0, import_smithy_client.take)(data, {
2685
+ items: (_) => de_ResourceEndpointAssociationList(_, context),
2686
+ nextToken: import_smithy_client.expectString
2687
+ });
2688
+ Object.assign(contents, doc);
2689
+ return contents;
2690
+ }, "de_ListResourceEndpointAssociationsCommand");
2691
+ var de_ListResourceGatewaysCommand = /* @__PURE__ */ __name(async (output, context) => {
2692
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2693
+ return de_CommandError(output, context);
2694
+ }
2695
+ const contents = (0, import_smithy_client.map)({
2696
+ $metadata: deserializeMetadata(output)
2697
+ });
2698
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2699
+ const doc = (0, import_smithy_client.take)(data, {
2700
+ items: (_) => de_ResourceGatewayList(_, context),
2701
+ nextToken: import_smithy_client.expectString
2702
+ });
2703
+ Object.assign(contents, doc);
2704
+ return contents;
2705
+ }, "de_ListResourceGatewaysCommand");
1998
2706
  var de_ListRulesCommand = /* @__PURE__ */ __name(async (output, context) => {
1999
2707
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2000
2708
  return de_CommandError(output, context);
@@ -2010,6 +2718,21 @@ var de_ListRulesCommand = /* @__PURE__ */ __name(async (output, context) => {
2010
2718
  Object.assign(contents, doc);
2011
2719
  return contents;
2012
2720
  }, "de_ListRulesCommand");
2721
+ var de_ListServiceNetworkResourceAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
2722
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2723
+ return de_CommandError(output, context);
2724
+ }
2725
+ const contents = (0, import_smithy_client.map)({
2726
+ $metadata: deserializeMetadata(output)
2727
+ });
2728
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2729
+ const doc = (0, import_smithy_client.take)(data, {
2730
+ items: (_) => de_ServiceNetworkResourceAssociationList(_, context),
2731
+ nextToken: import_smithy_client.expectString
2732
+ });
2733
+ Object.assign(contents, doc);
2734
+ return contents;
2735
+ }, "de_ListServiceNetworkResourceAssociationsCommand");
2013
2736
  var de_ListServiceNetworksCommand = /* @__PURE__ */ __name(async (output, context) => {
2014
2737
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2015
2738
  return de_CommandError(output, context);
@@ -2055,6 +2778,21 @@ var de_ListServiceNetworkVpcAssociationsCommand = /* @__PURE__ */ __name(async (
2055
2778
  Object.assign(contents, doc);
2056
2779
  return contents;
2057
2780
  }, "de_ListServiceNetworkVpcAssociationsCommand");
2781
+ var de_ListServiceNetworkVpcEndpointAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
2782
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2783
+ return de_CommandError(output, context);
2784
+ }
2785
+ const contents = (0, import_smithy_client.map)({
2786
+ $metadata: deserializeMetadata(output)
2787
+ });
2788
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2789
+ const doc = (0, import_smithy_client.take)(data, {
2790
+ items: (_) => de_ServiceNetworkVpcEndpointAssociationList(_, context),
2791
+ nextToken: import_smithy_client.expectString
2792
+ });
2793
+ Object.assign(contents, doc);
2794
+ return contents;
2795
+ }, "de_ListServiceNetworkVpcEndpointAssociationsCommand");
2058
2796
  var de_ListServicesCommand = /* @__PURE__ */ __name(async (output, context) => {
2059
2797
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2060
2798
  return de_CommandError(output, context);
@@ -2171,10 +2909,49 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
2171
2909
  const contents = (0, import_smithy_client.map)({
2172
2910
  $metadata: deserializeMetadata(output)
2173
2911
  });
2174
- await (0, import_smithy_client.collectBody)(output.body, context);
2912
+ await (0, import_smithy_client.collectBody)(output.body, context);
2913
+ return contents;
2914
+ }, "de_UntagResourceCommand");
2915
+ var de_UpdateAccessLogSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) => {
2916
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2917
+ return de_CommandError(output, context);
2918
+ }
2919
+ const contents = (0, import_smithy_client.map)({
2920
+ $metadata: deserializeMetadata(output)
2921
+ });
2922
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2923
+ const doc = (0, import_smithy_client.take)(data, {
2924
+ arn: import_smithy_client.expectString,
2925
+ destinationArn: import_smithy_client.expectString,
2926
+ id: import_smithy_client.expectString,
2927
+ resourceArn: import_smithy_client.expectString,
2928
+ resourceId: import_smithy_client.expectString
2929
+ });
2930
+ Object.assign(contents, doc);
2931
+ return contents;
2932
+ }, "de_UpdateAccessLogSubscriptionCommand");
2933
+ var de_UpdateListenerCommand = /* @__PURE__ */ __name(async (output, context) => {
2934
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2935
+ return de_CommandError(output, context);
2936
+ }
2937
+ const contents = (0, import_smithy_client.map)({
2938
+ $metadata: deserializeMetadata(output)
2939
+ });
2940
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2941
+ const doc = (0, import_smithy_client.take)(data, {
2942
+ arn: import_smithy_client.expectString,
2943
+ defaultAction: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2944
+ id: import_smithy_client.expectString,
2945
+ name: import_smithy_client.expectString,
2946
+ port: import_smithy_client.expectInt32,
2947
+ protocol: import_smithy_client.expectString,
2948
+ serviceArn: import_smithy_client.expectString,
2949
+ serviceId: import_smithy_client.expectString
2950
+ });
2951
+ Object.assign(contents, doc);
2175
2952
  return contents;
2176
- }, "de_UntagResourceCommand");
2177
- var de_UpdateAccessLogSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) => {
2953
+ }, "de_UpdateListenerCommand");
2954
+ var de_UpdateResourceConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
2178
2955
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2179
2956
  return de_CommandError(output, context);
2180
2957
  }
@@ -2183,16 +2960,22 @@ var de_UpdateAccessLogSubscriptionCommand = /* @__PURE__ */ __name(async (output
2183
2960
  });
2184
2961
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2185
2962
  const doc = (0, import_smithy_client.take)(data, {
2963
+ allowAssociationToShareableServiceNetwork: import_smithy_client.expectBoolean,
2186
2964
  arn: import_smithy_client.expectString,
2187
- destinationArn: import_smithy_client.expectString,
2188
2965
  id: import_smithy_client.expectString,
2189
- resourceArn: import_smithy_client.expectString,
2190
- resourceId: import_smithy_client.expectString
2966
+ name: import_smithy_client.expectString,
2967
+ portRanges: import_smithy_client._json,
2968
+ protocol: import_smithy_client.expectString,
2969
+ resourceConfigurationDefinition: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2970
+ resourceConfigurationGroupId: import_smithy_client.expectString,
2971
+ resourceGatewayId: import_smithy_client.expectString,
2972
+ status: import_smithy_client.expectString,
2973
+ type: import_smithy_client.expectString
2191
2974
  });
2192
2975
  Object.assign(contents, doc);
2193
2976
  return contents;
2194
- }, "de_UpdateAccessLogSubscriptionCommand");
2195
- var de_UpdateListenerCommand = /* @__PURE__ */ __name(async (output, context) => {
2977
+ }, "de_UpdateResourceConfigurationCommand");
2978
+ var de_UpdateResourceGatewayCommand = /* @__PURE__ */ __name(async (output, context) => {
2196
2979
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2197
2980
  return de_CommandError(output, context);
2198
2981
  }
@@ -2202,17 +2985,17 @@ var de_UpdateListenerCommand = /* @__PURE__ */ __name(async (output, context) =>
2202
2985
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2203
2986
  const doc = (0, import_smithy_client.take)(data, {
2204
2987
  arn: import_smithy_client.expectString,
2205
- defaultAction: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2206
2988
  id: import_smithy_client.expectString,
2989
+ ipAddressType: import_smithy_client.expectString,
2207
2990
  name: import_smithy_client.expectString,
2208
- port: import_smithy_client.expectInt32,
2209
- protocol: import_smithy_client.expectString,
2210
- serviceArn: import_smithy_client.expectString,
2211
- serviceId: import_smithy_client.expectString
2991
+ securityGroupIds: import_smithy_client._json,
2992
+ status: import_smithy_client.expectString,
2993
+ subnetIds: import_smithy_client._json,
2994
+ vpcId: import_smithy_client.expectString
2212
2995
  });
2213
2996
  Object.assign(contents, doc);
2214
2997
  return contents;
2215
- }, "de_UpdateListenerCommand");
2998
+ }, "de_UpdateResourceGatewayCommand");
2216
2999
  var de_UpdateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
2217
3000
  if (output.statusCode !== 200 && output.statusCode >= 300) {
2218
3001
  return de_CommandError(output, context);
@@ -2465,7 +3248,8 @@ var de_AccessLogSubscriptionSummary = /* @__PURE__ */ __name((output, context) =
2465
3248
  id: import_smithy_client.expectString,
2466
3249
  lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2467
3250
  resourceArn: import_smithy_client.expectString,
2468
- resourceId: import_smithy_client.expectString
3251
+ resourceId: import_smithy_client.expectString,
3252
+ serviceNetworkLogType: import_smithy_client.expectString
2469
3253
  });
2470
3254
  }, "de_AccessLogSubscriptionSummary");
2471
3255
  var de_ListenerSummary = /* @__PURE__ */ __name((output, context) => {
@@ -2485,6 +3269,65 @@ var de_ListenerSummaryList = /* @__PURE__ */ __name((output, context) => {
2485
3269
  });
2486
3270
  return retVal;
2487
3271
  }, "de_ListenerSummaryList");
3272
+ var de_ResourceConfigurationSummary = /* @__PURE__ */ __name((output, context) => {
3273
+ return (0, import_smithy_client.take)(output, {
3274
+ amazonManaged: import_smithy_client.expectBoolean,
3275
+ arn: import_smithy_client.expectString,
3276
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3277
+ id: import_smithy_client.expectString,
3278
+ lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3279
+ name: import_smithy_client.expectString,
3280
+ resourceConfigurationGroupId: import_smithy_client.expectString,
3281
+ resourceGatewayId: import_smithy_client.expectString,
3282
+ status: import_smithy_client.expectString,
3283
+ type: import_smithy_client.expectString
3284
+ });
3285
+ }, "de_ResourceConfigurationSummary");
3286
+ var de_ResourceConfigurationSummaryList = /* @__PURE__ */ __name((output, context) => {
3287
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3288
+ return de_ResourceConfigurationSummary(entry, context);
3289
+ });
3290
+ return retVal;
3291
+ }, "de_ResourceConfigurationSummaryList");
3292
+ var de_ResourceEndpointAssociationList = /* @__PURE__ */ __name((output, context) => {
3293
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3294
+ return de_ResourceEndpointAssociationSummary(entry, context);
3295
+ });
3296
+ return retVal;
3297
+ }, "de_ResourceEndpointAssociationList");
3298
+ var de_ResourceEndpointAssociationSummary = /* @__PURE__ */ __name((output, context) => {
3299
+ return (0, import_smithy_client.take)(output, {
3300
+ arn: import_smithy_client.expectString,
3301
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3302
+ createdBy: import_smithy_client.expectString,
3303
+ id: import_smithy_client.expectString,
3304
+ resourceConfigurationArn: import_smithy_client.expectString,
3305
+ resourceConfigurationId: import_smithy_client.expectString,
3306
+ resourceConfigurationName: import_smithy_client.expectString,
3307
+ vpcEndpointId: import_smithy_client.expectString,
3308
+ vpcEndpointOwner: import_smithy_client.expectString
3309
+ });
3310
+ }, "de_ResourceEndpointAssociationSummary");
3311
+ var de_ResourceGatewayList = /* @__PURE__ */ __name((output, context) => {
3312
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3313
+ return de_ResourceGatewaySummary(entry, context);
3314
+ });
3315
+ return retVal;
3316
+ }, "de_ResourceGatewayList");
3317
+ var de_ResourceGatewaySummary = /* @__PURE__ */ __name((output, context) => {
3318
+ return (0, import_smithy_client.take)(output, {
3319
+ arn: import_smithy_client.expectString,
3320
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3321
+ id: import_smithy_client.expectString,
3322
+ ipAddressType: import_smithy_client.expectString,
3323
+ lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3324
+ name: import_smithy_client.expectString,
3325
+ securityGroupIds: import_smithy_client._json,
3326
+ status: import_smithy_client.expectString,
3327
+ subnetIds: import_smithy_client._json,
3328
+ vpcIdentifier: import_smithy_client.expectString
3329
+ });
3330
+ }, "de_ResourceGatewaySummary");
2488
3331
  var de_RuleSummary = /* @__PURE__ */ __name((output, context) => {
2489
3332
  return (0, import_smithy_client.take)(output, {
2490
3333
  arn: import_smithy_client.expectString,
@@ -2508,12 +3351,48 @@ var de_ServiceList = /* @__PURE__ */ __name((output, context) => {
2508
3351
  });
2509
3352
  return retVal;
2510
3353
  }, "de_ServiceList");
3354
+ var de_ServiceNetworkEndpointAssociation = /* @__PURE__ */ __name((output, context) => {
3355
+ return (0, import_smithy_client.take)(output, {
3356
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3357
+ id: import_smithy_client.expectString,
3358
+ serviceNetworkArn: import_smithy_client.expectString,
3359
+ state: import_smithy_client.expectString,
3360
+ vpcEndpointId: import_smithy_client.expectString,
3361
+ vpcEndpointOwnerId: import_smithy_client.expectString,
3362
+ vpcId: import_smithy_client.expectString
3363
+ });
3364
+ }, "de_ServiceNetworkEndpointAssociation");
2511
3365
  var de_ServiceNetworkList = /* @__PURE__ */ __name((output, context) => {
2512
3366
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
2513
3367
  return de_ServiceNetworkSummary(entry, context);
2514
3368
  });
2515
3369
  return retVal;
2516
3370
  }, "de_ServiceNetworkList");
3371
+ var de_ServiceNetworkResourceAssociationList = /* @__PURE__ */ __name((output, context) => {
3372
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3373
+ return de_ServiceNetworkResourceAssociationSummary(entry, context);
3374
+ });
3375
+ return retVal;
3376
+ }, "de_ServiceNetworkResourceAssociationList");
3377
+ var de_ServiceNetworkResourceAssociationSummary = /* @__PURE__ */ __name((output, context) => {
3378
+ return (0, import_smithy_client.take)(output, {
3379
+ arn: import_smithy_client.expectString,
3380
+ createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3381
+ createdBy: import_smithy_client.expectString,
3382
+ dnsEntry: import_smithy_client._json,
3383
+ failureCode: import_smithy_client.expectString,
3384
+ id: import_smithy_client.expectString,
3385
+ isManagedAssociation: import_smithy_client.expectBoolean,
3386
+ privateDnsEntry: import_smithy_client._json,
3387
+ resourceConfigurationArn: import_smithy_client.expectString,
3388
+ resourceConfigurationId: import_smithy_client.expectString,
3389
+ resourceConfigurationName: import_smithy_client.expectString,
3390
+ serviceNetworkArn: import_smithy_client.expectString,
3391
+ serviceNetworkId: import_smithy_client.expectString,
3392
+ serviceNetworkName: import_smithy_client.expectString,
3393
+ status: import_smithy_client.expectString
3394
+ });
3395
+ }, "de_ServiceNetworkResourceAssociationSummary");
2517
3396
  var de_ServiceNetworkServiceAssociationList = /* @__PURE__ */ __name((output, context) => {
2518
3397
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
2519
3398
  return de_ServiceNetworkServiceAssociationSummary(entry, context);
@@ -2544,6 +3423,7 @@ var de_ServiceNetworkSummary = /* @__PURE__ */ __name((output, context) => {
2544
3423
  id: import_smithy_client.expectString,
2545
3424
  lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2546
3425
  name: import_smithy_client.expectString,
3426
+ numberOfAssociatedResourceConfigurations: import_smithy_client.expectLong,
2547
3427
  numberOfAssociatedServices: import_smithy_client.expectLong,
2548
3428
  numberOfAssociatedVPCs: import_smithy_client.expectLong
2549
3429
  });
@@ -2568,6 +3448,12 @@ var de_ServiceNetworkVpcAssociationSummary = /* @__PURE__ */ __name((output, con
2568
3448
  vpcId: import_smithy_client.expectString
2569
3449
  });
2570
3450
  }, "de_ServiceNetworkVpcAssociationSummary");
3451
+ var de_ServiceNetworkVpcEndpointAssociationList = /* @__PURE__ */ __name((output, context) => {
3452
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
3453
+ return de_ServiceNetworkEndpointAssociation(entry, context);
3454
+ });
3455
+ return retVal;
3456
+ }, "de_ServiceNetworkVpcEndpointAssociationList");
2571
3457
  var de_ServiceSummary = /* @__PURE__ */ __name((output, context) => {
2572
3458
  return (0, import_smithy_client.take)(output, {
2573
3459
  arn: import_smithy_client.expectString,
@@ -2612,12 +3498,18 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
2612
3498
  var _mR = "maxResults";
2613
3499
  var _nT = "nextToken";
2614
3500
  var _rAS = "retryAfterSeconds";
3501
+ var _rCGI = "resourceConfigurationGroupIdentifier";
3502
+ var _rCI = "resourceConfigurationIdentifier";
3503
+ var _rEAI = "resourceEndpointAssociationIdentifier";
3504
+ var _rGI = "resourceGatewayIdentifier";
2615
3505
  var _rI = "resourceIdentifier";
2616
3506
  var _ra = "retry-after";
2617
3507
  var _sI = "serviceIdentifier";
2618
3508
  var _sNI = "serviceNetworkIdentifier";
2619
3509
  var _tGT = "targetGroupType";
2620
3510
  var _tK = "tagKeys";
3511
+ var _vEI = "vpcEndpointId";
3512
+ var _vEO = "vpcEndpointOwner";
2621
3513
  var _vI = "vpcIdentifier";
2622
3514
 
2623
3515
  // src/commands/BatchUpdateRuleCommand.ts
@@ -2659,6 +3551,34 @@ var _CreateListenerCommand = class _CreateListenerCommand extends import_smithy_
2659
3551
  __name(_CreateListenerCommand, "CreateListenerCommand");
2660
3552
  var CreateListenerCommand = _CreateListenerCommand;
2661
3553
 
3554
+ // src/commands/CreateResourceConfigurationCommand.ts
3555
+
3556
+
3557
+
3558
+ var _CreateResourceConfigurationCommand = class _CreateResourceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3559
+ return [
3560
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3561
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3562
+ ];
3563
+ }).s("MercuryControlPlane", "CreateResourceConfiguration", {}).n("VPCLatticeClient", "CreateResourceConfigurationCommand").f(void 0, void 0).ser(se_CreateResourceConfigurationCommand).de(de_CreateResourceConfigurationCommand).build() {
3564
+ };
3565
+ __name(_CreateResourceConfigurationCommand, "CreateResourceConfigurationCommand");
3566
+ var CreateResourceConfigurationCommand = _CreateResourceConfigurationCommand;
3567
+
3568
+ // src/commands/CreateResourceGatewayCommand.ts
3569
+
3570
+
3571
+
3572
+ var _CreateResourceGatewayCommand = class _CreateResourceGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3573
+ return [
3574
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3575
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3576
+ ];
3577
+ }).s("MercuryControlPlane", "CreateResourceGateway", {}).n("VPCLatticeClient", "CreateResourceGatewayCommand").f(void 0, void 0).ser(se_CreateResourceGatewayCommand).de(de_CreateResourceGatewayCommand).build() {
3578
+ };
3579
+ __name(_CreateResourceGatewayCommand, "CreateResourceGatewayCommand");
3580
+ var CreateResourceGatewayCommand = _CreateResourceGatewayCommand;
3581
+
2662
3582
  // src/commands/CreateRuleCommand.ts
2663
3583
 
2664
3584
 
@@ -2701,6 +3621,20 @@ var _CreateServiceNetworkCommand = class _CreateServiceNetworkCommand extends im
2701
3621
  __name(_CreateServiceNetworkCommand, "CreateServiceNetworkCommand");
2702
3622
  var CreateServiceNetworkCommand = _CreateServiceNetworkCommand;
2703
3623
 
3624
+ // src/commands/CreateServiceNetworkResourceAssociationCommand.ts
3625
+
3626
+
3627
+
3628
+ var _CreateServiceNetworkResourceAssociationCommand = class _CreateServiceNetworkResourceAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3629
+ return [
3630
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3631
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3632
+ ];
3633
+ }).s("MercuryControlPlane", "CreateServiceNetworkResourceAssociation", {}).n("VPCLatticeClient", "CreateServiceNetworkResourceAssociationCommand").f(void 0, void 0).ser(se_CreateServiceNetworkResourceAssociationCommand).de(de_CreateServiceNetworkResourceAssociationCommand).build() {
3634
+ };
3635
+ __name(_CreateServiceNetworkResourceAssociationCommand, "CreateServiceNetworkResourceAssociationCommand");
3636
+ var CreateServiceNetworkResourceAssociationCommand = _CreateServiceNetworkResourceAssociationCommand;
3637
+
2704
3638
  // src/commands/CreateServiceNetworkServiceAssociationCommand.ts
2705
3639
 
2706
3640
 
@@ -2785,6 +3719,48 @@ var _DeleteListenerCommand = class _DeleteListenerCommand extends import_smithy_
2785
3719
  __name(_DeleteListenerCommand, "DeleteListenerCommand");
2786
3720
  var DeleteListenerCommand = _DeleteListenerCommand;
2787
3721
 
3722
+ // src/commands/DeleteResourceConfigurationCommand.ts
3723
+
3724
+
3725
+
3726
+ var _DeleteResourceConfigurationCommand = class _DeleteResourceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3727
+ return [
3728
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3729
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3730
+ ];
3731
+ }).s("MercuryControlPlane", "DeleteResourceConfiguration", {}).n("VPCLatticeClient", "DeleteResourceConfigurationCommand").f(void 0, void 0).ser(se_DeleteResourceConfigurationCommand).de(de_DeleteResourceConfigurationCommand).build() {
3732
+ };
3733
+ __name(_DeleteResourceConfigurationCommand, "DeleteResourceConfigurationCommand");
3734
+ var DeleteResourceConfigurationCommand = _DeleteResourceConfigurationCommand;
3735
+
3736
+ // src/commands/DeleteResourceEndpointAssociationCommand.ts
3737
+
3738
+
3739
+
3740
+ var _DeleteResourceEndpointAssociationCommand = class _DeleteResourceEndpointAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3741
+ return [
3742
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3743
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3744
+ ];
3745
+ }).s("MercuryControlPlane", "DeleteResourceEndpointAssociation", {}).n("VPCLatticeClient", "DeleteResourceEndpointAssociationCommand").f(void 0, void 0).ser(se_DeleteResourceEndpointAssociationCommand).de(de_DeleteResourceEndpointAssociationCommand).build() {
3746
+ };
3747
+ __name(_DeleteResourceEndpointAssociationCommand, "DeleteResourceEndpointAssociationCommand");
3748
+ var DeleteResourceEndpointAssociationCommand = _DeleteResourceEndpointAssociationCommand;
3749
+
3750
+ // src/commands/DeleteResourceGatewayCommand.ts
3751
+
3752
+
3753
+
3754
+ var _DeleteResourceGatewayCommand = class _DeleteResourceGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3755
+ return [
3756
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3757
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3758
+ ];
3759
+ }).s("MercuryControlPlane", "DeleteResourceGateway", {}).n("VPCLatticeClient", "DeleteResourceGatewayCommand").f(void 0, void 0).ser(se_DeleteResourceGatewayCommand).de(de_DeleteResourceGatewayCommand).build() {
3760
+ };
3761
+ __name(_DeleteResourceGatewayCommand, "DeleteResourceGatewayCommand");
3762
+ var DeleteResourceGatewayCommand = _DeleteResourceGatewayCommand;
3763
+
2788
3764
  // src/commands/DeleteResourcePolicyCommand.ts
2789
3765
 
2790
3766
 
@@ -2841,6 +3817,20 @@ var _DeleteServiceNetworkCommand = class _DeleteServiceNetworkCommand extends im
2841
3817
  __name(_DeleteServiceNetworkCommand, "DeleteServiceNetworkCommand");
2842
3818
  var DeleteServiceNetworkCommand = _DeleteServiceNetworkCommand;
2843
3819
 
3820
+ // src/commands/DeleteServiceNetworkResourceAssociationCommand.ts
3821
+
3822
+
3823
+
3824
+ var _DeleteServiceNetworkResourceAssociationCommand = class _DeleteServiceNetworkResourceAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3825
+ return [
3826
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3827
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3828
+ ];
3829
+ }).s("MercuryControlPlane", "DeleteServiceNetworkResourceAssociation", {}).n("VPCLatticeClient", "DeleteServiceNetworkResourceAssociationCommand").f(void 0, void 0).ser(se_DeleteServiceNetworkResourceAssociationCommand).de(de_DeleteServiceNetworkResourceAssociationCommand).build() {
3830
+ };
3831
+ __name(_DeleteServiceNetworkResourceAssociationCommand, "DeleteServiceNetworkResourceAssociationCommand");
3832
+ var DeleteServiceNetworkResourceAssociationCommand = _DeleteServiceNetworkResourceAssociationCommand;
3833
+
2844
3834
  // src/commands/DeleteServiceNetworkServiceAssociationCommand.ts
2845
3835
 
2846
3836
 
@@ -2939,6 +3929,34 @@ var _GetListenerCommand = class _GetListenerCommand extends import_smithy_client
2939
3929
  __name(_GetListenerCommand, "GetListenerCommand");
2940
3930
  var GetListenerCommand = _GetListenerCommand;
2941
3931
 
3932
+ // src/commands/GetResourceConfigurationCommand.ts
3933
+
3934
+
3935
+
3936
+ var _GetResourceConfigurationCommand = class _GetResourceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3937
+ return [
3938
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3939
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3940
+ ];
3941
+ }).s("MercuryControlPlane", "GetResourceConfiguration", {}).n("VPCLatticeClient", "GetResourceConfigurationCommand").f(void 0, void 0).ser(se_GetResourceConfigurationCommand).de(de_GetResourceConfigurationCommand).build() {
3942
+ };
3943
+ __name(_GetResourceConfigurationCommand, "GetResourceConfigurationCommand");
3944
+ var GetResourceConfigurationCommand = _GetResourceConfigurationCommand;
3945
+
3946
+ // src/commands/GetResourceGatewayCommand.ts
3947
+
3948
+
3949
+
3950
+ var _GetResourceGatewayCommand = class _GetResourceGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3951
+ return [
3952
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3953
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3954
+ ];
3955
+ }).s("MercuryControlPlane", "GetResourceGateway", {}).n("VPCLatticeClient", "GetResourceGatewayCommand").f(void 0, void 0).ser(se_GetResourceGatewayCommand).de(de_GetResourceGatewayCommand).build() {
3956
+ };
3957
+ __name(_GetResourceGatewayCommand, "GetResourceGatewayCommand");
3958
+ var GetResourceGatewayCommand = _GetResourceGatewayCommand;
3959
+
2942
3960
  // src/commands/GetResourcePolicyCommand.ts
2943
3961
 
2944
3962
 
@@ -2995,6 +4013,20 @@ var _GetServiceNetworkCommand = class _GetServiceNetworkCommand extends import_s
2995
4013
  __name(_GetServiceNetworkCommand, "GetServiceNetworkCommand");
2996
4014
  var GetServiceNetworkCommand = _GetServiceNetworkCommand;
2997
4015
 
4016
+ // src/commands/GetServiceNetworkResourceAssociationCommand.ts
4017
+
4018
+
4019
+
4020
+ var _GetServiceNetworkResourceAssociationCommand = class _GetServiceNetworkResourceAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4021
+ return [
4022
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4023
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4024
+ ];
4025
+ }).s("MercuryControlPlane", "GetServiceNetworkResourceAssociation", {}).n("VPCLatticeClient", "GetServiceNetworkResourceAssociationCommand").f(void 0, void 0).ser(se_GetServiceNetworkResourceAssociationCommand).de(de_GetServiceNetworkResourceAssociationCommand).build() {
4026
+ };
4027
+ __name(_GetServiceNetworkResourceAssociationCommand, "GetServiceNetworkResourceAssociationCommand");
4028
+ var GetServiceNetworkResourceAssociationCommand = _GetServiceNetworkResourceAssociationCommand;
4029
+
2998
4030
  // src/commands/GetServiceNetworkServiceAssociationCommand.ts
2999
4031
 
3000
4032
 
@@ -3065,6 +4097,48 @@ var _ListListenersCommand = class _ListListenersCommand extends import_smithy_cl
3065
4097
  __name(_ListListenersCommand, "ListListenersCommand");
3066
4098
  var ListListenersCommand = _ListListenersCommand;
3067
4099
 
4100
+ // src/commands/ListResourceConfigurationsCommand.ts
4101
+
4102
+
4103
+
4104
+ var _ListResourceConfigurationsCommand = class _ListResourceConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4105
+ return [
4106
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4107
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4108
+ ];
4109
+ }).s("MercuryControlPlane", "ListResourceConfigurations", {}).n("VPCLatticeClient", "ListResourceConfigurationsCommand").f(void 0, void 0).ser(se_ListResourceConfigurationsCommand).de(de_ListResourceConfigurationsCommand).build() {
4110
+ };
4111
+ __name(_ListResourceConfigurationsCommand, "ListResourceConfigurationsCommand");
4112
+ var ListResourceConfigurationsCommand = _ListResourceConfigurationsCommand;
4113
+
4114
+ // src/commands/ListResourceEndpointAssociationsCommand.ts
4115
+
4116
+
4117
+
4118
+ var _ListResourceEndpointAssociationsCommand = class _ListResourceEndpointAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4119
+ return [
4120
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4121
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4122
+ ];
4123
+ }).s("MercuryControlPlane", "ListResourceEndpointAssociations", {}).n("VPCLatticeClient", "ListResourceEndpointAssociationsCommand").f(void 0, void 0).ser(se_ListResourceEndpointAssociationsCommand).de(de_ListResourceEndpointAssociationsCommand).build() {
4124
+ };
4125
+ __name(_ListResourceEndpointAssociationsCommand, "ListResourceEndpointAssociationsCommand");
4126
+ var ListResourceEndpointAssociationsCommand = _ListResourceEndpointAssociationsCommand;
4127
+
4128
+ // src/commands/ListResourceGatewaysCommand.ts
4129
+
4130
+
4131
+
4132
+ var _ListResourceGatewaysCommand = class _ListResourceGatewaysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4133
+ return [
4134
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4135
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4136
+ ];
4137
+ }).s("MercuryControlPlane", "ListResourceGateways", {}).n("VPCLatticeClient", "ListResourceGatewaysCommand").f(void 0, void 0).ser(se_ListResourceGatewaysCommand).de(de_ListResourceGatewaysCommand).build() {
4138
+ };
4139
+ __name(_ListResourceGatewaysCommand, "ListResourceGatewaysCommand");
4140
+ var ListResourceGatewaysCommand = _ListResourceGatewaysCommand;
4141
+
3068
4142
  // src/commands/ListRulesCommand.ts
3069
4143
 
3070
4144
 
@@ -3079,6 +4153,20 @@ var _ListRulesCommand = class _ListRulesCommand extends import_smithy_client.Com
3079
4153
  __name(_ListRulesCommand, "ListRulesCommand");
3080
4154
  var ListRulesCommand = _ListRulesCommand;
3081
4155
 
4156
+ // src/commands/ListServiceNetworkResourceAssociationsCommand.ts
4157
+
4158
+
4159
+
4160
+ var _ListServiceNetworkResourceAssociationsCommand = class _ListServiceNetworkResourceAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4161
+ return [
4162
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4163
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4164
+ ];
4165
+ }).s("MercuryControlPlane", "ListServiceNetworkResourceAssociations", {}).n("VPCLatticeClient", "ListServiceNetworkResourceAssociationsCommand").f(void 0, void 0).ser(se_ListServiceNetworkResourceAssociationsCommand).de(de_ListServiceNetworkResourceAssociationsCommand).build() {
4166
+ };
4167
+ __name(_ListServiceNetworkResourceAssociationsCommand, "ListServiceNetworkResourceAssociationsCommand");
4168
+ var ListServiceNetworkResourceAssociationsCommand = _ListServiceNetworkResourceAssociationsCommand;
4169
+
3082
4170
  // src/commands/ListServiceNetworksCommand.ts
3083
4171
 
3084
4172
 
@@ -3121,6 +4209,20 @@ var _ListServiceNetworkVpcAssociationsCommand = class _ListServiceNetworkVpcAsso
3121
4209
  __name(_ListServiceNetworkVpcAssociationsCommand, "ListServiceNetworkVpcAssociationsCommand");
3122
4210
  var ListServiceNetworkVpcAssociationsCommand = _ListServiceNetworkVpcAssociationsCommand;
3123
4211
 
4212
+ // src/commands/ListServiceNetworkVpcEndpointAssociationsCommand.ts
4213
+
4214
+
4215
+
4216
+ var _ListServiceNetworkVpcEndpointAssociationsCommand = class _ListServiceNetworkVpcEndpointAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4217
+ return [
4218
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4219
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4220
+ ];
4221
+ }).s("MercuryControlPlane", "ListServiceNetworkVpcEndpointAssociations", {}).n("VPCLatticeClient", "ListServiceNetworkVpcEndpointAssociationsCommand").f(void 0, void 0).ser(se_ListServiceNetworkVpcEndpointAssociationsCommand).de(de_ListServiceNetworkVpcEndpointAssociationsCommand).build() {
4222
+ };
4223
+ __name(_ListServiceNetworkVpcEndpointAssociationsCommand, "ListServiceNetworkVpcEndpointAssociationsCommand");
4224
+ var ListServiceNetworkVpcEndpointAssociationsCommand = _ListServiceNetworkVpcEndpointAssociationsCommand;
4225
+
3124
4226
  // src/commands/ListServicesCommand.ts
3125
4227
 
3126
4228
 
@@ -3275,6 +4377,34 @@ var _UpdateListenerCommand = class _UpdateListenerCommand extends import_smithy_
3275
4377
  __name(_UpdateListenerCommand, "UpdateListenerCommand");
3276
4378
  var UpdateListenerCommand = _UpdateListenerCommand;
3277
4379
 
4380
+ // src/commands/UpdateResourceConfigurationCommand.ts
4381
+
4382
+
4383
+
4384
+ var _UpdateResourceConfigurationCommand = class _UpdateResourceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4385
+ return [
4386
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4387
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4388
+ ];
4389
+ }).s("MercuryControlPlane", "UpdateResourceConfiguration", {}).n("VPCLatticeClient", "UpdateResourceConfigurationCommand").f(void 0, void 0).ser(se_UpdateResourceConfigurationCommand).de(de_UpdateResourceConfigurationCommand).build() {
4390
+ };
4391
+ __name(_UpdateResourceConfigurationCommand, "UpdateResourceConfigurationCommand");
4392
+ var UpdateResourceConfigurationCommand = _UpdateResourceConfigurationCommand;
4393
+
4394
+ // src/commands/UpdateResourceGatewayCommand.ts
4395
+
4396
+
4397
+
4398
+ var _UpdateResourceGatewayCommand = class _UpdateResourceGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4399
+ return [
4400
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4401
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4402
+ ];
4403
+ }).s("MercuryControlPlane", "UpdateResourceGateway", {}).n("VPCLatticeClient", "UpdateResourceGatewayCommand").f(void 0, void 0).ser(se_UpdateResourceGatewayCommand).de(de_UpdateResourceGatewayCommand).build() {
4404
+ };
4405
+ __name(_UpdateResourceGatewayCommand, "UpdateResourceGatewayCommand");
4406
+ var UpdateResourceGatewayCommand = _UpdateResourceGatewayCommand;
4407
+
3278
4408
  // src/commands/UpdateRuleCommand.ts
3279
4409
 
3280
4410
 
@@ -3350,19 +4480,26 @@ var commands = {
3350
4480
  BatchUpdateRuleCommand,
3351
4481
  CreateAccessLogSubscriptionCommand,
3352
4482
  CreateListenerCommand,
4483
+ CreateResourceConfigurationCommand,
4484
+ CreateResourceGatewayCommand,
3353
4485
  CreateRuleCommand,
3354
4486
  CreateServiceCommand,
3355
4487
  CreateServiceNetworkCommand,
4488
+ CreateServiceNetworkResourceAssociationCommand,
3356
4489
  CreateServiceNetworkServiceAssociationCommand,
3357
4490
  CreateServiceNetworkVpcAssociationCommand,
3358
4491
  CreateTargetGroupCommand,
3359
4492
  DeleteAccessLogSubscriptionCommand,
3360
4493
  DeleteAuthPolicyCommand,
3361
4494
  DeleteListenerCommand,
4495
+ DeleteResourceConfigurationCommand,
4496
+ DeleteResourceEndpointAssociationCommand,
4497
+ DeleteResourceGatewayCommand,
3362
4498
  DeleteResourcePolicyCommand,
3363
4499
  DeleteRuleCommand,
3364
4500
  DeleteServiceCommand,
3365
4501
  DeleteServiceNetworkCommand,
4502
+ DeleteServiceNetworkResourceAssociationCommand,
3366
4503
  DeleteServiceNetworkServiceAssociationCommand,
3367
4504
  DeleteServiceNetworkVpcAssociationCommand,
3368
4505
  DeleteTargetGroupCommand,
@@ -3370,19 +4507,27 @@ var commands = {
3370
4507
  GetAccessLogSubscriptionCommand,
3371
4508
  GetAuthPolicyCommand,
3372
4509
  GetListenerCommand,
4510
+ GetResourceConfigurationCommand,
4511
+ GetResourceGatewayCommand,
3373
4512
  GetResourcePolicyCommand,
3374
4513
  GetRuleCommand,
3375
4514
  GetServiceCommand,
3376
4515
  GetServiceNetworkCommand,
4516
+ GetServiceNetworkResourceAssociationCommand,
3377
4517
  GetServiceNetworkServiceAssociationCommand,
3378
4518
  GetServiceNetworkVpcAssociationCommand,
3379
4519
  GetTargetGroupCommand,
3380
4520
  ListAccessLogSubscriptionsCommand,
3381
4521
  ListListenersCommand,
4522
+ ListResourceConfigurationsCommand,
4523
+ ListResourceEndpointAssociationsCommand,
4524
+ ListResourceGatewaysCommand,
3382
4525
  ListRulesCommand,
4526
+ ListServiceNetworkResourceAssociationsCommand,
3383
4527
  ListServiceNetworksCommand,
3384
4528
  ListServiceNetworkServiceAssociationsCommand,
3385
4529
  ListServiceNetworkVpcAssociationsCommand,
4530
+ ListServiceNetworkVpcEndpointAssociationsCommand,
3386
4531
  ListServicesCommand,
3387
4532
  ListTagsForResourceCommand,
3388
4533
  ListTargetGroupsCommand,
@@ -3394,6 +4539,8 @@ var commands = {
3394
4539
  UntagResourceCommand,
3395
4540
  UpdateAccessLogSubscriptionCommand,
3396
4541
  UpdateListenerCommand,
4542
+ UpdateResourceConfigurationCommand,
4543
+ UpdateResourceGatewayCommand,
3397
4544
  UpdateRuleCommand,
3398
4545
  UpdateServiceCommand,
3399
4546
  UpdateServiceNetworkCommand,
@@ -3414,10 +4561,26 @@ var paginateListAccessLogSubscriptions = (0, import_core.createPaginator)(VPCLat
3414
4561
 
3415
4562
  var paginateListListeners = (0, import_core.createPaginator)(VPCLatticeClient, ListListenersCommand, "nextToken", "nextToken", "maxResults");
3416
4563
 
4564
+ // src/pagination/ListResourceConfigurationsPaginator.ts
4565
+
4566
+ var paginateListResourceConfigurations = (0, import_core.createPaginator)(VPCLatticeClient, ListResourceConfigurationsCommand, "nextToken", "nextToken", "maxResults");
4567
+
4568
+ // src/pagination/ListResourceEndpointAssociationsPaginator.ts
4569
+
4570
+ var paginateListResourceEndpointAssociations = (0, import_core.createPaginator)(VPCLatticeClient, ListResourceEndpointAssociationsCommand, "nextToken", "nextToken", "maxResults");
4571
+
4572
+ // src/pagination/ListResourceGatewaysPaginator.ts
4573
+
4574
+ var paginateListResourceGateways = (0, import_core.createPaginator)(VPCLatticeClient, ListResourceGatewaysCommand, "nextToken", "nextToken", "maxResults");
4575
+
3417
4576
  // src/pagination/ListRulesPaginator.ts
3418
4577
 
3419
4578
  var paginateListRules = (0, import_core.createPaginator)(VPCLatticeClient, ListRulesCommand, "nextToken", "nextToken", "maxResults");
3420
4579
 
4580
+ // src/pagination/ListServiceNetworkResourceAssociationsPaginator.ts
4581
+
4582
+ var paginateListServiceNetworkResourceAssociations = (0, import_core.createPaginator)(VPCLatticeClient, ListServiceNetworkResourceAssociationsCommand, "nextToken", "nextToken", "maxResults");
4583
+
3421
4584
  // src/pagination/ListServiceNetworkServiceAssociationsPaginator.ts
3422
4585
 
3423
4586
  var paginateListServiceNetworkServiceAssociations = (0, import_core.createPaginator)(VPCLatticeClient, ListServiceNetworkServiceAssociationsCommand, "nextToken", "nextToken", "maxResults");
@@ -3426,6 +4589,10 @@ var paginateListServiceNetworkServiceAssociations = (0, import_core.createPagina
3426
4589
 
3427
4590
  var paginateListServiceNetworkVpcAssociations = (0, import_core.createPaginator)(VPCLatticeClient, ListServiceNetworkVpcAssociationsCommand, "nextToken", "nextToken", "maxResults");
3428
4591
 
4592
+ // src/pagination/ListServiceNetworkVpcEndpointAssociationsPaginator.ts
4593
+
4594
+ var paginateListServiceNetworkVpcEndpointAssociations = (0, import_core.createPaginator)(VPCLatticeClient, ListServiceNetworkVpcEndpointAssociationsCommand, "nextToken", "nextToken", "maxResults");
4595
+
3429
4596
  // src/pagination/ListServiceNetworksPaginator.ts
3430
4597
 
3431
4598
  var paginateListServiceNetworks = (0, import_core.createPaginator)(VPCLatticeClient, ListServiceNetworksCommand, "nextToken", "nextToken", "maxResults");
@@ -3452,19 +4619,26 @@ var paginateListTargets = (0, import_core.createPaginator)(VPCLatticeClient, Lis
3452
4619
  BatchUpdateRuleCommand,
3453
4620
  CreateAccessLogSubscriptionCommand,
3454
4621
  CreateListenerCommand,
4622
+ CreateResourceConfigurationCommand,
4623
+ CreateResourceGatewayCommand,
3455
4624
  CreateRuleCommand,
3456
4625
  CreateServiceCommand,
3457
4626
  CreateServiceNetworkCommand,
4627
+ CreateServiceNetworkResourceAssociationCommand,
3458
4628
  CreateServiceNetworkServiceAssociationCommand,
3459
4629
  CreateServiceNetworkVpcAssociationCommand,
3460
4630
  CreateTargetGroupCommand,
3461
4631
  DeleteAccessLogSubscriptionCommand,
3462
4632
  DeleteAuthPolicyCommand,
3463
4633
  DeleteListenerCommand,
4634
+ DeleteResourceConfigurationCommand,
4635
+ DeleteResourceEndpointAssociationCommand,
4636
+ DeleteResourceGatewayCommand,
3464
4637
  DeleteResourcePolicyCommand,
3465
4638
  DeleteRuleCommand,
3466
4639
  DeleteServiceCommand,
3467
4640
  DeleteServiceNetworkCommand,
4641
+ DeleteServiceNetworkResourceAssociationCommand,
3468
4642
  DeleteServiceNetworkServiceAssociationCommand,
3469
4643
  DeleteServiceNetworkVpcAssociationCommand,
3470
4644
  DeleteTargetGroupCommand,
@@ -3472,18 +4646,26 @@ var paginateListTargets = (0, import_core.createPaginator)(VPCLatticeClient, Lis
3472
4646
  GetAccessLogSubscriptionCommand,
3473
4647
  GetAuthPolicyCommand,
3474
4648
  GetListenerCommand,
4649
+ GetResourceConfigurationCommand,
4650
+ GetResourceGatewayCommand,
3475
4651
  GetResourcePolicyCommand,
3476
4652
  GetRuleCommand,
3477
4653
  GetServiceCommand,
3478
4654
  GetServiceNetworkCommand,
4655
+ GetServiceNetworkResourceAssociationCommand,
3479
4656
  GetServiceNetworkServiceAssociationCommand,
3480
4657
  GetServiceNetworkVpcAssociationCommand,
3481
4658
  GetTargetGroupCommand,
3482
4659
  ListAccessLogSubscriptionsCommand,
3483
4660
  ListListenersCommand,
4661
+ ListResourceConfigurationsCommand,
4662
+ ListResourceEndpointAssociationsCommand,
4663
+ ListResourceGatewaysCommand,
3484
4664
  ListRulesCommand,
4665
+ ListServiceNetworkResourceAssociationsCommand,
3485
4666
  ListServiceNetworkServiceAssociationsCommand,
3486
4667
  ListServiceNetworkVpcAssociationsCommand,
4668
+ ListServiceNetworkVpcEndpointAssociationsCommand,
3487
4669
  ListServiceNetworksCommand,
3488
4670
  ListServicesCommand,
3489
4671
  ListTagsForResourceCommand,
@@ -3496,6 +4678,8 @@ var paginateListTargets = (0, import_core.createPaginator)(VPCLatticeClient, Lis
3496
4678
  UntagResourceCommand,
3497
4679
  UpdateAccessLogSubscriptionCommand,
3498
4680
  UpdateListenerCommand,
4681
+ UpdateResourceConfigurationCommand,
4682
+ UpdateResourceGatewayCommand,
3499
4683
  UpdateRuleCommand,
3500
4684
  UpdateServiceCommand,
3501
4685
  UpdateServiceNetworkCommand,
@@ -3503,15 +4687,21 @@ var paginateListTargets = (0, import_core.createPaginator)(VPCLatticeClient, Lis
3503
4687
  UpdateTargetGroupCommand,
3504
4688
  paginateListAccessLogSubscriptions,
3505
4689
  paginateListListeners,
4690
+ paginateListResourceConfigurations,
4691
+ paginateListResourceEndpointAssociations,
4692
+ paginateListResourceGateways,
3506
4693
  paginateListRules,
4694
+ paginateListServiceNetworkResourceAssociations,
3507
4695
  paginateListServiceNetworkServiceAssociations,
3508
4696
  paginateListServiceNetworkVpcAssociations,
4697
+ paginateListServiceNetworkVpcEndpointAssociations,
3509
4698
  paginateListServiceNetworks,
3510
4699
  paginateListServices,
3511
4700
  paginateListTargetGroups,
3512
4701
  paginateListTargets,
3513
4702
  AccessDeniedException,
3514
4703
  ConflictException,
4704
+ ServiceNetworkLogType,
3515
4705
  InternalServerException,
3516
4706
  ResourceNotFoundException,
3517
4707
  ThrottlingException,
@@ -3525,7 +4715,15 @@ var paginateListTargets = (0, import_core.createPaginator)(VPCLatticeClient, Lis
3525
4715
  RuleMatch,
3526
4716
  ListenerProtocol,
3527
4717
  ServiceQuotaExceededException,
4718
+ ProtocolType,
4719
+ ResourceConfigurationIpAddressType,
4720
+ ResourceConfigurationDefinition,
4721
+ ResourceConfigurationType,
4722
+ ResourceConfigurationStatus,
4723
+ ResourceGatewayIpAddressType,
4724
+ ResourceGatewayStatus,
3528
4725
  ServiceStatus,
4726
+ ServiceNetworkResourceAssociationStatus,
3529
4727
  ServiceNetworkServiceAssociationStatus,
3530
4728
  ServiceNetworkVpcAssociationStatus,
3531
4729
  Matcher,