@aws-sdk/client-networkmanager 3.592.0 → 3.595.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist-cjs/index.js +17 -0
  2. package/dist-es/models/models_0.js +10 -0
  3. package/dist-es/protocols/Aws_restJson1.js +3 -0
  4. package/dist-types/commands/AcceptAttachmentCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateConnectAttachmentCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateCoreNetworkCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateTransitGatewayRouteTableAttachmentCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateVpcAttachmentCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteAttachmentCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteCoreNetworkCommand.d.ts +16 -0
  12. package/dist-types/commands/GetConnectAttachmentCommand.d.ts +11 -0
  13. package/dist-types/commands/GetCoreNetworkChangeEventsCommand.d.ts +2 -1
  14. package/dist-types/commands/GetCoreNetworkChangeSetCommand.d.ts +59 -1
  15. package/dist-types/commands/GetCoreNetworkCommand.d.ts +16 -0
  16. package/dist-types/commands/GetNetworkRoutesCommand.d.ts +7 -1
  17. package/dist-types/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +11 -0
  18. package/dist-types/commands/GetTransitGatewayRouteTableAttachmentCommand.d.ts +11 -0
  19. package/dist-types/commands/GetVpcAttachmentCommand.d.ts +11 -0
  20. package/dist-types/commands/ListAttachmentsCommand.d.ts +11 -0
  21. package/dist-types/commands/RejectAttachmentCommand.d.ts +11 -0
  22. package/dist-types/commands/UpdateCoreNetworkCommand.d.ts +16 -0
  23. package/dist-types/commands/UpdateVpcAttachmentCommand.d.ts +11 -0
  24. package/dist-types/models/models_0.d.ts +345 -89
  25. package/dist-types/ts3.4/models/models_0.d.ts +60 -0
  26. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -138,6 +138,8 @@ __export(src_exports, {
138
138
  RouteState: () => RouteState,
139
139
  RouteTableType: () => RouteTableType,
140
140
  RouteType: () => RouteType,
141
+ SegmentActionServiceInsertion: () => SegmentActionServiceInsertion,
142
+ SendViaMode: () => SendViaMode,
141
143
  ServiceQuotaExceededException: () => ServiceQuotaExceededException,
142
144
  SiteFilterSensitiveLog: () => SiteFilterSensitiveLog,
143
145
  SiteState: () => SiteState,
@@ -576,6 +578,7 @@ var ChangeType = {
576
578
  CORE_NETWORK_CONFIGURATION: "CORE_NETWORK_CONFIGURATION",
577
579
  CORE_NETWORK_EDGE: "CORE_NETWORK_EDGE",
578
580
  CORE_NETWORK_SEGMENT: "CORE_NETWORK_SEGMENT",
581
+ NETWORK_FUNCTION_GROUP: "NETWORK_FUNCTION_GROUP",
579
582
  SEGMENTS_CONFIGURATION: "SEGMENTS_CONFIGURATION",
580
583
  SEGMENT_ACTIONS_CONFIGURATION: "SEGMENT_ACTIONS_CONFIGURATION"
581
584
  };
@@ -609,6 +612,14 @@ var CoreNetworkState = {
609
612
  DELETING: "DELETING",
610
613
  UPDATING: "UPDATING"
611
614
  };
615
+ var SegmentActionServiceInsertion = {
616
+ SEND_TO: "send-to",
617
+ SEND_VIA: "send-via"
618
+ };
619
+ var SendViaMode = {
620
+ DUAL_HOP: "dual-hop",
621
+ SINGLE_HOP: "single-hop"
622
+ };
612
623
  var CoreNetworkPolicyAlias = {
613
624
  LATEST: "LATEST",
614
625
  LIVE: "LIVE"
@@ -682,6 +693,7 @@ var RouteType = {
682
693
  };
683
694
  var RouteTableType = {
684
695
  CORE_NETWORK_SEGMENT: "CORE_NETWORK_SEGMENT",
696
+ NETWORK_FUNCTION_GROUP: "NETWORK_FUNCTION_GROUP",
685
697
  TRANSIT_GATEWAY_ROUTE_TABLE: "TRANSIT_GATEWAY_ROUTE_TABLE"
686
698
  };
687
699
  var RouteAnalysisCompletionReasonCode = {
@@ -3362,7 +3374,9 @@ var de_Attachment = /* @__PURE__ */ __name((output, context) => {
3362
3374
  CoreNetworkId: import_smithy_client.expectString,
3363
3375
  CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3364
3376
  EdgeLocation: import_smithy_client.expectString,
3377
+ NetworkFunctionGroupName: import_smithy_client.expectString,
3365
3378
  OwnerAccountId: import_smithy_client.expectString,
3379
+ ProposedNetworkFunctionGroupChange: import_smithy_client._json,
3366
3380
  ProposedSegmentChange: import_smithy_client._json,
3367
3381
  ResourceArn: import_smithy_client.expectString,
3368
3382
  SegmentName: import_smithy_client.expectString,
@@ -3451,6 +3465,7 @@ var de_CoreNetwork = /* @__PURE__ */ __name((output, context) => {
3451
3465
  Description: import_smithy_client.expectString,
3452
3466
  Edges: import_smithy_client._json,
3453
3467
  GlobalNetworkId: import_smithy_client.expectString,
3468
+ NetworkFunctionGroups: import_smithy_client._json,
3454
3469
  Segments: import_smithy_client._json,
3455
3470
  State: import_smithy_client.expectString,
3456
3471
  Tags: import_smithy_client._json
@@ -5422,6 +5437,8 @@ var paginateListPeerings = (0, import_core.createPaginator)(NetworkManagerClient
5422
5437
  ConnectionType,
5423
5438
  ConnectPeerState,
5424
5439
  CoreNetworkState,
5440
+ SegmentActionServiceInsertion,
5441
+ SendViaMode,
5425
5442
  CoreNetworkPolicyAlias,
5426
5443
  CoreNetworkPolicyException,
5427
5444
  DeviceState,
@@ -178,6 +178,7 @@ export const ChangeType = {
178
178
  CORE_NETWORK_CONFIGURATION: "CORE_NETWORK_CONFIGURATION",
179
179
  CORE_NETWORK_EDGE: "CORE_NETWORK_EDGE",
180
180
  CORE_NETWORK_SEGMENT: "CORE_NETWORK_SEGMENT",
181
+ NETWORK_FUNCTION_GROUP: "NETWORK_FUNCTION_GROUP",
181
182
  SEGMENTS_CONFIGURATION: "SEGMENTS_CONFIGURATION",
182
183
  SEGMENT_ACTIONS_CONFIGURATION: "SEGMENT_ACTIONS_CONFIGURATION",
183
184
  };
@@ -211,6 +212,14 @@ export const CoreNetworkState = {
211
212
  DELETING: "DELETING",
212
213
  UPDATING: "UPDATING",
213
214
  };
215
+ export const SegmentActionServiceInsertion = {
216
+ SEND_TO: "send-to",
217
+ SEND_VIA: "send-via",
218
+ };
219
+ export const SendViaMode = {
220
+ DUAL_HOP: "dual-hop",
221
+ SINGLE_HOP: "single-hop",
222
+ };
214
223
  export const CoreNetworkPolicyAlias = {
215
224
  LATEST: "LATEST",
216
225
  LIVE: "LIVE",
@@ -279,6 +288,7 @@ export const RouteType = {
279
288
  };
280
289
  export const RouteTableType = {
281
290
  CORE_NETWORK_SEGMENT: "CORE_NETWORK_SEGMENT",
291
+ NETWORK_FUNCTION_GROUP: "NETWORK_FUNCTION_GROUP",
282
292
  TRANSIT_GATEWAY_ROUTE_TABLE: "TRANSIT_GATEWAY_ROUTE_TABLE",
283
293
  };
284
294
  export const RouteAnalysisCompletionReasonCode = {
@@ -2532,7 +2532,9 @@ const de_Attachment = (output, context) => {
2532
2532
  CoreNetworkId: __expectString,
2533
2533
  CreatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2534
2534
  EdgeLocation: __expectString,
2535
+ NetworkFunctionGroupName: __expectString,
2535
2536
  OwnerAccountId: __expectString,
2537
+ ProposedNetworkFunctionGroupChange: _json,
2536
2538
  ProposedSegmentChange: _json,
2537
2539
  ResourceArn: __expectString,
2538
2540
  SegmentName: __expectString,
@@ -2627,6 +2629,7 @@ const de_CoreNetwork = (output, context) => {
2627
2629
  Description: __expectString,
2628
2630
  Edges: _json,
2629
2631
  GlobalNetworkId: __expectString,
2632
+ NetworkFunctionGroups: _json,
2630
2633
  Segments: _json,
2631
2634
  State: __expectString,
2632
2635
  Tags: _json,
@@ -53,6 +53,7 @@ declare const AcceptAttachmentCommand_base: {
53
53
  * // ResourceArn: "STRING_VALUE",
54
54
  * // AttachmentPolicyRuleNumber: Number("int"),
55
55
  * // SegmentName: "STRING_VALUE",
56
+ * // NetworkFunctionGroupName: "STRING_VALUE",
56
57
  * // Tags: [ // TagList
57
58
  * // { // Tag
58
59
  * // Key: "STRING_VALUE",
@@ -69,6 +70,16 @@ declare const AcceptAttachmentCommand_base: {
69
70
  * // AttachmentPolicyRuleNumber: Number("int"),
70
71
  * // SegmentName: "STRING_VALUE",
71
72
  * // },
73
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
74
+ * // Tags: [
75
+ * // {
76
+ * // Key: "STRING_VALUE",
77
+ * // Value: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // AttachmentPolicyRuleNumber: Number("int"),
81
+ * // NetworkFunctionGroupName: "STRING_VALUE",
82
+ * // },
72
83
  * // CreatedAt: new Date("TIMESTAMP"),
73
84
  * // UpdatedAt: new Date("TIMESTAMP"),
74
85
  * // },
@@ -67,6 +67,7 @@ declare const CreateConnectAttachmentCommand_base: {
67
67
  * // ResourceArn: "STRING_VALUE",
68
68
  * // AttachmentPolicyRuleNumber: Number("int"),
69
69
  * // SegmentName: "STRING_VALUE",
70
+ * // NetworkFunctionGroupName: "STRING_VALUE",
70
71
  * // Tags: [ // TagList
71
72
  * // { // Tag
72
73
  * // Key: "STRING_VALUE",
@@ -83,6 +84,16 @@ declare const CreateConnectAttachmentCommand_base: {
83
84
  * // AttachmentPolicyRuleNumber: Number("int"),
84
85
  * // SegmentName: "STRING_VALUE",
85
86
  * // },
87
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
88
+ * // Tags: [
89
+ * // {
90
+ * // Key: "STRING_VALUE",
91
+ * // Value: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // AttachmentPolicyRuleNumber: Number("int"),
95
+ * // NetworkFunctionGroupName: "STRING_VALUE",
96
+ * // },
86
97
  * // CreatedAt: new Date("TIMESTAMP"),
87
98
  * // UpdatedAt: new Date("TIMESTAMP"),
88
99
  * // },
@@ -67,6 +67,22 @@ declare const CreateCoreNetworkCommand_base: {
67
67
  * // ],
68
68
  * // },
69
69
  * // ],
70
+ * // NetworkFunctionGroups: [ // CoreNetworkNetworkFunctionGroupList
71
+ * // { // CoreNetworkNetworkFunctionGroup
72
+ * // Name: "STRING_VALUE",
73
+ * // EdgeLocations: [
74
+ * // "STRING_VALUE",
75
+ * // ],
76
+ * // Segments: { // ServiceInsertionSegments
77
+ * // SendVia: [
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // SendTo: [
81
+ * // "STRING_VALUE",
82
+ * // ],
83
+ * // },
84
+ * // },
85
+ * // ],
70
86
  * // Edges: [ // CoreNetworkEdgeList
71
87
  * // { // CoreNetworkEdge
72
88
  * // EdgeLocation: "STRING_VALUE",
@@ -60,6 +60,7 @@ declare const CreateSiteToSiteVpnAttachmentCommand_base: {
60
60
  * // ResourceArn: "STRING_VALUE",
61
61
  * // AttachmentPolicyRuleNumber: Number("int"),
62
62
  * // SegmentName: "STRING_VALUE",
63
+ * // NetworkFunctionGroupName: "STRING_VALUE",
63
64
  * // Tags: [ // TagList
64
65
  * // { // Tag
65
66
  * // Key: "STRING_VALUE",
@@ -76,6 +77,16 @@ declare const CreateSiteToSiteVpnAttachmentCommand_base: {
76
77
  * // AttachmentPolicyRuleNumber: Number("int"),
77
78
  * // SegmentName: "STRING_VALUE",
78
79
  * // },
80
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
81
+ * // Tags: [
82
+ * // {
83
+ * // Key: "STRING_VALUE",
84
+ * // Value: "STRING_VALUE",
85
+ * // },
86
+ * // ],
87
+ * // AttachmentPolicyRuleNumber: Number("int"),
88
+ * // NetworkFunctionGroupName: "STRING_VALUE",
89
+ * // },
79
90
  * // CreatedAt: new Date("TIMESTAMP"),
80
91
  * // UpdatedAt: new Date("TIMESTAMP"),
81
92
  * // },
@@ -60,6 +60,7 @@ declare const CreateTransitGatewayRouteTableAttachmentCommand_base: {
60
60
  * // ResourceArn: "STRING_VALUE",
61
61
  * // AttachmentPolicyRuleNumber: Number("int"),
62
62
  * // SegmentName: "STRING_VALUE",
63
+ * // NetworkFunctionGroupName: "STRING_VALUE",
63
64
  * // Tags: [ // TagList
64
65
  * // { // Tag
65
66
  * // Key: "STRING_VALUE",
@@ -76,6 +77,16 @@ declare const CreateTransitGatewayRouteTableAttachmentCommand_base: {
76
77
  * // AttachmentPolicyRuleNumber: Number("int"),
77
78
  * // SegmentName: "STRING_VALUE",
78
79
  * // },
80
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
81
+ * // Tags: [
82
+ * // {
83
+ * // Key: "STRING_VALUE",
84
+ * // Value: "STRING_VALUE",
85
+ * // },
86
+ * // ],
87
+ * // AttachmentPolicyRuleNumber: Number("int"),
88
+ * // NetworkFunctionGroupName: "STRING_VALUE",
89
+ * // },
79
90
  * // CreatedAt: new Date("TIMESTAMP"),
80
91
  * // UpdatedAt: new Date("TIMESTAMP"),
81
92
  * // },
@@ -67,6 +67,7 @@ declare const CreateVpcAttachmentCommand_base: {
67
67
  * // ResourceArn: "STRING_VALUE",
68
68
  * // AttachmentPolicyRuleNumber: Number("int"),
69
69
  * // SegmentName: "STRING_VALUE",
70
+ * // NetworkFunctionGroupName: "STRING_VALUE",
70
71
  * // Tags: [ // TagList
71
72
  * // { // Tag
72
73
  * // Key: "STRING_VALUE",
@@ -83,6 +84,16 @@ declare const CreateVpcAttachmentCommand_base: {
83
84
  * // AttachmentPolicyRuleNumber: Number("int"),
84
85
  * // SegmentName: "STRING_VALUE",
85
86
  * // },
87
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
88
+ * // Tags: [
89
+ * // {
90
+ * // Key: "STRING_VALUE",
91
+ * // Value: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // AttachmentPolicyRuleNumber: Number("int"),
95
+ * // NetworkFunctionGroupName: "STRING_VALUE",
96
+ * // },
86
97
  * // CreatedAt: new Date("TIMESTAMP"),
87
98
  * // UpdatedAt: new Date("TIMESTAMP"),
88
99
  * // },
@@ -51,6 +51,7 @@ declare const DeleteAttachmentCommand_base: {
51
51
  * // ResourceArn: "STRING_VALUE",
52
52
  * // AttachmentPolicyRuleNumber: Number("int"),
53
53
  * // SegmentName: "STRING_VALUE",
54
+ * // NetworkFunctionGroupName: "STRING_VALUE",
54
55
  * // Tags: [ // TagList
55
56
  * // { // Tag
56
57
  * // Key: "STRING_VALUE",
@@ -67,6 +68,16 @@ declare const DeleteAttachmentCommand_base: {
67
68
  * // AttachmentPolicyRuleNumber: Number("int"),
68
69
  * // SegmentName: "STRING_VALUE",
69
70
  * // },
71
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
72
+ * // Tags: [
73
+ * // {
74
+ * // Key: "STRING_VALUE",
75
+ * // Value: "STRING_VALUE",
76
+ * // },
77
+ * // ],
78
+ * // AttachmentPolicyRuleNumber: Number("int"),
79
+ * // NetworkFunctionGroupName: "STRING_VALUE",
80
+ * // },
70
81
  * // CreatedAt: new Date("TIMESTAMP"),
71
82
  * // UpdatedAt: new Date("TIMESTAMP"),
72
83
  * // },
@@ -58,6 +58,22 @@ declare const DeleteCoreNetworkCommand_base: {
58
58
  * // ],
59
59
  * // },
60
60
  * // ],
61
+ * // NetworkFunctionGroups: [ // CoreNetworkNetworkFunctionGroupList
62
+ * // { // CoreNetworkNetworkFunctionGroup
63
+ * // Name: "STRING_VALUE",
64
+ * // EdgeLocations: [
65
+ * // "STRING_VALUE",
66
+ * // ],
67
+ * // Segments: { // ServiceInsertionSegments
68
+ * // SendVia: [
69
+ * // "STRING_VALUE",
70
+ * // ],
71
+ * // SendTo: [
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // },
75
+ * // },
76
+ * // ],
61
77
  * // Edges: [ // CoreNetworkEdgeList
62
78
  * // { // CoreNetworkEdge
63
79
  * // EdgeLocation: "STRING_VALUE",
@@ -52,6 +52,7 @@ declare const GetConnectAttachmentCommand_base: {
52
52
  * // ResourceArn: "STRING_VALUE",
53
53
  * // AttachmentPolicyRuleNumber: Number("int"),
54
54
  * // SegmentName: "STRING_VALUE",
55
+ * // NetworkFunctionGroupName: "STRING_VALUE",
55
56
  * // Tags: [ // TagList
56
57
  * // { // Tag
57
58
  * // Key: "STRING_VALUE",
@@ -68,6 +69,16 @@ declare const GetConnectAttachmentCommand_base: {
68
69
  * // AttachmentPolicyRuleNumber: Number("int"),
69
70
  * // SegmentName: "STRING_VALUE",
70
71
  * // },
72
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
73
+ * // Tags: [
74
+ * // {
75
+ * // Key: "STRING_VALUE",
76
+ * // Value: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // AttachmentPolicyRuleNumber: Number("int"),
80
+ * // NetworkFunctionGroupName: "STRING_VALUE",
81
+ * // },
71
82
  * // CreatedAt: new Date("TIMESTAMP"),
72
83
  * // UpdatedAt: new Date("TIMESTAMP"),
73
84
  * // },
@@ -45,7 +45,7 @@ declare const GetCoreNetworkChangeEventsCommand_base: {
45
45
  * // { // GetCoreNetworkChangeEventsResponse
46
46
  * // CoreNetworkChangeEvents: [ // CoreNetworkChangeEventList
47
47
  * // { // CoreNetworkChangeEvent
48
- * // Type: "CORE_NETWORK_SEGMENT" || "CORE_NETWORK_EDGE" || "ATTACHMENT_MAPPING" || "ATTACHMENT_ROUTE_PROPAGATION" || "ATTACHMENT_ROUTE_STATIC" || "CORE_NETWORK_CONFIGURATION" || "SEGMENTS_CONFIGURATION" || "SEGMENT_ACTIONS_CONFIGURATION" || "ATTACHMENT_POLICIES_CONFIGURATION",
48
+ * // Type: "CORE_NETWORK_SEGMENT" || "NETWORK_FUNCTION_GROUP" || "CORE_NETWORK_EDGE" || "ATTACHMENT_MAPPING" || "ATTACHMENT_ROUTE_PROPAGATION" || "ATTACHMENT_ROUTE_STATIC" || "CORE_NETWORK_CONFIGURATION" || "SEGMENTS_CONFIGURATION" || "SEGMENT_ACTIONS_CONFIGURATION" || "ATTACHMENT_POLICIES_CONFIGURATION",
49
49
  * // Action: "ADD" || "MODIFY" || "REMOVE",
50
50
  * // IdentifierPath: "STRING_VALUE",
51
51
  * // EventTime: new Date("TIMESTAMP"),
@@ -53,6 +53,7 @@ declare const GetCoreNetworkChangeEventsCommand_base: {
53
53
  * // Values: { // CoreNetworkChangeEventValues
54
54
  * // EdgeLocation: "STRING_VALUE",
55
55
  * // SegmentName: "STRING_VALUE",
56
+ * // NetworkFunctionGroupName: "STRING_VALUE",
56
57
  * // AttachmentId: "STRING_VALUE",
57
58
  * // Cidr: "STRING_VALUE",
58
59
  * // },
@@ -45,11 +45,12 @@ declare const GetCoreNetworkChangeSetCommand_base: {
45
45
  * // { // GetCoreNetworkChangeSetResponse
46
46
  * // CoreNetworkChanges: [ // CoreNetworkChangeList
47
47
  * // { // CoreNetworkChange
48
- * // Type: "CORE_NETWORK_SEGMENT" || "CORE_NETWORK_EDGE" || "ATTACHMENT_MAPPING" || "ATTACHMENT_ROUTE_PROPAGATION" || "ATTACHMENT_ROUTE_STATIC" || "CORE_NETWORK_CONFIGURATION" || "SEGMENTS_CONFIGURATION" || "SEGMENT_ACTIONS_CONFIGURATION" || "ATTACHMENT_POLICIES_CONFIGURATION",
48
+ * // Type: "CORE_NETWORK_SEGMENT" || "NETWORK_FUNCTION_GROUP" || "CORE_NETWORK_EDGE" || "ATTACHMENT_MAPPING" || "ATTACHMENT_ROUTE_PROPAGATION" || "ATTACHMENT_ROUTE_STATIC" || "CORE_NETWORK_CONFIGURATION" || "SEGMENTS_CONFIGURATION" || "SEGMENT_ACTIONS_CONFIGURATION" || "ATTACHMENT_POLICIES_CONFIGURATION",
49
49
  * // Action: "ADD" || "MODIFY" || "REMOVE",
50
50
  * // Identifier: "STRING_VALUE",
51
51
  * // PreviousValues: { // CoreNetworkChangeValues
52
52
  * // SegmentName: "STRING_VALUE",
53
+ * // NetworkFunctionGroupName: "STRING_VALUE",
53
54
  * // EdgeLocations: [ // ExternalRegionCodeList
54
55
  * // "STRING_VALUE",
55
56
  * // ],
@@ -62,9 +63,38 @@ declare const GetCoreNetworkChangeSetCommand_base: {
62
63
  * // SharedSegments: [
63
64
  * // "STRING_VALUE",
64
65
  * // ],
66
+ * // ServiceInsertionActions: [ // ServiceInsertionActionList
67
+ * // { // ServiceInsertionAction
68
+ * // Action: "send-via" || "send-to",
69
+ * // Mode: "dual-hop" || "single-hop",
70
+ * // WhenSentTo: { // WhenSentTo
71
+ * // WhenSentToSegmentsList: [ // WhenSentToSegmentsList
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // },
75
+ * // Via: { // Via
76
+ * // NetworkFunctionGroups: [ // NetworkFunctionGroupList
77
+ * // { // NetworkFunctionGroup
78
+ * // Name: "STRING_VALUE",
79
+ * // },
80
+ * // ],
81
+ * // WithEdgeOverrides: [ // WithEdgeOverridesList
82
+ * // { // EdgeOverride
83
+ * // EdgeSets: [ // EdgeSetList
84
+ * // [ // EdgeSet
85
+ * // "STRING_VALUE",
86
+ * // ],
87
+ * // ],
88
+ * // UseEdge: "STRING_VALUE",
89
+ * // },
90
+ * // ],
91
+ * // },
92
+ * // },
93
+ * // ],
65
94
  * // },
66
95
  * // NewValues: {
67
96
  * // SegmentName: "STRING_VALUE",
97
+ * // NetworkFunctionGroupName: "STRING_VALUE",
68
98
  * // EdgeLocations: [
69
99
  * // "STRING_VALUE",
70
100
  * // ],
@@ -77,6 +107,34 @@ declare const GetCoreNetworkChangeSetCommand_base: {
77
107
  * // SharedSegments: [
78
108
  * // "STRING_VALUE",
79
109
  * // ],
110
+ * // ServiceInsertionActions: [
111
+ * // {
112
+ * // Action: "send-via" || "send-to",
113
+ * // Mode: "dual-hop" || "single-hop",
114
+ * // WhenSentTo: {
115
+ * // WhenSentToSegmentsList: [
116
+ * // "STRING_VALUE",
117
+ * // ],
118
+ * // },
119
+ * // Via: {
120
+ * // NetworkFunctionGroups: [
121
+ * // {
122
+ * // Name: "STRING_VALUE",
123
+ * // },
124
+ * // ],
125
+ * // WithEdgeOverrides: [
126
+ * // {
127
+ * // EdgeSets: [
128
+ * // [
129
+ * // "STRING_VALUE",
130
+ * // ],
131
+ * // ],
132
+ * // UseEdge: "STRING_VALUE",
133
+ * // },
134
+ * // ],
135
+ * // },
136
+ * // },
137
+ * // ],
80
138
  * // },
81
139
  * // IdentifierPath: "STRING_VALUE",
82
140
  * // },
@@ -58,6 +58,22 @@ declare const GetCoreNetworkCommand_base: {
58
58
  * // ],
59
59
  * // },
60
60
  * // ],
61
+ * // NetworkFunctionGroups: [ // CoreNetworkNetworkFunctionGroupList
62
+ * // { // CoreNetworkNetworkFunctionGroup
63
+ * // Name: "STRING_VALUE",
64
+ * // EdgeLocations: [
65
+ * // "STRING_VALUE",
66
+ * // ],
67
+ * // Segments: { // ServiceInsertionSegments
68
+ * // SendVia: [
69
+ * // "STRING_VALUE",
70
+ * // ],
71
+ * // SendTo: [
72
+ * // "STRING_VALUE",
73
+ * // ],
74
+ * // },
75
+ * // },
76
+ * // ],
61
77
  * // Edges: [ // CoreNetworkEdgeList
62
78
  * // { // CoreNetworkEdge
63
79
  * // EdgeLocation: "STRING_VALUE",
@@ -43,6 +43,11 @@ declare const GetNetworkRoutesCommand_base: {
43
43
  * SegmentName: "STRING_VALUE",
44
44
  * EdgeLocation: "STRING_VALUE",
45
45
  * },
46
+ * CoreNetworkNetworkFunctionGroup: { // CoreNetworkNetworkFunctionGroupIdentifier
47
+ * CoreNetworkId: "STRING_VALUE",
48
+ * NetworkFunctionGroupName: "STRING_VALUE",
49
+ * EdgeLocation: "STRING_VALUE",
50
+ * },
46
51
  * },
47
52
  * ExactCidrMatches: [ // ConstrainedStringList
48
53
  * "STRING_VALUE",
@@ -80,7 +85,7 @@ declare const GetNetworkRoutesCommand_base: {
80
85
  * // SegmentName: "STRING_VALUE",
81
86
  * // EdgeLocation: "STRING_VALUE",
82
87
  * // },
83
- * // RouteTableType: "TRANSIT_GATEWAY_ROUTE_TABLE" || "CORE_NETWORK_SEGMENT",
88
+ * // RouteTableType: "TRANSIT_GATEWAY_ROUTE_TABLE" || "CORE_NETWORK_SEGMENT" || "NETWORK_FUNCTION_GROUP",
84
89
  * // RouteTableTimestamp: new Date("TIMESTAMP"),
85
90
  * // NetworkRoutes: [ // NetworkRouteList
86
91
  * // { // NetworkRoute
@@ -90,6 +95,7 @@ declare const GetNetworkRoutesCommand_base: {
90
95
  * // CoreNetworkAttachmentId: "STRING_VALUE",
91
96
  * // TransitGatewayAttachmentId: "STRING_VALUE",
92
97
  * // SegmentName: "STRING_VALUE",
98
+ * // NetworkFunctionGroupName: "STRING_VALUE",
93
99
  * // EdgeLocation: "STRING_VALUE",
94
100
  * // ResourceType: "STRING_VALUE",
95
101
  * // ResourceId: "STRING_VALUE",
@@ -52,6 +52,7 @@ declare const GetSiteToSiteVpnAttachmentCommand_base: {
52
52
  * // ResourceArn: "STRING_VALUE",
53
53
  * // AttachmentPolicyRuleNumber: Number("int"),
54
54
  * // SegmentName: "STRING_VALUE",
55
+ * // NetworkFunctionGroupName: "STRING_VALUE",
55
56
  * // Tags: [ // TagList
56
57
  * // { // Tag
57
58
  * // Key: "STRING_VALUE",
@@ -68,6 +69,16 @@ declare const GetSiteToSiteVpnAttachmentCommand_base: {
68
69
  * // AttachmentPolicyRuleNumber: Number("int"),
69
70
  * // SegmentName: "STRING_VALUE",
70
71
  * // },
72
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
73
+ * // Tags: [
74
+ * // {
75
+ * // Key: "STRING_VALUE",
76
+ * // Value: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // AttachmentPolicyRuleNumber: Number("int"),
80
+ * // NetworkFunctionGroupName: "STRING_VALUE",
81
+ * // },
71
82
  * // CreatedAt: new Date("TIMESTAMP"),
72
83
  * // UpdatedAt: new Date("TIMESTAMP"),
73
84
  * // },
@@ -52,6 +52,7 @@ declare const GetTransitGatewayRouteTableAttachmentCommand_base: {
52
52
  * // ResourceArn: "STRING_VALUE",
53
53
  * // AttachmentPolicyRuleNumber: Number("int"),
54
54
  * // SegmentName: "STRING_VALUE",
55
+ * // NetworkFunctionGroupName: "STRING_VALUE",
55
56
  * // Tags: [ // TagList
56
57
  * // { // Tag
57
58
  * // Key: "STRING_VALUE",
@@ -68,6 +69,16 @@ declare const GetTransitGatewayRouteTableAttachmentCommand_base: {
68
69
  * // AttachmentPolicyRuleNumber: Number("int"),
69
70
  * // SegmentName: "STRING_VALUE",
70
71
  * // },
72
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
73
+ * // Tags: [
74
+ * // {
75
+ * // Key: "STRING_VALUE",
76
+ * // Value: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // AttachmentPolicyRuleNumber: Number("int"),
80
+ * // NetworkFunctionGroupName: "STRING_VALUE",
81
+ * // },
71
82
  * // CreatedAt: new Date("TIMESTAMP"),
72
83
  * // UpdatedAt: new Date("TIMESTAMP"),
73
84
  * // },
@@ -52,6 +52,7 @@ declare const GetVpcAttachmentCommand_base: {
52
52
  * // ResourceArn: "STRING_VALUE",
53
53
  * // AttachmentPolicyRuleNumber: Number("int"),
54
54
  * // SegmentName: "STRING_VALUE",
55
+ * // NetworkFunctionGroupName: "STRING_VALUE",
55
56
  * // Tags: [ // TagList
56
57
  * // { // Tag
57
58
  * // Key: "STRING_VALUE",
@@ -68,6 +69,16 @@ declare const GetVpcAttachmentCommand_base: {
68
69
  * // AttachmentPolicyRuleNumber: Number("int"),
69
70
  * // SegmentName: "STRING_VALUE",
70
71
  * // },
72
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
73
+ * // Tags: [
74
+ * // {
75
+ * // Key: "STRING_VALUE",
76
+ * // Value: "STRING_VALUE",
77
+ * // },
78
+ * // ],
79
+ * // AttachmentPolicyRuleNumber: Number("int"),
80
+ * // NetworkFunctionGroupName: "STRING_VALUE",
81
+ * // },
71
82
  * // CreatedAt: new Date("TIMESTAMP"),
72
83
  * // UpdatedAt: new Date("TIMESTAMP"),
73
84
  * // },
@@ -57,6 +57,7 @@ declare const ListAttachmentsCommand_base: {
57
57
  * // ResourceArn: "STRING_VALUE",
58
58
  * // AttachmentPolicyRuleNumber: Number("int"),
59
59
  * // SegmentName: "STRING_VALUE",
60
+ * // NetworkFunctionGroupName: "STRING_VALUE",
60
61
  * // Tags: [ // TagList
61
62
  * // { // Tag
62
63
  * // Key: "STRING_VALUE",
@@ -73,6 +74,16 @@ declare const ListAttachmentsCommand_base: {
73
74
  * // AttachmentPolicyRuleNumber: Number("int"),
74
75
  * // SegmentName: "STRING_VALUE",
75
76
  * // },
77
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
78
+ * // Tags: [
79
+ * // {
80
+ * // Key: "STRING_VALUE",
81
+ * // Value: "STRING_VALUE",
82
+ * // },
83
+ * // ],
84
+ * // AttachmentPolicyRuleNumber: Number("int"),
85
+ * // NetworkFunctionGroupName: "STRING_VALUE",
86
+ * // },
76
87
  * // CreatedAt: new Date("TIMESTAMP"),
77
88
  * // UpdatedAt: new Date("TIMESTAMP"),
78
89
  * // },
@@ -51,6 +51,7 @@ declare const RejectAttachmentCommand_base: {
51
51
  * // ResourceArn: "STRING_VALUE",
52
52
  * // AttachmentPolicyRuleNumber: Number("int"),
53
53
  * // SegmentName: "STRING_VALUE",
54
+ * // NetworkFunctionGroupName: "STRING_VALUE",
54
55
  * // Tags: [ // TagList
55
56
  * // { // Tag
56
57
  * // Key: "STRING_VALUE",
@@ -67,6 +68,16 @@ declare const RejectAttachmentCommand_base: {
67
68
  * // AttachmentPolicyRuleNumber: Number("int"),
68
69
  * // SegmentName: "STRING_VALUE",
69
70
  * // },
71
+ * // ProposedNetworkFunctionGroupChange: { // ProposedNetworkFunctionGroupChange
72
+ * // Tags: [
73
+ * // {
74
+ * // Key: "STRING_VALUE",
75
+ * // Value: "STRING_VALUE",
76
+ * // },
77
+ * // ],
78
+ * // AttachmentPolicyRuleNumber: Number("int"),
79
+ * // NetworkFunctionGroupName: "STRING_VALUE",
80
+ * // },
70
81
  * // CreatedAt: new Date("TIMESTAMP"),
71
82
  * // UpdatedAt: new Date("TIMESTAMP"),
72
83
  * // },
@@ -59,6 +59,22 @@ declare const UpdateCoreNetworkCommand_base: {
59
59
  * // ],
60
60
  * // },
61
61
  * // ],
62
+ * // NetworkFunctionGroups: [ // CoreNetworkNetworkFunctionGroupList
63
+ * // { // CoreNetworkNetworkFunctionGroup
64
+ * // Name: "STRING_VALUE",
65
+ * // EdgeLocations: [
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // Segments: { // ServiceInsertionSegments
69
+ * // SendVia: [
70
+ * // "STRING_VALUE",
71
+ * // ],
72
+ * // SendTo: [
73
+ * // "STRING_VALUE",
74
+ * // ],
75
+ * // },
76
+ * // },
77
+ * // ],
62
78
  * // Edges: [ // CoreNetworkEdgeList
63
79
  * // { // CoreNetworkEdge
64
80
  * // EdgeLocation: "STRING_VALUE",