@aws-sdk/client-ec2 3.787.0 → 3.796.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 +516 -480
- package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +2 -1
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +0 -6
- package/dist-es/models/models_2.js +7 -0
- package/dist-es/models/models_3.js +0 -4
- package/dist-es/models/models_4.js +4 -5
- package/dist-es/models/models_5.js +4 -0
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +5 -1
- package/dist-es/protocols/Aws_ec2.js +35 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +2 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -2
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +3 -0
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +26 -21
- package/dist-types/models/models_2.d.ts +30 -12
- package/dist-types/models/models_3.d.ts +36 -51
- package/dist-types/models/models_4.d.ts +49 -55
- package/dist-types/models/models_5.d.ts +56 -28
- package/dist-types/models/models_6.d.ts +27 -36
- package/dist-types/models/models_7.d.ts +46 -29
- package/dist-types/models/models_8.d.ts +27 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +4 -7
- package/dist-types/ts3.4/models/models_2.d.ts +9 -3
- package/dist-types/ts3.4/models/models_3.d.ts +10 -15
- package/dist-types/ts3.4/models/models_4.d.ts +14 -14
- package/dist-types/ts3.4/models/models_5.d.ts +12 -8
- package/dist-types/ts3.4/models/models_6.d.ts +7 -9
- package/dist-types/ts3.4/models/models_7.d.ts +12 -10
- package/dist-types/ts3.4/models/models_8.d.ts +7 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -18612,6 +18612,13 @@ var se_ClientLoginBannerOptions = /* @__PURE__ */ __name((input, context) => {
|
|
|
18612
18612
|
}
|
|
18613
18613
|
return entries;
|
|
18614
18614
|
}, "se_ClientLoginBannerOptions");
|
|
18615
|
+
var se_ClientRouteEnforcementOptions = /* @__PURE__ */ __name((input, context) => {
|
|
18616
|
+
const entries = {};
|
|
18617
|
+
if (input[_Enf] != null) {
|
|
18618
|
+
entries[_Enf] = input[_Enf];
|
|
18619
|
+
}
|
|
18620
|
+
return entries;
|
|
18621
|
+
}, "se_ClientRouteEnforcementOptions");
|
|
18615
18622
|
var se_ClientVpnAuthenticationRequest = /* @__PURE__ */ __name((input, context) => {
|
|
18616
18623
|
const entries = {};
|
|
18617
18624
|
if (input[_T] != null) {
|
|
@@ -19167,6 +19174,13 @@ var se_CreateClientVpnEndpointRequest = /* @__PURE__ */ __name((input, context)
|
|
|
19167
19174
|
entries[loc] = value;
|
|
19168
19175
|
});
|
|
19169
19176
|
}
|
|
19177
|
+
if (input[_CREO] != null) {
|
|
19178
|
+
const memberEntries = se_ClientRouteEnforcementOptions(input[_CREO], context);
|
|
19179
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19180
|
+
const loc = `ClientRouteEnforcementOptions.${key}`;
|
|
19181
|
+
entries[loc] = value;
|
|
19182
|
+
});
|
|
19183
|
+
}
|
|
19170
19184
|
if (input[_DOST] != null) {
|
|
19171
19185
|
entries[_DOST] = input[_DOST];
|
|
19172
19186
|
}
|
|
@@ -32509,6 +32523,13 @@ var se_ModifyClientVpnEndpointRequest = /* @__PURE__ */ __name((input, context)
|
|
|
32509
32523
|
entries[loc] = value;
|
|
32510
32524
|
});
|
|
32511
32525
|
}
|
|
32526
|
+
if (input[_CREO] != null) {
|
|
32527
|
+
const memberEntries = se_ClientRouteEnforcementOptions(input[_CREO], context);
|
|
32528
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32529
|
+
const loc = `ClientRouteEnforcementOptions.${key}`;
|
|
32530
|
+
entries[loc] = value;
|
|
32531
|
+
});
|
|
32532
|
+
}
|
|
32512
32533
|
if (input[_DOST] != null) {
|
|
32513
32534
|
entries[_DOST] = input[_DOST];
|
|
32514
32535
|
}
|
|
@@ -41972,6 +41993,13 @@ var de_ClientLoginBannerResponseOptions = /* @__PURE__ */ __name((output, contex
|
|
|
41972
41993
|
}
|
|
41973
41994
|
return contents;
|
|
41974
41995
|
}, "de_ClientLoginBannerResponseOptions");
|
|
41996
|
+
var de_ClientRouteEnforcementResponseOptions = /* @__PURE__ */ __name((output, context) => {
|
|
41997
|
+
const contents = {};
|
|
41998
|
+
if (output[_enf] != null) {
|
|
41999
|
+
contents[_Enf] = (0, import_smithy_client.parseBoolean)(output[_enf]);
|
|
42000
|
+
}
|
|
42001
|
+
return contents;
|
|
42002
|
+
}, "de_ClientRouteEnforcementResponseOptions");
|
|
41975
42003
|
var de_ClientVpnAuthentication = /* @__PURE__ */ __name((output, context) => {
|
|
41976
42004
|
const contents = {};
|
|
41977
42005
|
if (output[_ty] != null) {
|
|
@@ -42147,6 +42175,9 @@ var de_ClientVpnEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
|
42147
42175
|
if (output[_cLBO] != null) {
|
|
42148
42176
|
contents[_CLBO] = de_ClientLoginBannerResponseOptions(output[_cLBO], context);
|
|
42149
42177
|
}
|
|
42178
|
+
if (output[_cREO] != null) {
|
|
42179
|
+
contents[_CREO] = de_ClientRouteEnforcementResponseOptions(output[_cREO], context);
|
|
42180
|
+
}
|
|
42150
42181
|
if (output[_dOST] != null) {
|
|
42151
42182
|
contents[_DOST] = (0, import_smithy_client.parseBoolean)(output[_dOST]);
|
|
42152
42183
|
}
|
|
@@ -62223,6 +62254,7 @@ var _CRA = "CapacityReservationArn";
|
|
|
62223
62254
|
var _CRBR = "CapacityReservationBillingRequests";
|
|
62224
62255
|
var _CRCC = "ClientRootCertificateChain";
|
|
62225
62256
|
var _CRCCA = "ClientRootCertificateChainArn";
|
|
62257
|
+
var _CREO = "ClientRouteEnforcementOptions";
|
|
62226
62258
|
var _CRF = "CapacityReservationFleets";
|
|
62227
62259
|
var _CRFA = "CapacityReservationFleetArn";
|
|
62228
62260
|
var _CRFI = "CapacityReservationFleetIds";
|
|
@@ -62878,6 +62910,7 @@ var _En = "Enabled";
|
|
|
62878
62910
|
var _Enc = "Encrypted";
|
|
62879
62911
|
var _End = "End";
|
|
62880
62912
|
var _Endp = "Endpoint";
|
|
62913
|
+
var _Enf = "Enforced";
|
|
62881
62914
|
var _Ent = "Entries";
|
|
62882
62915
|
var _Er = "Error";
|
|
62883
62916
|
var _Err = "Errors";
|
|
@@ -64841,6 +64874,7 @@ var _cR = "capacityReservation";
|
|
|
64841
64874
|
var _cRA = "capacityReservationArn";
|
|
64842
64875
|
var _cRBRS = "capacityReservationBillingRequestSet";
|
|
64843
64876
|
var _cRCC = "clientRootCertificateChain";
|
|
64877
|
+
var _cREO = "clientRouteEnforcementOptions";
|
|
64844
64878
|
var _cRFA = "capacityReservationFleetArn";
|
|
64845
64879
|
var _cRFI = "capacityReservationFleetId";
|
|
64846
64880
|
var _cRFS = "capacityReservationFleetSet";
|
|
@@ -65088,6 +65122,7 @@ var _eb = "ebs";
|
|
|
65088
65122
|
var _en = "enabled";
|
|
65089
65123
|
var _enc = "encrypted";
|
|
65090
65124
|
var _end = "end";
|
|
65125
|
+
var _enf = "enforced";
|
|
65091
65126
|
var _er = "error";
|
|
65092
65127
|
var _ev = "event";
|
|
65093
65128
|
var _f = "format";
|
|
@@ -67159,7 +67194,8 @@ var DomainType = {
|
|
|
67159
67194
|
};
|
|
67160
67195
|
var ServiceManaged = {
|
|
67161
67196
|
alb: "alb",
|
|
67162
|
-
nlb: "nlb"
|
|
67197
|
+
nlb: "nlb",
|
|
67198
|
+
rnat: "rnat"
|
|
67163
67199
|
};
|
|
67164
67200
|
var AddressAttributeName = {
|
|
67165
67201
|
domain_name: "domain-name"
|
|
@@ -69141,12 +69177,6 @@ var LaunchTemplateVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
69141
69177
|
LaunchTemplateData: ResponseLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData)
|
|
69142
69178
|
}
|
|
69143
69179
|
}), "LaunchTemplateVersionFilterSensitiveLog");
|
|
69144
|
-
var CreateLaunchTemplateVersionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
69145
|
-
...obj,
|
|
69146
|
-
...obj.LaunchTemplateVersion && {
|
|
69147
|
-
LaunchTemplateVersion: LaunchTemplateVersionFilterSensitiveLog(obj.LaunchTemplateVersion)
|
|
69148
|
-
}
|
|
69149
|
-
}), "CreateLaunchTemplateVersionResultFilterSensitiveLog");
|
|
69150
69180
|
|
|
69151
69181
|
// src/commands/CopySnapshotCommand.ts
|
|
69152
69182
|
var CopySnapshotCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -69585,6 +69615,469 @@ var CreateLaunchTemplateCommand = class extends import_smithy_client.Command.cla
|
|
|
69585
69615
|
|
|
69586
69616
|
|
|
69587
69617
|
|
|
69618
|
+
|
|
69619
|
+
// src/models/models_2.ts
|
|
69620
|
+
|
|
69621
|
+
var LocalGatewayRouteState = {
|
|
69622
|
+
active: "active",
|
|
69623
|
+
blackhole: "blackhole",
|
|
69624
|
+
deleted: "deleted",
|
|
69625
|
+
deleting: "deleting",
|
|
69626
|
+
pending: "pending"
|
|
69627
|
+
};
|
|
69628
|
+
var LocalGatewayRouteType = {
|
|
69629
|
+
propagated: "propagated",
|
|
69630
|
+
static: "static"
|
|
69631
|
+
};
|
|
69632
|
+
var LocalGatewayRouteTableMode = {
|
|
69633
|
+
coip: "coip",
|
|
69634
|
+
direct_vpc_routing: "direct-vpc-routing"
|
|
69635
|
+
};
|
|
69636
|
+
var PrefixListState = {
|
|
69637
|
+
create_complete: "create-complete",
|
|
69638
|
+
create_failed: "create-failed",
|
|
69639
|
+
create_in_progress: "create-in-progress",
|
|
69640
|
+
delete_complete: "delete-complete",
|
|
69641
|
+
delete_failed: "delete-failed",
|
|
69642
|
+
delete_in_progress: "delete-in-progress",
|
|
69643
|
+
modify_complete: "modify-complete",
|
|
69644
|
+
modify_failed: "modify-failed",
|
|
69645
|
+
modify_in_progress: "modify-in-progress",
|
|
69646
|
+
restore_complete: "restore-complete",
|
|
69647
|
+
restore_failed: "restore-failed",
|
|
69648
|
+
restore_in_progress: "restore-in-progress"
|
|
69649
|
+
};
|
|
69650
|
+
var ConnectivityType = {
|
|
69651
|
+
PRIVATE: "private",
|
|
69652
|
+
PUBLIC: "public"
|
|
69653
|
+
};
|
|
69654
|
+
var NatGatewayState = {
|
|
69655
|
+
AVAILABLE: "available",
|
|
69656
|
+
DELETED: "deleted",
|
|
69657
|
+
DELETING: "deleting",
|
|
69658
|
+
FAILED: "failed",
|
|
69659
|
+
PENDING: "pending"
|
|
69660
|
+
};
|
|
69661
|
+
var RuleAction = {
|
|
69662
|
+
allow: "allow",
|
|
69663
|
+
deny: "deny"
|
|
69664
|
+
};
|
|
69665
|
+
var NetworkInterfaceCreationType = {
|
|
69666
|
+
branch: "branch",
|
|
69667
|
+
efa: "efa",
|
|
69668
|
+
efa_only: "efa-only",
|
|
69669
|
+
trunk: "trunk"
|
|
69670
|
+
};
|
|
69671
|
+
var NetworkInterfaceType = {
|
|
69672
|
+
api_gateway_managed: "api_gateway_managed",
|
|
69673
|
+
aws_codestar_connections_managed: "aws_codestar_connections_managed",
|
|
69674
|
+
branch: "branch",
|
|
69675
|
+
efa: "efa",
|
|
69676
|
+
efa_only: "efa-only",
|
|
69677
|
+
gateway_load_balancer: "gateway_load_balancer",
|
|
69678
|
+
gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint",
|
|
69679
|
+
global_accelerator_managed: "global_accelerator_managed",
|
|
69680
|
+
interface: "interface",
|
|
69681
|
+
iot_rules_managed: "iot_rules_managed",
|
|
69682
|
+
lambda: "lambda",
|
|
69683
|
+
load_balancer: "load_balancer",
|
|
69684
|
+
natGateway: "natGateway",
|
|
69685
|
+
network_load_balancer: "network_load_balancer",
|
|
69686
|
+
quicksight: "quicksight",
|
|
69687
|
+
transit_gateway: "transit_gateway",
|
|
69688
|
+
trunk: "trunk",
|
|
69689
|
+
vpc_endpoint: "vpc_endpoint"
|
|
69690
|
+
};
|
|
69691
|
+
var NetworkInterfaceStatus = {
|
|
69692
|
+
associated: "associated",
|
|
69693
|
+
attaching: "attaching",
|
|
69694
|
+
available: "available",
|
|
69695
|
+
detaching: "detaching",
|
|
69696
|
+
in_use: "in-use"
|
|
69697
|
+
};
|
|
69698
|
+
var InterfacePermissionType = {
|
|
69699
|
+
EIP_ASSOCIATE: "EIP-ASSOCIATE",
|
|
69700
|
+
INSTANCE_ATTACH: "INSTANCE-ATTACH"
|
|
69701
|
+
};
|
|
69702
|
+
var NetworkInterfacePermissionStateCode = {
|
|
69703
|
+
granted: "granted",
|
|
69704
|
+
pending: "pending",
|
|
69705
|
+
revoked: "revoked",
|
|
69706
|
+
revoking: "revoking"
|
|
69707
|
+
};
|
|
69708
|
+
var SpreadLevel = {
|
|
69709
|
+
host: "host",
|
|
69710
|
+
rack: "rack"
|
|
69711
|
+
};
|
|
69712
|
+
var PlacementStrategy = {
|
|
69713
|
+
cluster: "cluster",
|
|
69714
|
+
partition: "partition",
|
|
69715
|
+
spread: "spread"
|
|
69716
|
+
};
|
|
69717
|
+
var PlacementGroupState = {
|
|
69718
|
+
available: "available",
|
|
69719
|
+
deleted: "deleted",
|
|
69720
|
+
deleting: "deleting",
|
|
69721
|
+
pending: "pending"
|
|
69722
|
+
};
|
|
69723
|
+
var ReplaceRootVolumeTaskState = {
|
|
69724
|
+
failed: "failed",
|
|
69725
|
+
failed_detached: "failed-detached",
|
|
69726
|
+
failing: "failing",
|
|
69727
|
+
in_progress: "in-progress",
|
|
69728
|
+
pending: "pending",
|
|
69729
|
+
succeeded: "succeeded"
|
|
69730
|
+
};
|
|
69731
|
+
var RouteServerPersistRoutesAction = {
|
|
69732
|
+
DISABLE: "disable",
|
|
69733
|
+
ENABLE: "enable",
|
|
69734
|
+
RESET: "reset"
|
|
69735
|
+
};
|
|
69736
|
+
var RouteServerPersistRoutesState = {
|
|
69737
|
+
DISABLED: "disabled",
|
|
69738
|
+
DISABLING: "disabling",
|
|
69739
|
+
ENABLED: "enabled",
|
|
69740
|
+
ENABLING: "enabling",
|
|
69741
|
+
MODIFYING: "modifying",
|
|
69742
|
+
RESETTING: "resetting"
|
|
69743
|
+
};
|
|
69744
|
+
var RouteServerState = {
|
|
69745
|
+
AVAILABLE: "available",
|
|
69746
|
+
DELETED: "deleted",
|
|
69747
|
+
DELETING: "deleting",
|
|
69748
|
+
MODIFYING: "modifying",
|
|
69749
|
+
PENDING: "pending"
|
|
69750
|
+
};
|
|
69751
|
+
var RouteServerEndpointState = {
|
|
69752
|
+
AVAILABLE: "available",
|
|
69753
|
+
DELETED: "deleted",
|
|
69754
|
+
DELETE_FAILED: "delete-failed",
|
|
69755
|
+
DELETING: "deleting",
|
|
69756
|
+
FAILED: "failed",
|
|
69757
|
+
FAILING: "failing",
|
|
69758
|
+
PENDING: "pending"
|
|
69759
|
+
};
|
|
69760
|
+
var RouteServerPeerLivenessMode = {
|
|
69761
|
+
BFD: "bfd",
|
|
69762
|
+
BGP_KEEPALIVE: "bgp-keepalive"
|
|
69763
|
+
};
|
|
69764
|
+
var RouteServerBfdState = {
|
|
69765
|
+
DOWN: "down",
|
|
69766
|
+
UP: "up"
|
|
69767
|
+
};
|
|
69768
|
+
var RouteServerBgpState = {
|
|
69769
|
+
DOWN: "down",
|
|
69770
|
+
UP: "up"
|
|
69771
|
+
};
|
|
69772
|
+
var RouteServerPeerState = {
|
|
69773
|
+
AVAILABLE: "available",
|
|
69774
|
+
DELETED: "deleted",
|
|
69775
|
+
DELETING: "deleting",
|
|
69776
|
+
FAILED: "failed",
|
|
69777
|
+
FAILING: "failing",
|
|
69778
|
+
PENDING: "pending"
|
|
69779
|
+
};
|
|
69780
|
+
var RouteOrigin = {
|
|
69781
|
+
CreateRoute: "CreateRoute",
|
|
69782
|
+
CreateRouteTable: "CreateRouteTable",
|
|
69783
|
+
EnableVgwRoutePropagation: "EnableVgwRoutePropagation"
|
|
69784
|
+
};
|
|
69785
|
+
var RouteState = {
|
|
69786
|
+
active: "active",
|
|
69787
|
+
blackhole: "blackhole"
|
|
69788
|
+
};
|
|
69789
|
+
var SnapshotLocationEnum = {
|
|
69790
|
+
LOCAL: "local",
|
|
69791
|
+
REGIONAL: "regional"
|
|
69792
|
+
};
|
|
69793
|
+
var SSEType = {
|
|
69794
|
+
none: "none",
|
|
69795
|
+
sse_ebs: "sse-ebs",
|
|
69796
|
+
sse_kms: "sse-kms"
|
|
69797
|
+
};
|
|
69798
|
+
var SnapshotState = {
|
|
69799
|
+
completed: "completed",
|
|
69800
|
+
error: "error",
|
|
69801
|
+
pending: "pending",
|
|
69802
|
+
recoverable: "recoverable",
|
|
69803
|
+
recovering: "recovering"
|
|
69804
|
+
};
|
|
69805
|
+
var StorageTier = {
|
|
69806
|
+
archive: "archive",
|
|
69807
|
+
standard: "standard"
|
|
69808
|
+
};
|
|
69809
|
+
var TransferType = {
|
|
69810
|
+
standard: "standard",
|
|
69811
|
+
time_based: "time-based"
|
|
69812
|
+
};
|
|
69813
|
+
var CopyTagsFromSource = {
|
|
69814
|
+
volume: "volume"
|
|
69815
|
+
};
|
|
69816
|
+
var DatafeedSubscriptionState = {
|
|
69817
|
+
Active: "Active",
|
|
69818
|
+
Inactive: "Inactive"
|
|
69819
|
+
};
|
|
69820
|
+
var SubnetCidrReservationType = {
|
|
69821
|
+
explicit: "explicit",
|
|
69822
|
+
prefix: "prefix"
|
|
69823
|
+
};
|
|
69824
|
+
var TrafficMirrorRuleAction = {
|
|
69825
|
+
accept: "accept",
|
|
69826
|
+
reject: "reject"
|
|
69827
|
+
};
|
|
69828
|
+
var TrafficDirection = {
|
|
69829
|
+
egress: "egress",
|
|
69830
|
+
ingress: "ingress"
|
|
69831
|
+
};
|
|
69832
|
+
var TrafficMirrorNetworkService = {
|
|
69833
|
+
amazon_dns: "amazon-dns"
|
|
69834
|
+
};
|
|
69835
|
+
var TrafficMirrorTargetType = {
|
|
69836
|
+
gateway_load_balancer_endpoint: "gateway-load-balancer-endpoint",
|
|
69837
|
+
network_interface: "network-interface",
|
|
69838
|
+
network_load_balancer: "network-load-balancer"
|
|
69839
|
+
};
|
|
69840
|
+
var AutoAcceptSharedAttachmentsValue = {
|
|
69841
|
+
disable: "disable",
|
|
69842
|
+
enable: "enable"
|
|
69843
|
+
};
|
|
69844
|
+
var DefaultRouteTableAssociationValue = {
|
|
69845
|
+
disable: "disable",
|
|
69846
|
+
enable: "enable"
|
|
69847
|
+
};
|
|
69848
|
+
var DefaultRouteTablePropagationValue = {
|
|
69849
|
+
disable: "disable",
|
|
69850
|
+
enable: "enable"
|
|
69851
|
+
};
|
|
69852
|
+
var MulticastSupportValue = {
|
|
69853
|
+
disable: "disable",
|
|
69854
|
+
enable: "enable"
|
|
69855
|
+
};
|
|
69856
|
+
var VpnEcmpSupportValue = {
|
|
69857
|
+
disable: "disable",
|
|
69858
|
+
enable: "enable"
|
|
69859
|
+
};
|
|
69860
|
+
var TransitGatewayState = {
|
|
69861
|
+
available: "available",
|
|
69862
|
+
deleted: "deleted",
|
|
69863
|
+
deleting: "deleting",
|
|
69864
|
+
modifying: "modifying",
|
|
69865
|
+
pending: "pending"
|
|
69866
|
+
};
|
|
69867
|
+
var ProtocolValue = {
|
|
69868
|
+
gre: "gre"
|
|
69869
|
+
};
|
|
69870
|
+
var BgpStatus = {
|
|
69871
|
+
down: "down",
|
|
69872
|
+
up: "up"
|
|
69873
|
+
};
|
|
69874
|
+
var TransitGatewayConnectPeerState = {
|
|
69875
|
+
available: "available",
|
|
69876
|
+
deleted: "deleted",
|
|
69877
|
+
deleting: "deleting",
|
|
69878
|
+
pending: "pending"
|
|
69879
|
+
};
|
|
69880
|
+
var AutoAcceptSharedAssociationsValue = {
|
|
69881
|
+
disable: "disable",
|
|
69882
|
+
enable: "enable"
|
|
69883
|
+
};
|
|
69884
|
+
var Igmpv2SupportValue = {
|
|
69885
|
+
disable: "disable",
|
|
69886
|
+
enable: "enable"
|
|
69887
|
+
};
|
|
69888
|
+
var StaticSourcesSupportValue = {
|
|
69889
|
+
disable: "disable",
|
|
69890
|
+
enable: "enable"
|
|
69891
|
+
};
|
|
69892
|
+
var TransitGatewayMulticastDomainState = {
|
|
69893
|
+
available: "available",
|
|
69894
|
+
deleted: "deleted",
|
|
69895
|
+
deleting: "deleting",
|
|
69896
|
+
pending: "pending"
|
|
69897
|
+
};
|
|
69898
|
+
var TransitGatewayPolicyTableState = {
|
|
69899
|
+
available: "available",
|
|
69900
|
+
deleted: "deleted",
|
|
69901
|
+
deleting: "deleting",
|
|
69902
|
+
pending: "pending"
|
|
69903
|
+
};
|
|
69904
|
+
var TransitGatewayPrefixListReferenceState = {
|
|
69905
|
+
available: "available",
|
|
69906
|
+
deleting: "deleting",
|
|
69907
|
+
modifying: "modifying",
|
|
69908
|
+
pending: "pending"
|
|
69909
|
+
};
|
|
69910
|
+
var TransitGatewayRouteState = {
|
|
69911
|
+
active: "active",
|
|
69912
|
+
blackhole: "blackhole",
|
|
69913
|
+
deleted: "deleted",
|
|
69914
|
+
deleting: "deleting",
|
|
69915
|
+
pending: "pending"
|
|
69916
|
+
};
|
|
69917
|
+
var TransitGatewayRouteType = {
|
|
69918
|
+
propagated: "propagated",
|
|
69919
|
+
static: "static"
|
|
69920
|
+
};
|
|
69921
|
+
var TransitGatewayRouteTableState = {
|
|
69922
|
+
available: "available",
|
|
69923
|
+
deleted: "deleted",
|
|
69924
|
+
deleting: "deleting",
|
|
69925
|
+
pending: "pending"
|
|
69926
|
+
};
|
|
69927
|
+
var TransitGatewayRouteTableAnnouncementDirection = {
|
|
69928
|
+
incoming: "incoming",
|
|
69929
|
+
outgoing: "outgoing"
|
|
69930
|
+
};
|
|
69931
|
+
var TransitGatewayRouteTableAnnouncementState = {
|
|
69932
|
+
available: "available",
|
|
69933
|
+
deleted: "deleted",
|
|
69934
|
+
deleting: "deleting",
|
|
69935
|
+
failed: "failed",
|
|
69936
|
+
failing: "failing",
|
|
69937
|
+
pending: "pending"
|
|
69938
|
+
};
|
|
69939
|
+
var VerifiedAccessEndpointAttachmentType = {
|
|
69940
|
+
vpc: "vpc"
|
|
69941
|
+
};
|
|
69942
|
+
var VerifiedAccessEndpointProtocol = {
|
|
69943
|
+
http: "http",
|
|
69944
|
+
https: "https",
|
|
69945
|
+
tcp: "tcp"
|
|
69946
|
+
};
|
|
69947
|
+
var VerifiedAccessEndpointType = {
|
|
69948
|
+
cidr: "cidr",
|
|
69949
|
+
load_balancer: "load-balancer",
|
|
69950
|
+
network_interface: "network-interface",
|
|
69951
|
+
rds: "rds"
|
|
69952
|
+
};
|
|
69953
|
+
var VerifiedAccessEndpointStatusCode = {
|
|
69954
|
+
active: "active",
|
|
69955
|
+
deleted: "deleted",
|
|
69956
|
+
deleting: "deleting",
|
|
69957
|
+
pending: "pending",
|
|
69958
|
+
updating: "updating"
|
|
69959
|
+
};
|
|
69960
|
+
var VolumeState = {
|
|
69961
|
+
available: "available",
|
|
69962
|
+
creating: "creating",
|
|
69963
|
+
deleted: "deleted",
|
|
69964
|
+
deleting: "deleting",
|
|
69965
|
+
error: "error",
|
|
69966
|
+
in_use: "in-use"
|
|
69967
|
+
};
|
|
69968
|
+
var InternetGatewayExclusionMode = {
|
|
69969
|
+
allow_bidirectional: "allow-bidirectional",
|
|
69970
|
+
allow_egress: "allow-egress"
|
|
69971
|
+
};
|
|
69972
|
+
var VpcBlockPublicAccessExclusionState = {
|
|
69973
|
+
create_complete: "create-complete",
|
|
69974
|
+
create_failed: "create-failed",
|
|
69975
|
+
create_in_progress: "create-in-progress",
|
|
69976
|
+
delete_complete: "delete-complete",
|
|
69977
|
+
delete_in_progress: "delete-in-progress",
|
|
69978
|
+
disable_complete: "disable-complete",
|
|
69979
|
+
disable_in_progress: "disable-in-progress",
|
|
69980
|
+
update_complete: "update-complete",
|
|
69981
|
+
update_failed: "update-failed",
|
|
69982
|
+
update_in_progress: "update-in-progress"
|
|
69983
|
+
};
|
|
69984
|
+
var DnsRecordIpType = {
|
|
69985
|
+
dualstack: "dualstack",
|
|
69986
|
+
ipv4: "ipv4",
|
|
69987
|
+
ipv6: "ipv6",
|
|
69988
|
+
service_defined: "service-defined"
|
|
69989
|
+
};
|
|
69990
|
+
var IpAddressType = {
|
|
69991
|
+
dualstack: "dualstack",
|
|
69992
|
+
ipv4: "ipv4",
|
|
69993
|
+
ipv6: "ipv6"
|
|
69994
|
+
};
|
|
69995
|
+
var VpcEndpointType = {
|
|
69996
|
+
Gateway: "Gateway",
|
|
69997
|
+
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
69998
|
+
Interface: "Interface",
|
|
69999
|
+
Resource: "Resource",
|
|
70000
|
+
ServiceNetwork: "ServiceNetwork"
|
|
70001
|
+
};
|
|
70002
|
+
var State = {
|
|
70003
|
+
Available: "Available",
|
|
70004
|
+
Deleted: "Deleted",
|
|
70005
|
+
Deleting: "Deleting",
|
|
70006
|
+
Expired: "Expired",
|
|
70007
|
+
Failed: "Failed",
|
|
70008
|
+
Partial: "Partial",
|
|
70009
|
+
Pending: "Pending",
|
|
70010
|
+
PendingAcceptance: "PendingAcceptance",
|
|
70011
|
+
Rejected: "Rejected"
|
|
70012
|
+
};
|
|
70013
|
+
var ConnectionNotificationState = {
|
|
70014
|
+
Disabled: "Disabled",
|
|
70015
|
+
Enabled: "Enabled"
|
|
70016
|
+
};
|
|
70017
|
+
var ConnectionNotificationType = {
|
|
70018
|
+
Topic: "Topic"
|
|
70019
|
+
};
|
|
70020
|
+
var PayerResponsibility = {
|
|
70021
|
+
ServiceOwner: "ServiceOwner"
|
|
70022
|
+
};
|
|
70023
|
+
var DnsNameState = {
|
|
70024
|
+
Failed: "failed",
|
|
70025
|
+
PendingVerification: "pendingVerification",
|
|
70026
|
+
Verified: "verified"
|
|
70027
|
+
};
|
|
70028
|
+
var ServiceState = {
|
|
70029
|
+
Available: "Available",
|
|
70030
|
+
Deleted: "Deleted",
|
|
70031
|
+
Deleting: "Deleting",
|
|
70032
|
+
Failed: "Failed",
|
|
70033
|
+
Pending: "Pending"
|
|
70034
|
+
};
|
|
70035
|
+
var ServiceType = {
|
|
70036
|
+
Gateway: "Gateway",
|
|
70037
|
+
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
70038
|
+
Interface: "Interface"
|
|
70039
|
+
};
|
|
70040
|
+
var ServiceConnectivityType = {
|
|
70041
|
+
ipv4: "ipv4",
|
|
70042
|
+
ipv6: "ipv6"
|
|
70043
|
+
};
|
|
70044
|
+
var TunnelInsideIpVersion = {
|
|
70045
|
+
ipv4: "ipv4",
|
|
70046
|
+
ipv6: "ipv6"
|
|
70047
|
+
};
|
|
70048
|
+
var CreateLaunchTemplateVersionResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70049
|
+
...obj,
|
|
70050
|
+
...obj.LaunchTemplateVersion && {
|
|
70051
|
+
LaunchTemplateVersion: LaunchTemplateVersionFilterSensitiveLog(obj.LaunchTemplateVersion)
|
|
70052
|
+
}
|
|
70053
|
+
}), "CreateLaunchTemplateVersionResultFilterSensitiveLog");
|
|
70054
|
+
var CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70055
|
+
...obj,
|
|
70056
|
+
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
70057
|
+
}), "CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog");
|
|
70058
|
+
var CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70059
|
+
...obj,
|
|
70060
|
+
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
70061
|
+
}), "CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
70062
|
+
var CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70063
|
+
...obj,
|
|
70064
|
+
...obj.OidcOptions && {
|
|
70065
|
+
OidcOptions: CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions)
|
|
70066
|
+
},
|
|
70067
|
+
...obj.NativeApplicationOidcOptions && {
|
|
70068
|
+
NativeApplicationOidcOptions: CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(
|
|
70069
|
+
obj.NativeApplicationOidcOptions
|
|
70070
|
+
)
|
|
70071
|
+
}
|
|
70072
|
+
}), "CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog");
|
|
70073
|
+
var CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70074
|
+
...obj,
|
|
70075
|
+
...obj.VerifiedAccessTrustProvider && {
|
|
70076
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider)
|
|
70077
|
+
}
|
|
70078
|
+
}), "CreateVerifiedAccessTrustProviderResultFilterSensitiveLog");
|
|
70079
|
+
|
|
70080
|
+
// src/commands/CreateLaunchTemplateVersionCommand.ts
|
|
69588
70081
|
var CreateLaunchTemplateVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
69589
70082
|
return [
|
|
69590
70083
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -70320,463 +70813,6 @@ var CreateVerifiedAccessInstanceCommand = class extends import_smithy_client.Com
|
|
|
70320
70813
|
|
|
70321
70814
|
|
|
70322
70815
|
|
|
70323
|
-
|
|
70324
|
-
// src/models/models_2.ts
|
|
70325
|
-
|
|
70326
|
-
var LocalGatewayRouteState = {
|
|
70327
|
-
active: "active",
|
|
70328
|
-
blackhole: "blackhole",
|
|
70329
|
-
deleted: "deleted",
|
|
70330
|
-
deleting: "deleting",
|
|
70331
|
-
pending: "pending"
|
|
70332
|
-
};
|
|
70333
|
-
var LocalGatewayRouteType = {
|
|
70334
|
-
propagated: "propagated",
|
|
70335
|
-
static: "static"
|
|
70336
|
-
};
|
|
70337
|
-
var LocalGatewayRouteTableMode = {
|
|
70338
|
-
coip: "coip",
|
|
70339
|
-
direct_vpc_routing: "direct-vpc-routing"
|
|
70340
|
-
};
|
|
70341
|
-
var PrefixListState = {
|
|
70342
|
-
create_complete: "create-complete",
|
|
70343
|
-
create_failed: "create-failed",
|
|
70344
|
-
create_in_progress: "create-in-progress",
|
|
70345
|
-
delete_complete: "delete-complete",
|
|
70346
|
-
delete_failed: "delete-failed",
|
|
70347
|
-
delete_in_progress: "delete-in-progress",
|
|
70348
|
-
modify_complete: "modify-complete",
|
|
70349
|
-
modify_failed: "modify-failed",
|
|
70350
|
-
modify_in_progress: "modify-in-progress",
|
|
70351
|
-
restore_complete: "restore-complete",
|
|
70352
|
-
restore_failed: "restore-failed",
|
|
70353
|
-
restore_in_progress: "restore-in-progress"
|
|
70354
|
-
};
|
|
70355
|
-
var ConnectivityType = {
|
|
70356
|
-
PRIVATE: "private",
|
|
70357
|
-
PUBLIC: "public"
|
|
70358
|
-
};
|
|
70359
|
-
var NatGatewayState = {
|
|
70360
|
-
AVAILABLE: "available",
|
|
70361
|
-
DELETED: "deleted",
|
|
70362
|
-
DELETING: "deleting",
|
|
70363
|
-
FAILED: "failed",
|
|
70364
|
-
PENDING: "pending"
|
|
70365
|
-
};
|
|
70366
|
-
var RuleAction = {
|
|
70367
|
-
allow: "allow",
|
|
70368
|
-
deny: "deny"
|
|
70369
|
-
};
|
|
70370
|
-
var NetworkInterfaceCreationType = {
|
|
70371
|
-
branch: "branch",
|
|
70372
|
-
efa: "efa",
|
|
70373
|
-
efa_only: "efa-only",
|
|
70374
|
-
trunk: "trunk"
|
|
70375
|
-
};
|
|
70376
|
-
var NetworkInterfaceType = {
|
|
70377
|
-
api_gateway_managed: "api_gateway_managed",
|
|
70378
|
-
aws_codestar_connections_managed: "aws_codestar_connections_managed",
|
|
70379
|
-
branch: "branch",
|
|
70380
|
-
efa: "efa",
|
|
70381
|
-
efa_only: "efa-only",
|
|
70382
|
-
gateway_load_balancer: "gateway_load_balancer",
|
|
70383
|
-
gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint",
|
|
70384
|
-
global_accelerator_managed: "global_accelerator_managed",
|
|
70385
|
-
interface: "interface",
|
|
70386
|
-
iot_rules_managed: "iot_rules_managed",
|
|
70387
|
-
lambda: "lambda",
|
|
70388
|
-
load_balancer: "load_balancer",
|
|
70389
|
-
natGateway: "natGateway",
|
|
70390
|
-
network_load_balancer: "network_load_balancer",
|
|
70391
|
-
quicksight: "quicksight",
|
|
70392
|
-
transit_gateway: "transit_gateway",
|
|
70393
|
-
trunk: "trunk",
|
|
70394
|
-
vpc_endpoint: "vpc_endpoint"
|
|
70395
|
-
};
|
|
70396
|
-
var NetworkInterfaceStatus = {
|
|
70397
|
-
associated: "associated",
|
|
70398
|
-
attaching: "attaching",
|
|
70399
|
-
available: "available",
|
|
70400
|
-
detaching: "detaching",
|
|
70401
|
-
in_use: "in-use"
|
|
70402
|
-
};
|
|
70403
|
-
var InterfacePermissionType = {
|
|
70404
|
-
EIP_ASSOCIATE: "EIP-ASSOCIATE",
|
|
70405
|
-
INSTANCE_ATTACH: "INSTANCE-ATTACH"
|
|
70406
|
-
};
|
|
70407
|
-
var NetworkInterfacePermissionStateCode = {
|
|
70408
|
-
granted: "granted",
|
|
70409
|
-
pending: "pending",
|
|
70410
|
-
revoked: "revoked",
|
|
70411
|
-
revoking: "revoking"
|
|
70412
|
-
};
|
|
70413
|
-
var SpreadLevel = {
|
|
70414
|
-
host: "host",
|
|
70415
|
-
rack: "rack"
|
|
70416
|
-
};
|
|
70417
|
-
var PlacementStrategy = {
|
|
70418
|
-
cluster: "cluster",
|
|
70419
|
-
partition: "partition",
|
|
70420
|
-
spread: "spread"
|
|
70421
|
-
};
|
|
70422
|
-
var PlacementGroupState = {
|
|
70423
|
-
available: "available",
|
|
70424
|
-
deleted: "deleted",
|
|
70425
|
-
deleting: "deleting",
|
|
70426
|
-
pending: "pending"
|
|
70427
|
-
};
|
|
70428
|
-
var ReplaceRootVolumeTaskState = {
|
|
70429
|
-
failed: "failed",
|
|
70430
|
-
failed_detached: "failed-detached",
|
|
70431
|
-
failing: "failing",
|
|
70432
|
-
in_progress: "in-progress",
|
|
70433
|
-
pending: "pending",
|
|
70434
|
-
succeeded: "succeeded"
|
|
70435
|
-
};
|
|
70436
|
-
var RouteServerPersistRoutesAction = {
|
|
70437
|
-
DISABLE: "disable",
|
|
70438
|
-
ENABLE: "enable",
|
|
70439
|
-
RESET: "reset"
|
|
70440
|
-
};
|
|
70441
|
-
var RouteServerPersistRoutesState = {
|
|
70442
|
-
DISABLED: "disabled",
|
|
70443
|
-
DISABLING: "disabling",
|
|
70444
|
-
ENABLED: "enabled",
|
|
70445
|
-
ENABLING: "enabling",
|
|
70446
|
-
MODIFYING: "modifying",
|
|
70447
|
-
RESETTING: "resetting"
|
|
70448
|
-
};
|
|
70449
|
-
var RouteServerState = {
|
|
70450
|
-
AVAILABLE: "available",
|
|
70451
|
-
DELETED: "deleted",
|
|
70452
|
-
DELETING: "deleting",
|
|
70453
|
-
MODIFYING: "modifying",
|
|
70454
|
-
PENDING: "pending"
|
|
70455
|
-
};
|
|
70456
|
-
var RouteServerEndpointState = {
|
|
70457
|
-
AVAILABLE: "available",
|
|
70458
|
-
DELETED: "deleted",
|
|
70459
|
-
DELETE_FAILED: "delete-failed",
|
|
70460
|
-
DELETING: "deleting",
|
|
70461
|
-
FAILED: "failed",
|
|
70462
|
-
FAILING: "failing",
|
|
70463
|
-
PENDING: "pending"
|
|
70464
|
-
};
|
|
70465
|
-
var RouteServerPeerLivenessMode = {
|
|
70466
|
-
BFD: "bfd",
|
|
70467
|
-
BGP_KEEPALIVE: "bgp-keepalive"
|
|
70468
|
-
};
|
|
70469
|
-
var RouteServerBfdState = {
|
|
70470
|
-
DOWN: "down",
|
|
70471
|
-
UP: "up"
|
|
70472
|
-
};
|
|
70473
|
-
var RouteServerBgpState = {
|
|
70474
|
-
DOWN: "down",
|
|
70475
|
-
UP: "up"
|
|
70476
|
-
};
|
|
70477
|
-
var RouteServerPeerState = {
|
|
70478
|
-
AVAILABLE: "available",
|
|
70479
|
-
DELETED: "deleted",
|
|
70480
|
-
DELETING: "deleting",
|
|
70481
|
-
FAILED: "failed",
|
|
70482
|
-
FAILING: "failing",
|
|
70483
|
-
PENDING: "pending"
|
|
70484
|
-
};
|
|
70485
|
-
var RouteOrigin = {
|
|
70486
|
-
CreateRoute: "CreateRoute",
|
|
70487
|
-
CreateRouteTable: "CreateRouteTable",
|
|
70488
|
-
EnableVgwRoutePropagation: "EnableVgwRoutePropagation"
|
|
70489
|
-
};
|
|
70490
|
-
var RouteState = {
|
|
70491
|
-
active: "active",
|
|
70492
|
-
blackhole: "blackhole"
|
|
70493
|
-
};
|
|
70494
|
-
var SnapshotLocationEnum = {
|
|
70495
|
-
LOCAL: "local",
|
|
70496
|
-
REGIONAL: "regional"
|
|
70497
|
-
};
|
|
70498
|
-
var SSEType = {
|
|
70499
|
-
none: "none",
|
|
70500
|
-
sse_ebs: "sse-ebs",
|
|
70501
|
-
sse_kms: "sse-kms"
|
|
70502
|
-
};
|
|
70503
|
-
var SnapshotState = {
|
|
70504
|
-
completed: "completed",
|
|
70505
|
-
error: "error",
|
|
70506
|
-
pending: "pending",
|
|
70507
|
-
recoverable: "recoverable",
|
|
70508
|
-
recovering: "recovering"
|
|
70509
|
-
};
|
|
70510
|
-
var StorageTier = {
|
|
70511
|
-
archive: "archive",
|
|
70512
|
-
standard: "standard"
|
|
70513
|
-
};
|
|
70514
|
-
var TransferType = {
|
|
70515
|
-
standard: "standard",
|
|
70516
|
-
time_based: "time-based"
|
|
70517
|
-
};
|
|
70518
|
-
var CopyTagsFromSource = {
|
|
70519
|
-
volume: "volume"
|
|
70520
|
-
};
|
|
70521
|
-
var DatafeedSubscriptionState = {
|
|
70522
|
-
Active: "Active",
|
|
70523
|
-
Inactive: "Inactive"
|
|
70524
|
-
};
|
|
70525
|
-
var SubnetCidrReservationType = {
|
|
70526
|
-
explicit: "explicit",
|
|
70527
|
-
prefix: "prefix"
|
|
70528
|
-
};
|
|
70529
|
-
var TrafficMirrorRuleAction = {
|
|
70530
|
-
accept: "accept",
|
|
70531
|
-
reject: "reject"
|
|
70532
|
-
};
|
|
70533
|
-
var TrafficDirection = {
|
|
70534
|
-
egress: "egress",
|
|
70535
|
-
ingress: "ingress"
|
|
70536
|
-
};
|
|
70537
|
-
var TrafficMirrorNetworkService = {
|
|
70538
|
-
amazon_dns: "amazon-dns"
|
|
70539
|
-
};
|
|
70540
|
-
var TrafficMirrorTargetType = {
|
|
70541
|
-
gateway_load_balancer_endpoint: "gateway-load-balancer-endpoint",
|
|
70542
|
-
network_interface: "network-interface",
|
|
70543
|
-
network_load_balancer: "network-load-balancer"
|
|
70544
|
-
};
|
|
70545
|
-
var AutoAcceptSharedAttachmentsValue = {
|
|
70546
|
-
disable: "disable",
|
|
70547
|
-
enable: "enable"
|
|
70548
|
-
};
|
|
70549
|
-
var DefaultRouteTableAssociationValue = {
|
|
70550
|
-
disable: "disable",
|
|
70551
|
-
enable: "enable"
|
|
70552
|
-
};
|
|
70553
|
-
var DefaultRouteTablePropagationValue = {
|
|
70554
|
-
disable: "disable",
|
|
70555
|
-
enable: "enable"
|
|
70556
|
-
};
|
|
70557
|
-
var MulticastSupportValue = {
|
|
70558
|
-
disable: "disable",
|
|
70559
|
-
enable: "enable"
|
|
70560
|
-
};
|
|
70561
|
-
var VpnEcmpSupportValue = {
|
|
70562
|
-
disable: "disable",
|
|
70563
|
-
enable: "enable"
|
|
70564
|
-
};
|
|
70565
|
-
var TransitGatewayState = {
|
|
70566
|
-
available: "available",
|
|
70567
|
-
deleted: "deleted",
|
|
70568
|
-
deleting: "deleting",
|
|
70569
|
-
modifying: "modifying",
|
|
70570
|
-
pending: "pending"
|
|
70571
|
-
};
|
|
70572
|
-
var ProtocolValue = {
|
|
70573
|
-
gre: "gre"
|
|
70574
|
-
};
|
|
70575
|
-
var BgpStatus = {
|
|
70576
|
-
down: "down",
|
|
70577
|
-
up: "up"
|
|
70578
|
-
};
|
|
70579
|
-
var TransitGatewayConnectPeerState = {
|
|
70580
|
-
available: "available",
|
|
70581
|
-
deleted: "deleted",
|
|
70582
|
-
deleting: "deleting",
|
|
70583
|
-
pending: "pending"
|
|
70584
|
-
};
|
|
70585
|
-
var AutoAcceptSharedAssociationsValue = {
|
|
70586
|
-
disable: "disable",
|
|
70587
|
-
enable: "enable"
|
|
70588
|
-
};
|
|
70589
|
-
var Igmpv2SupportValue = {
|
|
70590
|
-
disable: "disable",
|
|
70591
|
-
enable: "enable"
|
|
70592
|
-
};
|
|
70593
|
-
var StaticSourcesSupportValue = {
|
|
70594
|
-
disable: "disable",
|
|
70595
|
-
enable: "enable"
|
|
70596
|
-
};
|
|
70597
|
-
var TransitGatewayMulticastDomainState = {
|
|
70598
|
-
available: "available",
|
|
70599
|
-
deleted: "deleted",
|
|
70600
|
-
deleting: "deleting",
|
|
70601
|
-
pending: "pending"
|
|
70602
|
-
};
|
|
70603
|
-
var TransitGatewayPolicyTableState = {
|
|
70604
|
-
available: "available",
|
|
70605
|
-
deleted: "deleted",
|
|
70606
|
-
deleting: "deleting",
|
|
70607
|
-
pending: "pending"
|
|
70608
|
-
};
|
|
70609
|
-
var TransitGatewayPrefixListReferenceState = {
|
|
70610
|
-
available: "available",
|
|
70611
|
-
deleting: "deleting",
|
|
70612
|
-
modifying: "modifying",
|
|
70613
|
-
pending: "pending"
|
|
70614
|
-
};
|
|
70615
|
-
var TransitGatewayRouteState = {
|
|
70616
|
-
active: "active",
|
|
70617
|
-
blackhole: "blackhole",
|
|
70618
|
-
deleted: "deleted",
|
|
70619
|
-
deleting: "deleting",
|
|
70620
|
-
pending: "pending"
|
|
70621
|
-
};
|
|
70622
|
-
var TransitGatewayRouteType = {
|
|
70623
|
-
propagated: "propagated",
|
|
70624
|
-
static: "static"
|
|
70625
|
-
};
|
|
70626
|
-
var TransitGatewayRouteTableState = {
|
|
70627
|
-
available: "available",
|
|
70628
|
-
deleted: "deleted",
|
|
70629
|
-
deleting: "deleting",
|
|
70630
|
-
pending: "pending"
|
|
70631
|
-
};
|
|
70632
|
-
var TransitGatewayRouteTableAnnouncementDirection = {
|
|
70633
|
-
incoming: "incoming",
|
|
70634
|
-
outgoing: "outgoing"
|
|
70635
|
-
};
|
|
70636
|
-
var TransitGatewayRouteTableAnnouncementState = {
|
|
70637
|
-
available: "available",
|
|
70638
|
-
deleted: "deleted",
|
|
70639
|
-
deleting: "deleting",
|
|
70640
|
-
failed: "failed",
|
|
70641
|
-
failing: "failing",
|
|
70642
|
-
pending: "pending"
|
|
70643
|
-
};
|
|
70644
|
-
var VerifiedAccessEndpointAttachmentType = {
|
|
70645
|
-
vpc: "vpc"
|
|
70646
|
-
};
|
|
70647
|
-
var VerifiedAccessEndpointProtocol = {
|
|
70648
|
-
http: "http",
|
|
70649
|
-
https: "https",
|
|
70650
|
-
tcp: "tcp"
|
|
70651
|
-
};
|
|
70652
|
-
var VerifiedAccessEndpointType = {
|
|
70653
|
-
cidr: "cidr",
|
|
70654
|
-
load_balancer: "load-balancer",
|
|
70655
|
-
network_interface: "network-interface",
|
|
70656
|
-
rds: "rds"
|
|
70657
|
-
};
|
|
70658
|
-
var VerifiedAccessEndpointStatusCode = {
|
|
70659
|
-
active: "active",
|
|
70660
|
-
deleted: "deleted",
|
|
70661
|
-
deleting: "deleting",
|
|
70662
|
-
pending: "pending",
|
|
70663
|
-
updating: "updating"
|
|
70664
|
-
};
|
|
70665
|
-
var VolumeState = {
|
|
70666
|
-
available: "available",
|
|
70667
|
-
creating: "creating",
|
|
70668
|
-
deleted: "deleted",
|
|
70669
|
-
deleting: "deleting",
|
|
70670
|
-
error: "error",
|
|
70671
|
-
in_use: "in-use"
|
|
70672
|
-
};
|
|
70673
|
-
var InternetGatewayExclusionMode = {
|
|
70674
|
-
allow_bidirectional: "allow-bidirectional",
|
|
70675
|
-
allow_egress: "allow-egress"
|
|
70676
|
-
};
|
|
70677
|
-
var VpcBlockPublicAccessExclusionState = {
|
|
70678
|
-
create_complete: "create-complete",
|
|
70679
|
-
create_failed: "create-failed",
|
|
70680
|
-
create_in_progress: "create-in-progress",
|
|
70681
|
-
delete_complete: "delete-complete",
|
|
70682
|
-
delete_in_progress: "delete-in-progress",
|
|
70683
|
-
disable_complete: "disable-complete",
|
|
70684
|
-
disable_in_progress: "disable-in-progress",
|
|
70685
|
-
update_complete: "update-complete",
|
|
70686
|
-
update_failed: "update-failed",
|
|
70687
|
-
update_in_progress: "update-in-progress"
|
|
70688
|
-
};
|
|
70689
|
-
var DnsRecordIpType = {
|
|
70690
|
-
dualstack: "dualstack",
|
|
70691
|
-
ipv4: "ipv4",
|
|
70692
|
-
ipv6: "ipv6",
|
|
70693
|
-
service_defined: "service-defined"
|
|
70694
|
-
};
|
|
70695
|
-
var IpAddressType = {
|
|
70696
|
-
dualstack: "dualstack",
|
|
70697
|
-
ipv4: "ipv4",
|
|
70698
|
-
ipv6: "ipv6"
|
|
70699
|
-
};
|
|
70700
|
-
var VpcEndpointType = {
|
|
70701
|
-
Gateway: "Gateway",
|
|
70702
|
-
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
70703
|
-
Interface: "Interface",
|
|
70704
|
-
Resource: "Resource",
|
|
70705
|
-
ServiceNetwork: "ServiceNetwork"
|
|
70706
|
-
};
|
|
70707
|
-
var State = {
|
|
70708
|
-
Available: "Available",
|
|
70709
|
-
Deleted: "Deleted",
|
|
70710
|
-
Deleting: "Deleting",
|
|
70711
|
-
Expired: "Expired",
|
|
70712
|
-
Failed: "Failed",
|
|
70713
|
-
Partial: "Partial",
|
|
70714
|
-
Pending: "Pending",
|
|
70715
|
-
PendingAcceptance: "PendingAcceptance",
|
|
70716
|
-
Rejected: "Rejected"
|
|
70717
|
-
};
|
|
70718
|
-
var ConnectionNotificationState = {
|
|
70719
|
-
Disabled: "Disabled",
|
|
70720
|
-
Enabled: "Enabled"
|
|
70721
|
-
};
|
|
70722
|
-
var ConnectionNotificationType = {
|
|
70723
|
-
Topic: "Topic"
|
|
70724
|
-
};
|
|
70725
|
-
var PayerResponsibility = {
|
|
70726
|
-
ServiceOwner: "ServiceOwner"
|
|
70727
|
-
};
|
|
70728
|
-
var DnsNameState = {
|
|
70729
|
-
Failed: "failed",
|
|
70730
|
-
PendingVerification: "pendingVerification",
|
|
70731
|
-
Verified: "verified"
|
|
70732
|
-
};
|
|
70733
|
-
var ServiceState = {
|
|
70734
|
-
Available: "Available",
|
|
70735
|
-
Deleted: "Deleted",
|
|
70736
|
-
Deleting: "Deleting",
|
|
70737
|
-
Failed: "Failed",
|
|
70738
|
-
Pending: "Pending"
|
|
70739
|
-
};
|
|
70740
|
-
var ServiceType = {
|
|
70741
|
-
Gateway: "Gateway",
|
|
70742
|
-
GatewayLoadBalancer: "GatewayLoadBalancer",
|
|
70743
|
-
Interface: "Interface"
|
|
70744
|
-
};
|
|
70745
|
-
var ServiceConnectivityType = {
|
|
70746
|
-
ipv4: "ipv4",
|
|
70747
|
-
ipv6: "ipv6"
|
|
70748
|
-
};
|
|
70749
|
-
var TunnelInsideIpVersion = {
|
|
70750
|
-
ipv4: "ipv4",
|
|
70751
|
-
ipv6: "ipv6"
|
|
70752
|
-
};
|
|
70753
|
-
var CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70754
|
-
...obj,
|
|
70755
|
-
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
70756
|
-
}), "CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog");
|
|
70757
|
-
var CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70758
|
-
...obj,
|
|
70759
|
-
...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
|
|
70760
|
-
}), "CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog");
|
|
70761
|
-
var CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70762
|
-
...obj,
|
|
70763
|
-
...obj.OidcOptions && {
|
|
70764
|
-
OidcOptions: CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions)
|
|
70765
|
-
},
|
|
70766
|
-
...obj.NativeApplicationOidcOptions && {
|
|
70767
|
-
NativeApplicationOidcOptions: CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(
|
|
70768
|
-
obj.NativeApplicationOidcOptions
|
|
70769
|
-
)
|
|
70770
|
-
}
|
|
70771
|
-
}), "CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog");
|
|
70772
|
-
var CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
70773
|
-
...obj,
|
|
70774
|
-
...obj.VerifiedAccessTrustProvider && {
|
|
70775
|
-
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider)
|
|
70776
|
-
}
|
|
70777
|
-
}), "CreateVerifiedAccessTrustProviderResultFilterSensitiveLog");
|
|
70778
|
-
|
|
70779
|
-
// src/commands/CreateVerifiedAccessTrustProviderCommand.ts
|
|
70780
70816
|
var CreateVerifiedAccessTrustProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
70781
70817
|
return [
|
|
70782
70818
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -71072,10 +71108,6 @@ var DescribeBundleTasksResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
71072
71108
|
...obj,
|
|
71073
71109
|
...obj.BundleTasks && { BundleTasks: obj.BundleTasks.map((item) => BundleTaskFilterSensitiveLog(item)) }
|
|
71074
71110
|
}), "DescribeBundleTasksResultFilterSensitiveLog");
|
|
71075
|
-
var DiskImageDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
71076
|
-
...obj,
|
|
71077
|
-
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
71078
|
-
}), "DiskImageDescriptionFilterSensitiveLog");
|
|
71079
71111
|
|
|
71080
71112
|
// src/commands/CreateVpnConnectionCommand.ts
|
|
71081
71113
|
var CreateVpnConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -73095,10 +73127,10 @@ var LockState = {
|
|
|
73095
73127
|
expired: "expired",
|
|
73096
73128
|
governance: "governance"
|
|
73097
73129
|
};
|
|
73098
|
-
var
|
|
73099
|
-
|
|
73100
|
-
|
|
73101
|
-
};
|
|
73130
|
+
var DiskImageDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73131
|
+
...obj,
|
|
73132
|
+
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
73133
|
+
}), "DiskImageDescriptionFilterSensitiveLog");
|
|
73102
73134
|
var ImportInstanceVolumeDetailItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
73103
73135
|
...obj,
|
|
73104
73136
|
...obj.Image && { Image: DiskImageDescriptionFilterSensitiveLog(obj.Image) }
|
|
@@ -74570,6 +74602,10 @@ var DescribeSpotFleetRequestHistoryCommand = class extends import_smithy_client.
|
|
|
74570
74602
|
|
|
74571
74603
|
// src/models/models_5.ts
|
|
74572
74604
|
|
|
74605
|
+
var MoveStatus = {
|
|
74606
|
+
movingToVpc: "movingToVpc",
|
|
74607
|
+
restoringToClassic: "restoringToClassic"
|
|
74608
|
+
};
|
|
74573
74609
|
var FindingsFound = {
|
|
74574
74610
|
false: "false",
|
|
74575
74611
|
true: "true",
|
|
@@ -76634,10 +76670,6 @@ var DiskImageDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
76634
76670
|
...obj,
|
|
76635
76671
|
...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
|
|
76636
76672
|
}), "DiskImageDetailFilterSensitiveLog");
|
|
76637
|
-
var DiskImageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
76638
|
-
...obj,
|
|
76639
|
-
...obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }
|
|
76640
|
-
}), "DiskImageFilterSensitiveLog");
|
|
76641
76673
|
|
|
76642
76674
|
// src/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.ts
|
|
76643
76675
|
var ExportVerifiedAccessInstanceClientConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -77598,6 +77630,10 @@ var ResetFpgaImageAttributeName = {
|
|
|
77598
77630
|
var ResetImageAttributeName = {
|
|
77599
77631
|
launchPermission: "launchPermission"
|
|
77600
77632
|
};
|
|
77633
|
+
var DiskImageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
77634
|
+
...obj,
|
|
77635
|
+
...obj.Image && { Image: DiskImageDetailFilterSensitiveLog(obj.Image) }
|
|
77636
|
+
}), "DiskImageFilterSensitiveLog");
|
|
77601
77637
|
var UserDataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
77602
77638
|
...obj
|
|
77603
77639
|
}), "UserDataFilterSensitiveLog");
|
|
@@ -84232,7 +84268,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84232
84268
|
CreateLaunchTemplateVersionRequestFilterSensitiveLog,
|
|
84233
84269
|
ResponseLaunchTemplateDataFilterSensitiveLog,
|
|
84234
84270
|
LaunchTemplateVersionFilterSensitiveLog,
|
|
84235
|
-
CreateLaunchTemplateVersionResultFilterSensitiveLog,
|
|
84236
84271
|
LocalGatewayRouteState,
|
|
84237
84272
|
LocalGatewayRouteType,
|
|
84238
84273
|
LocalGatewayRouteTableMode,
|
|
@@ -84310,6 +84345,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84310
84345
|
ServiceType,
|
|
84311
84346
|
ServiceConnectivityType,
|
|
84312
84347
|
TunnelInsideIpVersion,
|
|
84348
|
+
CreateLaunchTemplateVersionResultFilterSensitiveLog,
|
|
84313
84349
|
CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog,
|
|
84314
84350
|
CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
|
|
84315
84351
|
CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
|
|
@@ -84346,7 +84382,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84346
84382
|
CreateVpnConnectionResultFilterSensitiveLog,
|
|
84347
84383
|
DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
|
|
84348
84384
|
DescribeBundleTasksResultFilterSensitiveLog,
|
|
84349
|
-
DiskImageDescriptionFilterSensitiveLog,
|
|
84350
84385
|
ConversionTaskState,
|
|
84351
84386
|
ReportState,
|
|
84352
84387
|
ElasticGpuStatus,
|
|
@@ -84407,7 +84442,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84407
84442
|
RootDeviceType,
|
|
84408
84443
|
UsageClassType,
|
|
84409
84444
|
LockState,
|
|
84410
|
-
|
|
84445
|
+
DiskImageDescriptionFilterSensitiveLog,
|
|
84411
84446
|
ImportInstanceVolumeDetailItemFilterSensitiveLog,
|
|
84412
84447
|
ImportInstanceTaskDetailsFilterSensitiveLog,
|
|
84413
84448
|
ImportVolumeTaskDetailsFilterSensitiveLog,
|
|
@@ -84420,6 +84455,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84420
84455
|
ImportSnapshotTaskFilterSensitiveLog,
|
|
84421
84456
|
DescribeImportSnapshotTasksResultFilterSensitiveLog,
|
|
84422
84457
|
DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
|
|
84458
|
+
MoveStatus,
|
|
84423
84459
|
FindingsFound,
|
|
84424
84460
|
AnalysisStatus,
|
|
84425
84461
|
NetworkInterfaceAttribute,
|
|
@@ -84489,7 +84525,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84489
84525
|
ImportImageRequestFilterSensitiveLog,
|
|
84490
84526
|
ImportImageResultFilterSensitiveLog,
|
|
84491
84527
|
DiskImageDetailFilterSensitiveLog,
|
|
84492
|
-
DiskImageFilterSensitiveLog,
|
|
84493
84528
|
LockMode,
|
|
84494
84529
|
ModifyAvailabilityZoneOptInStatus,
|
|
84495
84530
|
OperationType,
|
|
@@ -84508,6 +84543,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
|
|
|
84508
84543
|
ReportStatusType,
|
|
84509
84544
|
ResetFpgaImageAttributeName,
|
|
84510
84545
|
ResetImageAttributeName,
|
|
84546
|
+
DiskImageFilterSensitiveLog,
|
|
84511
84547
|
UserDataFilterSensitiveLog,
|
|
84512
84548
|
ImportInstanceLaunchSpecificationFilterSensitiveLog,
|
|
84513
84549
|
ImportInstanceRequestFilterSensitiveLog,
|