@aws-sdk/client-ec2 3.79.0 → 3.80.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 (50) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateTransitGatewayConnectCommand.js +1 -2
  3. package/dist-cjs/commands/DescribeCoipPoolsCommand.js +1 -2
  4. package/dist-cjs/commands/DescribeRegionsCommand.js +2 -1
  5. package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +2 -1
  6. package/dist-cjs/commands/RequestSpotInstancesCommand.js +2 -1
  7. package/dist-cjs/models/models_1.js +10 -11
  8. package/dist-cjs/models/models_2.js +12 -12
  9. package/dist-cjs/models/models_3.js +12 -12
  10. package/dist-cjs/models/models_4.js +12 -12
  11. package/dist-cjs/models/models_5.js +12 -12
  12. package/dist-cjs/models/models_6.js +8 -2
  13. package/dist-cjs/protocols/Aws_ec2.js +14 -0
  14. package/dist-es/commands/CreateTransitGatewayConnectCommand.js +1 -2
  15. package/dist-es/commands/DescribeCoipPoolsCommand.js +1 -2
  16. package/dist-es/commands/DescribeRegionsCommand.js +2 -1
  17. package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +2 -1
  18. package/dist-es/commands/RequestSpotInstancesCommand.js +2 -1
  19. package/dist-es/models/models_1.js +5 -4
  20. package/dist-es/models/models_2.js +4 -4
  21. package/dist-es/models/models_3.js +4 -4
  22. package/dist-es/models/models_4.js +4 -4
  23. package/dist-es/models/models_5.js +4 -4
  24. package/dist-es/models/models_6.js +4 -0
  25. package/dist-es/protocols/Aws_ec2.js +14 -0
  26. package/dist-types/EC2.d.ts +5 -4
  27. package/dist-types/commands/CreateKeyPairCommand.d.ts +5 -4
  28. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -2
  29. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -1
  31. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
  32. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -1
  33. package/dist-types/models/models_1.d.ts +10 -26
  34. package/dist-types/models/models_2.d.ts +27 -42
  35. package/dist-types/models/models_3.d.ts +60 -12
  36. package/dist-types/models/models_4.d.ts +13 -13
  37. package/dist-types/models/models_5.d.ts +13 -16
  38. package/dist-types/models/models_6.d.ts +16 -1
  39. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +1 -2
  40. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -2
  41. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/models/models_1.d.ts +6 -14
  45. package/dist-types/ts3.4/models/models_2.d.ts +15 -17
  46. package/dist-types/ts3.4/models/models_3.d.ts +22 -8
  47. package/dist-types/ts3.4/models/models_4.d.ts +9 -9
  48. package/dist-types/ts3.4/models/models_5.d.ts +9 -10
  49. package/dist-types/ts3.4/models/models_6.d.ts +10 -1
  50. package/package.json +8 -8
@@ -1,7 +1,8 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_3";
4
+ import { DescribeRegionsRequest } from "../models/models_3";
5
+ import { DescribeRegionsResult } from "../models/models_4";
5
6
  import { deserializeAws_ec2DescribeRegionsCommand, serializeAws_ec2DescribeRegionsCommand } from "../protocols/Aws_ec2";
6
7
  var DescribeRegionsCommand = (function (_super) {
7
8
  __extends(DescribeRegionsCommand, _super);
@@ -1,7 +1,8 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetFlowLogsIntegrationTemplateRequest, GetFlowLogsIntegrationTemplateResult } from "../models/models_4";
4
+ import { GetFlowLogsIntegrationTemplateRequest } from "../models/models_4";
5
+ import { GetFlowLogsIntegrationTemplateResult } from "../models/models_5";
5
6
  import { deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand, serializeAws_ec2GetFlowLogsIntegrationTemplateCommand, } from "../protocols/Aws_ec2";
6
7
  var GetFlowLogsIntegrationTemplateCommand = (function (_super) {
7
8
  __extends(GetFlowLogsIntegrationTemplateCommand, _super);
@@ -1,7 +1,8 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { RequestSpotInstancesRequest, RequestSpotInstancesResult } from "../models/models_5";
4
+ import { RequestSpotInstancesRequest } from "../models/models_5";
5
+ import { RequestSpotInstancesResult } from "../models/models_6";
5
6
  import { deserializeAws_ec2RequestSpotInstancesCommand, serializeAws_ec2RequestSpotInstancesCommand, } from "../protocols/Aws_ec2";
6
7
  var RequestSpotInstancesCommand = (function (_super) {
7
8
  __extends(RequestSpotInstancesCommand, _super);
@@ -365,6 +365,11 @@ export var CreateIpamScopeResult;
365
365
  (function (CreateIpamScopeResult) {
366
366
  CreateIpamScopeResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
367
  })(CreateIpamScopeResult || (CreateIpamScopeResult = {}));
368
+ export var KeyFormat;
369
+ (function (KeyFormat) {
370
+ KeyFormat["pem"] = "pem";
371
+ KeyFormat["ppk"] = "ppk";
372
+ })(KeyFormat || (KeyFormat = {}));
368
373
  export var KeyType;
369
374
  (function (KeyType) {
370
375
  KeyType["ed25519"] = "ed25519";
@@ -1078,7 +1083,3 @@ export var CreateTransitGatewayConnectRequestOptions;
1078
1083
  (function (CreateTransitGatewayConnectRequestOptions) {
1079
1084
  CreateTransitGatewayConnectRequestOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1080
1085
  })(CreateTransitGatewayConnectRequestOptions || (CreateTransitGatewayConnectRequestOptions = {}));
1081
- export var CreateTransitGatewayConnectRequest;
1082
- (function (CreateTransitGatewayConnectRequest) {
1083
- CreateTransitGatewayConnectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1084
- })(CreateTransitGatewayConnectRequest || (CreateTransitGatewayConnectRequest = {}));
@@ -1,4 +1,8 @@
1
1
  import { __assign } from "tslib";
2
+ export var CreateTransitGatewayConnectRequest;
3
+ (function (CreateTransitGatewayConnectRequest) {
4
+ CreateTransitGatewayConnectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
+ })(CreateTransitGatewayConnectRequest || (CreateTransitGatewayConnectRequest = {}));
2
6
  export var TransitGatewayConnectOptions;
3
7
  (function (TransitGatewayConnectOptions) {
4
8
  TransitGatewayConnectOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1155,7 +1159,3 @@ export var DescribeClientVpnTargetNetworksResult;
1155
1159
  (function (DescribeClientVpnTargetNetworksResult) {
1156
1160
  DescribeClientVpnTargetNetworksResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1157
1161
  })(DescribeClientVpnTargetNetworksResult || (DescribeClientVpnTargetNetworksResult = {}));
1158
- export var DescribeCoipPoolsRequest;
1159
- (function (DescribeCoipPoolsRequest) {
1160
- DescribeCoipPoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1161
- })(DescribeCoipPoolsRequest || (DescribeCoipPoolsRequest = {}));
@@ -1,4 +1,8 @@
1
1
  import { __assign } from "tslib";
2
+ export var DescribeCoipPoolsRequest;
3
+ (function (DescribeCoipPoolsRequest) {
4
+ DescribeCoipPoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
+ })(DescribeCoipPoolsRequest || (DescribeCoipPoolsRequest = {}));
2
6
  export var CoipPool;
3
7
  (function (CoipPool) {
4
8
  CoipPool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1075,7 +1079,3 @@ export var Region;
1075
1079
  (function (Region) {
1076
1080
  Region.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1077
1081
  })(Region || (Region = {}));
1078
- export var DescribeRegionsResult;
1079
- (function (DescribeRegionsResult) {
1080
- DescribeRegionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1081
- })(DescribeRegionsResult || (DescribeRegionsResult = {}));
@@ -1,4 +1,8 @@
1
1
  import { __assign } from "tslib";
2
+ export var DescribeRegionsResult;
3
+ (function (DescribeRegionsResult) {
4
+ DescribeRegionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
+ })(DescribeRegionsResult || (DescribeRegionsResult = {}));
2
6
  export var DescribeReplaceRootVolumeTasksRequest;
3
7
  (function (DescribeReplaceRootVolumeTasksRequest) {
4
8
  DescribeReplaceRootVolumeTasksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1158,7 +1162,3 @@ export var GetFlowLogsIntegrationTemplateRequest;
1158
1162
  (function (GetFlowLogsIntegrationTemplateRequest) {
1159
1163
  GetFlowLogsIntegrationTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1160
1164
  })(GetFlowLogsIntegrationTemplateRequest || (GetFlowLogsIntegrationTemplateRequest = {}));
1161
- export var GetFlowLogsIntegrationTemplateResult;
1162
- (function (GetFlowLogsIntegrationTemplateResult) {
1163
- GetFlowLogsIntegrationTemplateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1164
- })(GetFlowLogsIntegrationTemplateResult || (GetFlowLogsIntegrationTemplateResult = {}));
@@ -1,5 +1,9 @@
1
1
  import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ export var GetFlowLogsIntegrationTemplateResult;
4
+ (function (GetFlowLogsIntegrationTemplateResult) {
5
+ GetFlowLogsIntegrationTemplateResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(GetFlowLogsIntegrationTemplateResult || (GetFlowLogsIntegrationTemplateResult = {}));
3
7
  export var GetGroupsForCapacityReservationRequest;
4
8
  (function (GetGroupsForCapacityReservationRequest) {
5
9
  GetGroupsForCapacityReservationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1186,7 +1190,3 @@ export var RequestSpotInstancesRequest;
1186
1190
  (function (RequestSpotInstancesRequest) {
1187
1191
  RequestSpotInstancesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1188
1192
  })(RequestSpotInstancesRequest || (RequestSpotInstancesRequest = {}));
1189
- export var RequestSpotInstancesResult;
1190
- (function (RequestSpotInstancesResult) {
1191
- RequestSpotInstancesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1192
- })(RequestSpotInstancesResult || (RequestSpotInstancesResult = {}));
@@ -1,5 +1,9 @@
1
1
  import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ export var RequestSpotInstancesResult;
4
+ (function (RequestSpotInstancesResult) {
5
+ RequestSpotInstancesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(RequestSpotInstancesResult || (RequestSpotInstancesResult = {}));
3
7
  export var ResetAddressAttributeRequest;
4
8
  (function (ResetAddressAttributeRequest) {
5
9
  ResetAddressAttributeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -31429,6 +31429,9 @@ var serializeAws_ec2CreateKeyPairRequest = function (input, context) {
31429
31429
  entries[loc] = value;
31430
31430
  });
31431
31431
  }
31432
+ if (input.KeyFormat !== undefined && input.KeyFormat !== null) {
31433
+ entries["KeyFormat"] = input.KeyFormat;
31434
+ }
31432
31435
  return entries;
31433
31436
  };
31434
31437
  var serializeAws_ec2CreateLaunchTemplateRequest = function (input, context) {
@@ -35335,6 +35338,9 @@ var serializeAws_ec2DescribeKeyPairsRequest = function (input, context) {
35335
35338
  if (input.DryRun !== undefined && input.DryRun !== null) {
35336
35339
  entries["DryRun"] = input.DryRun;
35337
35340
  }
35341
+ if (input.IncludePublicKey !== undefined && input.IncludePublicKey !== null) {
35342
+ entries["IncludePublicKey"] = input.IncludePublicKey;
35343
+ }
35338
35344
  return entries;
35339
35345
  };
35340
35346
  var serializeAws_ec2DescribeLaunchTemplatesRequest = function (input, context) {
@@ -63074,6 +63080,8 @@ var deserializeAws_ec2KeyPairInfo = function (output, context) {
63074
63080
  KeyName: undefined,
63075
63081
  KeyType: undefined,
63076
63082
  Tags: undefined,
63083
+ PublicKey: undefined,
63084
+ CreateTime: undefined,
63077
63085
  };
63078
63086
  if (output["keyPairId"] !== undefined) {
63079
63087
  contents.KeyPairId = __expectString(output["keyPairId"]);
@@ -63093,6 +63101,12 @@ var deserializeAws_ec2KeyPairInfo = function (output, context) {
63093
63101
  if (output["tagSet"] !== undefined && output["tagSet"]["item"] !== undefined) {
63094
63102
  contents.Tags = deserializeAws_ec2TagList(__getArrayIfSingleItem(output["tagSet"]["item"]), context);
63095
63103
  }
63104
+ if (output["publicKey"] !== undefined) {
63105
+ contents.PublicKey = __expectString(output["publicKey"]);
63106
+ }
63107
+ if (output["createTime"] !== undefined) {
63108
+ contents.CreateTime = __expectNonNull(__parseRfc3339DateTime(output["createTime"]));
63109
+ }
63096
63110
  return contents;
63097
63111
  };
63098
63112
  var deserializeAws_ec2KeyPairList = function (output, context) {
@@ -1407,10 +1407,11 @@ export declare class EC2 extends EC2Client {
1407
1407
  createIpamScope(args: CreateIpamScopeCommandInput, cb: (err: any, data?: CreateIpamScopeCommandOutput) => void): void;
1408
1408
  createIpamScope(args: CreateIpamScopeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIpamScopeCommandOutput) => void): void;
1409
1409
  /**
1410
- * <p>Creates an ED25519 or 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public
1411
- * key and displays the private key for you to save to a file. The private key is returned
1412
- * as an unencrypted PEM encoded PKCS#1 private key. If a key with the specified name
1413
- * already exists, Amazon EC2 returns an error.</p>
1410
+ * <p>Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the
1411
+ * specified PEM or PPK format. Amazon EC2 stores the public key and displays the private
1412
+ * key for you to save to a file. The private key is returned as an unencrypted PEM encoded
1413
+ * PKCS#1 private key or an unencrypted PPK formatted private key for use with PuTTY. If a
1414
+ * key with the specified name already exists, Amazon EC2 returns an error.</p>
1414
1415
  * <p>The key pair returned to you is available only in the Amazon Web Services Region in which you create it.
1415
1416
  * If you prefer, you can create your own key pair using a third-party tool and upload it
1416
1417
  * to any Region using <a>ImportKeyPair</a>.</p>
@@ -7,10 +7,11 @@ export interface CreateKeyPairCommandInput extends CreateKeyPairRequest {
7
7
  export interface CreateKeyPairCommandOutput extends KeyPair, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates an ED25519 or 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public
11
- * key and displays the private key for you to save to a file. The private key is returned
12
- * as an unencrypted PEM encoded PKCS#1 private key. If a key with the specified name
13
- * already exists, Amazon EC2 returns an error.</p>
10
+ * <p>Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the
11
+ * specified PEM or PPK format. Amazon EC2 stores the public key and displays the private
12
+ * key for you to save to a file. The private key is returned as an unencrypted PEM encoded
13
+ * PKCS#1 private key or an unencrypted PPK formatted private key for use with PuTTY. If a
14
+ * key with the specified name already exists, Amazon EC2 returns an error.</p>
14
15
  * <p>The key pair returned to you is available only in the Amazon Web Services Region in which you create it.
15
16
  * If you prefer, you can create your own key pair using a third-party tool and upload it
16
17
  * to any Region using <a>ImportKeyPair</a>.</p>
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { CreateTransitGatewayConnectRequest } from "../models/models_1";
5
- import { CreateTransitGatewayConnectResult } from "../models/models_2";
4
+ import { CreateTransitGatewayConnectRequest, CreateTransitGatewayConnectResult } from "../models/models_2";
6
5
  export interface CreateTransitGatewayConnectCommandInput extends CreateTransitGatewayConnectRequest {
7
6
  }
8
7
  export interface CreateTransitGatewayConnectCommandOutput extends CreateTransitGatewayConnectResult, __MetadataBearer {
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeCoipPoolsRequest } from "../models/models_2";
5
- import { DescribeCoipPoolsResult } from "../models/models_3";
4
+ import { DescribeCoipPoolsRequest, DescribeCoipPoolsResult } from "../models/models_3";
6
5
  export interface DescribeCoipPoolsCommandInput extends DescribeCoipPoolsRequest {
7
6
  }
8
7
  export interface DescribeCoipPoolsCommandOutput extends DescribeCoipPoolsResult, __MetadataBearer {
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_3";
4
+ import { DescribeRegionsRequest } from "../models/models_3";
5
+ import { DescribeRegionsResult } from "../models/models_4";
5
6
  export interface DescribeRegionsCommandInput extends DescribeRegionsRequest {
6
7
  }
7
8
  export interface DescribeRegionsCommandOutput extends DescribeRegionsResult, __MetadataBearer {
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { GetFlowLogsIntegrationTemplateRequest, GetFlowLogsIntegrationTemplateResult } from "../models/models_4";
4
+ import { GetFlowLogsIntegrationTemplateRequest } from "../models/models_4";
5
+ import { GetFlowLogsIntegrationTemplateResult } from "../models/models_5";
5
6
  export interface GetFlowLogsIntegrationTemplateCommandInput extends GetFlowLogsIntegrationTemplateRequest {
6
7
  }
7
8
  export interface GetFlowLogsIntegrationTemplateCommandOutput extends GetFlowLogsIntegrationTemplateResult, __MetadataBearer {
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { RequestSpotInstancesRequest, RequestSpotInstancesResult } from "../models/models_5";
4
+ import { RequestSpotInstancesRequest } from "../models/models_5";
5
+ import { RequestSpotInstancesResult } from "../models/models_6";
5
6
  export interface RequestSpotInstancesCommandInput extends RequestSpotInstancesRequest {
6
7
  }
7
8
  export interface RequestSpotInstancesCommandOutput extends RequestSpotInstancesResult, __MetadataBearer {
@@ -2864,6 +2864,10 @@ export declare namespace CreateIpamScopeResult {
2864
2864
  */
2865
2865
  const filterSensitiveLog: (obj: CreateIpamScopeResult) => any;
2866
2866
  }
2867
+ export declare enum KeyFormat {
2868
+ pem = "pem",
2869
+ ppk = "ppk"
2870
+ }
2867
2871
  export declare enum KeyType {
2868
2872
  ed25519 = "ed25519",
2869
2873
  rsa = "rsa"
@@ -2890,6 +2894,12 @@ export interface CreateKeyPairRequest {
2890
2894
  * <p>The tags to apply to the new key pair.</p>
2891
2895
  */
2892
2896
  TagSpecifications?: TagSpecification[];
2897
+ /**
2898
+ * <p>The format of the key pair.</p>
2899
+ * <p>Default: <code>pem</code>
2900
+ * </p>
2901
+ */
2902
+ KeyFormat?: KeyFormat | string;
2893
2903
  }
2894
2904
  export declare namespace CreateKeyPairRequest {
2895
2905
  /**
@@ -8403,29 +8413,3 @@ export declare namespace CreateTransitGatewayConnectRequestOptions {
8403
8413
  */
8404
8414
  const filterSensitiveLog: (obj: CreateTransitGatewayConnectRequestOptions) => any;
8405
8415
  }
8406
- export interface CreateTransitGatewayConnectRequest {
8407
- /**
8408
- * <p>The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.</p>
8409
- */
8410
- TransportTransitGatewayAttachmentId: string | undefined;
8411
- /**
8412
- * <p>The Connect attachment options.</p>
8413
- */
8414
- Options: CreateTransitGatewayConnectRequestOptions | undefined;
8415
- /**
8416
- * <p>The tags to apply to the Connect attachment.</p>
8417
- */
8418
- TagSpecifications?: TagSpecification[];
8419
- /**
8420
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8421
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8422
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8423
- */
8424
- DryRun?: boolean;
8425
- }
8426
- export declare namespace CreateTransitGatewayConnectRequest {
8427
- /**
8428
- * @internal
8429
- */
8430
- const filterSensitiveLog: (obj: CreateTransitGatewayConnectRequest) => any;
8431
- }
@@ -1,5 +1,31 @@
1
1
  import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, DnsSupportValue, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
- import { GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, VolumeType } from "./models_1";
2
+ import { CreateTransitGatewayConnectRequestOptions, GroupIdentifier, Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ProtocolValue, SubnetCidrReservation, TransitGateway, VolumeType } from "./models_1";
3
+ export interface CreateTransitGatewayConnectRequest {
4
+ /**
5
+ * <p>The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.</p>
6
+ */
7
+ TransportTransitGatewayAttachmentId: string | undefined;
8
+ /**
9
+ * <p>The Connect attachment options.</p>
10
+ */
11
+ Options: CreateTransitGatewayConnectRequestOptions | undefined;
12
+ /**
13
+ * <p>The tags to apply to the Connect attachment.</p>
14
+ */
15
+ TagSpecifications?: TagSpecification[];
16
+ /**
17
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
18
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
19
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
20
+ */
21
+ DryRun?: boolean;
22
+ }
23
+ export declare namespace CreateTransitGatewayConnectRequest {
24
+ /**
25
+ * @internal
26
+ */
27
+ const filterSensitiveLog: (obj: CreateTransitGatewayConnectRequest) => any;
28
+ }
3
29
  /**
4
30
  * <p>Describes the Connect attachment options.</p>
5
31
  */
@@ -6862,44 +6888,3 @@ export declare namespace DescribeClientVpnTargetNetworksResult {
6862
6888
  */
6863
6889
  const filterSensitiveLog: (obj: DescribeClientVpnTargetNetworksResult) => any;
6864
6890
  }
6865
- export interface DescribeCoipPoolsRequest {
6866
- /**
6867
- * <p>The IDs of the address pools.</p>
6868
- */
6869
- PoolIds?: string[];
6870
- /**
6871
- * <p>One or more filters.</p>
6872
- * <ul>
6873
- * <li>
6874
- * <p>
6875
- * <code>coip-pool.local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
6876
- * </li>
6877
- * <li>
6878
- * <p>
6879
- * <code>coip-pool.pool-id</code> - The ID of the address pool.</p>
6880
- * </li>
6881
- * </ul>
6882
- */
6883
- Filters?: Filter[];
6884
- /**
6885
- * <p>The maximum number of results to return with a single call.
6886
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6887
- */
6888
- MaxResults?: number;
6889
- /**
6890
- * <p>The token for the next page of results.</p>
6891
- */
6892
- NextToken?: string;
6893
- /**
6894
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6895
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6896
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6897
- */
6898
- DryRun?: boolean;
6899
- }
6900
- export declare namespace DescribeCoipPoolsRequest {
6901
- /**
6902
- * @internal
6903
- */
6904
- const filterSensitiveLog: (obj: DescribeCoipPoolsRequest) => any;
6905
- }
@@ -1,6 +1,47 @@
1
1
  import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AlternatePathHint, AnalysisAclRule, AnalysisComponent, AnalysisRouteTableRoute, AnalysisSecurityGroupRule, AttachmentStatus, AttributeValue, AutoPlacement, CurrencyCodeValues, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, FleetExcessCapacityTerminationPolicy, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, PathComponent, PortRange, Tag, TransitGatewayRouteTableRoute } from "./models_0";
2
2
  import { BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, ExportTask, FleetCapacityReservationUsageStrategy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType } from "./models_1";
3
3
  import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_2";
4
+ export interface DescribeCoipPoolsRequest {
5
+ /**
6
+ * <p>The IDs of the address pools.</p>
7
+ */
8
+ PoolIds?: string[];
9
+ /**
10
+ * <p>One or more filters.</p>
11
+ * <ul>
12
+ * <li>
13
+ * <p>
14
+ * <code>coip-pool.local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
15
+ * </li>
16
+ * <li>
17
+ * <p>
18
+ * <code>coip-pool.pool-id</code> - The ID of the address pool.</p>
19
+ * </li>
20
+ * </ul>
21
+ */
22
+ Filters?: Filter[];
23
+ /**
24
+ * <p>The maximum number of results to return with a single call.
25
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
26
+ */
27
+ MaxResults?: number;
28
+ /**
29
+ * <p>The token for the next page of results.</p>
30
+ */
31
+ NextToken?: string;
32
+ /**
33
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
34
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
35
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
36
+ */
37
+ DryRun?: boolean;
38
+ }
39
+ export declare namespace DescribeCoipPoolsRequest {
40
+ /**
41
+ * @internal
42
+ */
43
+ const filterSensitiveLog: (obj: DescribeCoipPoolsRequest) => any;
44
+ }
4
45
  /**
5
46
  * <p>Describes a customer-owned address pool.</p>
6
47
  */
@@ -7379,6 +7420,12 @@ export interface DescribeKeyPairsRequest {
7379
7420
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7380
7421
  */
7381
7422
  DryRun?: boolean;
7423
+ /**
7424
+ * <p>If <code>true</code>, the public key material is included in the response.</p>
7425
+ * <p>Default: <code>false</code>
7426
+ * </p>
7427
+ */
7428
+ IncludePublicKey?: boolean;
7382
7429
  }
7383
7430
  export declare namespace DescribeKeyPairsRequest {
7384
7431
  /**
@@ -7429,6 +7476,19 @@ export interface KeyPairInfo {
7429
7476
  * <p>Any tags applied to the key pair.</p>
7430
7477
  */
7431
7478
  Tags?: Tag[];
7479
+ /**
7480
+ * <p>The public key material.</p>
7481
+ */
7482
+ PublicKey?: string;
7483
+ /**
7484
+ * <p>If you used Amazon EC2 to create the key pair, this is the date and time when the key
7485
+ * was created, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
7486
+ * 8601 date-time format</a>, in the UTC time zone.</p>
7487
+ * <p>If you imported an existing key pair to Amazon EC2, this is the date and time the key
7488
+ * was imported, in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO
7489
+ * 8601 date-time format</a>, in the UTC time zone.</p>
7490
+ */
7491
+ CreateTime?: Date;
7432
7492
  }
7433
7493
  export declare namespace KeyPairInfo {
7434
7494
  /**
@@ -10028,15 +10088,3 @@ export declare namespace Region {
10028
10088
  */
10029
10089
  const filterSensitiveLog: (obj: Region) => any;
10030
10090
  }
10031
- export interface DescribeRegionsResult {
10032
- /**
10033
- * <p>Information about the Regions.</p>
10034
- */
10035
- Regions?: Region[];
10036
- }
10037
- export declare namespace DescribeRegionsResult {
10038
- /**
10039
- * @internal
10040
- */
10041
- const filterSensitiveLog: (obj: DescribeRegionsResult) => any;
10042
- }
@@ -1,7 +1,19 @@
1
1
  import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AssociationStatus, BatchState, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { BlockDeviceMapping, DiskImageFormat, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, VolumeType } from "./models_1";
3
3
  import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceTypeDetail, State, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
- import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode } from "./models_3";
4
+ import { AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PermissionGroup, ProductCode, Region } from "./models_3";
5
+ export interface DescribeRegionsResult {
6
+ /**
7
+ * <p>Information about the Regions.</p>
8
+ */
9
+ Regions?: Region[];
10
+ }
11
+ export declare namespace DescribeRegionsResult {
12
+ /**
13
+ * @internal
14
+ */
15
+ const filterSensitiveLog: (obj: DescribeRegionsResult) => any;
16
+ }
5
17
  export interface DescribeReplaceRootVolumeTasksRequest {
6
18
  /**
7
19
  * <p>The ID of the root volume replacement task to view.</p>
@@ -9305,15 +9317,3 @@ export declare namespace GetFlowLogsIntegrationTemplateRequest {
9305
9317
  */
9306
9318
  const filterSensitiveLog: (obj: GetFlowLogsIntegrationTemplateRequest) => any;
9307
9319
  }
9308
- export interface GetFlowLogsIntegrationTemplateResult {
9309
- /**
9310
- * <p>The generated CloudFormation template.</p>
9311
- */
9312
- Result?: string;
9313
- }
9314
- export declare namespace GetFlowLogsIntegrationTemplateResult {
9315
- /**
9316
- * @internal
9317
- */
9318
- const filterSensitiveLog: (obj: GetFlowLogsIntegrationTemplateResult) => any;
9319
- }
@@ -2,7 +2,19 @@ import { _InstanceType, AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddP
2
2
  import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DiskImageFormat, FleetLaunchTemplateConfigRequest, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceTag, IpamScope, LaunchTemplate, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, RuleAction, ShutdownBehavior, SpotInstanceType, SubnetCidrReservation, TargetCapacitySpecificationRequest, TargetCapacityUnitType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, VolumeType, VpnEcmpSupportValue } from "./models_1";
3
3
  import { Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayPrefixListReference, TransitGatewayRoute, VpnConnection } from "./models_2";
4
4
  import { AnalysisStatus, ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PaymentOption, PermissionGroup, PublicIpv4PoolRange, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_3";
5
- import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VolumeModification } from "./models_4";
5
+ import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceFamilyCreditSpecification, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotPlacement, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VolumeModification } from "./models_4";
6
+ export interface GetFlowLogsIntegrationTemplateResult {
7
+ /**
8
+ * <p>The generated CloudFormation template.</p>
9
+ */
10
+ Result?: string;
11
+ }
12
+ export declare namespace GetFlowLogsIntegrationTemplateResult {
13
+ /**
14
+ * @internal
15
+ */
16
+ const filterSensitiveLog: (obj: GetFlowLogsIntegrationTemplateResult) => any;
17
+ }
6
18
  export interface GetGroupsForCapacityReservationRequest {
7
19
  /**
8
20
  * <p>The ID of the Capacity Reservation.</p>
@@ -7853,18 +7865,3 @@ export declare namespace RequestSpotInstancesRequest {
7853
7865
  */
7854
7866
  const filterSensitiveLog: (obj: RequestSpotInstancesRequest) => any;
7855
7867
  }
7856
- /**
7857
- * <p>Contains the output of RequestSpotInstances.</p>
7858
- */
7859
- export interface RequestSpotInstancesResult {
7860
- /**
7861
- * <p>One or more Spot Instance requests.</p>
7862
- */
7863
- SpotInstanceRequests?: SpotInstanceRequest[];
7864
- }
7865
- export declare namespace RequestSpotInstancesResult {
7866
- /**
7867
- * @internal
7868
- */
7869
- const filterSensitiveLog: (obj: RequestSpotInstancesResult) => any;
7870
- }
@@ -2,8 +2,23 @@ import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, Clien
2
2
  import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
3
3
  import { ClientVpnConnectionStatus, Filter, TransitGatewayRoute } from "./models_2";
4
4
  import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis } from "./models_3";
5
- import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SnapshotAttributeName } from "./models_4";
5
+ import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotInstanceRequest } from "./models_4";
6
6
  import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_5";
7
+ /**
8
+ * <p>Contains the output of RequestSpotInstances.</p>
9
+ */
10
+ export interface RequestSpotInstancesResult {
11
+ /**
12
+ * <p>One or more Spot Instance requests.</p>
13
+ */
14
+ SpotInstanceRequests?: SpotInstanceRequest[];
15
+ }
16
+ export declare namespace RequestSpotInstancesResult {
17
+ /**
18
+ * @internal
19
+ */
20
+ const filterSensitiveLog: (obj: RequestSpotInstancesResult) => any;
21
+ }
7
22
  export interface ResetAddressAttributeRequest {
8
23
  /**
9
24
  * <p>[EC2-VPC] The allocation ID.</p>
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { CreateTransitGatewayConnectRequest } from "../models/models_1";
5
- import { CreateTransitGatewayConnectResult } from "../models/models_2";
4
+ import { CreateTransitGatewayConnectRequest, CreateTransitGatewayConnectResult } from "../models/models_2";
6
5
  export interface CreateTransitGatewayConnectCommandInput extends CreateTransitGatewayConnectRequest {
7
6
  }
8
7
  export interface CreateTransitGatewayConnectCommandOutput extends CreateTransitGatewayConnectResult, __MetadataBearer {
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeCoipPoolsRequest } from "../models/models_2";
5
- import { DescribeCoipPoolsResult } from "../models/models_3";
4
+ import { DescribeCoipPoolsRequest, DescribeCoipPoolsResult } from "../models/models_3";
6
5
  export interface DescribeCoipPoolsCommandInput extends DescribeCoipPoolsRequest {
7
6
  }
8
7
  export interface DescribeCoipPoolsCommandOutput extends DescribeCoipPoolsResult, __MetadataBearer {