@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
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.vpclattice",
|
|
32
|
+
version: "2022-11-30",
|
|
33
|
+
serviceTarget: "MercuryControlPlane",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "VPC Lattice",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -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 { BatchUpdateRule } from "../schemas/schemas_0";
|
|
4
|
+
import { BatchUpdateRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class BatchUpdateRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class BatchUpdateRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "BatchUpdateRule", {})
|
|
13
13
|
.n("VPCLatticeClient", "BatchUpdateRuleCommand")
|
|
14
|
-
.sc(BatchUpdateRule)
|
|
14
|
+
.sc(BatchUpdateRule$)
|
|
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 { CreateAccessLogSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAccessLogSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAccessLogSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAccessLogSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateAccessLogSubscription", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateAccessLogSubscriptionCommand")
|
|
14
|
-
.sc(CreateAccessLogSubscription)
|
|
14
|
+
.sc(CreateAccessLogSubscription$)
|
|
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 { CreateListener } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateListener", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateListenerCommand")
|
|
14
|
-
.sc(CreateListener)
|
|
14
|
+
.sc(CreateListener$)
|
|
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 { CreateResourceConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateResourceConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateResourceConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateResourceConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateResourceConfiguration", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateResourceConfigurationCommand")
|
|
14
|
-
.sc(CreateResourceConfiguration)
|
|
14
|
+
.sc(CreateResourceConfiguration$)
|
|
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 { CreateResourceGateway } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateResourceGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateResourceGatewayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateResourceGatewayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateResourceGateway", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateResourceGatewayCommand")
|
|
14
|
-
.sc(CreateResourceGateway)
|
|
14
|
+
.sc(CreateResourceGateway$)
|
|
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 { CreateRule } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateRule", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateRuleCommand")
|
|
14
|
-
.sc(CreateRule)
|
|
14
|
+
.sc(CreateRule$)
|
|
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 { CreateService } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateService$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateServiceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateServiceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateService", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateServiceCommand")
|
|
14
|
-
.sc(CreateService)
|
|
14
|
+
.sc(CreateService$)
|
|
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 { CreateServiceNetwork } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateServiceNetwork$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateServiceNetworkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateServiceNetworkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateServiceNetwork", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateServiceNetworkCommand")
|
|
14
|
-
.sc(CreateServiceNetwork)
|
|
14
|
+
.sc(CreateServiceNetwork$)
|
|
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 { CreateServiceNetworkResourceAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateServiceNetworkResourceAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateServiceNetworkResourceAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateServiceNetworkResourceAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateServiceNetworkResourceAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateServiceNetworkResourceAssociationCommand")
|
|
14
|
-
.sc(CreateServiceNetworkResourceAssociation)
|
|
14
|
+
.sc(CreateServiceNetworkResourceAssociation$)
|
|
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 { CreateServiceNetworkServiceAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateServiceNetworkServiceAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateServiceNetworkServiceAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateServiceNetworkServiceAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateServiceNetworkServiceAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateServiceNetworkServiceAssociationCommand")
|
|
14
|
-
.sc(CreateServiceNetworkServiceAssociation)
|
|
14
|
+
.sc(CreateServiceNetworkServiceAssociation$)
|
|
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 { CreateServiceNetworkVpcAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateServiceNetworkVpcAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateServiceNetworkVpcAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateServiceNetworkVpcAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateServiceNetworkVpcAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateServiceNetworkVpcAssociationCommand")
|
|
14
|
-
.sc(CreateServiceNetworkVpcAssociation)
|
|
14
|
+
.sc(CreateServiceNetworkVpcAssociation$)
|
|
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 { CreateTargetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTargetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTargetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTargetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "CreateTargetGroup", {})
|
|
13
13
|
.n("VPCLatticeClient", "CreateTargetGroupCommand")
|
|
14
|
-
.sc(CreateTargetGroup)
|
|
14
|
+
.sc(CreateTargetGroup$)
|
|
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 { DeleteAccessLogSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAccessLogSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAccessLogSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAccessLogSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteAccessLogSubscription", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteAccessLogSubscriptionCommand")
|
|
14
|
-
.sc(DeleteAccessLogSubscription)
|
|
14
|
+
.sc(DeleteAccessLogSubscription$)
|
|
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 { DeleteAuthPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAuthPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAuthPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAuthPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteAuthPolicy", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteAuthPolicyCommand")
|
|
14
|
-
.sc(DeleteAuthPolicy)
|
|
14
|
+
.sc(DeleteAuthPolicy$)
|
|
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 { DeleteDomainVerification } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteDomainVerification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteDomainVerificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteDomainVerificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteDomainVerification", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteDomainVerificationCommand")
|
|
14
|
-
.sc(DeleteDomainVerification)
|
|
14
|
+
.sc(DeleteDomainVerification$)
|
|
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 { DeleteListener } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteListener", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteListenerCommand")
|
|
14
|
-
.sc(DeleteListener)
|
|
14
|
+
.sc(DeleteListener$)
|
|
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 { DeleteResourceConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResourceConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResourceConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResourceConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteResourceConfiguration", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteResourceConfigurationCommand")
|
|
14
|
-
.sc(DeleteResourceConfiguration)
|
|
14
|
+
.sc(DeleteResourceConfiguration$)
|
|
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 { DeleteResourceEndpointAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResourceEndpointAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResourceEndpointAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResourceEndpointAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteResourceEndpointAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteResourceEndpointAssociationCommand")
|
|
14
|
-
.sc(DeleteResourceEndpointAssociation)
|
|
14
|
+
.sc(DeleteResourceEndpointAssociation$)
|
|
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 { DeleteResourceGateway } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResourceGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResourceGatewayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResourceGatewayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteResourceGateway", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteResourceGatewayCommand")
|
|
14
|
-
.sc(DeleteResourceGateway)
|
|
14
|
+
.sc(DeleteResourceGateway$)
|
|
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 { DeleteResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteResourcePolicy", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteResourcePolicyCommand")
|
|
14
|
-
.sc(DeleteResourcePolicy)
|
|
14
|
+
.sc(DeleteResourcePolicy$)
|
|
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 { DeleteRule } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteRule$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteRuleCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteRuleCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteRule", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteRuleCommand")
|
|
14
|
-
.sc(DeleteRule)
|
|
14
|
+
.sc(DeleteRule$)
|
|
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 { DeleteService } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteService$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteServiceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteServiceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteService", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteServiceCommand")
|
|
14
|
-
.sc(DeleteService)
|
|
14
|
+
.sc(DeleteService$)
|
|
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 { DeleteServiceNetwork } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteServiceNetwork$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteServiceNetworkCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteServiceNetworkCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteServiceNetwork", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteServiceNetworkCommand")
|
|
14
|
-
.sc(DeleteServiceNetwork)
|
|
14
|
+
.sc(DeleteServiceNetwork$)
|
|
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 { DeleteServiceNetworkResourceAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteServiceNetworkResourceAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteServiceNetworkResourceAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteServiceNetworkResourceAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteServiceNetworkResourceAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteServiceNetworkResourceAssociationCommand")
|
|
14
|
-
.sc(DeleteServiceNetworkResourceAssociation)
|
|
14
|
+
.sc(DeleteServiceNetworkResourceAssociation$)
|
|
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 { DeleteServiceNetworkServiceAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteServiceNetworkServiceAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteServiceNetworkServiceAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteServiceNetworkServiceAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteServiceNetworkServiceAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteServiceNetworkServiceAssociationCommand")
|
|
14
|
-
.sc(DeleteServiceNetworkServiceAssociation)
|
|
14
|
+
.sc(DeleteServiceNetworkServiceAssociation$)
|
|
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 { DeleteServiceNetworkVpcAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteServiceNetworkVpcAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteServiceNetworkVpcAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteServiceNetworkVpcAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteServiceNetworkVpcAssociation", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteServiceNetworkVpcAssociationCommand")
|
|
14
|
-
.sc(DeleteServiceNetworkVpcAssociation)
|
|
14
|
+
.sc(DeleteServiceNetworkVpcAssociation$)
|
|
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 { DeleteTargetGroup } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTargetGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTargetGroupCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTargetGroupCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeleteTargetGroup", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeleteTargetGroupCommand")
|
|
14
|
-
.sc(DeleteTargetGroup)
|
|
14
|
+
.sc(DeleteTargetGroup$)
|
|
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 { DeregisterTargets } from "../schemas/schemas_0";
|
|
4
|
+
import { DeregisterTargets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeregisterTargetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeregisterTargetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "DeregisterTargets", {})
|
|
13
13
|
.n("VPCLatticeClient", "DeregisterTargetsCommand")
|
|
14
|
-
.sc(DeregisterTargets)
|
|
14
|
+
.sc(DeregisterTargets$)
|
|
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 { GetAccessLogSubscription } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAccessLogSubscription$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAccessLogSubscriptionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAccessLogSubscriptionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetAccessLogSubscription", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetAccessLogSubscriptionCommand")
|
|
14
|
-
.sc(GetAccessLogSubscription)
|
|
14
|
+
.sc(GetAccessLogSubscription$)
|
|
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 { GetAuthPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAuthPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAuthPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAuthPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetAuthPolicy", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetAuthPolicyCommand")
|
|
14
|
-
.sc(GetAuthPolicy)
|
|
14
|
+
.sc(GetAuthPolicy$)
|
|
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 { GetDomainVerification } from "../schemas/schemas_0";
|
|
4
|
+
import { GetDomainVerification$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetDomainVerificationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetDomainVerificationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetDomainVerification", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetDomainVerificationCommand")
|
|
14
|
-
.sc(GetDomainVerification)
|
|
14
|
+
.sc(GetDomainVerification$)
|
|
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 { GetListener } from "../schemas/schemas_0";
|
|
4
|
+
import { GetListener$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetListenerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetListenerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetListener", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetListenerCommand")
|
|
14
|
-
.sc(GetListener)
|
|
14
|
+
.sc(GetListener$)
|
|
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 { GetResourceConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResourceConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResourceConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResourceConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetResourceConfiguration", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetResourceConfigurationCommand")
|
|
14
|
-
.sc(GetResourceConfiguration)
|
|
14
|
+
.sc(GetResourceConfiguration$)
|
|
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 { GetResourceGateway } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResourceGateway$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResourceGatewayCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResourceGatewayCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetResourceGateway", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetResourceGatewayCommand")
|
|
14
|
-
.sc(GetResourceGateway)
|
|
14
|
+
.sc(GetResourceGateway$)
|
|
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 { GetResourcePolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetResourcePolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetResourcePolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetResourcePolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("MercuryControlPlane", "GetResourcePolicy", {})
|
|
13
13
|
.n("VPCLatticeClient", "GetResourcePolicyCommand")
|
|
14
|
-
.sc(GetResourcePolicy)
|
|
14
|
+
.sc(GetResourcePolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|