@jjrawlins/cdk-ami-builder 0.0.23 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +12 -12
- package/cdk-ami-builder/jsii/jsii.go +2 -2
- package/cdk-ami-builder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +123 -5
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +0 -4
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +124 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +7 -10
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +0 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +11 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +100 -65
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +45 -31
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +149 -22
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +11 -12
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +12 -10
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +20 -2
- package/node_modules/@aws-sdk/client-ec2/package.json +19 -19
- package/node_modules/@aws-sdk/client-ecs/package.json +18 -18
- package/node_modules/@aws-sdk/client-kms/package.json +18 -18
- package/node_modules/@aws-sdk/client-s3/package.json +28 -28
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +18 -18
- package/node_modules/@aws-sdk/client-sfn/package.json +18 -18
- package/node_modules/@aws-sdk/client-sns/package.json +18 -18
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageBatchCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/commands/SendMessageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/package.json +19 -19
- package/node_modules/@aws-sdk/client-ssm/package.json +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +17 -17
- package/node_modules/@aws-sdk/core/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringHasher.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +5 -4
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +6 -5
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +8 -7
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -3
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
- package/node_modules/@aws-sdk/region-config-resolver/package.json +3 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/package.json +2 -1
- package/node_modules/@aws-sdk/util-arn-parser/package.json +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -3
- package/node_modules/@aws-sdk/util-format-url/package.json +3 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -1
- package/node_modules/cdk-iam-floyd/README.md +3 -3
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -9
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -4
- package/node_modules/cdk-iam-floyd/lib/generated/aws-managed-policies/iam-floyd.js +3 -5
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.d.ts +23 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudformation.js +29 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.d.ts +133 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/cloudwatchobservabilityadminservice.js +166 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticvmwareservice.d.ts +16 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/elasticvmwareservice.js +24 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.d.ts +333 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenter.js +334 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenterdirectory.d.ts +108 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenterdirectory.js +109 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenteroidcservice.d.ts +4 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/iamidentitycenteroidcservice.js +5 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identitystore.d.ts +93 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/identitystore.js +103 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.d.ts +24 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/invoicingservice.js +34 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qinconnect.d.ts +8 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/qinconnect.js +12 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.d.ts +2 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/s3.js +3 -1
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/taxsettings.d.ts +48 -0
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/taxsettings.js +68 -2
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.d.ts +6 -14
- package/node_modules/cdk-iam-floyd/lib/generated/policy-statements/workspaces.js +7 -18
- package/node_modules/cdk-iam-floyd/package.json +4 -4
- package/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-es/fixture.js +0 -13
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-types/fixture.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-sdk-ec2/dist-types/ts3.4/fixture.d.ts +0 -12
|
@@ -21234,6 +21234,13 @@ const se_CreateVpnGatewayRequest = (input, context) => {
|
|
|
21234
21234
|
}
|
|
21235
21235
|
return entries;
|
|
21236
21236
|
};
|
|
21237
|
+
const se_CreationDateConditionRequest = (input, context) => {
|
|
21238
|
+
const entries = {};
|
|
21239
|
+
if (input[_MDSC] != null) {
|
|
21240
|
+
entries[_MDSC] = input[_MDSC];
|
|
21241
|
+
}
|
|
21242
|
+
return entries;
|
|
21243
|
+
};
|
|
21237
21244
|
const se_CreditSpecificationRequest = (input, context) => {
|
|
21238
21245
|
const entries = {};
|
|
21239
21246
|
if (input[_CCp] != null) {
|
|
@@ -22263,6 +22270,13 @@ const se_DeleteVpnGatewayRequest = (input, context) => {
|
|
|
22263
22270
|
}
|
|
22264
22271
|
return entries;
|
|
22265
22272
|
};
|
|
22273
|
+
const se_DeprecationTimeConditionRequest = (input, context) => {
|
|
22274
|
+
const entries = {};
|
|
22275
|
+
if (input[_MDSD] != null) {
|
|
22276
|
+
entries[_MDSD] = input[_MDSD];
|
|
22277
|
+
}
|
|
22278
|
+
return entries;
|
|
22279
|
+
};
|
|
22266
22280
|
const se_DeprovisionByoipCidrRequest = (input, context) => {
|
|
22267
22281
|
const entries = {};
|
|
22268
22282
|
if (input[_C] != null) {
|
|
@@ -29477,6 +29491,34 @@ const se_ImageCriterionRequest = (input, context) => {
|
|
|
29477
29491
|
entries[loc] = value;
|
|
29478
29492
|
});
|
|
29479
29493
|
}
|
|
29494
|
+
if (input[_MPC] != null) {
|
|
29495
|
+
const memberEntries = se_MarketplaceProductCodeRequestList(input[_MPC], context);
|
|
29496
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29497
|
+
const loc = `MarketplaceProductCode.${key.substring(key.indexOf(".") + 1)}`;
|
|
29498
|
+
entries[loc] = value;
|
|
29499
|
+
});
|
|
29500
|
+
}
|
|
29501
|
+
if (input[_INm] != null) {
|
|
29502
|
+
const memberEntries = se_ImageNameRequestList(input[_INm], context);
|
|
29503
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29504
|
+
const loc = `ImageName.${key.substring(key.indexOf(".") + 1)}`;
|
|
29505
|
+
entries[loc] = value;
|
|
29506
|
+
});
|
|
29507
|
+
}
|
|
29508
|
+
if (input[_DTC] != null) {
|
|
29509
|
+
const memberEntries = se_DeprecationTimeConditionRequest(input[_DTC], context);
|
|
29510
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29511
|
+
const loc = `DeprecationTimeCondition.${key}`;
|
|
29512
|
+
entries[loc] = value;
|
|
29513
|
+
});
|
|
29514
|
+
}
|
|
29515
|
+
if (input[_CDC] != null) {
|
|
29516
|
+
const memberEntries = se_CreationDateConditionRequest(input[_CDC], context);
|
|
29517
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29518
|
+
const loc = `CreationDateCondition.${key}`;
|
|
29519
|
+
entries[loc] = value;
|
|
29520
|
+
});
|
|
29521
|
+
}
|
|
29480
29522
|
return entries;
|
|
29481
29523
|
};
|
|
29482
29524
|
const se_ImageCriterionRequestList = (input, context) => {
|
|
@@ -29559,6 +29601,18 @@ const se_ImageIdStringList = (input, context) => {
|
|
|
29559
29601
|
}
|
|
29560
29602
|
return entries;
|
|
29561
29603
|
};
|
|
29604
|
+
const se_ImageNameRequestList = (input, context) => {
|
|
29605
|
+
const entries = {};
|
|
29606
|
+
let counter = 1;
|
|
29607
|
+
for (const entry of input) {
|
|
29608
|
+
if (entry === null) {
|
|
29609
|
+
continue;
|
|
29610
|
+
}
|
|
29611
|
+
entries[`Item.${counter}`] = entry;
|
|
29612
|
+
counter++;
|
|
29613
|
+
}
|
|
29614
|
+
return entries;
|
|
29615
|
+
};
|
|
29562
29616
|
const se_ImageProviderRequestList = (input, context) => {
|
|
29563
29617
|
const entries = {};
|
|
29564
29618
|
let counter = 1;
|
|
@@ -31924,6 +31978,18 @@ const se_MacSystemIntegrityProtectionConfigurationRequest = (input, context) =>
|
|
|
31924
31978
|
}
|
|
31925
31979
|
return entries;
|
|
31926
31980
|
};
|
|
31981
|
+
const se_MarketplaceProductCodeRequestList = (input, context) => {
|
|
31982
|
+
const entries = {};
|
|
31983
|
+
let counter = 1;
|
|
31984
|
+
for (const entry of input) {
|
|
31985
|
+
if (entry === null) {
|
|
31986
|
+
continue;
|
|
31987
|
+
}
|
|
31988
|
+
entries[`Item.${counter}`] = entry;
|
|
31989
|
+
counter++;
|
|
31990
|
+
}
|
|
31991
|
+
return entries;
|
|
31992
|
+
};
|
|
31927
31993
|
const se_MemoryGiBPerVCpu = (input, context) => {
|
|
31928
31994
|
const entries = {};
|
|
31929
31995
|
if (input[_M] != null) {
|
|
@@ -43447,6 +43513,13 @@ const de_CreateVpnGatewayResult = (output, context) => {
|
|
|
43447
43513
|
}
|
|
43448
43514
|
return contents;
|
|
43449
43515
|
};
|
|
43516
|
+
const de_CreationDateCondition = (output, context) => {
|
|
43517
|
+
const contents = {};
|
|
43518
|
+
if (output[_mDSC] != null) {
|
|
43519
|
+
contents[_MDSC] = __strictParseInt32(output[_mDSC]);
|
|
43520
|
+
}
|
|
43521
|
+
return contents;
|
|
43522
|
+
};
|
|
43450
43523
|
const de_CreditSpecification = (output, context) => {
|
|
43451
43524
|
const contents = {};
|
|
43452
43525
|
if (output[_cCp] != null) {
|
|
@@ -44185,6 +44258,13 @@ const de_DeleteVpcPeeringConnectionResult = (output, context) => {
|
|
|
44185
44258
|
}
|
|
44186
44259
|
return contents;
|
|
44187
44260
|
};
|
|
44261
|
+
const de_DeprecationTimeCondition = (output, context) => {
|
|
44262
|
+
const contents = {};
|
|
44263
|
+
if (output[_mDSD] != null) {
|
|
44264
|
+
contents[_MDSD] = __strictParseInt32(output[_mDSD]);
|
|
44265
|
+
}
|
|
44266
|
+
return contents;
|
|
44267
|
+
};
|
|
44188
44268
|
const de_DeprovisionByoipCidrResult = (output, context) => {
|
|
44189
44269
|
const contents = {};
|
|
44190
44270
|
if (output[_bC] != null) {
|
|
@@ -50154,6 +50234,24 @@ const de_ImageCriterion = (output, context) => {
|
|
|
50154
50234
|
else if (output[_iPSm] != null && output[_iPSm][_i] != null) {
|
|
50155
50235
|
contents[_IPm] = de_ImageProviderList(__getArrayIfSingleItem(output[_iPSm][_i]), context);
|
|
50156
50236
|
}
|
|
50237
|
+
if (output.marketplaceProductCodeSet === "") {
|
|
50238
|
+
contents[_MPC] = [];
|
|
50239
|
+
}
|
|
50240
|
+
else if (output[_mPCS] != null && output[_mPCS][_i] != null) {
|
|
50241
|
+
contents[_MPC] = de_MarketplaceProductCodeList(__getArrayIfSingleItem(output[_mPCS][_i]), context);
|
|
50242
|
+
}
|
|
50243
|
+
if (output.imageNameSet === "") {
|
|
50244
|
+
contents[_INm] = [];
|
|
50245
|
+
}
|
|
50246
|
+
else if (output[_iNS] != null && output[_iNS][_i] != null) {
|
|
50247
|
+
contents[_INm] = de_ImageNameList(__getArrayIfSingleItem(output[_iNS][_i]), context);
|
|
50248
|
+
}
|
|
50249
|
+
if (output[_dTC] != null) {
|
|
50250
|
+
contents[_DTC] = de_DeprecationTimeCondition(output[_dTC], context);
|
|
50251
|
+
}
|
|
50252
|
+
if (output[_cDC] != null) {
|
|
50253
|
+
contents[_CDC] = de_CreationDateCondition(output[_cDC], context);
|
|
50254
|
+
}
|
|
50157
50255
|
return contents;
|
|
50158
50256
|
};
|
|
50159
50257
|
const de_ImageCriterionList = (output, context) => {
|
|
@@ -50201,6 +50299,13 @@ const de_ImageMetadata = (output, context) => {
|
|
|
50201
50299
|
}
|
|
50202
50300
|
return contents;
|
|
50203
50301
|
};
|
|
50302
|
+
const de_ImageNameList = (output, context) => {
|
|
50303
|
+
return (output || [])
|
|
50304
|
+
.filter((e) => e != null)
|
|
50305
|
+
.map((entry) => {
|
|
50306
|
+
return __expectString(entry);
|
|
50307
|
+
});
|
|
50308
|
+
};
|
|
50204
50309
|
const de_ImageProviderList = (output, context) => {
|
|
50205
50310
|
return (output || [])
|
|
50206
50311
|
.filter((e) => e != null)
|
|
@@ -54532,6 +54637,13 @@ const de_ManagedPrefixListSet = (output, context) => {
|
|
|
54532
54637
|
return de_ManagedPrefixList(entry, context);
|
|
54533
54638
|
});
|
|
54534
54639
|
};
|
|
54640
|
+
const de_MarketplaceProductCodeList = (output, context) => {
|
|
54641
|
+
return (output || [])
|
|
54642
|
+
.filter((e) => e != null)
|
|
54643
|
+
.map((entry) => {
|
|
54644
|
+
return __expectString(entry);
|
|
54645
|
+
});
|
|
54646
|
+
};
|
|
54535
54647
|
const de_MediaAcceleratorInfo = (output, context) => {
|
|
54536
54648
|
const contents = {};
|
|
54537
54649
|
if (output.accelerators === "") {
|
|
@@ -64343,6 +64455,7 @@ const _CCo = "CoipCidr";
|
|
|
64343
64455
|
const _CCp = "CpuCredits";
|
|
64344
64456
|
const _CCu = "CurrencyCode";
|
|
64345
64457
|
const _CD = "CommitmentDuration";
|
|
64458
|
+
const _CDC = "CreationDateCondition";
|
|
64346
64459
|
const _CDH = "CapacityDurationHours";
|
|
64347
64460
|
const _CDM = "CompletionDurationMinutes";
|
|
64348
64461
|
const _CDMVOT = "CreateDelegateMacVolumeOwnershipTask";
|
|
@@ -64900,6 +65013,7 @@ const _DSn = "DnsServers";
|
|
|
64900
65013
|
const _DSns = "DnsSupport";
|
|
64901
65014
|
const _DT = "DeleteTags";
|
|
64902
65015
|
const _DTA = "DpdTimeoutAction";
|
|
65016
|
+
const _DTC = "DeprecationTimeCondition";
|
|
64903
65017
|
const _DTCT = "DefaultTargetCapacityType";
|
|
64904
65018
|
const _DTG = "DeleteTransitGateway";
|
|
64905
65019
|
const _DTGA = "DescribeTransitGatewayAttachments";
|
|
@@ -65421,6 +65535,7 @@ const _IMn = "InstanceMonitorings";
|
|
|
65421
65535
|
const _IN = "Ipv6Native";
|
|
65422
65536
|
const _INL = "Ipv6NetmaskLength";
|
|
65423
65537
|
const _INLp = "Ipv4NetmaskLength";
|
|
65538
|
+
const _INm = "ImageNames";
|
|
65424
65539
|
const _IOA = "ImageOwnerAlias";
|
|
65425
65540
|
const _IOI = "IpOwnerId";
|
|
65426
65541
|
const _IOIn = "InstanceOwnerId";
|
|
@@ -65704,6 +65819,8 @@ const _MDA = "MulticastDomainAssociations";
|
|
|
65704
65819
|
const _MDCS = "ModifyDefaultCreditSpecification";
|
|
65705
65820
|
const _MDDS = "MaxDrainDurationSeconds";
|
|
65706
65821
|
const _MDK = "MetaDataKey";
|
|
65822
|
+
const _MDSC = "MaximumDaysSinceCreated";
|
|
65823
|
+
const _MDSD = "MaximumDaysSinceDeprecated";
|
|
65707
65824
|
const _MDV = "MetaDataValue";
|
|
65708
65825
|
const _MDa = "MaintenanceDetails";
|
|
65709
65826
|
const _MDe = "MetaData";
|
|
@@ -65762,6 +65879,7 @@ const _MOSLRG = "MemberOfServiceLinkedResourceGroup";
|
|
|
65762
65879
|
const _MOSLSV = "MacOSLatestSupportedVersions";
|
|
65763
65880
|
const _MOa = "MaintenanceOptions";
|
|
65764
65881
|
const _MP = "MatchPaths";
|
|
65882
|
+
const _MPC = "MarketplaceProductCodes";
|
|
65765
65883
|
const _MPDNO = "ModifyPrivateDnsNameOptions";
|
|
65766
65884
|
const _MPIDNO = "ModifyPublicIpDnsNameOptions";
|
|
65767
65885
|
const _MPIOL = "MapPublicIpOnLaunch";
|
|
@@ -67135,6 +67253,7 @@ const _cCo = "coreCount";
|
|
|
67135
67253
|
const _cCoi = "coipCidr";
|
|
67136
67254
|
const _cCp = "cpuCredits";
|
|
67137
67255
|
const _cD = "createDate";
|
|
67256
|
+
const _cDC = "creationDateCondition";
|
|
67138
67257
|
const _cDM = "completionDurationMinutes";
|
|
67139
67258
|
const _cDr = "creationDate";
|
|
67140
67259
|
const _cDre = "createdDate";
|
|
@@ -67335,6 +67454,7 @@ const _dSeli = "deliveryStream";
|
|
|
67335
67454
|
const _dSn = "dnsSupport";
|
|
67336
67455
|
const _dT = "deletionTime";
|
|
67337
67456
|
const _dTA = "dpdTimeoutAction";
|
|
67457
|
+
const _dTC = "deprecationTimeCondition";
|
|
67338
67458
|
const _dTCT = "defaultTargetCapacityType";
|
|
67339
67459
|
const _dTPC = "defaultThreadsPerCore";
|
|
67340
67460
|
const _dTPS = "deviceTrustProviderSet";
|
|
@@ -67639,6 +67759,7 @@ const _iMOn = "instanceMarketOptions";
|
|
|
67639
67759
|
const _iMT = "instanceMetadataTags";
|
|
67640
67760
|
const _iMU = "importManifestUrl";
|
|
67641
67761
|
const _iN = "ipv6Native";
|
|
67762
|
+
const _iNS = "imageNameSet";
|
|
67642
67763
|
const _iOA = "imageOwnerAlias";
|
|
67643
67764
|
const _iOI = "imageOwnerId";
|
|
67644
67765
|
const _iOIn = "instanceOwnerId";
|
|
@@ -67881,6 +68002,8 @@ const _mCOIOL = "mapCustomerOwnedIpOnLaunch";
|
|
|
67881
68002
|
const _mD = "maintenanceDetails";
|
|
67882
68003
|
const _mDA = "multicastDomainAssociations";
|
|
67883
68004
|
const _mDK = "metaDataKey";
|
|
68005
|
+
const _mDSC = "maximumDaysSinceCreated";
|
|
68006
|
+
const _mDSD = "maximumDaysSinceDeprecated";
|
|
67884
68007
|
const _mDV = "metaDataValue";
|
|
67885
68008
|
const _mDe = "metaData";
|
|
67886
68009
|
const _mE = "maxEntries";
|
|
@@ -67906,6 +68029,7 @@ const _mOSLRG = "memberOfServiceLinkedResourceGroup";
|
|
|
67906
68029
|
const _mOSLSVS = "macOSLatestSupportedVersionSet";
|
|
67907
68030
|
const _mOa = "maintenanceOptions";
|
|
67908
68031
|
const _mP = "maxPrice";
|
|
68032
|
+
const _mPCS = "marketplaceProductCodeSet";
|
|
67909
68033
|
const _mPIOL = "mapPublicIpOnLaunch";
|
|
67910
68034
|
const _mPL = "maxParallelLaunches";
|
|
67911
68035
|
const _mPS = "metricPointSet";
|
|
@@ -45,16 +45,13 @@ declare const CopySnapshotCommand_base: {
|
|
|
45
45
|
* <p>If the source snapshot is on an Outpost, you can't copy it.</p>
|
|
46
46
|
* </li>
|
|
47
47
|
* </ul>
|
|
48
|
-
* <p>When copying snapshots to a Region,
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
* for the Region, or a different key that you specify in the request using <b>KmsKeyId</b>. Outposts do not support unencrypted snapshots. For more information,
|
|
56
|
-
* see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS
|
|
57
|
-
* local snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
48
|
+
* <p>When copying snapshots to a Region, the encryption outcome for the snapshot copy depends on the
|
|
49
|
+
* Amazon EBS encryption by default setting for the destination Region, the encryption status of the source
|
|
50
|
+
* snapshot, and the encryption parameters you specify in the request. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-copy-snapshot.html#creating-encrypted-snapshots">
|
|
51
|
+
* Encryption and snapshot copying</a>.</p>
|
|
52
|
+
* <p>Snapshots copied to an Outpost must be encrypted. Unencrypted snapshots are not supported
|
|
53
|
+
* on Outposts. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#considerations">
|
|
54
|
+
* Amazon EBS local snapshots on Outposts</a>.</p>
|
|
58
55
|
* <note>
|
|
59
56
|
* <p>Snapshots copies have an arbitrary source volume ID. Do not use this volume ID for
|
|
60
57
|
* any purpose.</p>
|
|
@@ -28,8 +28,8 @@ declare const CreateFpgaImageCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).</p>
|
|
31
|
-
* <p>The create operation is asynchronous. To verify that the AFI
|
|
32
|
-
* check the output logs.</p>
|
|
31
|
+
* <p>The create operation is asynchronous. To verify that the AFI was successfully
|
|
32
|
+
* created and is ready for use, check the output logs.</p>
|
|
33
33
|
* <p>An AFI contains the FPGA bitstream that is ready to download to an FPGA.
|
|
34
34
|
* You can securely deploy an AFI on multiple FPGA-accelerated instances.
|
|
35
35
|
* For more information, see the <a href="https://github.com/aws/aws-fpga/">Amazon Web Services FPGA Hardware Development Kit</a>.</p>
|
|
@@ -30,7 +30,7 @@ declare const DescribeImageUsageReportEntriesCommand_base: {
|
|
|
30
30
|
* <p>Describes the entries in image usage reports, showing how your images are used across
|
|
31
31
|
* other Amazon Web Services accounts.</p>
|
|
32
32
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/your-ec2-ami-usage.html">View your AMI usage</a> in the
|
|
33
|
-
*
|
|
33
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
36
|
* ```javascript
|
|
@@ -31,10 +31,6 @@ declare const DisableImageBlockPublicAccessCommand_base: {
|
|
|
31
31
|
* specified Amazon Web Services Region. This removes the <i>block public access</i> restriction
|
|
32
32
|
* from your account. With the restriction removed, you can publicly share your AMIs in the
|
|
33
33
|
* specified Amazon Web Services Region.</p>
|
|
34
|
-
* <p>The API can take up to 10 minutes to configure this setting. During this time, if you run
|
|
35
|
-
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetImageBlockPublicAccessState.html">GetImageBlockPublicAccessState</a>, the response will be
|
|
36
|
-
* <code>block-new-sharing</code>. When the API has completed the configuration, the response
|
|
37
|
-
* will be <code>unblocked</code>.</p>
|
|
38
34
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-public-access-to-amis.html">Block
|
|
39
35
|
* public access to your AMIs</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
40
36
|
* @example
|
package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts
CHANGED
|
@@ -57,6 +57,18 @@ declare const GetAllowedImagesSettingsCommand_base: {
|
|
|
57
57
|
* // ImageProviders: [ // ImageProviderList
|
|
58
58
|
* // "STRING_VALUE",
|
|
59
59
|
* // ],
|
|
60
|
+
* // MarketplaceProductCodes: [ // MarketplaceProductCodeList
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // ImageNames: [ // ImageNameList
|
|
64
|
+
* // "STRING_VALUE",
|
|
65
|
+
* // ],
|
|
66
|
+
* // DeprecationTimeCondition: { // DeprecationTimeCondition
|
|
67
|
+
* // MaximumDaysSinceDeprecated: Number("int"),
|
|
68
|
+
* // },
|
|
69
|
+
* // CreationDateCondition: { // CreationDateCondition
|
|
70
|
+
* // MaximumDaysSinceCreated: Number("int"),
|
|
71
|
+
* // },
|
|
60
72
|
* // },
|
|
61
73
|
* // ],
|
|
62
74
|
* // ManagedBy: "account" || "declarative-policy",
|
package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ declare const GetInstanceMetadataDefaultsCommand_base: {
|
|
|
31
31
|
* level in the specified Amazon Web Services
|
|
32
32
|
Region.</p>
|
|
33
33
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the
|
|
34
|
-
*
|
|
34
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
37
|
* ```javascript
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetNetworkInsightsAccessScopeAnalysisFindingsRequest
|
|
4
|
+
import { GetNetworkInsightsAccessScopeAnalysisFindingsRequest } from "../models/models_6";
|
|
5
|
+
import { GetNetworkInsightsAccessScopeAnalysisFindingsResult } from "../models/models_7";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
4
|
-
import { GetNetworkInsightsAccessScopeContentRequest } from "../models/
|
|
5
|
-
import { GetNetworkInsightsAccessScopeContentResult } from "../models/models_7";
|
|
4
|
+
import { GetNetworkInsightsAccessScopeContentRequest, GetNetworkInsightsAccessScopeContentResult } from "../models/models_7";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -32,10 +32,10 @@ declare const ModifyInstanceMetadataDefaultsCommand_base: {
|
|
|
32
32
|
Region.</p>
|
|
33
33
|
* <note>
|
|
34
34
|
* <p>To remove a parameter's account-level default setting, specify
|
|
35
|
-
*
|
|
36
|
-
*
|
|
35
|
+
* <code>no-preference</code>. If an account-level setting is cleared with
|
|
36
|
+
* <code>no-preference</code>, then the instance launch considers the other
|
|
37
37
|
* instance metadata settings. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the
|
|
38
|
-
*
|
|
38
|
+
* <i>Amazon EC2 User Guide</i>.</p>
|
|
39
39
|
* </note>
|
|
40
40
|
* @example
|
|
41
41
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -50,6 +50,18 @@ declare const ReplaceImageCriteriaInAllowedImagesSettingsCommand_base: {
|
|
|
50
50
|
* ImageProviders: [ // ImageProviderRequestList
|
|
51
51
|
* "STRING_VALUE",
|
|
52
52
|
* ],
|
|
53
|
+
* MarketplaceProductCodes: [ // MarketplaceProductCodeRequestList
|
|
54
|
+
* "STRING_VALUE",
|
|
55
|
+
* ],
|
|
56
|
+
* ImageNames: [ // ImageNameRequestList
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
59
|
+
* DeprecationTimeCondition: { // DeprecationTimeConditionRequest
|
|
60
|
+
* MaximumDaysSinceDeprecated: Number("int"),
|
|
61
|
+
* },
|
|
62
|
+
* CreationDateCondition: { // CreationDateConditionRequest
|
|
63
|
+
* MaximumDaysSinceCreated: Number("int"),
|
|
64
|
+
* },
|
|
53
65
|
* },
|
|
54
66
|
* ],
|
|
55
67
|
* DryRun: true || false,
|
|
@@ -247,9 +247,9 @@ export interface CopySnapshotRequest {
|
|
|
247
247
|
DestinationRegion?: string | undefined;
|
|
248
248
|
/**
|
|
249
249
|
* <p>To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled,
|
|
250
|
-
* enable encryption using this parameter. Otherwise, omit this parameter.
|
|
251
|
-
* are encrypted, even if you omit this parameter and encryption by default is not
|
|
252
|
-
* cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
|
|
250
|
+
* enable encryption using this parameter. Otherwise, omit this parameter. Copies of encrypted
|
|
251
|
+
* snapshots are encrypted, even if you omit this parameter and encryption by default is not
|
|
252
|
+
* enabled. You cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the
|
|
253
253
|
* <i>Amazon EBS User Guide</i>.</p>
|
|
254
254
|
* @public
|
|
255
255
|
*/
|
|
@@ -7768,7 +7768,7 @@ export interface CreateImageUsageReportRequest {
|
|
|
7768
7768
|
ClientToken?: string | undefined;
|
|
7769
7769
|
/**
|
|
7770
7770
|
* <p>The tags to apply to the report on creation. The <code>ResourceType</code> must be set to
|
|
7771
|
-
*
|
|
7771
|
+
* <code>image-usage-report</code>; any other value will cause the report creation to
|
|
7772
7772
|
* fail.</p>
|
|
7773
7773
|
* <p>To tag a report after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
|
|
7774
7774
|
* @public
|
|
@@ -4816,6 +4816,10 @@ export interface Route {
|
|
|
4816
4816
|
* <p>
|
|
4817
4817
|
* <code>EnableVgwRoutePropagation</code> - The route was propagated by route propagation.</p>
|
|
4818
4818
|
* </li>
|
|
4819
|
+
* <li>
|
|
4820
|
+
* <p>
|
|
4821
|
+
* <code>Advertisement</code> - The route was created dynamically by Amazon VPC Route Server.</p>
|
|
4822
|
+
* </li>
|
|
4819
4823
|
* </ul>
|
|
4820
4824
|
* @public
|
|
4821
4825
|
*/
|
|
@@ -5309,7 +5309,7 @@ export interface ResourceTypeOption {
|
|
|
5309
5309
|
* <ul>
|
|
5310
5310
|
* <li>
|
|
5311
5311
|
* <p>Valid values: <code>pending</code> | <code>running</code> | <code>shutting-down</code> |
|
|
5312
|
-
*
|
|
5312
|
+
* <code>terminated</code> | <code>stopping</code> | <code>stopped</code>
|
|
5313
5313
|
* </p>
|
|
5314
5314
|
* </li>
|
|
5315
5315
|
* <li>
|
|
@@ -5348,7 +5348,7 @@ export interface ResourceTypeRequest {
|
|
|
5348
5348
|
ResourceType?: ImageReferenceResourceType | undefined;
|
|
5349
5349
|
/**
|
|
5350
5350
|
* <p>The options that affect the scope of the response. Valid only when
|
|
5351
|
-
*
|
|
5351
|
+
* <code>ResourceType</code> is <code>ec2:Instance</code> or
|
|
5352
5352
|
* <code>ec2:LaunchTemplate</code>.</p>
|
|
5353
5353
|
* @public
|
|
5354
5354
|
*/
|
|
@@ -5366,13 +5366,13 @@ export interface DescribeImageReferencesRequest {
|
|
|
5366
5366
|
/**
|
|
5367
5367
|
* <p>Specifies whether to check all supported Amazon Web Services resource types for image references. When
|
|
5368
5368
|
* specified, default values are applied for <code>ResourceTypeOptions</code>. For the default
|
|
5369
|
-
* values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-ami-references-works
|
|
5370
|
-
* work</a> in the <i>Amazon EC2 User Guide</i>. If you also
|
|
5371
|
-
*
|
|
5372
|
-
* override the default values.</p>
|
|
5369
|
+
* values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-ami-references.html#how-ami-references-works">How AMI
|
|
5370
|
+
* reference checks work</a> in the <i>Amazon EC2 User Guide</i>. If you also
|
|
5371
|
+
* specify <code>ResourceTypes</code> with <code>ResourceTypeOptions</code>, your specified
|
|
5372
|
+
* values override the default values.</p>
|
|
5373
5373
|
* <p>Supported resource types: <code>ec2:Instance</code> | <code>ec2:LaunchTemplate</code> |
|
|
5374
|
-
*
|
|
5375
|
-
*
|
|
5374
|
+
* <code>ssm:Parameter</code> | <code>imagebuilder:ImageRecipe</code> |
|
|
5375
|
+
* <code>imagebuilder:ContainerRecipe</code>
|
|
5376
5376
|
* </p>
|
|
5377
5377
|
* <p>Either <code>IncludeAllResourceTypes</code> or <code>ResourceTypes</code> must be
|
|
5378
5378
|
* specified.</p>
|
|
@@ -6117,7 +6117,7 @@ export interface DescribeImageUsageReportEntriesRequest {
|
|
|
6117
6117
|
* <li>
|
|
6118
6118
|
* <p>
|
|
6119
6119
|
* <code>resource-type</code> - The resource type (<code>ec2:Instance</code> |
|
|
6120
|
-
*
|
|
6120
|
+
* <code>ec2:LaunchTemplate</code>).</p>
|
|
6121
6121
|
* </li>
|
|
6122
6122
|
* </ul>
|
|
6123
6123
|
* @public
|
|
@@ -6225,7 +6225,7 @@ export interface DescribeImageUsageReportsRequest {
|
|
|
6225
6225
|
* <li>
|
|
6226
6226
|
* <p>
|
|
6227
6227
|
* <code>state</code> - The state of the report (<code>available</code> |
|
|
6228
|
-
*
|
|
6228
|
+
* <code>pending</code> | <code>error</code>).</p>
|
|
6229
6229
|
* </li>
|
|
6230
6230
|
* </ul>
|
|
6231
6231
|
* @public
|
|
@@ -8127,7 +8127,7 @@ export interface DescribeInstancesRequest {
|
|
|
8127
8127
|
* <p>
|
|
8128
8128
|
* <code>platform-details</code> - The platform (<code>Linux/UNIX</code> |
|
|
8129
8129
|
* <code>Red Hat BYOL Linux</code> | <code> Red Hat Enterprise Linux</code> |
|
|
8130
|
-
*
|
|
8130
|
+
* <code>Red Hat Enterprise Linux with HA</code> | <code>Red Hat Enterprise Linux with High Availability</code> | <code>Red Hat Enterprise
|
|
8131
8131
|
* Linux with SQL Server Standard and HA</code> | <code>Red Hat Enterprise
|
|
8132
8132
|
* Linux with SQL Server Enterprise and HA</code> | <code>Red Hat Enterprise
|
|
8133
8133
|
* Linux with SQL Server Standard</code> | <code>Red Hat Enterprise Linux with
|