@aws-sdk/client-vpc-lattice 3.952.0 → 3.954.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +878 -600
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchUpdateRuleCommand.js +2 -2
- package/dist-es/commands/CreateAccessLogSubscriptionCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/CreateResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateResourceGatewayCommand.js +2 -2
- package/dist-es/commands/CreateRuleCommand.js +2 -2
- package/dist-es/commands/CreateServiceCommand.js +2 -2
- package/dist-es/commands/CreateServiceNetworkCommand.js +2 -2
- package/dist-es/commands/CreateServiceNetworkResourceAssociationCommand.js +2 -2
- package/dist-es/commands/CreateServiceNetworkServiceAssociationCommand.js +2 -2
- package/dist-es/commands/CreateServiceNetworkVpcAssociationCommand.js +2 -2
- package/dist-es/commands/CreateTargetGroupCommand.js +2 -2
- package/dist-es/commands/DeleteAccessLogSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteAuthPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteDomainVerificationCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DeleteResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteResourceEndpointAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteResourceGatewayCommand.js +2 -2
- package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteRuleCommand.js +2 -2
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteServiceNetworkCommand.js +2 -2
- package/dist-es/commands/DeleteServiceNetworkResourceAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteServiceNetworkServiceAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteServiceNetworkVpcAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteTargetGroupCommand.js +2 -2
- package/dist-es/commands/DeregisterTargetsCommand.js +2 -2
- package/dist-es/commands/GetAccessLogSubscriptionCommand.js +2 -2
- package/dist-es/commands/GetAuthPolicyCommand.js +2 -2
- package/dist-es/commands/GetDomainVerificationCommand.js +2 -2
- package/dist-es/commands/GetListenerCommand.js +2 -2
- package/dist-es/commands/GetResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/GetResourceGatewayCommand.js +2 -2
- package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-es/commands/GetRuleCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/GetServiceNetworkCommand.js +2 -2
- package/dist-es/commands/GetServiceNetworkResourceAssociationCommand.js +2 -2
- package/dist-es/commands/GetServiceNetworkServiceAssociationCommand.js +2 -2
- package/dist-es/commands/GetServiceNetworkVpcAssociationCommand.js +2 -2
- package/dist-es/commands/GetTargetGroupCommand.js +2 -2
- package/dist-es/commands/ListAccessLogSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListDomainVerificationsCommand.js +2 -2
- package/dist-es/commands/ListListenersCommand.js +2 -2
- package/dist-es/commands/ListResourceConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListResourceEndpointAssociationsCommand.js +2 -2
- package/dist-es/commands/ListResourceGatewaysCommand.js +2 -2
- package/dist-es/commands/ListRulesCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworkResourceAssociationsCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworkServiceAssociationsCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworkVpcAssociationsCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworkVpcEndpointAssociationsCommand.js +2 -2
- package/dist-es/commands/ListServiceNetworksCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetGroupsCommand.js +2 -2
- package/dist-es/commands/ListTargetsCommand.js +2 -2
- package/dist-es/commands/PutAuthPolicyCommand.js +2 -2
- package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-es/commands/RegisterTargetsCommand.js +2 -2
- package/dist-es/commands/StartDomainVerificationCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessLogSubscriptionCommand.js +2 -2
- package/dist-es/commands/UpdateListenerCommand.js +2 -2
- package/dist-es/commands/UpdateResourceConfigurationCommand.js +2 -2
- package/dist-es/commands/UpdateResourceGatewayCommand.js +2 -2
- package/dist-es/commands/UpdateRuleCommand.js +2 -2
- package/dist-es/commands/UpdateServiceCommand.js +2 -2
- package/dist-es/commands/UpdateServiceNetworkCommand.js +2 -2
- package/dist-es/commands/UpdateServiceNetworkVpcAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateTargetGroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +524 -515
- package/dist-types/VPCLatticeClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +270 -300
- package/dist-types/ts3.4/VPCLatticeClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +269 -300
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetRule } from "../schemas/schemas_0";
|
|
4
|
+
import { GetRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetRule", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetRuleCommand")
|
|
14
|
-
.sc(GetRule)
|
|
14
|
+
.sc(GetRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetService } from "../schemas/schemas_0";
|
|
4
|
+
import { GetService$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetServiceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetServiceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetService", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetServiceCommand")
|
|
14
|
-
.sc(GetService)
|
|
14
|
+
.sc(GetService$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetServiceNetwork } from "../schemas/schemas_0";
|
|
4
|
+
import { GetServiceNetwork$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetServiceNetworkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetServiceNetworkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetServiceNetwork", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetServiceNetworkCommand")
|
|
14
|
-
.sc(GetServiceNetwork)
|
|
14
|
+
.sc(GetServiceNetwork$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetServiceNetworkResourceAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetServiceNetworkResourceAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetServiceNetworkResourceAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetServiceNetworkResourceAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetServiceNetworkResourceAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetServiceNetworkResourceAssociationCommand")
|
|
14
|
-
.sc(GetServiceNetworkResourceAssociation)
|
|
14
|
+
.sc(GetServiceNetworkResourceAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetServiceNetworkServiceAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetServiceNetworkServiceAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetServiceNetworkServiceAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetServiceNetworkServiceAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetServiceNetworkServiceAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetServiceNetworkServiceAssociationCommand")
|
|
14
|
-
.sc(GetServiceNetworkServiceAssociation)
|
|
14
|
+
.sc(GetServiceNetworkServiceAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetServiceNetworkVpcAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetServiceNetworkVpcAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetServiceNetworkVpcAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetServiceNetworkVpcAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetServiceNetworkVpcAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetServiceNetworkVpcAssociationCommand")
|
|
14
|
-
.sc(GetServiceNetworkVpcAssociation)
|
|
14
|
+
.sc(GetServiceNetworkVpcAssociation$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetTargetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTargetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTargetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTargetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetTargetGroup", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetTargetGroupCommand")
|
|
14
|
-
.sc(GetTargetGroup)
|
|
14
|
+
.sc(GetTargetGroup$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAccessLogSubscriptions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAccessLogSubscriptions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAccessLogSubscriptionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAccessLogSubscriptionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListAccessLogSubscriptions", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListAccessLogSubscriptionsCommand")
|
|
14
|
-
.sc(ListAccessLogSubscriptions)
|
|
14
|
+
.sc(ListAccessLogSubscriptions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListDomainVerifications } from "../schemas/schemas_0";
|
|
4
|
+
import { ListDomainVerifications$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListDomainVerificationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListDomainVerificationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListDomainVerifications", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListDomainVerificationsCommand")
|
|
14
|
-
.sc(ListDomainVerifications)
|
|
14
|
+
.sc(ListDomainVerifications$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListListeners } from "../schemas/schemas_0";
|
|
4
|
+
import { ListListeners$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListListenersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListListenersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListListeners", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListListenersCommand")
|
|
14
|
-
.sc(ListListeners)
|
|
14
|
+
.sc(ListListeners$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListResourceConfigurations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListResourceConfigurations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListResourceConfigurationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListResourceConfigurationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListResourceConfigurations", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListResourceConfigurationsCommand")
|
|
14
|
-
.sc(ListResourceConfigurations)
|
|
14
|
+
.sc(ListResourceConfigurations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListResourceEndpointAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListResourceEndpointAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListResourceEndpointAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListResourceEndpointAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListResourceEndpointAssociations", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListResourceEndpointAssociationsCommand")
|
|
14
|
-
.sc(ListResourceEndpointAssociations)
|
|
14
|
+
.sc(ListResourceEndpointAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListResourceGateways } from "../schemas/schemas_0";
|
|
4
|
+
import { ListResourceGateways$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListResourceGatewaysCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListResourceGatewaysCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListResourceGateways", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListResourceGatewaysCommand")
|
|
14
|
-
.sc(ListResourceGateways)
|
|
14
|
+
.sc(ListResourceGateways$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListRules } from "../schemas/schemas_0";
|
|
4
|
+
import { ListRules$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListRulesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListRulesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListRules", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListRulesCommand")
|
|
14
|
-
.sc(ListRules)
|
|
14
|
+
.sc(ListRules$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceNetworkResourceAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceNetworkResourceAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceNetworkResourceAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceNetworkResourceAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListServiceNetworkResourceAssociations", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListServiceNetworkResourceAssociationsCommand")
|
|
14
|
-
.sc(ListServiceNetworkResourceAssociations)
|
|
14
|
+
.sc(ListServiceNetworkResourceAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceNetworkServiceAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceNetworkServiceAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceNetworkServiceAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceNetworkServiceAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListServiceNetworkServiceAssociations", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListServiceNetworkServiceAssociationsCommand")
|
|
14
|
-
.sc(ListServiceNetworkServiceAssociations)
|
|
14
|
+
.sc(ListServiceNetworkServiceAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceNetworkVpcAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceNetworkVpcAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceNetworkVpcAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceNetworkVpcAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListServiceNetworkVpcAssociations", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListServiceNetworkVpcAssociationsCommand")
|
|
14
|
-
.sc(ListServiceNetworkVpcAssociations)
|
|
14
|
+
.sc(ListServiceNetworkVpcAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceNetworkVpcEndpointAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceNetworkVpcEndpointAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceNetworkVpcEndpointAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceNetworkVpcEndpointAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListServiceNetworkVpcEndpointAssociations", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListServiceNetworkVpcEndpointAssociationsCommand")
|
|
14
|
-
.sc(ListServiceNetworkVpcEndpointAssociations)
|
|
14
|
+
.sc(ListServiceNetworkVpcEndpointAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServiceNetworks } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServiceNetworks$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServiceNetworksCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServiceNetworksCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListServiceNetworks", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListServiceNetworksCommand")
|
|
14
|
-
.sc(ListServiceNetworks)
|
|
14
|
+
.sc(ListServiceNetworks$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListServices } from "../schemas/schemas_0";
|
|
4
|
+
import { ListServices$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListServicesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListServicesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListServices", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListServicesCommand")
|
|
14
|
-
.sc(ListServices)
|
|
14
|
+
.sc(ListServices$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListTagsForResource", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTargetGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTargetGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTargetGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTargetGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListTargetGroups", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListTargetGroupsCommand")
|
|
14
|
-
.sc(ListTargetGroups)
|
|
14
|
+
.sc(ListTargetGroups$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTargets } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTargets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTargetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTargetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "ListTargets", {})
|
|
13
13
|
.n("VPCLatticeClient", "ListTargetsCommand")
|
|
14
|
-
.sc(ListTargets)
|
|
14
|
+
.sc(ListTargets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutAuthPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutAuthPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutAuthPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutAuthPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "PutAuthPolicy", {})
|
|
13
13
|
.n("VPCLatticeClient", "PutAuthPolicyCommand")
|
|
14
|
-
.sc(PutAuthPolicy)
|
|
14
|
+
.sc(PutAuthPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "PutResourcePolicy", {})
|
|
13
13
|
.n("VPCLatticeClient", "PutResourcePolicyCommand")
|
|
14
|
-
.sc(PutResourcePolicy)
|
|
14
|
+
.sc(PutResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RegisterTargets } from "../schemas/schemas_0";
|
|
4
|
+
import { RegisterTargets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RegisterTargetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RegisterTargetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "RegisterTargets", {})
|
|
13
13
|
.n("VPCLatticeClient", "RegisterTargetsCommand")
|
|
14
|
-
.sc(RegisterTargets)
|
|
14
|
+
.sc(RegisterTargets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartDomainVerification } from "../schemas/schemas_0";
|
|
4
|
+
import { StartDomainVerification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartDomainVerificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartDomainVerificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "StartDomainVerification", {})
|
|
13
13
|
.n("VPCLatticeClient", "StartDomainVerificationCommand")
|
|
14
|
-
.sc(StartDomainVerification)
|
|
14
|
+
.sc(StartDomainVerification$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "TagResource", {})
|
|
13
13
|
.n("VPCLatticeClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "UntagResource", {})
|
|
13
13
|
.n("VPCLatticeClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateAccessLogSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateAccessLogSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateAccessLogSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateAccessLogSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "UpdateAccessLogSubscription", {})
|
|
13
13
|
.n("VPCLatticeClient", "UpdateAccessLogSubscriptionCommand")
|
|
14
|
-
.sc(UpdateAccessLogSubscription)
|
|
14
|
+
.sc(UpdateAccessLogSubscription$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateListener } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "UpdateListener", {})
|
|
13
13
|
.n("VPCLatticeClient", "UpdateListenerCommand")
|
|
14
|
-
.sc(UpdateListener)
|
|
14
|
+
.sc(UpdateListener$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateResourceConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateResourceConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateResourceConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateResourceConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "UpdateResourceConfiguration", {})
|
|
13
13
|
.n("VPCLatticeClient", "UpdateResourceConfigurationCommand")
|
|
14
|
-
.sc(UpdateResourceConfiguration)
|
|
14
|
+
.sc(UpdateResourceConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateResourceGateway } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateResourceGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateResourceGatewayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateResourceGatewayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "UpdateResourceGateway", {})
|
|
13
13
|
.n("VPCLatticeClient", "UpdateResourceGatewayCommand")
|
|
14
|
-
.sc(UpdateResourceGateway)
|
|
14
|
+
.sc(UpdateResourceGateway$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateRule } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "UpdateRule", {})
|
|
13
13
|
.n("VPCLatticeClient", "UpdateRuleCommand")
|
|
14
|
-
.sc(UpdateRule)
|
|
14
|
+
.sc(UpdateRule$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateService } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateService$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateServiceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateServiceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "UpdateService", {})
|
|
13
13
|
.n("VPCLatticeClient", "UpdateServiceCommand")
|
|
14
|
-
.sc(UpdateService)
|
|
14
|
+
.sc(UpdateService$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateServiceNetwork } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateServiceNetwork$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateServiceNetworkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateServiceNetworkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "UpdateServiceNetwork", {})
|
|
13
13
|
.n("VPCLatticeClient", "UpdateServiceNetworkCommand")
|
|
14
|
-
.sc(UpdateServiceNetwork)
|
|
14
|
+
.sc(UpdateServiceNetwork$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|