@aws-sdk/client-ec2 3.1075.0 → 3.1077.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 (75) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +34489 -14
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/ModifyVpcEndpointPayerResponsibilityCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/enums.js +8 -0
  8. package/dist-es/models/models_8.js +1 -0
  9. package/dist-es/runtimeConfig.browser.js +0 -2
  10. package/dist-es/runtimeConfig.js +1 -2
  11. package/dist-es/runtimeConfig.native.js +0 -2
  12. package/dist-es/runtimeConfig.shared.js +2 -0
  13. package/dist-es/schemas/schemas_0.js +51 -11
  14. package/dist-types/EC2.d.ts +7 -0
  15. package/dist-types/EC2Client.d.ts +3 -2
  16. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +7 -3
  17. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -0
  18. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +3 -1
  19. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -2
  20. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +6 -0
  24. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -1
  25. package/dist-types/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +86 -0
  26. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  27. package/dist-types/commands/index.d.ts +1 -0
  28. package/dist-types/index.d.ts +1 -0
  29. package/dist-types/models/enums.d.ts +24 -0
  30. package/dist-types/models/models_1.d.ts +11 -0
  31. package/dist-types/models/models_2.d.ts +22 -25
  32. package/dist-types/models/models_3.d.ts +24 -17
  33. package/dist-types/models/models_4.d.ts +21 -133
  34. package/dist-types/models/models_5.d.ts +137 -44
  35. package/dist-types/models/models_6.d.ts +44 -13
  36. package/dist-types/models/models_7.d.ts +62 -15
  37. package/dist-types/models/models_8.d.ts +11 -0
  38. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  39. package/dist-types/runtimeConfig.d.ts +2 -2
  40. package/dist-types/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +4 -0
  43. package/dist-types/ts3.4/EC2.d.ts +23 -0
  44. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  45. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +4 -2
  46. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/ModifyVpcEndpointPayerResponsibilityCommand.d.ts +53 -0
  49. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  51. package/dist-types/ts3.4/index.d.ts +1 -0
  52. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  53. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  54. package/dist-types/ts3.4/models/models_2.d.ts +7 -5
  55. package/dist-types/ts3.4/models/models_3.d.ts +5 -4
  56. package/dist-types/ts3.4/models/models_4.d.ts +5 -25
  57. package/dist-types/ts3.4/models/models_5.d.ts +30 -10
  58. package/dist-types/ts3.4/models/models_6.d.ts +13 -5
  59. package/dist-types/ts3.4/models/models_7.d.ts +19 -4
  60. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  62. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  63. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  64. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  65. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  66. package/package.json +10 -12
  67. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  68. package/dist-cjs/endpoint/bdd.js +0 -49
  69. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  70. package/dist-cjs/models/EC2ServiceException.js +0 -8
  71. package/dist-cjs/runtimeConfig.browser.js +0 -32
  72. package/dist-cjs/runtimeConfig.js +0 -45
  73. package/dist-cjs/runtimeConfig.native.js +0 -12
  74. package/dist-cjs/runtimeConfig.shared.js +0 -39
  75. package/dist-cjs/schemas/schemas_0.js +0 -33485
package/dist-es/EC2.js CHANGED
@@ -679,6 +679,7 @@ import { ModifyVpcBlockPublicAccessOptionsCommand, } from "./commands/ModifyVpcB
679
679
  import { ModifyVpcEncryptionControlCommand, } from "./commands/ModifyVpcEncryptionControlCommand";
680
680
  import { ModifyVpcEndpointCommand, } from "./commands/ModifyVpcEndpointCommand";
681
681
  import { ModifyVpcEndpointConnectionNotificationCommand, } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
682
+ import { ModifyVpcEndpointPayerResponsibilityCommand, } from "./commands/ModifyVpcEndpointPayerResponsibilityCommand";
682
683
  import { ModifyVpcEndpointServiceConfigurationCommand, } from "./commands/ModifyVpcEndpointServiceConfigurationCommand";
683
684
  import { ModifyVpcEndpointServicePayerResponsibilityCommand, } from "./commands/ModifyVpcEndpointServicePayerResponsibilityCommand";
684
685
  import { ModifyVpcEndpointServicePermissionsCommand, } from "./commands/ModifyVpcEndpointServicePermissionsCommand";
@@ -1662,6 +1663,7 @@ const commands = {
1662
1663
  ModifyVpcEncryptionControlCommand,
1663
1664
  ModifyVpcEndpointCommand,
1664
1665
  ModifyVpcEndpointConnectionNotificationCommand,
1666
+ ModifyVpcEndpointPayerResponsibilityCommand,
1665
1667
  ModifyVpcEndpointServiceConfigurationCommand,
1666
1668
  ModifyVpcEndpointServicePayerResponsibilityCommand,
1667
1669
  ModifyVpcEndpointServicePermissionsCommand,
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ModifyVpcEndpointPayerResponsibility$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ModifyVpcEndpointPayerResponsibilityCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "ModifyVpcEndpointPayerResponsibility", {})
13
+ .n("EC2Client", "ModifyVpcEndpointPayerResponsibilityCommand")
14
+ .sc(ModifyVpcEndpointPayerResponsibility$)
15
+ .build() {
16
+ }
@@ -678,6 +678,7 @@ export * from "./ModifyVpcBlockPublicAccessOptionsCommand";
678
678
  export * from "./ModifyVpcEncryptionControlCommand";
679
679
  export * from "./ModifyVpcEndpointCommand";
680
680
  export * from "./ModifyVpcEndpointConnectionNotificationCommand";
681
+ export * from "./ModifyVpcEndpointPayerResponsibilityCommand";
681
682
  export * from "./ModifyVpcEndpointServiceConfigurationCommand";
682
683
  export * from "./ModifyVpcEndpointServicePayerResponsibilityCommand";
683
684
  export * from "./ModifyVpcEndpointServicePermissionsCommand";
package/dist-es/index.js CHANGED
@@ -13,4 +13,5 @@ export * from "./models/models_4";
13
13
  export * from "./models/models_5";
14
14
  export * from "./models/models_6";
15
15
  export * from "./models/models_7";
16
+ export * from "./models/models_8";
16
17
  export { EC2ServiceException } from "./models/EC2ServiceException";
@@ -2487,6 +2487,7 @@ export const SpreadLevel = {
2487
2487
  export const PlacementStrategy = {
2488
2488
  cluster: "cluster",
2489
2489
  partition: "partition",
2490
+ precision_time: "precision-time",
2490
2491
  spread: "spread",
2491
2492
  };
2492
2493
  export const PlacementGroupState = {
@@ -2815,6 +2816,13 @@ export const VpcEndpointType = {
2815
2816
  Resource: "Resource",
2816
2817
  ServiceNetwork: "ServiceNetwork",
2817
2818
  };
2819
+ export const PayerResponsibilityType = {
2820
+ VpcEndpointAccount: "vpc-endpoint-account",
2821
+ VpcEndpointServiceAccount: "vpc-endpoint-service-account",
2822
+ };
2823
+ export const PayerResponsibilityScope = {
2824
+ VpcEndpointCharges: "vpc-endpoint-charges",
2825
+ };
2818
2826
  export const State = {
2819
2827
  Available: "Available",
2820
2828
  Deleted: "Deleted",
@@ -0,0 +1 @@
1
+ export {};
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsEc2QueryProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
32
33
  serviceTarget: "AmazonEC2",
33
34
  },
34
35
  serviceId: config?.serviceId ?? "EC2",
36
+ sha256: config?.sha256 ?? Sha256,
35
37
  urlParser: config?.urlParser ?? parseUrl,
36
38
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
37
39
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -4134,6 +4134,9 @@ const _MVECNR = "ModifyVpcEndpointConnectionNotificationRequest";
4134
4134
  const _MVECNRo = "ModifyVpcEndpointConnectionNotificationResult";
4135
4135
  const _MVECR = "ModifyVpcEncryptionControlRequest";
4136
4136
  const _MVECRo = "ModifyVpcEncryptionControlResult";
4137
+ const _MVEPR = "ModifyVpcEndpointPayerResponsibility";
4138
+ const _MVEPRR = "ModifyVpcEndpointPayerResponsibilityRequest";
4139
+ const _MVEPRRo = "ModifyVpcEndpointPayerResponsibilityResult";
4137
4140
  const _MVER = "ModifyVpcEndpointRequest";
4138
4141
  const _MVERo = "ModifyVpcEndpointResult";
4139
4142
  const _MVESC = "ModifyVpcEndpointServiceConfiguration";
@@ -4501,8 +4504,9 @@ const _PFS = "PreviousFleetState";
4501
4504
  const _PFa = "PathFilter";
4502
4505
  const _PG = "PlacementGroup";
4503
4506
  const _PGA = "PlacementGroupArn";
4504
- const _PGI = "PlacementGroupInfo";
4507
+ const _PGI = "ParentGroupId";
4505
4508
  const _PGISL = "PlacementGroupIdStringList";
4509
+ const _PGIl = "PlacementGroupInfo";
4506
4510
  const _PGL = "PlacementGroupList";
4507
4511
  const _PGSL = "PlacementGroupStrategyList";
4508
4512
  const _PGl = "PlacementGroups";
@@ -4601,6 +4605,7 @@ const _PPIPCR = "ProvisionPublicIpv4PoolCidrRequest";
4601
4605
  const _PPIPCRr = "ProvisionPublicIpv4PoolCidrResult";
4602
4606
  const _PR = "PtrRecord";
4603
4607
  const _PRD = "PersistRoutesDuration";
4608
+ const _PRE = "PayerResponsibilityEntry";
4604
4609
  const _PRF = "PathRequestFilter";
4605
4610
  const _PRIO = "PurchaseReservedInstancesOffering";
4606
4611
  const _PRIOR = "PurchaseReservedInstancesOfferingRequest";
@@ -4609,9 +4614,12 @@ const _PRL = "PortRangeList";
4609
4614
  const _PRN = "PolicyRuleNumber";
4610
4615
  const _PRNo = "PolicyReferenceName";
4611
4616
  const _PRS = "PersistRoutesState";
4617
+ const _PRSa = "PayerResponsibilitySet";
4612
4618
  const _PRSu = "PurchaseRequestSet";
4619
+ const _PRT = "PayerResponsibilityType";
4613
4620
  const _PRU = "PtrRecordUpdate";
4614
4621
  const _PRa = "PayerResponsibility";
4622
+ const _PRay = "PayerResponsibilities";
4615
4623
  const _PRe = "PersistRoutes";
4616
4624
  const _PRee = "PeerRegion";
4617
4625
  const _PRer = "PermanentRestore";
@@ -7477,6 +7485,7 @@ const _pFS = "previousFleetState";
7477
7485
  const _pG = "placementGroup";
7478
7486
  const _pGA = "placementGroupArn";
7479
7487
  const _pGI = "placementGroupInfo";
7488
+ const _pGIa = "parentGroupId";
7480
7489
  const _pGS = "placementGroupSet";
7481
7490
  const _pHP = "perHourPartition";
7482
7491
  const _pHS = "packetHeaderStatement";
@@ -7529,7 +7538,9 @@ const _pRD = "persistRoutesDuration";
7529
7538
  const _pRN = "policyRuleNumber";
7530
7539
  const _pRNo = "policyReferenceName";
7531
7540
  const _pRS = "portRangeSet";
7541
+ const _pRSa = "payerResponsibilitySet";
7532
7542
  const _pRSe = "persistRoutesState";
7543
+ const _pRT = "payerResponsibilityType";
7533
7544
  const _pRU = "ptrRecordUpdate";
7534
7545
  const _pRa = "payerResponsibility";
7535
7546
  const _pRo = "portRange";
@@ -10888,8 +10899,8 @@ export var CreateNetworkInterfaceResult$ = [3, n0, _CNIRr,
10888
10899
  ];
10889
10900
  export var CreatePlacementGroupRequest$ = [3, n0, _CPGR,
10890
10901
  0,
10891
- [_PCa, _TS, _SLp, _LGIi, _Op, _DR, _GN, _Str],
10892
- [1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, () => OperatorRequest$, [2, { [_eQN]: `DryRun`,
10902
+ [_PCa, _TS, _SLp, _LGIi, _Op, _PGI, _DR, _GN, _Str],
10903
+ [1, [() => TagSpecificationList, { [_xN]: _TSa }], 0, 0, () => OperatorRequest$, 0, [2, { [_eQN]: `DryRun`,
10893
10904
  [_xN]: _dR }], [0, { [_eQN]: `GroupName`,
10894
10905
  [_xN]: _gN }], [0, { [_eQN]: `Strategy`,
10895
10906
  [_xN]: _str }]]
@@ -18841,7 +18852,7 @@ export var InstanceTopology$ = [3, n0, _ITnstanc,
18841
18852
  ];
18842
18853
  export var InstanceTypeInfo$ = [3, n0, _ITIn,
18843
18854
  0,
18844
- [_IT, _CGur, _FTE, _SUC, _SRDT, _SVT, _BMa, _Hy, _PIro, _VCIpu, _MIe, _ISSn, _ISIns, _EIb, _NIetw, _GIp, _FIpga, _PGI, _IAIn, _HS, _BPS, _DHS, _ARS, _SBM, _NES, _NTS, _NTI, _MAIe, _NIeu, _PSh, _RMS, _SIRu],
18855
+ [_IT, _CGur, _FTE, _SUC, _SRDT, _SVT, _BMa, _Hy, _PIro, _VCIpu, _MIe, _ISSn, _ISIns, _EIb, _NIetw, _GIp, _FIpga, _PGIl, _IAIn, _HS, _BPS, _DHS, _ARS, _SBM, _NES, _NTS, _NTI, _MAIe, _NIeu, _PSh, _RMS, _SIRu],
18845
18856
  [[0, { [_eQN]: `InstanceType`,
18846
18857
  [_xN]: _iT }], [2, { [_eQN]: `CurrentGeneration`,
18847
18858
  [_xN]: _cGur }], [2, { [_eQN]: `FreeTierEligible`,
@@ -21017,6 +21028,18 @@ export var ModifyVpcEndpointConnectionNotificationResult$ = [3, n0, _MVECNRo,
21017
21028
  [[2, { [_eQN]: `Return`,
21018
21029
  [_xN]: _r }]]
21019
21030
  ];
21031
+ export var ModifyVpcEndpointPayerResponsibilityRequest$ = [3, n0, _MVEPRR,
21032
+ 0,
21033
+ [_VEIp, _PRa, _Sco, _DR, _SIe],
21034
+ [0, 0, 0, 2, 0], 3
21035
+ ];
21036
+ export var ModifyVpcEndpointPayerResponsibilityResult$ = [3, n0, _MVEPRRo,
21037
+ 0,
21038
+ [_VEIp, _PRay],
21039
+ [[0, { [_eQN]: `VpcEndpointId`,
21040
+ [_xN]: _vEI }], [() => PayerResponsibilitySet, { [_eQN]: `PayerResponsibilitySet`,
21041
+ [_xN]: _pRSa }]]
21042
+ ];
21020
21043
  export var ModifyVpcEndpointRequest$ = [3, n0, _MVER,
21021
21044
  0,
21022
21045
  [_VEIp, _DR, _RP, _PDo, _ARTI, _RRTI, _ASId, _RSIe, _ASGI, _RSGI, _IAT, _DOn, _PDE, _SC],
@@ -21696,6 +21719,13 @@ export var PathStatementRequest$ = [3, n0, _PSRa,
21696
21719
  [_PHS, _RSes],
21697
21720
  [[() => PacketHeaderStatementRequest$, 0], [() => ResourceStatementRequest$, 0]]
21698
21721
  ];
21722
+ export var PayerResponsibilityEntry$ = [3, n0, _PRE,
21723
+ 0,
21724
+ [_Sco, _PRT],
21725
+ [[0, { [_eQN]: `Scope`,
21726
+ [_xN]: _sco }], [0, { [_eQN]: `PayerResponsibilityType`,
21727
+ [_xN]: _pRT }]]
21728
+ ];
21699
21729
  export var PciId$ = [3, n0, _PIc,
21700
21730
  0,
21701
21731
  [_DIev, _VIe, _SIub, _SVIu],
@@ -21824,7 +21854,7 @@ export var Placement$ = [3, n0, _Pla,
21824
21854
  ];
21825
21855
  export var PlacementGroup$ = [3, n0, _PG,
21826
21856
  0,
21827
- [_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi, _Op],
21857
+ [_GN, _St, _Str, _PCa, _GIr, _T, _GA, _SLp, _LGIi, _Op, _PGI],
21828
21858
  [[0, { [_eQN]: `GroupName`,
21829
21859
  [_xN]: _gN }], [0, { [_eQN]: `State`,
21830
21860
  [_xN]: _st }], [0, { [_eQN]: `Strategy`,
@@ -21835,9 +21865,10 @@ export var PlacementGroup$ = [3, n0, _PG,
21835
21865
  [_xN]: _gA }], [0, { [_eQN]: `SpreadLevel`,
21836
21866
  [_xN]: _sLp }], [0, { [_eQN]: `LinkedGroupId`,
21837
21867
  [_xN]: _lGIi }], [() => OperatorResponse$, { [_eQN]: `Operator`,
21838
- [_xN]: _ope }]]
21868
+ [_xN]: _ope }], [0, { [_eQN]: `ParentGroupId`,
21869
+ [_xN]: _pGIa }]]
21839
21870
  ];
21840
- export var PlacementGroupInfo$ = [3, n0, _PGI,
21871
+ export var PlacementGroupInfo$ = [3, n0, _PGIl,
21841
21872
  0,
21842
21873
  [_SSu],
21843
21874
  [[() => PlacementGroupStrategyList, { [_eQN]: `SupportedStrategies`,
@@ -25650,7 +25681,7 @@ export var VpcEncryptionNonCompliantResource$ = [3, n0, _VENCR,
25650
25681
  ];
25651
25682
  export var VpcEndpoint$ = [3, n0, _VE,
25652
25683
  0,
25653
- [_VEIp, _VET, _VI, _SN, _St, _PDo, _RTIo, _SI, _G, _IAT, _DOn, _PDE, _RMeq, _NIIe, _DEn, _CTrea, _T, _OI, _LEa, _IPpvr, _IPp, _FR, _SNA, _RCA, _SR],
25684
+ [_VEIp, _VET, _VI, _SN, _St, _PDo, _RTIo, _SI, _G, _IAT, _DOn, _PDE, _RMeq, _NIIe, _DEn, _CTrea, _T, _OI, _LEa, _IPpvr, _IPp, _FR, _SNA, _RCA, _SR, _PRay],
25654
25685
  [[0, { [_eQN]: `VpcEndpointId`,
25655
25686
  [_xN]: _vEI }], [0, { [_eQN]: `VpcEndpointType`,
25656
25687
  [_xN]: _vET }], [0, { [_eQN]: `VpcId`,
@@ -25676,7 +25707,8 @@ export var VpcEndpoint$ = [3, n0, _VE,
25676
25707
  [_xN]: _fR }], [0, { [_eQN]: `ServiceNetworkArn`,
25677
25708
  [_xN]: _sNAe }], [0, { [_eQN]: `ResourceConfigurationArn`,
25678
25709
  [_xN]: _rCA }], [0, { [_eQN]: `ServiceRegion`,
25679
- [_xN]: _sR }]]
25710
+ [_xN]: _sR }], [() => PayerResponsibilitySet, { [_eQN]: `PayerResponsibilitySet`,
25711
+ [_xN]: _pRSa }]]
25680
25712
  ];
25681
25713
  export var VpcEndpointAssociation$ = [3, n0, _VEAp,
25682
25714
  0,
@@ -25697,7 +25729,7 @@ export var VpcEndpointAssociation$ = [3, n0, _VEAp,
25697
25729
  ];
25698
25730
  export var VpcEndpointConnection$ = [3, n0, _VECpcn,
25699
25731
  0,
25700
- [_SIe, _VEIp, _VEO, _VESpc, _CTrea, _DEn, _NLBAe, _GLBA, _IAT, _VECIpc, _T, _VER],
25732
+ [_SIe, _VEIp, _VEO, _VESpc, _CTrea, _DEn, _NLBAe, _GLBA, _IAT, _VECIpc, _T, _VER, _PRay],
25701
25733
  [[0, { [_eQN]: `ServiceId`,
25702
25734
  [_xN]: _sI }], [0, { [_eQN]: `VpcEndpointId`,
25703
25735
  [_xN]: _vEI }], [0, { [_eQN]: `VpcEndpointOwner`,
@@ -25710,7 +25742,8 @@ export var VpcEndpointConnection$ = [3, n0, _VECpcn,
25710
25742
  [_xN]: _iAT }], [0, { [_eQN]: `VpcEndpointConnectionId`,
25711
25743
  [_xN]: _vECIp }], [() => TagList, { [_eQN]: `TagSet`,
25712
25744
  [_xN]: _tS }], [0, { [_eQN]: `VpcEndpointRegion`,
25713
- [_xN]: _vER }]]
25745
+ [_xN]: _vER }], [() => PayerResponsibilitySet, { [_eQN]: `PayerResponsibilitySet`,
25746
+ [_xN]: _pRSa }]]
25714
25747
  ];
25715
25748
  export var VpcIpv6CidrBlockAssociation$ = [3, n0, _VICBA,
25716
25749
  0,
@@ -27567,6 +27600,10 @@ var PathComponentList = [1, n0, _PCL,
27567
27600
  0, [() => PathComponent$,
27568
27601
  { [_xN]: _it }]
27569
27602
  ];
27603
+ var PayerResponsibilitySet = [1, n0, _PRSa,
27604
+ 0, [() => PayerResponsibilityEntry$,
27605
+ { [_xN]: _it }]
27606
+ ];
27570
27607
  var PerformanceFactorReferenceSet = [1, n0, _PFRS,
27571
27608
  0, [() => PerformanceFactorReference$,
27572
27609
  { [_xN]: _it }]
@@ -30817,6 +30854,9 @@ export var ModifyVpcEndpoint$ = [9, n0, _MVEo,
30817
30854
  export var ModifyVpcEndpointConnectionNotification$ = [9, n0, _MVECN,
30818
30855
  0, () => ModifyVpcEndpointConnectionNotificationRequest$, () => ModifyVpcEndpointConnectionNotificationResult$
30819
30856
  ];
30857
+ export var ModifyVpcEndpointPayerResponsibility$ = [9, n0, _MVEPR,
30858
+ 0, () => ModifyVpcEndpointPayerResponsibilityRequest$, () => ModifyVpcEndpointPayerResponsibilityResult$
30859
+ ];
30820
30860
  export var ModifyVpcEndpointServiceConfiguration$ = [9, n0, _MVESC,
30821
30861
  0, () => ModifyVpcEndpointServiceConfigurationRequest$, () => ModifyVpcEndpointServiceConfigurationResult$
30822
30862
  ];
@@ -680,6 +680,7 @@ import { type ModifyVpcBlockPublicAccessOptionsCommandInput, type ModifyVpcBlock
680
680
  import { type ModifyVpcEncryptionControlCommandInput, type ModifyVpcEncryptionControlCommandOutput } from "./commands/ModifyVpcEncryptionControlCommand";
681
681
  import { type ModifyVpcEndpointCommandInput, type ModifyVpcEndpointCommandOutput } from "./commands/ModifyVpcEndpointCommand";
682
682
  import { type ModifyVpcEndpointConnectionNotificationCommandInput, type ModifyVpcEndpointConnectionNotificationCommandOutput } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
683
+ import { type ModifyVpcEndpointPayerResponsibilityCommandInput, type ModifyVpcEndpointPayerResponsibilityCommandOutput } from "./commands/ModifyVpcEndpointPayerResponsibilityCommand";
683
684
  import { type ModifyVpcEndpointServiceConfigurationCommandInput, type ModifyVpcEndpointServiceConfigurationCommandOutput } from "./commands/ModifyVpcEndpointServiceConfigurationCommand";
684
685
  import { type ModifyVpcEndpointServicePayerResponsibilityCommandInput, type ModifyVpcEndpointServicePayerResponsibilityCommandOutput } from "./commands/ModifyVpcEndpointServicePayerResponsibilityCommand";
685
686
  import { type ModifyVpcEndpointServicePermissionsCommandInput, type ModifyVpcEndpointServicePermissionsCommandOutput } from "./commands/ModifyVpcEndpointServicePermissionsCommand";
@@ -5077,6 +5078,12 @@ export interface EC2 {
5077
5078
  modifyVpcEndpointConnectionNotification(args: ModifyVpcEndpointConnectionNotificationCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVpcEndpointConnectionNotificationCommandOutput>;
5078
5079
  modifyVpcEndpointConnectionNotification(args: ModifyVpcEndpointConnectionNotificationCommandInput, cb: (err: any, data?: ModifyVpcEndpointConnectionNotificationCommandOutput) => void): void;
5079
5080
  modifyVpcEndpointConnectionNotification(args: ModifyVpcEndpointConnectionNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVpcEndpointConnectionNotificationCommandOutput) => void): void;
5081
+ /**
5082
+ * @see {@link ModifyVpcEndpointPayerResponsibilityCommand}
5083
+ */
5084
+ modifyVpcEndpointPayerResponsibility(args: ModifyVpcEndpointPayerResponsibilityCommandInput, options?: __HttpHandlerOptions): Promise<ModifyVpcEndpointPayerResponsibilityCommandOutput>;
5085
+ modifyVpcEndpointPayerResponsibility(args: ModifyVpcEndpointPayerResponsibilityCommandInput, cb: (err: any, data?: ModifyVpcEndpointPayerResponsibilityCommandOutput) => void): void;
5086
+ modifyVpcEndpointPayerResponsibility(args: ModifyVpcEndpointPayerResponsibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyVpcEndpointPayerResponsibilityCommandOutput) => void): void;
5080
5087
  /**
5081
5088
  * @see {@link ModifyVpcEndpointServiceConfigurationCommand}
5082
5089
  */