@aws-sdk/client-ec2 3.852.0 → 3.855.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 +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -68710,6 +68710,7 @@ var AddressTransferStatus = {
|
|
|
68710
68710
|
var TransitGatewayAttachmentResourceType = {
|
|
68711
68711
|
connect: "connect",
|
|
68712
68712
|
direct_connect_gateway: "direct-connect-gateway",
|
|
68713
|
+
network_function: "network-function",
|
|
68713
68714
|
peering: "peering",
|
|
68714
68715
|
tgw_peering: "tgw-peering",
|
|
68715
68716
|
vpc: "vpc",
|
|
@@ -131,6 +131,7 @@ export const AddressTransferStatus = {
|
|
|
131
131
|
export const TransitGatewayAttachmentResourceType = {
|
|
132
132
|
connect: "connect",
|
|
133
133
|
direct_connect_gateway: "direct-connect-gateway",
|
|
134
|
+
network_function: "network-function",
|
|
134
135
|
peering: "peering",
|
|
135
136
|
tgw_peering: "tgw-peering",
|
|
136
137
|
vpc: "vpc",
|
|
@@ -49,7 +49,7 @@ declare const AcceptTransitGatewayMulticastDomainAssociationsCommand_base: {
|
|
|
49
49
|
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
50
50
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
51
51
|
* // ResourceId: "STRING_VALUE",
|
|
52
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
52
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
53
53
|
* // ResourceOwnerId: "STRING_VALUE",
|
|
54
54
|
* // Subnets: [ // SubnetAssociationList
|
|
55
55
|
* // { // SubnetAssociation
|
|
@@ -51,7 +51,7 @@ declare const AssociateTransitGatewayMulticastDomainCommand_base: {
|
|
|
51
51
|
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
52
52
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
53
53
|
* // ResourceId: "STRING_VALUE",
|
|
54
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
54
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
55
55
|
* // ResourceOwnerId: "STRING_VALUE",
|
|
56
56
|
* // Subnets: [ // SubnetAssociationList
|
|
57
57
|
* // { // SubnetAssociation
|
|
@@ -46,7 +46,7 @@ declare const AssociateTransitGatewayPolicyTableCommand_base: {
|
|
|
46
46
|
* // TransitGatewayPolicyTableId: "STRING_VALUE",
|
|
47
47
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
48
48
|
* // ResourceId: "STRING_VALUE",
|
|
49
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
49
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
50
50
|
* // State: "associating" || "associated" || "disassociating" || "disassociated",
|
|
51
51
|
* // },
|
|
52
52
|
* // };
|
|
@@ -47,7 +47,7 @@ declare const AssociateTransitGatewayRouteTableCommand_base: {
|
|
|
47
47
|
* // TransitGatewayRouteTableId: "STRING_VALUE",
|
|
48
48
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
49
49
|
* // ResourceId: "STRING_VALUE",
|
|
50
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
50
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
51
51
|
* // State: "associating" || "associated" || "disassociating" || "disassociated",
|
|
52
52
|
* // },
|
|
53
53
|
* // };
|
|
@@ -52,7 +52,7 @@ declare const CreateTransitGatewayPrefixListReferenceCommand_base: {
|
|
|
52
52
|
* // Blackhole: true || false,
|
|
53
53
|
* // TransitGatewayAttachment: { // TransitGatewayPrefixListAttachment
|
|
54
54
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
55
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
55
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
56
56
|
* // ResourceId: "STRING_VALUE",
|
|
57
57
|
* // },
|
|
58
58
|
* // },
|
|
@@ -52,7 +52,7 @@ declare const CreateTransitGatewayRouteCommand_base: {
|
|
|
52
52
|
* // { // TransitGatewayRouteAttachment
|
|
53
53
|
* // ResourceId: "STRING_VALUE",
|
|
54
54
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
55
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
55
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
56
56
|
* // },
|
|
57
57
|
* // ],
|
|
58
58
|
* // Type: "static" || "propagated",
|
|
@@ -50,7 +50,7 @@ declare const DeleteTransitGatewayPrefixListReferenceCommand_base: {
|
|
|
50
50
|
* // Blackhole: true || false,
|
|
51
51
|
* // TransitGatewayAttachment: { // TransitGatewayPrefixListAttachment
|
|
52
52
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
53
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
53
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
54
54
|
* // ResourceId: "STRING_VALUE",
|
|
55
55
|
* // },
|
|
56
56
|
* // },
|
|
@@ -50,7 +50,7 @@ declare const DeleteTransitGatewayRouteCommand_base: {
|
|
|
50
50
|
* // { // TransitGatewayRouteAttachment
|
|
51
51
|
* // ResourceId: "STRING_VALUE",
|
|
52
52
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
53
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
53
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
54
54
|
* // },
|
|
55
55
|
* // ],
|
|
56
56
|
* // Type: "static" || "propagated",
|
|
@@ -60,7 +60,7 @@ declare const DescribeTransitGatewayAttachmentsCommand_base: {
|
|
|
60
60
|
* // TransitGatewayId: "STRING_VALUE",
|
|
61
61
|
* // TransitGatewayOwnerId: "STRING_VALUE",
|
|
62
62
|
* // ResourceOwnerId: "STRING_VALUE",
|
|
63
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
63
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
64
64
|
* // ResourceId: "STRING_VALUE",
|
|
65
65
|
* // State: "initiating" || "initiatingRequest" || "pendingAcceptance" || "rollingBack" || "pending" || "available" || "modifying" || "deleting" || "deleted" || "failed" || "rejected" || "rejecting" || "failing",
|
|
66
66
|
* // Association: { // TransitGatewayAttachmentAssociation
|
|
@@ -47,7 +47,7 @@ declare const DisableTransitGatewayRouteTablePropagationCommand_base: {
|
|
|
47
47
|
* // Propagation: { // TransitGatewayPropagation
|
|
48
48
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
49
49
|
* // ResourceId: "STRING_VALUE",
|
|
50
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
50
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
51
51
|
* // TransitGatewayRouteTableId: "STRING_VALUE",
|
|
52
52
|
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
53
53
|
* // TransitGatewayRouteTableAnnouncementId: "STRING_VALUE",
|
|
@@ -49,7 +49,7 @@ declare const DisassociateTransitGatewayMulticastDomainCommand_base: {
|
|
|
49
49
|
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
50
50
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
51
51
|
* // ResourceId: "STRING_VALUE",
|
|
52
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
52
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
53
53
|
* // ResourceOwnerId: "STRING_VALUE",
|
|
54
54
|
* // Subnets: [ // SubnetAssociationList
|
|
55
55
|
* // { // SubnetAssociation
|
|
@@ -46,7 +46,7 @@ declare const DisassociateTransitGatewayPolicyTableCommand_base: {
|
|
|
46
46
|
* // TransitGatewayPolicyTableId: "STRING_VALUE",
|
|
47
47
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
48
48
|
* // ResourceId: "STRING_VALUE",
|
|
49
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
49
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
50
50
|
* // State: "associating" || "associated" || "disassociating" || "disassociated",
|
|
51
51
|
* // },
|
|
52
52
|
* // };
|
|
@@ -46,7 +46,7 @@ declare const DisassociateTransitGatewayRouteTableCommand_base: {
|
|
|
46
46
|
* // TransitGatewayRouteTableId: "STRING_VALUE",
|
|
47
47
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
48
48
|
* // ResourceId: "STRING_VALUE",
|
|
49
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
49
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
50
50
|
* // State: "associating" || "associated" || "disassociating" || "disassociated",
|
|
51
51
|
* // },
|
|
52
52
|
* // };
|
|
@@ -47,7 +47,7 @@ declare const EnableTransitGatewayRouteTablePropagationCommand_base: {
|
|
|
47
47
|
* // Propagation: { // TransitGatewayPropagation
|
|
48
48
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
49
49
|
* // ResourceId: "STRING_VALUE",
|
|
50
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
50
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
51
51
|
* // TransitGatewayRouteTableId: "STRING_VALUE",
|
|
52
52
|
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
53
53
|
* // TransitGatewayRouteTableAnnouncementId: "STRING_VALUE",
|
|
@@ -55,7 +55,7 @@ declare const GetTransitGatewayMulticastDomainAssociationsCommand_base: {
|
|
|
55
55
|
* // { // TransitGatewayMulticastDomainAssociation
|
|
56
56
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
57
57
|
* // ResourceId: "STRING_VALUE",
|
|
58
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
58
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
59
59
|
* // ResourceOwnerId: "STRING_VALUE",
|
|
60
60
|
* // Subnet: { // SubnetAssociation
|
|
61
61
|
* // SubnetId: "STRING_VALUE",
|
|
@@ -56,7 +56,7 @@ declare const GetTransitGatewayPolicyTableAssociationsCommand_base: {
|
|
|
56
56
|
* // TransitGatewayPolicyTableId: "STRING_VALUE",
|
|
57
57
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
58
58
|
* // ResourceId: "STRING_VALUE",
|
|
59
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
59
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
60
60
|
* // State: "associating" || "associated" || "disassociating" || "disassociated",
|
|
61
61
|
* // },
|
|
62
62
|
* // ],
|
|
@@ -60,7 +60,7 @@ declare const GetTransitGatewayPrefixListReferencesCommand_base: {
|
|
|
60
60
|
* // Blackhole: true || false,
|
|
61
61
|
* // TransitGatewayAttachment: { // TransitGatewayPrefixListAttachment
|
|
62
62
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
63
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
63
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
64
64
|
* // ResourceId: "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // },
|
|
@@ -55,7 +55,7 @@ declare const GetTransitGatewayRouteTableAssociationsCommand_base: {
|
|
|
55
55
|
* // { // TransitGatewayRouteTableAssociation
|
|
56
56
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
57
57
|
* // ResourceId: "STRING_VALUE",
|
|
58
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
58
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
59
59
|
* // State: "associating" || "associated" || "disassociating" || "disassociated",
|
|
60
60
|
* // },
|
|
61
61
|
* // ],
|
|
@@ -55,7 +55,7 @@ declare const GetTransitGatewayRouteTablePropagationsCommand_base: {
|
|
|
55
55
|
* // { // TransitGatewayRouteTablePropagation
|
|
56
56
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
57
57
|
* // ResourceId: "STRING_VALUE",
|
|
58
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
58
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
59
59
|
* // State: "enabling" || "enabled" || "disabling" || "disabled",
|
|
60
60
|
* // TransitGatewayRouteTableAnnouncementId: "STRING_VALUE",
|
|
61
61
|
* // },
|
|
@@ -52,7 +52,7 @@ declare const ModifyTransitGatewayPrefixListReferenceCommand_base: {
|
|
|
52
52
|
* // Blackhole: true || false,
|
|
53
53
|
* // TransitGatewayAttachment: { // TransitGatewayPrefixListAttachment
|
|
54
54
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
55
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
55
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
56
56
|
* // ResourceId: "STRING_VALUE",
|
|
57
57
|
* // },
|
|
58
58
|
* // },
|
|
@@ -49,7 +49,7 @@ declare const RejectTransitGatewayMulticastDomainAssociationsCommand_base: {
|
|
|
49
49
|
* // TransitGatewayMulticastDomainId: "STRING_VALUE",
|
|
50
50
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
51
51
|
* // ResourceId: "STRING_VALUE",
|
|
52
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
52
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
53
53
|
* // ResourceOwnerId: "STRING_VALUE",
|
|
54
54
|
* // Subnets: [ // SubnetAssociationList
|
|
55
55
|
* // { // SubnetAssociation
|
|
@@ -52,7 +52,7 @@ declare const ReplaceTransitGatewayRouteCommand_base: {
|
|
|
52
52
|
* // { // TransitGatewayRouteAttachment
|
|
53
53
|
* // ResourceId: "STRING_VALUE",
|
|
54
54
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
55
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
55
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
56
56
|
* // },
|
|
57
57
|
* // ],
|
|
58
58
|
* // Type: "static" || "propagated",
|
|
@@ -57,7 +57,7 @@ declare const SearchTransitGatewayMulticastGroupsCommand_base: {
|
|
|
57
57
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
58
58
|
* // SubnetId: "STRING_VALUE",
|
|
59
59
|
* // ResourceId: "STRING_VALUE",
|
|
60
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
60
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
61
61
|
* // ResourceOwnerId: "STRING_VALUE",
|
|
62
62
|
* // NetworkInterfaceId: "STRING_VALUE",
|
|
63
63
|
* // GroupMember: true || false,
|
|
@@ -59,7 +59,7 @@ declare const SearchTransitGatewayRoutesCommand_base: {
|
|
|
59
59
|
* // { // TransitGatewayRouteAttachment
|
|
60
60
|
* // ResourceId: "STRING_VALUE",
|
|
61
61
|
* // TransitGatewayAttachmentId: "STRING_VALUE",
|
|
62
|
-
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering",
|
|
62
|
+
* // ResourceType: "vpc" || "vpn" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
|
|
63
63
|
* // },
|
|
64
64
|
* // ],
|
|
65
65
|
* // Type: "static" || "propagated",
|
|
@@ -470,6 +470,7 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
470
470
|
export declare const TransitGatewayAttachmentResourceType: {
|
|
471
471
|
readonly connect: "connect";
|
|
472
472
|
readonly direct_connect_gateway: "direct-connect-gateway";
|
|
473
|
+
readonly network_function: "network-function";
|
|
473
474
|
readonly peering: "peering";
|
|
474
475
|
readonly tgw_peering: "tgw-peering";
|
|
475
476
|
readonly vpc: "vpc";
|
|
@@ -204,6 +204,7 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
204
204
|
export declare const TransitGatewayAttachmentResourceType: {
|
|
205
205
|
readonly connect: "connect";
|
|
206
206
|
readonly direct_connect_gateway: "direct-connect-gateway";
|
|
207
|
+
readonly network_function: "network-function";
|
|
207
208
|
readonly peering: "peering";
|
|
208
209
|
readonly tgw_peering: "tgw-peering";
|
|
209
210
|
readonly vpc: "vpc";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.855.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.855.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.855.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-ec2": "3.845.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.855.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
31
31
|
"@aws-sdk/types": "3.840.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.848.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.855.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.4",
|
|
36
36
|
"@smithy/core": "^3.7.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.1.0",
|