@aws-sdk/client-ec2 3.694.0 → 3.695.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 +121 -35
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +116 -30
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/models/models_1.d.ts +55 -37
- package/dist-types/models/models_2.d.ts +58 -39
- package/dist-types/models/models_3.d.ts +37 -38
- package/dist-types/models/models_4.d.ts +64 -31
- package/dist-types/models/models_5.d.ts +31 -49
- package/dist-types/models/models_6.d.ts +51 -59
- package/dist-types/models/models_7.d.ts +63 -2
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_1.d.ts +12 -12
- package/dist-types/ts3.4/models/models_2.d.ts +19 -9
- package/dist-types/ts3.4/models/models_3.d.ts +9 -7
- package/dist-types/ts3.4/models/models_4.d.ts +13 -7
- package/dist-types/ts3.4/models/models_5.d.ts +12 -12
- package/dist-types/ts3.4/models/models_6.d.ts +13 -16
- package/dist-types/ts3.4/models/models_7.d.ts +18 -6
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -18773,6 +18773,13 @@ var se_CreateLaunchTemplateRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
18773
18773
|
entries[loc] = value;
|
|
18774
18774
|
});
|
|
18775
18775
|
}
|
|
18776
|
+
if (input[_O] != null) {
|
|
18777
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
18778
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18779
|
+
const loc = `Operator.${key}`;
|
|
18780
|
+
entries[loc] = value;
|
|
18781
|
+
});
|
|
18782
|
+
}
|
|
18776
18783
|
if (input[_TS] != null) {
|
|
18777
18784
|
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18778
18785
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -19199,6 +19206,13 @@ var se_CreateNetworkInterfaceRequest = /* @__PURE__ */ __name((input, context) =
|
|
|
19199
19206
|
entries[loc] = value;
|
|
19200
19207
|
});
|
|
19201
19208
|
}
|
|
19209
|
+
if (input[_O] != null) {
|
|
19210
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
19211
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19212
|
+
const loc = `Operator.${key}`;
|
|
19213
|
+
entries[loc] = value;
|
|
19214
|
+
});
|
|
19215
|
+
}
|
|
19202
19216
|
if (input[_SIub] != null) {
|
|
19203
19217
|
entries[_SIub] = input[_SIub];
|
|
19204
19218
|
}
|
|
@@ -19832,8 +19846,8 @@ var se_CreateTransitGatewayConnectRequest = /* @__PURE__ */ __name((input, conte
|
|
|
19832
19846
|
if (input[_TTGAI] != null) {
|
|
19833
19847
|
entries[_TTGAI] = input[_TTGAI];
|
|
19834
19848
|
}
|
|
19835
|
-
if (input[
|
|
19836
|
-
const memberEntries = se_CreateTransitGatewayConnectRequestOptions(input[
|
|
19849
|
+
if (input[_Op] != null) {
|
|
19850
|
+
const memberEntries = se_CreateTransitGatewayConnectRequestOptions(input[_Op], context);
|
|
19837
19851
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19838
19852
|
const loc = `Options.${key}`;
|
|
19839
19853
|
entries[loc] = value;
|
|
@@ -19863,8 +19877,8 @@ var se_CreateTransitGatewayMulticastDomainRequest = /* @__PURE__ */ __name((inpu
|
|
|
19863
19877
|
if (input[_TGI] != null) {
|
|
19864
19878
|
entries[_TGI] = input[_TGI];
|
|
19865
19879
|
}
|
|
19866
|
-
if (input[
|
|
19867
|
-
const memberEntries = se_CreateTransitGatewayMulticastDomainRequestOptions(input[
|
|
19880
|
+
if (input[_Op] != null) {
|
|
19881
|
+
const memberEntries = se_CreateTransitGatewayMulticastDomainRequestOptions(input[_Op], context);
|
|
19868
19882
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19869
19883
|
const loc = `Options.${key}`;
|
|
19870
19884
|
entries[loc] = value;
|
|
@@ -19909,8 +19923,8 @@ var se_CreateTransitGatewayPeeringAttachmentRequest = /* @__PURE__ */ __name((in
|
|
|
19909
19923
|
if (input[_PRe] != null) {
|
|
19910
19924
|
entries[_PRe] = input[_PRe];
|
|
19911
19925
|
}
|
|
19912
|
-
if (input[
|
|
19913
|
-
const memberEntries = se_CreateTransitGatewayPeeringAttachmentRequestOptions(input[
|
|
19926
|
+
if (input[_Op] != null) {
|
|
19927
|
+
const memberEntries = se_CreateTransitGatewayPeeringAttachmentRequestOptions(input[_Op], context);
|
|
19914
19928
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19915
19929
|
const loc = `Options.${key}`;
|
|
19916
19930
|
entries[loc] = value;
|
|
@@ -19976,8 +19990,8 @@ var se_CreateTransitGatewayRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
19976
19990
|
if (input[_De] != null) {
|
|
19977
19991
|
entries[_De] = input[_De];
|
|
19978
19992
|
}
|
|
19979
|
-
if (input[
|
|
19980
|
-
const memberEntries = se_TransitGatewayRequestOptions(input[
|
|
19993
|
+
if (input[_Op] != null) {
|
|
19994
|
+
const memberEntries = se_TransitGatewayRequestOptions(input[_Op], context);
|
|
19981
19995
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19982
19996
|
const loc = `Options.${key}`;
|
|
19983
19997
|
entries[loc] = value;
|
|
@@ -20066,8 +20080,8 @@ var se_CreateTransitGatewayVpcAttachmentRequest = /* @__PURE__ */ __name((input,
|
|
|
20066
20080
|
entries[loc] = value;
|
|
20067
20081
|
});
|
|
20068
20082
|
}
|
|
20069
|
-
if (input[
|
|
20070
|
-
const memberEntries = se_CreateTransitGatewayVpcAttachmentRequestOptions(input[
|
|
20083
|
+
if (input[_Op] != null) {
|
|
20084
|
+
const memberEntries = se_CreateTransitGatewayVpcAttachmentRequestOptions(input[_Op], context);
|
|
20071
20085
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20072
20086
|
const loc = `Options.${key}`;
|
|
20073
20087
|
entries[loc] = value;
|
|
@@ -20459,6 +20473,13 @@ var se_CreateVolumeRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20459
20473
|
if (input[_CTl] != null) {
|
|
20460
20474
|
entries[_CTl] = input[_CTl];
|
|
20461
20475
|
}
|
|
20476
|
+
if (input[_O] != null) {
|
|
20477
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
20478
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20479
|
+
const loc = `Operator.${key}`;
|
|
20480
|
+
entries[loc] = value;
|
|
20481
|
+
});
|
|
20482
|
+
}
|
|
20462
20483
|
if (input[_DRr] != null) {
|
|
20463
20484
|
entries[_DRr] = input[_DRr];
|
|
20464
20485
|
}
|
|
@@ -20698,8 +20719,8 @@ var se_CreateVpnConnectionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
20698
20719
|
if (input[_DRr] != null) {
|
|
20699
20720
|
entries[_DRr] = input[_DRr];
|
|
20700
20721
|
}
|
|
20701
|
-
if (input[
|
|
20702
|
-
const memberEntries = se_VpnConnectionOptionsSpecification(input[
|
|
20722
|
+
if (input[_Op] != null) {
|
|
20723
|
+
const memberEntries = se_VpnConnectionOptionsSpecification(input[_Op], context);
|
|
20703
20724
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
20704
20725
|
const loc = `Options.${key}`;
|
|
20705
20726
|
entries[loc] = value;
|
|
@@ -31758,8 +31779,8 @@ var se_ModifyTransitGatewayRequest = /* @__PURE__ */ __name((input, context) =>
|
|
|
31758
31779
|
if (input[_De] != null) {
|
|
31759
31780
|
entries[_De] = input[_De];
|
|
31760
31781
|
}
|
|
31761
|
-
if (input[
|
|
31762
|
-
const memberEntries = se_ModifyTransitGatewayOptions(input[
|
|
31782
|
+
if (input[_Op] != null) {
|
|
31783
|
+
const memberEntries = se_ModifyTransitGatewayOptions(input[_Op], context);
|
|
31763
31784
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31764
31785
|
const loc = `Options.${key}`;
|
|
31765
31786
|
entries[loc] = value;
|
|
@@ -31789,8 +31810,8 @@ var se_ModifyTransitGatewayVpcAttachmentRequest = /* @__PURE__ */ __name((input,
|
|
|
31789
31810
|
entries[loc] = value;
|
|
31790
31811
|
});
|
|
31791
31812
|
}
|
|
31792
|
-
if (input[
|
|
31793
|
-
const memberEntries = se_ModifyTransitGatewayVpcAttachmentRequestOptions(input[
|
|
31813
|
+
if (input[_Op] != null) {
|
|
31814
|
+
const memberEntries = se_ModifyTransitGatewayVpcAttachmentRequestOptions(input[_Op], context);
|
|
31794
31815
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
31795
31816
|
const loc = `Options.${key}`;
|
|
31796
31817
|
entries[loc] = value;
|
|
@@ -32837,6 +32858,13 @@ var se_OnDemandOptionsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
32837
32858
|
}
|
|
32838
32859
|
return entries;
|
|
32839
32860
|
}, "se_OnDemandOptionsRequest");
|
|
32861
|
+
var se_OperatorRequest = /* @__PURE__ */ __name((input, context) => {
|
|
32862
|
+
const entries = {};
|
|
32863
|
+
if (input[_Prin] != null) {
|
|
32864
|
+
entries[_Prin] = input[_Prin];
|
|
32865
|
+
}
|
|
32866
|
+
return entries;
|
|
32867
|
+
}, "se_OperatorRequest");
|
|
32840
32868
|
var se_OrganizationalUnitArnStringList = /* @__PURE__ */ __name((input, context) => {
|
|
32841
32869
|
const entries = {};
|
|
32842
32870
|
let counter = 1;
|
|
@@ -34415,6 +34443,13 @@ var se_RequestLaunchTemplateData = /* @__PURE__ */ __name((input, context) => {
|
|
|
34415
34443
|
if (input[_DAS] != null) {
|
|
34416
34444
|
entries[_DAS] = input[_DAS];
|
|
34417
34445
|
}
|
|
34446
|
+
if (input[_O] != null) {
|
|
34447
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
34448
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34449
|
+
const loc = `Operator.${key}`;
|
|
34450
|
+
entries[loc] = value;
|
|
34451
|
+
});
|
|
34452
|
+
}
|
|
34418
34453
|
return entries;
|
|
34419
34454
|
}, "se_RequestLaunchTemplateData");
|
|
34420
34455
|
var se_RequestSpotFleetRequest = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -35222,6 +35257,13 @@ var se_RunInstancesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
35222
35257
|
if (input[_EPI] != null) {
|
|
35223
35258
|
entries[_EPI] = input[_EPI];
|
|
35224
35259
|
}
|
|
35260
|
+
if (input[_O] != null) {
|
|
35261
|
+
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
35262
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35263
|
+
const loc = `Operator.${key}`;
|
|
35264
|
+
entries[loc] = value;
|
|
35265
|
+
});
|
|
35266
|
+
}
|
|
35225
35267
|
if (input[_DRr] != null) {
|
|
35226
35268
|
entries[_DRr] = input[_DRr];
|
|
35227
35269
|
}
|
|
@@ -43881,6 +43923,9 @@ var de_EbsInstanceBlockDevice = /* @__PURE__ */ __name((output, context) => {
|
|
|
43881
43923
|
if (output[_vOI] != null) {
|
|
43882
43924
|
contents[_VOI] = (0, import_smithy_client.expectString)(output[_vOI]);
|
|
43883
43925
|
}
|
|
43926
|
+
if (output[_op] != null) {
|
|
43927
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
43928
|
+
}
|
|
43884
43929
|
return contents;
|
|
43885
43930
|
}, "de_EbsInstanceBlockDevice");
|
|
43886
43931
|
var de_EbsOptimizedInfo = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -46944,6 +46989,9 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
|
|
|
46944
46989
|
if (output[_cIBM] != null) {
|
|
46945
46990
|
contents[_CIBM] = (0, import_smithy_client.expectString)(output[_cIBM]);
|
|
46946
46991
|
}
|
|
46992
|
+
if (output[_op] != null) {
|
|
46993
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
46994
|
+
}
|
|
46947
46995
|
if (output[_iI] != null) {
|
|
46948
46996
|
contents[_IIn] = (0, import_smithy_client.expectString)(output[_iI]);
|
|
46949
46997
|
}
|
|
@@ -47304,6 +47352,9 @@ var de_InstanceImageMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
47304
47352
|
if (output[_iM] != null) {
|
|
47305
47353
|
contents[_IMm] = de_ImageMetadata(output[_iM], context);
|
|
47306
47354
|
}
|
|
47355
|
+
if (output[_op] != null) {
|
|
47356
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
47357
|
+
}
|
|
47307
47358
|
return contents;
|
|
47308
47359
|
}, "de_InstanceImageMetadata");
|
|
47309
47360
|
var de_InstanceImageMetadataList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -47484,6 +47535,9 @@ var de_InstanceNetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
47484
47535
|
if (output[_cTC] != null) {
|
|
47485
47536
|
contents[_CTC] = de_ConnectionTrackingSpecificationResponse(output[_cTC], context);
|
|
47486
47537
|
}
|
|
47538
|
+
if (output[_op] != null) {
|
|
47539
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
47540
|
+
}
|
|
47487
47541
|
return contents;
|
|
47488
47542
|
}, "de_InstanceNetworkInterface");
|
|
47489
47543
|
var de_InstanceNetworkInterfaceAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -47774,6 +47828,9 @@ var de_InstanceStatus = /* @__PURE__ */ __name((output, context) => {
|
|
|
47774
47828
|
if (output[_oA] != null) {
|
|
47775
47829
|
contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
|
|
47776
47830
|
}
|
|
47831
|
+
if (output[_op] != null) {
|
|
47832
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
47833
|
+
}
|
|
47777
47834
|
if (output.eventsSet === "") {
|
|
47778
47835
|
contents[_Ev] = [];
|
|
47779
47836
|
} else if (output[_eSv] != null && output[_eSv][_i] != null) {
|
|
@@ -49218,6 +49275,9 @@ var de_LaunchTemplate = /* @__PURE__ */ __name((output, context) => {
|
|
|
49218
49275
|
} else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
49219
49276
|
contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
|
|
49220
49277
|
}
|
|
49278
|
+
if (output[_op] != null) {
|
|
49279
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
49280
|
+
}
|
|
49221
49281
|
return contents;
|
|
49222
49282
|
}, "de_LaunchTemplate");
|
|
49223
49283
|
var de_LaunchTemplateAndOverridesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -49659,6 +49719,9 @@ var de_LaunchTemplateVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
49659
49719
|
if (output[_lTD] != null) {
|
|
49660
49720
|
contents[_LTD] = de_ResponseLaunchTemplateData(output[_lTD], context);
|
|
49661
49721
|
}
|
|
49722
|
+
if (output[_op] != null) {
|
|
49723
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
49724
|
+
}
|
|
49662
49725
|
return contents;
|
|
49663
49726
|
}, "de_LaunchTemplateVersion");
|
|
49664
49727
|
var de_LaunchTemplateVersionSet = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -51275,6 +51338,9 @@ var de_NetworkInterface = /* @__PURE__ */ __name((output, context) => {
|
|
|
51275
51338
|
if (output[_iApv] != null) {
|
|
51276
51339
|
contents[_IApv] = (0, import_smithy_client.expectString)(output[_iApv]);
|
|
51277
51340
|
}
|
|
51341
|
+
if (output[_op] != null) {
|
|
51342
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
51343
|
+
}
|
|
51278
51344
|
return contents;
|
|
51279
51345
|
}, "de_NetworkInterface");
|
|
51280
51346
|
var de_NetworkInterfaceAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -51547,6 +51613,16 @@ var de_OnDemandOptions = /* @__PURE__ */ __name((output, context) => {
|
|
|
51547
51613
|
}
|
|
51548
51614
|
return contents;
|
|
51549
51615
|
}, "de_OnDemandOptions");
|
|
51616
|
+
var de_OperatorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
51617
|
+
const contents = {};
|
|
51618
|
+
if (output[_mana] != null) {
|
|
51619
|
+
contents[_Mana] = (0, import_smithy_client.parseBoolean)(output[_mana]);
|
|
51620
|
+
}
|
|
51621
|
+
if (output[_p] != null) {
|
|
51622
|
+
contents[_Prin] = (0, import_smithy_client.expectString)(output[_p]);
|
|
51623
|
+
}
|
|
51624
|
+
return contents;
|
|
51625
|
+
}, "de_OperatorResponse");
|
|
51550
51626
|
var de_PacketHeaderStatement = /* @__PURE__ */ __name((output, context) => {
|
|
51551
51627
|
const contents = {};
|
|
51552
51628
|
if (output.sourceAddressSet === "") {
|
|
@@ -53098,6 +53174,9 @@ var de_ResponseLaunchTemplateData = /* @__PURE__ */ __name((output, context) =>
|
|
|
53098
53174
|
if (output[_dASi] != null) {
|
|
53099
53175
|
contents[_DAS] = (0, import_smithy_client.parseBoolean)(output[_dASi]);
|
|
53100
53176
|
}
|
|
53177
|
+
if (output[_op] != null) {
|
|
53178
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
53179
|
+
}
|
|
53101
53180
|
return contents;
|
|
53102
53181
|
}, "de_ResponseLaunchTemplateData");
|
|
53103
53182
|
var de_RestoreAddressToClassicResult = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -55443,8 +55522,8 @@ var de_TransitGateway = /* @__PURE__ */ __name((output, context) => {
|
|
|
55443
55522
|
if (output[_cTre] != null) {
|
|
55444
55523
|
contents[_CTre] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTre]));
|
|
55445
55524
|
}
|
|
55446
|
-
if (output[
|
|
55447
|
-
contents[
|
|
55525
|
+
if (output[_opt] != null) {
|
|
55526
|
+
contents[_Op] = de_TransitGatewayOptions(output[_opt], context);
|
|
55448
55527
|
}
|
|
55449
55528
|
if (output.tagSet === "") {
|
|
55450
55529
|
contents[_Ta] = [];
|
|
@@ -55579,8 +55658,8 @@ var de_TransitGatewayConnect = /* @__PURE__ */ __name((output, context) => {
|
|
|
55579
55658
|
if (output[_cTre] != null) {
|
|
55580
55659
|
contents[_CTre] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTre]));
|
|
55581
55660
|
}
|
|
55582
|
-
if (output[
|
|
55583
|
-
contents[
|
|
55661
|
+
if (output[_opt] != null) {
|
|
55662
|
+
contents[_Op] = de_TransitGatewayConnectOptions(output[_opt], context);
|
|
55584
55663
|
}
|
|
55585
55664
|
if (output.tagSet === "") {
|
|
55586
55665
|
contents[_Ta] = [];
|
|
@@ -55702,8 +55781,8 @@ var de_TransitGatewayMulticastDomain = /* @__PURE__ */ __name((output, context)
|
|
|
55702
55781
|
if (output[_oI] != null) {
|
|
55703
55782
|
contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
|
|
55704
55783
|
}
|
|
55705
|
-
if (output[
|
|
55706
|
-
contents[
|
|
55784
|
+
if (output[_opt] != null) {
|
|
55785
|
+
contents[_Op] = de_TransitGatewayMulticastDomainOptions(output[_opt], context);
|
|
55707
55786
|
}
|
|
55708
55787
|
if (output[_st] != null) {
|
|
55709
55788
|
contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
|
|
@@ -55909,8 +55988,8 @@ var de_TransitGatewayPeeringAttachment = /* @__PURE__ */ __name((output, context
|
|
|
55909
55988
|
if (output[_aTI] != null) {
|
|
55910
55989
|
contents[_ATIc] = de_PeeringTgwInfo(output[_aTI], context);
|
|
55911
55990
|
}
|
|
55912
|
-
if (output[
|
|
55913
|
-
contents[
|
|
55991
|
+
if (output[_opt] != null) {
|
|
55992
|
+
contents[_Op] = de_TransitGatewayPeeringAttachmentOptions(output[_opt], context);
|
|
55914
55993
|
}
|
|
55915
55994
|
if (output[_sta] != null) {
|
|
55916
55995
|
contents[_Statu] = de_PeeringAttachmentStatus(output[_sta], context);
|
|
@@ -56320,8 +56399,8 @@ var de_TransitGatewayVpcAttachment = /* @__PURE__ */ __name((output, context) =>
|
|
|
56320
56399
|
if (output[_cTre] != null) {
|
|
56321
56400
|
contents[_CTre] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_cTre]));
|
|
56322
56401
|
}
|
|
56323
|
-
if (output[
|
|
56324
|
-
contents[
|
|
56402
|
+
if (output[_opt] != null) {
|
|
56403
|
+
contents[_Op] = de_TransitGatewayVpcAttachmentOptions(output[_opt], context);
|
|
56325
56404
|
}
|
|
56326
56405
|
if (output.tagSet === "") {
|
|
56327
56406
|
contents[_Ta] = [];
|
|
@@ -57111,6 +57190,9 @@ var de_Volume = /* @__PURE__ */ __name((output, context) => {
|
|
|
57111
57190
|
if (output[_sTs] != null) {
|
|
57112
57191
|
contents[_STs] = (0, import_smithy_client.expectString)(output[_sTs]);
|
|
57113
57192
|
}
|
|
57193
|
+
if (output[_op] != null) {
|
|
57194
|
+
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
57195
|
+
}
|
|
57114
57196
|
if (output[_vIo] != null) {
|
|
57115
57197
|
contents[_VIo] = (0, import_smithy_client.expectString)(output[_vIo]);
|
|
57116
57198
|
}
|
|
@@ -57727,8 +57809,8 @@ var de_VpnConnection = /* @__PURE__ */ __name((output, context) => {
|
|
|
57727
57809
|
if (output[_gAS] != null) {
|
|
57728
57810
|
contents[_GAS] = (0, import_smithy_client.expectString)(output[_gAS]);
|
|
57729
57811
|
}
|
|
57730
|
-
if (output[
|
|
57731
|
-
contents[
|
|
57812
|
+
if (output[_opt] != null) {
|
|
57813
|
+
contents[_Op] = de_VpnConnectionOptions(output[_opt], context);
|
|
57732
57814
|
}
|
|
57733
57815
|
if (output.routes === "") {
|
|
57734
57816
|
contents[_Rout] = [];
|
|
@@ -59558,6 +59640,7 @@ var _MVi = "MinVersion";
|
|
|
59558
59640
|
var _Ma = "Max";
|
|
59559
59641
|
var _Mai = "Main";
|
|
59560
59642
|
var _Man = "Manufacturer";
|
|
59643
|
+
var _Mana = "Managed";
|
|
59561
59644
|
var _Mar = "Marketplace";
|
|
59562
59645
|
var _Me = "Message";
|
|
59563
59646
|
var _Mes = "Messages";
|
|
@@ -59638,7 +59721,7 @@ var _NT = "NextToken";
|
|
|
59638
59721
|
var _NTI = "NitroTpmInfo";
|
|
59639
59722
|
var _NTS = "NitroTpmSupport";
|
|
59640
59723
|
var _NTe = "NetworkType";
|
|
59641
|
-
var _O = "
|
|
59724
|
+
var _O = "Operator";
|
|
59642
59725
|
var _OA = "OutpostArn";
|
|
59643
59726
|
var _OAr = "OrganizationArn";
|
|
59644
59727
|
var _OArg = "OrganizationArns";
|
|
@@ -59678,6 +59761,7 @@ var _OU = "OccurrenceUnit";
|
|
|
59678
59761
|
var _OUA = "OrganizationalUnitArn";
|
|
59679
59762
|
var _OUAr = "OrganizationalUnitArns";
|
|
59680
59763
|
var _OVT = "OriginalVolumeType";
|
|
59764
|
+
var _Op = "Options";
|
|
59681
59765
|
var _Or = "Origin";
|
|
59682
59766
|
var _Ou = "Output";
|
|
59683
59767
|
var _Ov = "Overrides";
|
|
@@ -61422,6 +61506,7 @@ var _mVE = "managesVpcEndpoints";
|
|
|
61422
61506
|
var _ma = "max";
|
|
61423
61507
|
var _mai = "main";
|
|
61424
61508
|
var _man = "manufacturer";
|
|
61509
|
+
var _mana = "managed";
|
|
61425
61510
|
var _mar = "marketplace";
|
|
61426
61511
|
var _me = "message";
|
|
61427
61512
|
var _mem = "member";
|
|
@@ -61528,7 +61613,8 @@ var _oTr = "originalThroughput";
|
|
|
61528
61613
|
var _oU = "occurrenceUnit";
|
|
61529
61614
|
var _oUA = "organizationalUnitArn";
|
|
61530
61615
|
var _oVT = "originalVolumeType";
|
|
61531
|
-
var _op = "
|
|
61616
|
+
var _op = "operator";
|
|
61617
|
+
var _opt = "options";
|
|
61532
61618
|
var _ou = "output";
|
|
61533
61619
|
var _ov = "overrides";
|
|
61534
61620
|
var _ow = "owner";
|
|
@@ -71719,10 +71805,6 @@ var ImportVolumeResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
71719
71805
|
...obj,
|
|
71720
71806
|
...obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }
|
|
71721
71807
|
}), "ImportVolumeResultFilterSensitiveLog");
|
|
71722
|
-
var ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71723
|
-
...obj,
|
|
71724
|
-
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
71725
|
-
}), "ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
71726
71808
|
|
|
71727
71809
|
// src/commands/GetInstanceTpmEkPubCommand.ts
|
|
71728
71810
|
var _GetInstanceTpmEkPubCommand = class _GetInstanceTpmEkPubCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -73081,6 +73163,10 @@ var MembershipType = {
|
|
|
73081
73163
|
igmp: "igmp",
|
|
73082
73164
|
static: "static"
|
|
73083
73165
|
};
|
|
73166
|
+
var ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73167
|
+
...obj,
|
|
73168
|
+
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
73169
|
+
}), "ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
73084
73170
|
var ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73085
73171
|
...obj,
|
|
73086
73172
|
...obj.OidcOptions && {
|
|
@@ -78734,7 +78820,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78734
78820
|
ImportSnapshotResultFilterSensitiveLog,
|
|
78735
78821
|
ImportVolumeRequestFilterSensitiveLog,
|
|
78736
78822
|
ImportVolumeResultFilterSensitiveLog,
|
|
78737
|
-
ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
78738
78823
|
VpcTenancy,
|
|
78739
78824
|
Status,
|
|
78740
78825
|
VerificationMethod,
|
|
@@ -78743,6 +78828,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
78743
78828
|
ResetFpgaImageAttributeName,
|
|
78744
78829
|
ResetImageAttributeName,
|
|
78745
78830
|
MembershipType,
|
|
78831
|
+
ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
78746
78832
|
ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
78747
78833
|
ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
78748
78834
|
ModifyVpnConnectionResultFilterSensitiveLog,
|
|
@@ -222,7 +222,3 @@ export const ImportVolumeResultFilterSensitiveLog = (obj) => ({
|
|
|
222
222
|
...obj,
|
|
223
223
|
...(obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }),
|
|
224
224
|
});
|
|
225
|
-
export const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
228
|
-
});
|
|
@@ -2,7 +2,6 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { VpnConnectionFilterSensitiveLog, } from "./models_2";
|
|
4
4
|
import { SpotFleetRequestConfigDataFilterSensitiveLog, SpotInstanceRequestFilterSensitiveLog, } from "./models_5";
|
|
5
|
-
import { ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog, } from "./models_6";
|
|
6
5
|
export const VpcTenancy = {
|
|
7
6
|
default: "default",
|
|
8
7
|
};
|
|
@@ -40,6 +39,10 @@ export const MembershipType = {
|
|
|
40
39
|
igmp: "igmp",
|
|
41
40
|
static: "static",
|
|
42
41
|
};
|
|
42
|
+
export const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
43
|
+
...obj,
|
|
44
|
+
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
45
|
+
});
|
|
43
46
|
export const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj) => ({
|
|
44
47
|
...obj,
|
|
45
48
|
...(obj.OidcOptions && {
|