@aws-sdk/client-network-firewall 3.817.0 → 3.819.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 (47) hide show
  1. package/README.md +50 -2
  2. package/dist-cjs/index.js +198 -3
  3. package/dist-es/NetworkFirewall.js +10 -0
  4. package/dist-es/commands/CreateVpcEndpointAssociationCommand.js +22 -0
  5. package/dist-es/commands/DeleteVpcEndpointAssociationCommand.js +22 -0
  6. package/dist-es/commands/DescribeFirewallMetadataCommand.js +22 -0
  7. package/dist-es/commands/DescribeVpcEndpointAssociationCommand.js +22 -0
  8. package/dist-es/commands/ListVpcEndpointAssociationsCommand.js +22 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/pagination/ListVpcEndpointAssociationsPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/protocols/Aws_json1_0.js +99 -0
  13. package/dist-types/NetworkFirewall.d.ts +50 -5
  14. package/dist-types/NetworkFirewallClient.d.ts +20 -7
  15. package/dist-types/commands/CreateFirewallCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateVpcEndpointAssociationCommand.d.ts +150 -0
  17. package/dist-types/commands/DeleteFirewallCommand.d.ts +1 -0
  18. package/dist-types/commands/DeleteVpcEndpointAssociationCommand.d.ts +137 -0
  19. package/dist-types/commands/DescribeFirewallCommand.d.ts +1 -0
  20. package/dist-types/commands/DescribeFirewallMetadataCommand.d.ts +107 -0
  21. package/dist-types/commands/DescribeFlowOperationCommand.d.ts +4 -0
  22. package/dist-types/commands/DescribeVpcEndpointAssociationCommand.d.ts +127 -0
  23. package/dist-types/commands/ListFlowOperationResultsCommand.d.ts +4 -0
  24. package/dist-types/commands/ListFlowOperationsCommand.d.ts +2 -0
  25. package/dist-types/commands/ListVpcEndpointAssociationsCommand.d.ts +105 -0
  26. package/dist-types/commands/PutResourcePolicyCommand.d.ts +5 -4
  27. package/dist-types/commands/StartFlowCaptureCommand.d.ts +2 -0
  28. package/dist-types/commands/StartFlowFlushCommand.d.ts +2 -0
  29. package/dist-types/commands/index.d.ts +5 -0
  30. package/dist-types/index.d.ts +13 -5
  31. package/dist-types/models/models_0.d.ts +467 -43
  32. package/dist-types/pagination/ListVpcEndpointAssociationsPaginator.d.ts +7 -0
  33. package/dist-types/pagination/index.d.ts +1 -0
  34. package/dist-types/protocols/Aws_json1_0.d.ts +45 -0
  35. package/dist-types/ts3.4/NetworkFirewall.d.ts +87 -0
  36. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +30 -0
  37. package/dist-types/ts3.4/commands/CreateVpcEndpointAssociationCommand.d.ts +51 -0
  38. package/dist-types/ts3.4/commands/DeleteVpcEndpointAssociationCommand.d.ts +51 -0
  39. package/dist-types/ts3.4/commands/DescribeFirewallMetadataCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/ListVpcEndpointAssociationsCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +83 -0
  44. package/dist-types/ts3.4/pagination/ListVpcEndpointAssociationsPaginator.d.ts +11 -0
  45. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  46. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
  47. package/package.json +1 -1
package/README.md CHANGED
@@ -68,13 +68,18 @@ Amazon VPC. </p>
68
68
  subnet for the sole use of Network Firewall. </p>
69
69
  </li>
70
70
  <li>
71
- <p>In Network Firewall, create stateless and stateful rule groups,
71
+ <p>In Network Firewall, define the firewall behavior as follows: </p>
72
+ <ol>
73
+ <li>
74
+ <p>Create stateless and stateful rule groups,
72
75
  to define the components of the network traffic filtering behavior that you want your firewall to have. </p>
73
76
  </li>
74
77
  <li>
75
- <p>In Network Firewall, create a firewall policy that uses your rule groups and
78
+ <p>Create a firewall policy that uses your rule groups and
76
79
  specifies additional default traffic filtering behavior. </p>
77
80
  </li>
81
+ </ol>
82
+ </li>
78
83
  <li>
79
84
  <p>In Network Firewall, create a firewall and specify your new firewall policy and
80
85
  VPC subnets. Network Firewall creates a firewall endpoint in each subnet that you
@@ -85,6 +90,9 @@ specify, with the behavior that's defined in the firewall policy.</p>
85
90
  endpoints.</p>
86
91
  </li>
87
92
  </ol>
93
+ <p>After your firewall is established, you can add firewall endpoints for new Availability Zones by following the prior steps for the Amazon VPC setup and
94
+ firewall subnet definitions. You can also add endpoints to Availability Zones that you're using in the firewall, either for the same VPC
95
+ or for another VPC, by following the prior steps for the Amazon VPC setup, and defining the new VPC subnets as VPC endpoint associations. </p>
88
96
 
89
97
  ## Installing
90
98
 
@@ -328,6 +336,14 @@ CreateTLSInspectionConfiguration
328
336
 
329
337
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/CreateTLSInspectionConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/CreateTLSInspectionConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/CreateTLSInspectionConfigurationCommandOutput/)
330
338
 
339
+ </details>
340
+ <details>
341
+ <summary>
342
+ CreateVpcEndpointAssociation
343
+ </summary>
344
+
345
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/CreateVpcEndpointAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/CreateVpcEndpointAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/CreateVpcEndpointAssociationCommandOutput/)
346
+
331
347
  </details>
332
348
  <details>
333
349
  <summary>
@@ -368,6 +384,14 @@ DeleteTLSInspectionConfiguration
368
384
 
369
385
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DeleteTLSInspectionConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DeleteTLSInspectionConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DeleteTLSInspectionConfigurationCommandOutput/)
370
386
 
387
+ </details>
388
+ <details>
389
+ <summary>
390
+ DeleteVpcEndpointAssociation
391
+ </summary>
392
+
393
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DeleteVpcEndpointAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DeleteVpcEndpointAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DeleteVpcEndpointAssociationCommandOutput/)
394
+
371
395
  </details>
372
396
  <details>
373
397
  <summary>
@@ -376,6 +400,14 @@ DescribeFirewall
376
400
 
377
401
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DescribeFirewallCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeFirewallCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeFirewallCommandOutput/)
378
402
 
403
+ </details>
404
+ <details>
405
+ <summary>
406
+ DescribeFirewallMetadata
407
+ </summary>
408
+
409
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DescribeFirewallMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeFirewallMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeFirewallMetadataCommandOutput/)
410
+
379
411
  </details>
380
412
  <details>
381
413
  <summary>
@@ -432,6 +464,14 @@ DescribeTLSInspectionConfiguration
432
464
 
433
465
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DescribeTLSInspectionConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeTLSInspectionConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeTLSInspectionConfigurationCommandOutput/)
434
466
 
467
+ </details>
468
+ <details>
469
+ <summary>
470
+ DescribeVpcEndpointAssociation
471
+ </summary>
472
+
473
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DescribeVpcEndpointAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeVpcEndpointAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeVpcEndpointAssociationCommandOutput/)
474
+
435
475
  </details>
436
476
  <details>
437
477
  <summary>
@@ -512,6 +552,14 @@ ListTLSInspectionConfigurations
512
552
 
513
553
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/ListTLSInspectionConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListTLSInspectionConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListTLSInspectionConfigurationsCommandOutput/)
514
554
 
555
+ </details>
556
+ <details>
557
+ <summary>
558
+ ListVpcEndpointAssociations
559
+ </summary>
560
+
561
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/ListVpcEndpointAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListVpcEndpointAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListVpcEndpointAssociationsCommandOutput/)
562
+
515
563
  </details>
516
564
  <details>
517
565
  <summary>
package/dist-cjs/index.js CHANGED
@@ -29,12 +29,15 @@ __export(index_exports, {
29
29
  CreateFirewallPolicyCommand: () => CreateFirewallPolicyCommand,
30
30
  CreateRuleGroupCommand: () => CreateRuleGroupCommand,
31
31
  CreateTLSInspectionConfigurationCommand: () => CreateTLSInspectionConfigurationCommand,
32
+ CreateVpcEndpointAssociationCommand: () => CreateVpcEndpointAssociationCommand,
32
33
  DeleteFirewallCommand: () => DeleteFirewallCommand,
33
34
  DeleteFirewallPolicyCommand: () => DeleteFirewallPolicyCommand,
34
35
  DeleteResourcePolicyCommand: () => DeleteResourcePolicyCommand,
35
36
  DeleteRuleGroupCommand: () => DeleteRuleGroupCommand,
36
37
  DeleteTLSInspectionConfigurationCommand: () => DeleteTLSInspectionConfigurationCommand,
38
+ DeleteVpcEndpointAssociationCommand: () => DeleteVpcEndpointAssociationCommand,
37
39
  DescribeFirewallCommand: () => DescribeFirewallCommand,
40
+ DescribeFirewallMetadataCommand: () => DescribeFirewallMetadataCommand,
38
41
  DescribeFirewallPolicyCommand: () => DescribeFirewallPolicyCommand,
39
42
  DescribeFlowOperationCommand: () => DescribeFlowOperationCommand,
40
43
  DescribeLoggingConfigurationCommand: () => DescribeLoggingConfigurationCommand,
@@ -42,6 +45,7 @@ __export(index_exports, {
42
45
  DescribeRuleGroupCommand: () => DescribeRuleGroupCommand,
43
46
  DescribeRuleGroupMetadataCommand: () => DescribeRuleGroupMetadataCommand,
44
47
  DescribeTLSInspectionConfigurationCommand: () => DescribeTLSInspectionConfigurationCommand,
48
+ DescribeVpcEndpointAssociationCommand: () => DescribeVpcEndpointAssociationCommand,
45
49
  DisassociateSubnetsCommand: () => DisassociateSubnetsCommand,
46
50
  EnabledAnalysisType: () => EnabledAnalysisType,
47
51
  EncryptionType: () => EncryptionType,
@@ -67,6 +71,7 @@ __export(index_exports, {
67
71
  ListRuleGroupsCommand: () => ListRuleGroupsCommand,
68
72
  ListTLSInspectionConfigurationsCommand: () => ListTLSInspectionConfigurationsCommand,
69
73
  ListTagsForResourceCommand: () => ListTagsForResourceCommand,
74
+ ListVpcEndpointAssociationsCommand: () => ListVpcEndpointAssociationsCommand,
70
75
  LogDestinationPermissionException: () => LogDestinationPermissionException,
71
76
  LogDestinationType: () => LogDestinationType,
72
77
  LogType: () => LogType,
@@ -116,7 +121,8 @@ __export(index_exports, {
116
121
  paginateListFlowOperations: () => paginateListFlowOperations,
117
122
  paginateListRuleGroups: () => paginateListRuleGroups,
118
123
  paginateListTLSInspectionConfigurations: () => paginateListTLSInspectionConfigurations,
119
- paginateListTagsForResource: () => paginateListTagsForResource
124
+ paginateListTagsForResource: () => paginateListTagsForResource,
125
+ paginateListVpcEndpointAssociations: () => paginateListVpcEndpointAssociations
120
126
  });
121
127
  module.exports = __toCommonJS(index_exports);
122
128
 
@@ -711,6 +717,12 @@ var se_CreateTLSInspectionConfigurationCommand = /* @__PURE__ */ __name(async (i
711
717
  body = JSON.stringify((0, import_smithy_client._json)(input));
712
718
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
713
719
  }, "se_CreateTLSInspectionConfigurationCommand");
720
+ var se_CreateVpcEndpointAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
721
+ const headers = sharedHeaders("CreateVpcEndpointAssociation");
722
+ let body;
723
+ body = JSON.stringify((0, import_smithy_client._json)(input));
724
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
725
+ }, "se_CreateVpcEndpointAssociationCommand");
714
726
  var se_DeleteFirewallCommand = /* @__PURE__ */ __name(async (input, context) => {
715
727
  const headers = sharedHeaders("DeleteFirewall");
716
728
  let body;
@@ -741,12 +753,24 @@ var se_DeleteTLSInspectionConfigurationCommand = /* @__PURE__ */ __name(async (i
741
753
  body = JSON.stringify((0, import_smithy_client._json)(input));
742
754
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
743
755
  }, "se_DeleteTLSInspectionConfigurationCommand");
756
+ var se_DeleteVpcEndpointAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
757
+ const headers = sharedHeaders("DeleteVpcEndpointAssociation");
758
+ let body;
759
+ body = JSON.stringify((0, import_smithy_client._json)(input));
760
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
761
+ }, "se_DeleteVpcEndpointAssociationCommand");
744
762
  var se_DescribeFirewallCommand = /* @__PURE__ */ __name(async (input, context) => {
745
763
  const headers = sharedHeaders("DescribeFirewall");
746
764
  let body;
747
765
  body = JSON.stringify((0, import_smithy_client._json)(input));
748
766
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
749
767
  }, "se_DescribeFirewallCommand");
768
+ var se_DescribeFirewallMetadataCommand = /* @__PURE__ */ __name(async (input, context) => {
769
+ const headers = sharedHeaders("DescribeFirewallMetadata");
770
+ let body;
771
+ body = JSON.stringify((0, import_smithy_client._json)(input));
772
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
773
+ }, "se_DescribeFirewallMetadataCommand");
750
774
  var se_DescribeFirewallPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
751
775
  const headers = sharedHeaders("DescribeFirewallPolicy");
752
776
  let body;
@@ -789,6 +813,12 @@ var se_DescribeTLSInspectionConfigurationCommand = /* @__PURE__ */ __name(async
789
813
  body = JSON.stringify((0, import_smithy_client._json)(input));
790
814
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
791
815
  }, "se_DescribeTLSInspectionConfigurationCommand");
816
+ var se_DescribeVpcEndpointAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
817
+ const headers = sharedHeaders("DescribeVpcEndpointAssociation");
818
+ let body;
819
+ body = JSON.stringify((0, import_smithy_client._json)(input));
820
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
821
+ }, "se_DescribeVpcEndpointAssociationCommand");
792
822
  var se_DisassociateSubnetsCommand = /* @__PURE__ */ __name(async (input, context) => {
793
823
  const headers = sharedHeaders("DisassociateSubnets");
794
824
  let body;
@@ -849,6 +879,12 @@ var se_ListTLSInspectionConfigurationsCommand = /* @__PURE__ */ __name(async (in
849
879
  body = JSON.stringify((0, import_smithy_client._json)(input));
850
880
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
851
881
  }, "se_ListTLSInspectionConfigurationsCommand");
882
+ var se_ListVpcEndpointAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
883
+ const headers = sharedHeaders("ListVpcEndpointAssociations");
884
+ let body;
885
+ body = JSON.stringify((0, import_smithy_client._json)(input));
886
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
887
+ }, "se_ListVpcEndpointAssociationsCommand");
852
888
  var se_PutResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
853
889
  const headers = sharedHeaders("PutResourcePolicy");
854
890
  let body;
@@ -1023,6 +1059,19 @@ var de_CreateTLSInspectionConfigurationCommand = /* @__PURE__ */ __name(async (o
1023
1059
  };
1024
1060
  return response;
1025
1061
  }, "de_CreateTLSInspectionConfigurationCommand");
1062
+ var de_CreateVpcEndpointAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
1063
+ if (output.statusCode >= 300) {
1064
+ return de_CommandError(output, context);
1065
+ }
1066
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1067
+ let contents = {};
1068
+ contents = (0, import_smithy_client._json)(data);
1069
+ const response = {
1070
+ $metadata: deserializeMetadata(output),
1071
+ ...contents
1072
+ };
1073
+ return response;
1074
+ }, "de_CreateVpcEndpointAssociationCommand");
1026
1075
  var de_DeleteFirewallCommand = /* @__PURE__ */ __name(async (output, context) => {
1027
1076
  if (output.statusCode >= 300) {
1028
1077
  return de_CommandError(output, context);
@@ -1088,6 +1137,19 @@ var de_DeleteTLSInspectionConfigurationCommand = /* @__PURE__ */ __name(async (o
1088
1137
  };
1089
1138
  return response;
1090
1139
  }, "de_DeleteTLSInspectionConfigurationCommand");
1140
+ var de_DeleteVpcEndpointAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
1141
+ if (output.statusCode >= 300) {
1142
+ return de_CommandError(output, context);
1143
+ }
1144
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1145
+ let contents = {};
1146
+ contents = (0, import_smithy_client._json)(data);
1147
+ const response = {
1148
+ $metadata: deserializeMetadata(output),
1149
+ ...contents
1150
+ };
1151
+ return response;
1152
+ }, "de_DeleteVpcEndpointAssociationCommand");
1091
1153
  var de_DescribeFirewallCommand = /* @__PURE__ */ __name(async (output, context) => {
1092
1154
  if (output.statusCode >= 300) {
1093
1155
  return de_CommandError(output, context);
@@ -1101,6 +1163,19 @@ var de_DescribeFirewallCommand = /* @__PURE__ */ __name(async (output, context)
1101
1163
  };
1102
1164
  return response;
1103
1165
  }, "de_DescribeFirewallCommand");
1166
+ var de_DescribeFirewallMetadataCommand = /* @__PURE__ */ __name(async (output, context) => {
1167
+ if (output.statusCode >= 300) {
1168
+ return de_CommandError(output, context);
1169
+ }
1170
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1171
+ let contents = {};
1172
+ contents = (0, import_smithy_client._json)(data);
1173
+ const response = {
1174
+ $metadata: deserializeMetadata(output),
1175
+ ...contents
1176
+ };
1177
+ return response;
1178
+ }, "de_DescribeFirewallMetadataCommand");
1104
1179
  var de_DescribeFirewallPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
1105
1180
  if (output.statusCode >= 300) {
1106
1181
  return de_CommandError(output, context);
@@ -1192,6 +1267,19 @@ var de_DescribeTLSInspectionConfigurationCommand = /* @__PURE__ */ __name(async
1192
1267
  };
1193
1268
  return response;
1194
1269
  }, "de_DescribeTLSInspectionConfigurationCommand");
1270
+ var de_DescribeVpcEndpointAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
1271
+ if (output.statusCode >= 300) {
1272
+ return de_CommandError(output, context);
1273
+ }
1274
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1275
+ let contents = {};
1276
+ contents = (0, import_smithy_client._json)(data);
1277
+ const response = {
1278
+ $metadata: deserializeMetadata(output),
1279
+ ...contents
1280
+ };
1281
+ return response;
1282
+ }, "de_DescribeVpcEndpointAssociationCommand");
1195
1283
  var de_DisassociateSubnetsCommand = /* @__PURE__ */ __name(async (output, context) => {
1196
1284
  if (output.statusCode >= 300) {
1197
1285
  return de_CommandError(output, context);
@@ -1322,6 +1410,19 @@ var de_ListTLSInspectionConfigurationsCommand = /* @__PURE__ */ __name(async (ou
1322
1410
  };
1323
1411
  return response;
1324
1412
  }, "de_ListTLSInspectionConfigurationsCommand");
1413
+ var de_ListVpcEndpointAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
1414
+ if (output.statusCode >= 300) {
1415
+ return de_CommandError(output, context);
1416
+ }
1417
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1418
+ let contents = {};
1419
+ contents = (0, import_smithy_client._json)(data);
1420
+ const response = {
1421
+ $metadata: deserializeMetadata(output),
1422
+ ...contents
1423
+ };
1424
+ return response;
1425
+ }, "de_ListVpcEndpointAssociationsCommand");
1325
1426
  var de_PutResourcePolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
1326
1427
  if (output.statusCode >= 300) {
1327
1428
  return de_CommandError(output, context);
@@ -1799,7 +1900,9 @@ var de_DescribeFlowOperationResponse = /* @__PURE__ */ __name((output, context)
1799
1900
  FlowOperationStatus: import_smithy_client.expectString,
1800
1901
  FlowOperationType: import_smithy_client.expectString,
1801
1902
  FlowRequestTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FlowRequestTimestamp"),
1802
- StatusMessage: import_smithy_client.expectString
1903
+ StatusMessage: import_smithy_client.expectString,
1904
+ VpcEndpointAssociationArn: import_smithy_client.expectString,
1905
+ VpcEndpointId: import_smithy_client.expectString
1803
1906
  });
1804
1907
  }, "de_DescribeFlowOperationResponse");
1805
1908
  var de_DescribeRuleGroupMetadataResponse = /* @__PURE__ */ __name((output, context) => {
@@ -1882,7 +1985,9 @@ var de_ListFlowOperationResultsResponse = /* @__PURE__ */ __name((output, contex
1882
1985
  FlowRequestTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FlowRequestTimestamp"),
1883
1986
  Flows: import_smithy_client._json,
1884
1987
  NextToken: import_smithy_client.expectString,
1885
- StatusMessage: import_smithy_client.expectString
1988
+ StatusMessage: import_smithy_client.expectString,
1989
+ VpcEndpointAssociationArn: import_smithy_client.expectString,
1990
+ VpcEndpointId: import_smithy_client.expectString
1886
1991
  });
1887
1992
  }, "de_ListFlowOperationResultsResponse");
1888
1993
  var de_ListFlowOperationsResponse = /* @__PURE__ */ __name((output, context) => {
@@ -2063,6 +2168,21 @@ var CreateTLSInspectionConfigurationCommand = class extends import_smithy_client
2063
2168
  }
2064
2169
  };
2065
2170
 
2171
+ // src/commands/CreateVpcEndpointAssociationCommand.ts
2172
+
2173
+
2174
+
2175
+ var CreateVpcEndpointAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2176
+ return [
2177
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2178
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2179
+ ];
2180
+ }).s("NetworkFirewall_20201112", "CreateVpcEndpointAssociation", {}).n("NetworkFirewallClient", "CreateVpcEndpointAssociationCommand").f(void 0, void 0).ser(se_CreateVpcEndpointAssociationCommand).de(de_CreateVpcEndpointAssociationCommand).build() {
2181
+ static {
2182
+ __name(this, "CreateVpcEndpointAssociationCommand");
2183
+ }
2184
+ };
2185
+
2066
2186
  // src/commands/DeleteFirewallCommand.ts
2067
2187
 
2068
2188
 
@@ -2138,6 +2258,21 @@ var DeleteTLSInspectionConfigurationCommand = class extends import_smithy_client
2138
2258
  }
2139
2259
  };
2140
2260
 
2261
+ // src/commands/DeleteVpcEndpointAssociationCommand.ts
2262
+
2263
+
2264
+
2265
+ var DeleteVpcEndpointAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2266
+ return [
2267
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2268
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2269
+ ];
2270
+ }).s("NetworkFirewall_20201112", "DeleteVpcEndpointAssociation", {}).n("NetworkFirewallClient", "DeleteVpcEndpointAssociationCommand").f(void 0, void 0).ser(se_DeleteVpcEndpointAssociationCommand).de(de_DeleteVpcEndpointAssociationCommand).build() {
2271
+ static {
2272
+ __name(this, "DeleteVpcEndpointAssociationCommand");
2273
+ }
2274
+ };
2275
+
2141
2276
  // src/commands/DescribeFirewallCommand.ts
2142
2277
 
2143
2278
 
@@ -2153,6 +2288,21 @@ var DescribeFirewallCommand = class extends import_smithy_client.Command.classBu
2153
2288
  }
2154
2289
  };
2155
2290
 
2291
+ // src/commands/DescribeFirewallMetadataCommand.ts
2292
+
2293
+
2294
+
2295
+ var DescribeFirewallMetadataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2296
+ return [
2297
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2298
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2299
+ ];
2300
+ }).s("NetworkFirewall_20201112", "DescribeFirewallMetadata", {}).n("NetworkFirewallClient", "DescribeFirewallMetadataCommand").f(void 0, void 0).ser(se_DescribeFirewallMetadataCommand).de(de_DescribeFirewallMetadataCommand).build() {
2301
+ static {
2302
+ __name(this, "DescribeFirewallMetadataCommand");
2303
+ }
2304
+ };
2305
+
2156
2306
  // src/commands/DescribeFirewallPolicyCommand.ts
2157
2307
 
2158
2308
 
@@ -2258,6 +2408,21 @@ var DescribeTLSInspectionConfigurationCommand = class extends import_smithy_clie
2258
2408
  }
2259
2409
  };
2260
2410
 
2411
+ // src/commands/DescribeVpcEndpointAssociationCommand.ts
2412
+
2413
+
2414
+
2415
+ var DescribeVpcEndpointAssociationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2416
+ return [
2417
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2418
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2419
+ ];
2420
+ }).s("NetworkFirewall_20201112", "DescribeVpcEndpointAssociation", {}).n("NetworkFirewallClient", "DescribeVpcEndpointAssociationCommand").f(void 0, void 0).ser(se_DescribeVpcEndpointAssociationCommand).de(de_DescribeVpcEndpointAssociationCommand).build() {
2421
+ static {
2422
+ __name(this, "DescribeVpcEndpointAssociationCommand");
2423
+ }
2424
+ };
2425
+
2261
2426
  // src/commands/DisassociateSubnetsCommand.ts
2262
2427
 
2263
2428
 
@@ -2408,6 +2573,21 @@ var ListTLSInspectionConfigurationsCommand = class extends import_smithy_client.
2408
2573
  }
2409
2574
  };
2410
2575
 
2576
+ // src/commands/ListVpcEndpointAssociationsCommand.ts
2577
+
2578
+
2579
+
2580
+ var ListVpcEndpointAssociationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2581
+ return [
2582
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2583
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2584
+ ];
2585
+ }).s("NetworkFirewall_20201112", "ListVpcEndpointAssociations", {}).n("NetworkFirewallClient", "ListVpcEndpointAssociationsCommand").f(void 0, void 0).ser(se_ListVpcEndpointAssociationsCommand).de(de_ListVpcEndpointAssociationsCommand).build() {
2586
+ static {
2587
+ __name(this, "ListVpcEndpointAssociationsCommand");
2588
+ }
2589
+ };
2590
+
2411
2591
  // src/commands/PutResourcePolicyCommand.ts
2412
2592
 
2413
2593
 
@@ -2656,12 +2836,15 @@ var commands = {
2656
2836
  CreateFirewallPolicyCommand,
2657
2837
  CreateRuleGroupCommand,
2658
2838
  CreateTLSInspectionConfigurationCommand,
2839
+ CreateVpcEndpointAssociationCommand,
2659
2840
  DeleteFirewallCommand,
2660
2841
  DeleteFirewallPolicyCommand,
2661
2842
  DeleteResourcePolicyCommand,
2662
2843
  DeleteRuleGroupCommand,
2663
2844
  DeleteTLSInspectionConfigurationCommand,
2845
+ DeleteVpcEndpointAssociationCommand,
2664
2846
  DescribeFirewallCommand,
2847
+ DescribeFirewallMetadataCommand,
2665
2848
  DescribeFirewallPolicyCommand,
2666
2849
  DescribeFlowOperationCommand,
2667
2850
  DescribeLoggingConfigurationCommand,
@@ -2669,6 +2852,7 @@ var commands = {
2669
2852
  DescribeRuleGroupCommand,
2670
2853
  DescribeRuleGroupMetadataCommand,
2671
2854
  DescribeTLSInspectionConfigurationCommand,
2855
+ DescribeVpcEndpointAssociationCommand,
2672
2856
  DisassociateSubnetsCommand,
2673
2857
  GetAnalysisReportResultsCommand,
2674
2858
  ListAnalysisReportsCommand,
@@ -2679,6 +2863,7 @@ var commands = {
2679
2863
  ListRuleGroupsCommand,
2680
2864
  ListTagsForResourceCommand,
2681
2865
  ListTLSInspectionConfigurationsCommand,
2866
+ ListVpcEndpointAssociationsCommand,
2682
2867
  PutResourcePolicyCommand,
2683
2868
  StartAnalysisReportCommand,
2684
2869
  StartFlowCaptureCommand,
@@ -2738,6 +2923,10 @@ var paginateListTLSInspectionConfigurations = (0, import_core.createPaginator)(N
2738
2923
  // src/pagination/ListTagsForResourcePaginator.ts
2739
2924
 
2740
2925
  var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewallClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
2926
+
2927
+ // src/pagination/ListVpcEndpointAssociationsPaginator.ts
2928
+
2929
+ var paginateListVpcEndpointAssociations = (0, import_core.createPaginator)(NetworkFirewallClient, ListVpcEndpointAssociationsCommand, "NextToken", "NextToken", "MaxResults");
2741
2930
  // Annotate the CommonJS export names for ESM import in node:
2742
2931
 
2743
2932
  0 && (module.exports = {
@@ -2752,12 +2941,15 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
2752
2941
  CreateFirewallPolicyCommand,
2753
2942
  CreateRuleGroupCommand,
2754
2943
  CreateTLSInspectionConfigurationCommand,
2944
+ CreateVpcEndpointAssociationCommand,
2755
2945
  DeleteFirewallCommand,
2756
2946
  DeleteFirewallPolicyCommand,
2757
2947
  DeleteResourcePolicyCommand,
2758
2948
  DeleteRuleGroupCommand,
2759
2949
  DeleteTLSInspectionConfigurationCommand,
2950
+ DeleteVpcEndpointAssociationCommand,
2760
2951
  DescribeFirewallCommand,
2952
+ DescribeFirewallMetadataCommand,
2761
2953
  DescribeFirewallPolicyCommand,
2762
2954
  DescribeFlowOperationCommand,
2763
2955
  DescribeLoggingConfigurationCommand,
@@ -2765,6 +2957,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
2765
2957
  DescribeRuleGroupCommand,
2766
2958
  DescribeRuleGroupMetadataCommand,
2767
2959
  DescribeTLSInspectionConfigurationCommand,
2960
+ DescribeVpcEndpointAssociationCommand,
2768
2961
  DisassociateSubnetsCommand,
2769
2962
  GetAnalysisReportResultsCommand,
2770
2963
  ListAnalysisReportsCommand,
@@ -2775,6 +2968,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
2775
2968
  ListRuleGroupsCommand,
2776
2969
  ListTLSInspectionConfigurationsCommand,
2777
2970
  ListTagsForResourceCommand,
2971
+ ListVpcEndpointAssociationsCommand,
2778
2972
  PutResourcePolicyCommand,
2779
2973
  StartAnalysisReportCommand,
2780
2974
  StartFlowCaptureCommand,
@@ -2800,6 +2994,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
2800
2994
  paginateListRuleGroups,
2801
2995
  paginateListTLSInspectionConfigurations,
2802
2996
  paginateListTagsForResource,
2997
+ paginateListVpcEndpointAssociations,
2803
2998
  EnabledAnalysisType,
2804
2999
  IdentifiedType,
2805
3000
  InternalServerError,
@@ -5,12 +5,15 @@ import { CreateFirewallCommand, } from "./commands/CreateFirewallCommand";
5
5
  import { CreateFirewallPolicyCommand, } from "./commands/CreateFirewallPolicyCommand";
6
6
  import { CreateRuleGroupCommand, } from "./commands/CreateRuleGroupCommand";
7
7
  import { CreateTLSInspectionConfigurationCommand, } from "./commands/CreateTLSInspectionConfigurationCommand";
8
+ import { CreateVpcEndpointAssociationCommand, } from "./commands/CreateVpcEndpointAssociationCommand";
8
9
  import { DeleteFirewallCommand, } from "./commands/DeleteFirewallCommand";
9
10
  import { DeleteFirewallPolicyCommand, } from "./commands/DeleteFirewallPolicyCommand";
10
11
  import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
11
12
  import { DeleteRuleGroupCommand, } from "./commands/DeleteRuleGroupCommand";
12
13
  import { DeleteTLSInspectionConfigurationCommand, } from "./commands/DeleteTLSInspectionConfigurationCommand";
14
+ import { DeleteVpcEndpointAssociationCommand, } from "./commands/DeleteVpcEndpointAssociationCommand";
13
15
  import { DescribeFirewallCommand, } from "./commands/DescribeFirewallCommand";
16
+ import { DescribeFirewallMetadataCommand, } from "./commands/DescribeFirewallMetadataCommand";
14
17
  import { DescribeFirewallPolicyCommand, } from "./commands/DescribeFirewallPolicyCommand";
15
18
  import { DescribeFlowOperationCommand, } from "./commands/DescribeFlowOperationCommand";
16
19
  import { DescribeLoggingConfigurationCommand, } from "./commands/DescribeLoggingConfigurationCommand";
@@ -18,6 +21,7 @@ import { DescribeResourcePolicyCommand, } from "./commands/DescribeResourcePolic
18
21
  import { DescribeRuleGroupCommand, } from "./commands/DescribeRuleGroupCommand";
19
22
  import { DescribeRuleGroupMetadataCommand, } from "./commands/DescribeRuleGroupMetadataCommand";
20
23
  import { DescribeTLSInspectionConfigurationCommand, } from "./commands/DescribeTLSInspectionConfigurationCommand";
24
+ import { DescribeVpcEndpointAssociationCommand, } from "./commands/DescribeVpcEndpointAssociationCommand";
21
25
  import { DisassociateSubnetsCommand, } from "./commands/DisassociateSubnetsCommand";
22
26
  import { GetAnalysisReportResultsCommand, } from "./commands/GetAnalysisReportResultsCommand";
23
27
  import { ListAnalysisReportsCommand, } from "./commands/ListAnalysisReportsCommand";
@@ -28,6 +32,7 @@ import { ListFlowOperationsCommand, } from "./commands/ListFlowOperationsCommand
28
32
  import { ListRuleGroupsCommand, } from "./commands/ListRuleGroupsCommand";
29
33
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
30
34
  import { ListTLSInspectionConfigurationsCommand, } from "./commands/ListTLSInspectionConfigurationsCommand";
35
+ import { ListVpcEndpointAssociationsCommand, } from "./commands/ListVpcEndpointAssociationsCommand";
31
36
  import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
32
37
  import { StartAnalysisReportCommand, } from "./commands/StartAnalysisReportCommand";
33
38
  import { StartFlowCaptureCommand, } from "./commands/StartFlowCaptureCommand";
@@ -52,12 +57,15 @@ const commands = {
52
57
  CreateFirewallPolicyCommand,
53
58
  CreateRuleGroupCommand,
54
59
  CreateTLSInspectionConfigurationCommand,
60
+ CreateVpcEndpointAssociationCommand,
55
61
  DeleteFirewallCommand,
56
62
  DeleteFirewallPolicyCommand,
57
63
  DeleteResourcePolicyCommand,
58
64
  DeleteRuleGroupCommand,
59
65
  DeleteTLSInspectionConfigurationCommand,
66
+ DeleteVpcEndpointAssociationCommand,
60
67
  DescribeFirewallCommand,
68
+ DescribeFirewallMetadataCommand,
61
69
  DescribeFirewallPolicyCommand,
62
70
  DescribeFlowOperationCommand,
63
71
  DescribeLoggingConfigurationCommand,
@@ -65,6 +73,7 @@ const commands = {
65
73
  DescribeRuleGroupCommand,
66
74
  DescribeRuleGroupMetadataCommand,
67
75
  DescribeTLSInspectionConfigurationCommand,
76
+ DescribeVpcEndpointAssociationCommand,
68
77
  DisassociateSubnetsCommand,
69
78
  GetAnalysisReportResultsCommand,
70
79
  ListAnalysisReportsCommand,
@@ -75,6 +84,7 @@ const commands = {
75
84
  ListRuleGroupsCommand,
76
85
  ListTagsForResourceCommand,
77
86
  ListTLSInspectionConfigurationsCommand,
87
+ ListVpcEndpointAssociationsCommand,
78
88
  PutResourcePolicyCommand,
79
89
  StartAnalysisReportCommand,
80
90
  StartFlowCaptureCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateVpcEndpointAssociationCommand, se_CreateVpcEndpointAssociationCommand, } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class CreateVpcEndpointAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("NetworkFirewall_20201112", "CreateVpcEndpointAssociation", {})
17
+ .n("NetworkFirewallClient", "CreateVpcEndpointAssociationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_CreateVpcEndpointAssociationCommand)
20
+ .de(de_CreateVpcEndpointAssociationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteVpcEndpointAssociationCommand, se_DeleteVpcEndpointAssociationCommand, } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class DeleteVpcEndpointAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("NetworkFirewall_20201112", "DeleteVpcEndpointAssociation", {})
17
+ .n("NetworkFirewallClient", "DeleteVpcEndpointAssociationCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteVpcEndpointAssociationCommand)
20
+ .de(de_DeleteVpcEndpointAssociationCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DescribeFirewallMetadataCommand, se_DescribeFirewallMetadataCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class DescribeFirewallMetadataCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("NetworkFirewall_20201112", "DescribeFirewallMetadata", {})
17
+ .n("NetworkFirewallClient", "DescribeFirewallMetadataCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DescribeFirewallMetadataCommand)
20
+ .de(de_DescribeFirewallMetadataCommand)
21
+ .build() {
22
+ }