@aws-sdk/client-vpc-lattice 3.928.0 → 3.930.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 (97) hide show
  1. package/dist-cjs/index.js +2768 -3273
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/VPCLatticeClient.js +2 -0
  4. package/dist-es/commands/BatchUpdateRuleCommand.js +3 -9
  5. package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +3 -9
  6. package/dist-es/commands/CreateListenerCommand.js +3 -9
  7. package/dist-es/commands/CreateResourceConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CreateResourceGatewayCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateServiceCommand.js +3 -9
  11. package/dist-es/commands/CreateServiceNetworkCommand.js +3 -9
  12. package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +3 -9
  13. package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +3 -9
  14. package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +3 -9
  15. package/dist-es/commands/CreateTargetGroupCommand.js +3 -9
  16. package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +3 -9
  17. package/dist-es/commands/DeleteAuthPolicyCommand.js +3 -9
  18. package/dist-es/commands/DeleteDomainVerificationCommand.js +3 -9
  19. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  20. package/dist-es/commands/DeleteResourceConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +3 -9
  22. package/dist-es/commands/DeleteResourceGatewayCommand.js +3 -9
  23. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  24. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  25. package/dist-es/commands/DeleteServiceCommand.js +3 -9
  26. package/dist-es/commands/DeleteServiceNetworkCommand.js +3 -9
  27. package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +3 -9
  28. package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +3 -9
  29. package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +3 -9
  30. package/dist-es/commands/DeleteTargetGroupCommand.js +3 -9
  31. package/dist-es/commands/DeregisterTargetsCommand.js +3 -9
  32. package/dist-es/commands/GetAccessLogSubscriptionCommand.js +3 -9
  33. package/dist-es/commands/GetAuthPolicyCommand.js +3 -9
  34. package/dist-es/commands/GetDomainVerificationCommand.js +3 -9
  35. package/dist-es/commands/GetListenerCommand.js +3 -9
  36. package/dist-es/commands/GetResourceConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetResourceGatewayCommand.js +3 -9
  38. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  39. package/dist-es/commands/GetRuleCommand.js +3 -9
  40. package/dist-es/commands/GetServiceCommand.js +3 -9
  41. package/dist-es/commands/GetServiceNetworkCommand.js +3 -9
  42. package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +3 -9
  43. package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +3 -9
  44. package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +3 -9
  45. package/dist-es/commands/GetTargetGroupCommand.js +3 -9
  46. package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +3 -9
  47. package/dist-es/commands/ListDomainVerificationsCommand.js +3 -9
  48. package/dist-es/commands/ListListenersCommand.js +3 -9
  49. package/dist-es/commands/ListResourceConfigurationsCommand.js +3 -9
  50. package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +3 -9
  51. package/dist-es/commands/ListResourceGatewaysCommand.js +3 -9
  52. package/dist-es/commands/ListRulesCommand.js +3 -9
  53. package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +3 -9
  54. package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +3 -9
  55. package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +3 -9
  56. package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +3 -9
  57. package/dist-es/commands/ListServiceNetworksCommand.js +3 -9
  58. package/dist-es/commands/ListServicesCommand.js +3 -9
  59. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  60. package/dist-es/commands/ListTargetGroupsCommand.js +3 -9
  61. package/dist-es/commands/ListTargetsCommand.js +3 -9
  62. package/dist-es/commands/PutAuthPolicyCommand.js +3 -9
  63. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  64. package/dist-es/commands/RegisterTargetsCommand.js +3 -9
  65. package/dist-es/commands/StartDomainVerificationCommand.js +3 -9
  66. package/dist-es/commands/TagResourceCommand.js +3 -9
  67. package/dist-es/commands/UntagResourceCommand.js +3 -9
  68. package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +3 -9
  69. package/dist-es/commands/UpdateListenerCommand.js +3 -9
  70. package/dist-es/commands/UpdateResourceConfigurationCommand.js +3 -9
  71. package/dist-es/commands/UpdateResourceGatewayCommand.js +3 -9
  72. package/dist-es/commands/UpdateRuleCommand.js +3 -9
  73. package/dist-es/commands/UpdateServiceCommand.js +3 -9
  74. package/dist-es/commands/UpdateServiceNetworkCommand.js +3 -9
  75. package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +3 -9
  76. package/dist-es/commands/UpdateTargetGroupCommand.js +3 -9
  77. package/dist-es/models/models_0.js +0 -60
  78. package/dist-es/runtimeConfig.shared.js +2 -0
  79. package/dist-es/schemas/schemas_0.js +2622 -0
  80. package/dist-types/VPCLatticeClient.d.ts +10 -1
  81. package/dist-types/models/models_0.d.ts +24 -6
  82. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  83. package/dist-types/runtimeConfig.d.ts +1 -0
  84. package/dist-types/runtimeConfig.native.d.ts +1 -0
  85. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  86. package/dist-types/schemas/schemas_0.d.ts +300 -0
  87. package/dist-types/ts3.4/VPCLatticeClient.d.ts +4 -0
  88. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  93. package/dist-types/ts3.4/schemas/schemas_0.d.ts +305 -0
  94. package/package.json +33 -34
  95. package/dist-es/protocols/Aws_restJson1.js +0 -2698
  96. package/dist-types/protocols/Aws_restJson1.d.ts +0 -659
  97. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -881
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { BatchUpdateRuleCommandInput, BatchUpdateRuleCommandOutput } from "./commands/BatchUpdateRuleCommand";
11
11
  import { CreateAccessLogSubscriptionCommandInput, CreateAccessLogSubscriptionCommandOutput } from "./commands/CreateAccessLogSubscriptionCommand";
@@ -214,6 +214,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
214
214
  * Optional extensions
215
215
  */
216
216
  extensions?: RuntimeExtension[];
217
+ /**
218
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
219
+ * may be overridden. A default will always be set by the client.
220
+ * Available options depend on the service's supported protocols and will not be validated by
221
+ * the client.
222
+ * @alpha
223
+ *
224
+ */
225
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
217
226
  /**
218
227
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
219
228
  */
@@ -543,12 +543,15 @@ export declare namespace RuleAction {
543
543
  fixedResponse?: never;
544
544
  $unknown: [string, any];
545
545
  }
546
+ /**
547
+ * @deprecated unused in schema-serde mode.
548
+ *
549
+ */
546
550
  interface Visitor<T> {
547
551
  forward: (value: ForwardAction) => T;
548
552
  fixedResponse: (value: FixedResponseAction) => T;
549
553
  _: (name: string, value: any) => T;
550
554
  }
551
- const visit: <T>(value: RuleAction, visitor: Visitor<T>) => T;
552
555
  }
553
556
  /**
554
557
  * <p>Describes a header match type.</p>
@@ -598,13 +601,16 @@ export declare namespace HeaderMatchType {
598
601
  contains?: never;
599
602
  $unknown: [string, any];
600
603
  }
604
+ /**
605
+ * @deprecated unused in schema-serde mode.
606
+ *
607
+ */
601
608
  interface Visitor<T> {
602
609
  exact: (value: string) => T;
603
610
  prefix: (value: string) => T;
604
611
  contains: (value: string) => T;
605
612
  _: (name: string, value: any) => T;
606
613
  }
607
- const visit: <T>(value: HeaderMatchType, visitor: Visitor<T>) => T;
608
614
  }
609
615
  /**
610
616
  * <p>Describes the constraints for a header match. Matches incoming requests with rule based on request header value before applying rule action.</p>
@@ -662,12 +668,15 @@ export declare namespace PathMatchType {
662
668
  prefix?: never;
663
669
  $unknown: [string, any];
664
670
  }
671
+ /**
672
+ * @deprecated unused in schema-serde mode.
673
+ *
674
+ */
665
675
  interface Visitor<T> {
666
676
  exact: (value: string) => T;
667
677
  prefix: (value: string) => T;
668
678
  _: (name: string, value: any) => T;
669
679
  }
670
- const visit: <T>(value: PathMatchType, visitor: Visitor<T>) => T;
671
680
  }
672
681
  /**
673
682
  * <p>Describes the conditions that can be applied when matching a path for incoming requests.</p>
@@ -730,11 +739,14 @@ export declare namespace RuleMatch {
730
739
  httpMatch?: never;
731
740
  $unknown: [string, any];
732
741
  }
742
+ /**
743
+ * @deprecated unused in schema-serde mode.
744
+ *
745
+ */
733
746
  interface Visitor<T> {
734
747
  httpMatch: (value: HttpMatch) => T;
735
748
  _: (name: string, value: any) => T;
736
749
  }
737
- const visit: <T>(value: RuleMatch, visitor: Visitor<T>) => T;
738
750
  }
739
751
  /**
740
752
  * <p>Describes a rule update.</p>
@@ -1109,13 +1121,16 @@ export declare namespace ResourceConfigurationDefinition {
1109
1121
  arnResource?: never;
1110
1122
  $unknown: [string, any];
1111
1123
  }
1124
+ /**
1125
+ * @deprecated unused in schema-serde mode.
1126
+ *
1127
+ */
1112
1128
  interface Visitor<T> {
1113
1129
  dnsResource: (value: DnsResource) => T;
1114
1130
  ipResource: (value: IpResource) => T;
1115
1131
  arnResource: (value: ArnResource) => T;
1116
1132
  _: (name: string, value: any) => T;
1117
1133
  }
1118
- const visit: <T>(value: ResourceConfigurationDefinition, visitor: Visitor<T>) => T;
1119
1134
  }
1120
1135
  /**
1121
1136
  * @public
@@ -2129,11 +2144,14 @@ export declare namespace Matcher {
2129
2144
  httpCode?: never;
2130
2145
  $unknown: [string, any];
2131
2146
  }
2147
+ /**
2148
+ * @deprecated unused in schema-serde mode.
2149
+ *
2150
+ */
2132
2151
  interface Visitor<T> {
2133
2152
  httpCode: (value: string) => T;
2134
2153
  _: (name: string, value: any) => T;
2135
2154
  }
2136
- const visit: <T>(value: Matcher, visitor: Visitor<T>) => T;
2137
2155
  }
2138
2156
  /**
2139
2157
  * @public
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: VPCLatticeClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: VPCLatticeClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: VPCLatticeClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: VPCLatticeClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").VPCLatticeHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,300 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var AccessDeniedException: StaticErrorSchema;
3
+ export declare var AccessLogSubscriptionSummary: StaticStructureSchema;
4
+ export declare var ArnResource: StaticStructureSchema;
5
+ export declare var BatchUpdateRuleRequest: StaticStructureSchema;
6
+ export declare var BatchUpdateRuleResponse: StaticStructureSchema;
7
+ export declare var ConflictException: StaticErrorSchema;
8
+ export declare var CreateAccessLogSubscriptionRequest: StaticStructureSchema;
9
+ export declare var CreateAccessLogSubscriptionResponse: StaticStructureSchema;
10
+ export declare var CreateListenerRequest: StaticStructureSchema;
11
+ export declare var CreateListenerResponse: StaticStructureSchema;
12
+ export declare var CreateResourceConfigurationRequest: StaticStructureSchema;
13
+ export declare var CreateResourceConfigurationResponse: StaticStructureSchema;
14
+ export declare var CreateResourceGatewayRequest: StaticStructureSchema;
15
+ export declare var CreateResourceGatewayResponse: StaticStructureSchema;
16
+ export declare var CreateRuleRequest: StaticStructureSchema;
17
+ export declare var CreateRuleResponse: StaticStructureSchema;
18
+ export declare var CreateServiceNetworkRequest: StaticStructureSchema;
19
+ export declare var CreateServiceNetworkResourceAssociationRequest: StaticStructureSchema;
20
+ export declare var CreateServiceNetworkResourceAssociationResponse: StaticStructureSchema;
21
+ export declare var CreateServiceNetworkResponse: StaticStructureSchema;
22
+ export declare var CreateServiceNetworkServiceAssociationRequest: StaticStructureSchema;
23
+ export declare var CreateServiceNetworkServiceAssociationResponse: StaticStructureSchema;
24
+ export declare var CreateServiceNetworkVpcAssociationRequest: StaticStructureSchema;
25
+ export declare var CreateServiceNetworkVpcAssociationResponse: StaticStructureSchema;
26
+ export declare var CreateServiceRequest: StaticStructureSchema;
27
+ export declare var CreateServiceResponse: StaticStructureSchema;
28
+ export declare var CreateTargetGroupRequest: StaticStructureSchema;
29
+ export declare var CreateTargetGroupResponse: StaticStructureSchema;
30
+ export declare var DeleteAccessLogSubscriptionRequest: StaticStructureSchema;
31
+ export declare var DeleteAccessLogSubscriptionResponse: StaticStructureSchema;
32
+ export declare var DeleteAuthPolicyRequest: StaticStructureSchema;
33
+ export declare var DeleteAuthPolicyResponse: StaticStructureSchema;
34
+ export declare var DeleteDomainVerificationRequest: StaticStructureSchema;
35
+ export declare var DeleteDomainVerificationResponse: StaticStructureSchema;
36
+ export declare var DeleteListenerRequest: StaticStructureSchema;
37
+ export declare var DeleteListenerResponse: StaticStructureSchema;
38
+ export declare var DeleteResourceConfigurationRequest: StaticStructureSchema;
39
+ export declare var DeleteResourceConfigurationResponse: StaticStructureSchema;
40
+ export declare var DeleteResourceEndpointAssociationRequest: StaticStructureSchema;
41
+ export declare var DeleteResourceEndpointAssociationResponse: StaticStructureSchema;
42
+ export declare var DeleteResourceGatewayRequest: StaticStructureSchema;
43
+ export declare var DeleteResourceGatewayResponse: StaticStructureSchema;
44
+ export declare var DeleteResourcePolicyRequest: StaticStructureSchema;
45
+ export declare var DeleteResourcePolicyResponse: StaticStructureSchema;
46
+ export declare var DeleteRuleRequest: StaticStructureSchema;
47
+ export declare var DeleteRuleResponse: StaticStructureSchema;
48
+ export declare var DeleteServiceNetworkRequest: StaticStructureSchema;
49
+ export declare var DeleteServiceNetworkResourceAssociationRequest: StaticStructureSchema;
50
+ export declare var DeleteServiceNetworkResourceAssociationResponse: StaticStructureSchema;
51
+ export declare var DeleteServiceNetworkResponse: StaticStructureSchema;
52
+ export declare var DeleteServiceNetworkServiceAssociationRequest: StaticStructureSchema;
53
+ export declare var DeleteServiceNetworkServiceAssociationResponse: StaticStructureSchema;
54
+ export declare var DeleteServiceNetworkVpcAssociationRequest: StaticStructureSchema;
55
+ export declare var DeleteServiceNetworkVpcAssociationResponse: StaticStructureSchema;
56
+ export declare var DeleteServiceRequest: StaticStructureSchema;
57
+ export declare var DeleteServiceResponse: StaticStructureSchema;
58
+ export declare var DeleteTargetGroupRequest: StaticStructureSchema;
59
+ export declare var DeleteTargetGroupResponse: StaticStructureSchema;
60
+ export declare var DeregisterTargetsRequest: StaticStructureSchema;
61
+ export declare var DeregisterTargetsResponse: StaticStructureSchema;
62
+ export declare var DnsEntry: StaticStructureSchema;
63
+ export declare var DnsOptions: StaticStructureSchema;
64
+ export declare var DnsResource: StaticStructureSchema;
65
+ export declare var DomainVerificationSummary: StaticStructureSchema;
66
+ export declare var FixedResponseAction: StaticStructureSchema;
67
+ export declare var ForwardAction: StaticStructureSchema;
68
+ export declare var GetAccessLogSubscriptionRequest: StaticStructureSchema;
69
+ export declare var GetAccessLogSubscriptionResponse: StaticStructureSchema;
70
+ export declare var GetAuthPolicyRequest: StaticStructureSchema;
71
+ export declare var GetAuthPolicyResponse: StaticStructureSchema;
72
+ export declare var GetDomainVerificationRequest: StaticStructureSchema;
73
+ export declare var GetDomainVerificationResponse: StaticStructureSchema;
74
+ export declare var GetListenerRequest: StaticStructureSchema;
75
+ export declare var GetListenerResponse: StaticStructureSchema;
76
+ export declare var GetResourceConfigurationRequest: StaticStructureSchema;
77
+ export declare var GetResourceConfigurationResponse: StaticStructureSchema;
78
+ export declare var GetResourceGatewayRequest: StaticStructureSchema;
79
+ export declare var GetResourceGatewayResponse: StaticStructureSchema;
80
+ export declare var GetResourcePolicyRequest: StaticStructureSchema;
81
+ export declare var GetResourcePolicyResponse: StaticStructureSchema;
82
+ export declare var GetRuleRequest: StaticStructureSchema;
83
+ export declare var GetRuleResponse: StaticStructureSchema;
84
+ export declare var GetServiceNetworkRequest: StaticStructureSchema;
85
+ export declare var GetServiceNetworkResourceAssociationRequest: StaticStructureSchema;
86
+ export declare var GetServiceNetworkResourceAssociationResponse: StaticStructureSchema;
87
+ export declare var GetServiceNetworkResponse: StaticStructureSchema;
88
+ export declare var GetServiceNetworkServiceAssociationRequest: StaticStructureSchema;
89
+ export declare var GetServiceNetworkServiceAssociationResponse: StaticStructureSchema;
90
+ export declare var GetServiceNetworkVpcAssociationRequest: StaticStructureSchema;
91
+ export declare var GetServiceNetworkVpcAssociationResponse: StaticStructureSchema;
92
+ export declare var GetServiceRequest: StaticStructureSchema;
93
+ export declare var GetServiceResponse: StaticStructureSchema;
94
+ export declare var GetTargetGroupRequest: StaticStructureSchema;
95
+ export declare var GetTargetGroupResponse: StaticStructureSchema;
96
+ export declare var HeaderMatch: StaticStructureSchema;
97
+ export declare var HealthCheckConfig: StaticStructureSchema;
98
+ export declare var HttpMatch: StaticStructureSchema;
99
+ export declare var InternalServerException: StaticErrorSchema;
100
+ export declare var IpResource: StaticStructureSchema;
101
+ export declare var ListAccessLogSubscriptionsRequest: StaticStructureSchema;
102
+ export declare var ListAccessLogSubscriptionsResponse: StaticStructureSchema;
103
+ export declare var ListDomainVerificationsRequest: StaticStructureSchema;
104
+ export declare var ListDomainVerificationsResponse: StaticStructureSchema;
105
+ export declare var ListenerSummary: StaticStructureSchema;
106
+ export declare var ListListenersRequest: StaticStructureSchema;
107
+ export declare var ListListenersResponse: StaticStructureSchema;
108
+ export declare var ListResourceConfigurationsRequest: StaticStructureSchema;
109
+ export declare var ListResourceConfigurationsResponse: StaticStructureSchema;
110
+ export declare var ListResourceEndpointAssociationsRequest: StaticStructureSchema;
111
+ export declare var ListResourceEndpointAssociationsResponse: StaticStructureSchema;
112
+ export declare var ListResourceGatewaysRequest: StaticStructureSchema;
113
+ export declare var ListResourceGatewaysResponse: StaticStructureSchema;
114
+ export declare var ListRulesRequest: StaticStructureSchema;
115
+ export declare var ListRulesResponse: StaticStructureSchema;
116
+ export declare var ListServiceNetworkResourceAssociationsRequest: StaticStructureSchema;
117
+ export declare var ListServiceNetworkResourceAssociationsResponse: StaticStructureSchema;
118
+ export declare var ListServiceNetworkServiceAssociationsRequest: StaticStructureSchema;
119
+ export declare var ListServiceNetworkServiceAssociationsResponse: StaticStructureSchema;
120
+ export declare var ListServiceNetworksRequest: StaticStructureSchema;
121
+ export declare var ListServiceNetworksResponse: StaticStructureSchema;
122
+ export declare var ListServiceNetworkVpcAssociationsRequest: StaticStructureSchema;
123
+ export declare var ListServiceNetworkVpcAssociationsResponse: StaticStructureSchema;
124
+ export declare var ListServiceNetworkVpcEndpointAssociationsRequest: StaticStructureSchema;
125
+ export declare var ListServiceNetworkVpcEndpointAssociationsResponse: StaticStructureSchema;
126
+ export declare var ListServicesRequest: StaticStructureSchema;
127
+ export declare var ListServicesResponse: StaticStructureSchema;
128
+ export declare var ListTagsForResourceRequest: StaticStructureSchema;
129
+ export declare var ListTagsForResourceResponse: StaticStructureSchema;
130
+ export declare var ListTargetGroupsRequest: StaticStructureSchema;
131
+ export declare var ListTargetGroupsResponse: StaticStructureSchema;
132
+ export declare var ListTargetsRequest: StaticStructureSchema;
133
+ export declare var ListTargetsResponse: StaticStructureSchema;
134
+ export declare var PathMatch: StaticStructureSchema;
135
+ export declare var PutAuthPolicyRequest: StaticStructureSchema;
136
+ export declare var PutAuthPolicyResponse: StaticStructureSchema;
137
+ export declare var PutResourcePolicyRequest: StaticStructureSchema;
138
+ export declare var PutResourcePolicyResponse: StaticStructureSchema;
139
+ export declare var RegisterTargetsRequest: StaticStructureSchema;
140
+ export declare var RegisterTargetsResponse: StaticStructureSchema;
141
+ export declare var ResourceConfigurationSummary: StaticStructureSchema;
142
+ export declare var ResourceEndpointAssociationSummary: StaticStructureSchema;
143
+ export declare var ResourceGatewaySummary: StaticStructureSchema;
144
+ export declare var ResourceNotFoundException: StaticErrorSchema;
145
+ export declare var RuleSummary: StaticStructureSchema;
146
+ export declare var RuleUpdate: StaticStructureSchema;
147
+ export declare var RuleUpdateFailure: StaticStructureSchema;
148
+ export declare var RuleUpdateSuccess: StaticStructureSchema;
149
+ export declare var ServiceNetworkEndpointAssociation: StaticStructureSchema;
150
+ export declare var ServiceNetworkResourceAssociationSummary: StaticStructureSchema;
151
+ export declare var ServiceNetworkServiceAssociationSummary: StaticStructureSchema;
152
+ export declare var ServiceNetworkSummary: StaticStructureSchema;
153
+ export declare var ServiceNetworkVpcAssociationSummary: StaticStructureSchema;
154
+ export declare var ServiceQuotaExceededException: StaticErrorSchema;
155
+ export declare var ServiceSummary: StaticStructureSchema;
156
+ export declare var SharingConfig: StaticStructureSchema;
157
+ export declare var StartDomainVerificationRequest: StaticStructureSchema;
158
+ export declare var StartDomainVerificationResponse: StaticStructureSchema;
159
+ export declare var TagResourceRequest: StaticStructureSchema;
160
+ export declare var TagResourceResponse: StaticStructureSchema;
161
+ export declare var Target: StaticStructureSchema;
162
+ export declare var TargetFailure: StaticStructureSchema;
163
+ export declare var TargetGroupConfig: StaticStructureSchema;
164
+ export declare var TargetGroupSummary: StaticStructureSchema;
165
+ export declare var TargetSummary: StaticStructureSchema;
166
+ export declare var ThrottlingException: StaticErrorSchema;
167
+ export declare var TxtMethodConfig: StaticStructureSchema;
168
+ export declare var UntagResourceRequest: StaticStructureSchema;
169
+ export declare var UntagResourceResponse: StaticStructureSchema;
170
+ export declare var UpdateAccessLogSubscriptionRequest: StaticStructureSchema;
171
+ export declare var UpdateAccessLogSubscriptionResponse: StaticStructureSchema;
172
+ export declare var UpdateListenerRequest: StaticStructureSchema;
173
+ export declare var UpdateListenerResponse: StaticStructureSchema;
174
+ export declare var UpdateResourceConfigurationRequest: StaticStructureSchema;
175
+ export declare var UpdateResourceConfigurationResponse: StaticStructureSchema;
176
+ export declare var UpdateResourceGatewayRequest: StaticStructureSchema;
177
+ export declare var UpdateResourceGatewayResponse: StaticStructureSchema;
178
+ export declare var UpdateRuleRequest: StaticStructureSchema;
179
+ export declare var UpdateRuleResponse: StaticStructureSchema;
180
+ export declare var UpdateServiceNetworkRequest: StaticStructureSchema;
181
+ export declare var UpdateServiceNetworkResponse: StaticStructureSchema;
182
+ export declare var UpdateServiceNetworkVpcAssociationRequest: StaticStructureSchema;
183
+ export declare var UpdateServiceNetworkVpcAssociationResponse: StaticStructureSchema;
184
+ export declare var UpdateServiceRequest: StaticStructureSchema;
185
+ export declare var UpdateServiceResponse: StaticStructureSchema;
186
+ export declare var UpdateTargetGroupRequest: StaticStructureSchema;
187
+ export declare var UpdateTargetGroupResponse: StaticStructureSchema;
188
+ export declare var ValidationException: StaticErrorSchema;
189
+ export declare var ValidationExceptionField: StaticStructureSchema;
190
+ export declare var WeightedTargetGroup: StaticStructureSchema;
191
+ export declare var VPCLatticeServiceException: StaticErrorSchema;
192
+ export declare var AccessLogSubscriptionList: StaticListSchema;
193
+ export declare var DomainVerificationList: StaticListSchema;
194
+ export declare var HeaderMatchList: StaticListSchema;
195
+ export declare var ListenerSummaryList: StaticListSchema;
196
+ export declare var PortRangeList: number;
197
+ export declare var PrivateDnsSpecifiedDomainsList: number;
198
+ export declare var ResourceConfigurationSummaryList: StaticListSchema;
199
+ export declare var ResourceEndpointAssociationList: StaticListSchema;
200
+ export declare var ResourceGatewayList: StaticListSchema;
201
+ export declare var RuleSummaryList: StaticListSchema;
202
+ export declare var RuleUpdateFailureList: StaticListSchema;
203
+ export declare var RuleUpdateList: StaticListSchema;
204
+ export declare var RuleUpdateSuccessList: StaticListSchema;
205
+ export declare var SecurityGroupList: number;
206
+ export declare var ServiceArnList: number;
207
+ export declare var ServiceList: StaticListSchema;
208
+ export declare var ServiceNetworkList: StaticListSchema;
209
+ export declare var ServiceNetworkResourceAssociationList: StaticListSchema;
210
+ export declare var ServiceNetworkServiceAssociationList: StaticListSchema;
211
+ export declare var ServiceNetworkVpcAssociationList: StaticListSchema;
212
+ export declare var ServiceNetworkVpcEndpointAssociationList: StaticListSchema;
213
+ export declare var SubnetList: number;
214
+ export declare var TagKeys: number;
215
+ export declare var TargetFailureList: StaticListSchema;
216
+ export declare var TargetGroupList: StaticListSchema;
217
+ export declare var TargetList: StaticListSchema;
218
+ export declare var TargetSummaryList: StaticListSchema;
219
+ export declare var ValidationExceptionFieldList: StaticListSchema;
220
+ export declare var WeightedTargetGroupList: StaticListSchema;
221
+ export declare var TagMap: number;
222
+ export declare var HeaderMatchType: StaticStructureSchema;
223
+ export declare var Matcher: StaticStructureSchema;
224
+ export declare var PathMatchType: StaticStructureSchema;
225
+ export declare var ResourceConfigurationDefinition: StaticStructureSchema;
226
+ export declare var RuleAction: StaticStructureSchema;
227
+ export declare var RuleMatch: StaticStructureSchema;
228
+ export declare var BatchUpdateRule: StaticOperationSchema;
229
+ export declare var CreateAccessLogSubscription: StaticOperationSchema;
230
+ export declare var CreateListener: StaticOperationSchema;
231
+ export declare var CreateResourceConfiguration: StaticOperationSchema;
232
+ export declare var CreateResourceGateway: StaticOperationSchema;
233
+ export declare var CreateRule: StaticOperationSchema;
234
+ export declare var CreateService: StaticOperationSchema;
235
+ export declare var CreateServiceNetwork: StaticOperationSchema;
236
+ export declare var CreateServiceNetworkResourceAssociation: StaticOperationSchema;
237
+ export declare var CreateServiceNetworkServiceAssociation: StaticOperationSchema;
238
+ export declare var CreateServiceNetworkVpcAssociation: StaticOperationSchema;
239
+ export declare var CreateTargetGroup: StaticOperationSchema;
240
+ export declare var DeleteAccessLogSubscription: StaticOperationSchema;
241
+ export declare var DeleteAuthPolicy: StaticOperationSchema;
242
+ export declare var DeleteDomainVerification: StaticOperationSchema;
243
+ export declare var DeleteListener: StaticOperationSchema;
244
+ export declare var DeleteResourceConfiguration: StaticOperationSchema;
245
+ export declare var DeleteResourceEndpointAssociation: StaticOperationSchema;
246
+ export declare var DeleteResourceGateway: StaticOperationSchema;
247
+ export declare var DeleteResourcePolicy: StaticOperationSchema;
248
+ export declare var DeleteRule: StaticOperationSchema;
249
+ export declare var DeleteService: StaticOperationSchema;
250
+ export declare var DeleteServiceNetwork: StaticOperationSchema;
251
+ export declare var DeleteServiceNetworkResourceAssociation: StaticOperationSchema;
252
+ export declare var DeleteServiceNetworkServiceAssociation: StaticOperationSchema;
253
+ export declare var DeleteServiceNetworkVpcAssociation: StaticOperationSchema;
254
+ export declare var DeleteTargetGroup: StaticOperationSchema;
255
+ export declare var DeregisterTargets: StaticOperationSchema;
256
+ export declare var GetAccessLogSubscription: StaticOperationSchema;
257
+ export declare var GetAuthPolicy: StaticOperationSchema;
258
+ export declare var GetDomainVerification: StaticOperationSchema;
259
+ export declare var GetListener: StaticOperationSchema;
260
+ export declare var GetResourceConfiguration: StaticOperationSchema;
261
+ export declare var GetResourceGateway: StaticOperationSchema;
262
+ export declare var GetResourcePolicy: StaticOperationSchema;
263
+ export declare var GetRule: StaticOperationSchema;
264
+ export declare var GetService: StaticOperationSchema;
265
+ export declare var GetServiceNetwork: StaticOperationSchema;
266
+ export declare var GetServiceNetworkResourceAssociation: StaticOperationSchema;
267
+ export declare var GetServiceNetworkServiceAssociation: StaticOperationSchema;
268
+ export declare var GetServiceNetworkVpcAssociation: StaticOperationSchema;
269
+ export declare var GetTargetGroup: StaticOperationSchema;
270
+ export declare var ListAccessLogSubscriptions: StaticOperationSchema;
271
+ export declare var ListDomainVerifications: StaticOperationSchema;
272
+ export declare var ListListeners: StaticOperationSchema;
273
+ export declare var ListResourceConfigurations: StaticOperationSchema;
274
+ export declare var ListResourceEndpointAssociations: StaticOperationSchema;
275
+ export declare var ListResourceGateways: StaticOperationSchema;
276
+ export declare var ListRules: StaticOperationSchema;
277
+ export declare var ListServiceNetworkResourceAssociations: StaticOperationSchema;
278
+ export declare var ListServiceNetworks: StaticOperationSchema;
279
+ export declare var ListServiceNetworkServiceAssociations: StaticOperationSchema;
280
+ export declare var ListServiceNetworkVpcAssociations: StaticOperationSchema;
281
+ export declare var ListServiceNetworkVpcEndpointAssociations: StaticOperationSchema;
282
+ export declare var ListServices: StaticOperationSchema;
283
+ export declare var ListTagsForResource: StaticOperationSchema;
284
+ export declare var ListTargetGroups: StaticOperationSchema;
285
+ export declare var ListTargets: StaticOperationSchema;
286
+ export declare var PutAuthPolicy: StaticOperationSchema;
287
+ export declare var PutResourcePolicy: StaticOperationSchema;
288
+ export declare var RegisterTargets: StaticOperationSchema;
289
+ export declare var StartDomainVerification: StaticOperationSchema;
290
+ export declare var TagResource: StaticOperationSchema;
291
+ export declare var UntagResource: StaticOperationSchema;
292
+ export declare var UpdateAccessLogSubscription: StaticOperationSchema;
293
+ export declare var UpdateListener: StaticOperationSchema;
294
+ export declare var UpdateResourceConfiguration: StaticOperationSchema;
295
+ export declare var UpdateResourceGateway: StaticOperationSchema;
296
+ export declare var UpdateRule: StaticOperationSchema;
297
+ export declare var UpdateService: StaticOperationSchema;
298
+ export declare var UpdateServiceNetwork: StaticOperationSchema;
299
+ export declare var UpdateServiceNetworkVpcAssociation: StaticOperationSchema;
300
+ export declare var UpdateTargetGroup: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -516,6 +519,7 @@ export interface ClientDefaults
516
519
  retryMode?: string | __Provider<string>;
517
520
  logger?: __Logger;
518
521
  extensions?: RuntimeExtension[];
522
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
519
523
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
520
524
  }
521
525
  export type VPCLatticeClientConfigType = Partial<
@@ -183,7 +183,6 @@ export declare namespace RuleAction {
183
183
  fixedResponse: (value: FixedResponseAction) => T;
184
184
  _: (name: string, value: any) => T;
185
185
  }
186
- const visit: <T>(value: RuleAction, visitor: Visitor<T>) => T;
187
186
  }
188
187
  export type HeaderMatchType =
189
188
  | HeaderMatchType.ContainsMember
@@ -221,7 +220,6 @@ export declare namespace HeaderMatchType {
221
220
  contains: (value: string) => T;
222
221
  _: (name: string, value: any) => T;
223
222
  }
224
- const visit: <T>(value: HeaderMatchType, visitor: Visitor<T>) => T;
225
223
  }
226
224
  export interface HeaderMatch {
227
225
  name: string | undefined;
@@ -253,7 +251,6 @@ export declare namespace PathMatchType {
253
251
  prefix: (value: string) => T;
254
252
  _: (name: string, value: any) => T;
255
253
  }
256
- const visit: <T>(value: PathMatchType, visitor: Visitor<T>) => T;
257
254
  }
258
255
  export interface PathMatch {
259
256
  match: PathMatchType | undefined;
@@ -278,7 +275,6 @@ export declare namespace RuleMatch {
278
275
  httpMatch: (value: HttpMatch) => T;
279
276
  _: (name: string, value: any) => T;
280
277
  }
281
- const visit: <T>(value: RuleMatch, visitor: Visitor<T>) => T;
282
278
  }
283
279
  export interface RuleUpdate {
284
280
  ruleIdentifier: string | undefined;
@@ -400,10 +396,6 @@ export declare namespace ResourceConfigurationDefinition {
400
396
  arnResource: (value: ArnResource) => T;
401
397
  _: (name: string, value: any) => T;
402
398
  }
403
- const visit: <T>(
404
- value: ResourceConfigurationDefinition,
405
- visitor: Visitor<T>
406
- ) => T;
407
399
  }
408
400
  export declare const ResourceConfigurationType: {
409
401
  readonly ARN: "ARN";
@@ -664,7 +656,6 @@ export declare namespace Matcher {
664
656
  httpCode: (value: string) => T;
665
657
  _: (name: string, value: any) => T;
666
658
  }
667
- const visit: <T>(value: Matcher, visitor: Visitor<T>) => T;
668
659
  }
669
660
  export declare const TargetGroupProtocol: {
670
661
  readonly HTTP: "HTTP";
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: VPCLatticeClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: VPCLatticeClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: VPCLatticeClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: VPCLatticeClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").VPCLatticeHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;