@aws-sdk/client-cloudfront 3.325.0 → 3.326.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateAliasCommand.d.ts +4 -0
- package/dist-types/commands/CopyDistributionCommand.d.ts +338 -0
- package/dist-types/commands/CreateCachePolicyCommand.d.ts +49 -0
- package/dist-types/commands/CreateCloudFrontOriginAccessIdentityCommand.d.ts +15 -0
- package/dist-types/commands/CreateContinuousDeploymentPolicyCommand.d.ts +34 -0
- package/dist-types/commands/CreateDistributionCommand.d.ts +338 -0
- package/dist-types/commands/CreateDistributionWithTagsCommand.d.ts +338 -0
- package/dist-types/commands/CreateFieldLevelEncryptionConfigCommand.d.ts +40 -0
- package/dist-types/commands/CreateFieldLevelEncryptionProfileCommand.d.ts +31 -0
- package/dist-types/commands/CreateFunctionCommand.d.ts +21 -0
- package/dist-types/commands/CreateInvalidationCommand.d.ts +20 -0
- package/dist-types/commands/CreateKeyGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateMonitoringSubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/CreateOriginAccessControlCommand.d.ts +17 -0
- package/dist-types/commands/CreateOriginRequestPolicyCommand.d.ts +42 -0
- package/dist-types/commands/CreatePublicKeyCommand.d.ts +17 -0
- package/dist-types/commands/CreateRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +95 -0
- package/dist-types/commands/CreateStreamingDistributionCommand.d.ts +57 -0
- package/dist-types/commands/CreateStreamingDistributionWithTagsCommand.d.ts +57 -0
- package/dist-types/commands/DeleteCachePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCloudFrontOriginAccessIdentityCommand.d.ts +4 -0
- package/dist-types/commands/DeleteContinuousDeploymentPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDistributionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFieldLevelEncryptionProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteKeyGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteMonitoringSubscriptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOriginAccessControlCommand.d.ts +4 -0
- package/dist-types/commands/DeleteOriginRequestPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeletePublicKeyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRealtimeLogConfigCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResponseHeadersPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStreamingDistributionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +20 -0
- package/dist-types/commands/GetCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/GetCachePolicyConfigCommand.d.ts +44 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
- package/dist-types/commands/GetCloudFrontOriginAccessIdentityConfigCommand.d.ts +10 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyCommand.d.ts +33 -0
- package/dist-types/commands/GetContinuousDeploymentPolicyConfigCommand.d.ts +29 -0
- package/dist-types/commands/GetDistributionCommand.d.ts +337 -0
- package/dist-types/commands/GetDistributionConfigCommand.d.ts +293 -0
- package/dist-types/commands/GetFieldLevelEncryptionCommand.d.ts +39 -0
- package/dist-types/commands/GetFieldLevelEncryptionConfigCommand.d.ts +35 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileCommand.d.ts +30 -0
- package/dist-types/commands/GetFieldLevelEncryptionProfileConfigCommand.d.ts +26 -0
- package/dist-types/commands/GetFunctionCommand.d.ts +8 -0
- package/dist-types/commands/GetInvalidationCommand.d.ts +19 -0
- package/dist-types/commands/GetKeyGroupCommand.d.ts +17 -0
- package/dist-types/commands/GetKeyGroupConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetMonitoringSubscriptionCommand.d.ts +10 -0
- package/dist-types/commands/GetOriginAccessControlCommand.d.ts +16 -0
- package/dist-types/commands/GetOriginAccessControlConfigCommand.d.ts +13 -0
- package/dist-types/commands/GetOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/GetOriginRequestPolicyConfigCommand.d.ts +37 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/GetPublicKeyConfigCommand.d.ts +12 -0
- package/dist-types/commands/GetRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/GetResponseHeadersPolicyCommand.d.ts +94 -0
- package/dist-types/commands/GetResponseHeadersPolicyConfigCommand.d.ts +90 -0
- package/dist-types/commands/GetStreamingDistributionCommand.d.ts +56 -0
- package/dist-types/commands/GetStreamingDistributionConfigCommand.d.ts +34 -0
- package/dist-types/commands/ListCachePoliciesCommand.d.ts +57 -0
- package/dist-types/commands/ListCloudFrontOriginAccessIdentitiesCommand.d.ts +19 -0
- package/dist-types/commands/ListConflictingAliasesCommand.d.ts +17 -0
- package/dist-types/commands/ListContinuousDeploymentPoliciesCommand.d.ts +41 -0
- package/dist-types/commands/ListDistributionsByCachePolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByKeyGroupCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByOriginRequestPolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByRealtimeLogConfigCommand.d.ts +303 -0
- package/dist-types/commands/ListDistributionsByResponseHeadersPolicyIdCommand.d.ts +15 -0
- package/dist-types/commands/ListDistributionsByWebACLIdCommand.d.ts +303 -0
- package/dist-types/commands/ListDistributionsCommand.d.ts +303 -0
- package/dist-types/commands/ListFieldLevelEncryptionConfigsCommand.d.ts +42 -0
- package/dist-types/commands/ListFieldLevelEncryptionProfilesCommand.d.ts +33 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +26 -0
- package/dist-types/commands/ListInvalidationsCommand.d.ts +19 -0
- package/dist-types/commands/ListKeyGroupsCommand.d.ts +25 -0
- package/dist-types/commands/ListOriginAccessControlsCommand.d.ts +22 -0
- package/dist-types/commands/ListOriginRequestPoliciesCommand.d.ts +50 -0
- package/dist-types/commands/ListPublicKeysCommand.d.ts +19 -0
- package/dist-types/commands/ListRealtimeLogConfigsCommand.d.ts +30 -0
- package/dist-types/commands/ListResponseHeadersPoliciesCommand.d.ts +103 -0
- package/dist-types/commands/ListStreamingDistributionsCommand.d.ts +41 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +19 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +27 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCachePolicyCommand.d.ts +48 -0
- package/dist-types/commands/UpdateCloudFrontOriginAccessIdentityCommand.d.ts +14 -0
- package/dist-types/commands/UpdateContinuousDeploymentPolicyCommand.d.ts +33 -0
- package/dist-types/commands/UpdateDistributionCommand.d.ts +337 -0
- package/dist-types/commands/UpdateDistributionWithStagingConfigCommand.d.ts +337 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionConfigCommand.d.ts +39 -0
- package/dist-types/commands/UpdateFieldLevelEncryptionProfileCommand.d.ts +30 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +20 -0
- package/dist-types/commands/UpdateKeyGroupCommand.d.ts +17 -0
- package/dist-types/commands/UpdateOriginAccessControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOriginRequestPolicyCommand.d.ts +41 -0
- package/dist-types/commands/UpdatePublicKeyCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRealtimeLogConfigCommand.d.ts +22 -0
- package/dist-types/commands/UpdateResponseHeadersPolicyCommand.d.ts +94 -0
- package/dist-types/commands/UpdateStreamingDistributionCommand.d.ts +56 -0
- package/package.json +3 -3
|
@@ -327,6 +327,342 @@ export interface CreateDistributionWithTagsCommandOutput extends CreateDistribut
|
|
|
327
327
|
* };
|
|
328
328
|
* const command = new CreateDistributionWithTagsCommand(input);
|
|
329
329
|
* const response = await client.send(command);
|
|
330
|
+
* // { // CreateDistributionWithTagsResult
|
|
331
|
+
* // Distribution: { // Distribution
|
|
332
|
+
* // Id: "STRING_VALUE", // required
|
|
333
|
+
* // ARN: "STRING_VALUE", // required
|
|
334
|
+
* // Status: "STRING_VALUE", // required
|
|
335
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
336
|
+
* // InProgressInvalidationBatches: Number("int"), // required
|
|
337
|
+
* // DomainName: "STRING_VALUE", // required
|
|
338
|
+
* // ActiveTrustedSigners: { // ActiveTrustedSigners
|
|
339
|
+
* // Enabled: true || false, // required
|
|
340
|
+
* // Quantity: Number("int"), // required
|
|
341
|
+
* // Items: [ // SignerList
|
|
342
|
+
* // { // Signer
|
|
343
|
+
* // AwsAccountNumber: "STRING_VALUE",
|
|
344
|
+
* // KeyPairIds: { // KeyPairIds
|
|
345
|
+
* // Quantity: Number("int"), // required
|
|
346
|
+
* // Items: [ // KeyPairIdList
|
|
347
|
+
* // "STRING_VALUE",
|
|
348
|
+
* // ],
|
|
349
|
+
* // },
|
|
350
|
+
* // },
|
|
351
|
+
* // ],
|
|
352
|
+
* // },
|
|
353
|
+
* // ActiveTrustedKeyGroups: { // ActiveTrustedKeyGroups
|
|
354
|
+
* // Enabled: true || false, // required
|
|
355
|
+
* // Quantity: Number("int"), // required
|
|
356
|
+
* // Items: [ // KGKeyPairIdsList
|
|
357
|
+
* // { // KGKeyPairIds
|
|
358
|
+
* // KeyGroupId: "STRING_VALUE",
|
|
359
|
+
* // KeyPairIds: {
|
|
360
|
+
* // Quantity: Number("int"), // required
|
|
361
|
+
* // Items: [
|
|
362
|
+
* // "STRING_VALUE",
|
|
363
|
+
* // ],
|
|
364
|
+
* // },
|
|
365
|
+
* // },
|
|
366
|
+
* // ],
|
|
367
|
+
* // },
|
|
368
|
+
* // DistributionConfig: { // DistributionConfig
|
|
369
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
370
|
+
* // Aliases: { // Aliases
|
|
371
|
+
* // Quantity: Number("int"), // required
|
|
372
|
+
* // Items: [ // AliasList
|
|
373
|
+
* // "STRING_VALUE",
|
|
374
|
+
* // ],
|
|
375
|
+
* // },
|
|
376
|
+
* // DefaultRootObject: "STRING_VALUE",
|
|
377
|
+
* // Origins: { // Origins
|
|
378
|
+
* // Quantity: Number("int"), // required
|
|
379
|
+
* // Items: [ // OriginList // required
|
|
380
|
+
* // { // Origin
|
|
381
|
+
* // Id: "STRING_VALUE", // required
|
|
382
|
+
* // DomainName: "STRING_VALUE", // required
|
|
383
|
+
* // OriginPath: "STRING_VALUE",
|
|
384
|
+
* // CustomHeaders: { // CustomHeaders
|
|
385
|
+
* // Quantity: Number("int"), // required
|
|
386
|
+
* // Items: [ // OriginCustomHeadersList
|
|
387
|
+
* // { // OriginCustomHeader
|
|
388
|
+
* // HeaderName: "STRING_VALUE", // required
|
|
389
|
+
* // HeaderValue: "STRING_VALUE", // required
|
|
390
|
+
* // },
|
|
391
|
+
* // ],
|
|
392
|
+
* // },
|
|
393
|
+
* // S3OriginConfig: { // S3OriginConfig
|
|
394
|
+
* // OriginAccessIdentity: "STRING_VALUE", // required
|
|
395
|
+
* // },
|
|
396
|
+
* // CustomOriginConfig: { // CustomOriginConfig
|
|
397
|
+
* // HTTPPort: Number("int"), // required
|
|
398
|
+
* // HTTPSPort: Number("int"), // required
|
|
399
|
+
* // OriginProtocolPolicy: "http-only" || "match-viewer" || "https-only", // required
|
|
400
|
+
* // OriginSslProtocols: { // OriginSslProtocols
|
|
401
|
+
* // Quantity: Number("int"), // required
|
|
402
|
+
* // Items: [ // SslProtocolsList // required
|
|
403
|
+
* // "SSLv3" || "TLSv1" || "TLSv1.1" || "TLSv1.2",
|
|
404
|
+
* // ],
|
|
405
|
+
* // },
|
|
406
|
+
* // OriginReadTimeout: Number("int"),
|
|
407
|
+
* // OriginKeepaliveTimeout: Number("int"),
|
|
408
|
+
* // },
|
|
409
|
+
* // ConnectionAttempts: Number("int"),
|
|
410
|
+
* // ConnectionTimeout: Number("int"),
|
|
411
|
+
* // OriginShield: { // OriginShield
|
|
412
|
+
* // Enabled: true || false, // required
|
|
413
|
+
* // OriginShieldRegion: "STRING_VALUE",
|
|
414
|
+
* // },
|
|
415
|
+
* // OriginAccessControlId: "STRING_VALUE",
|
|
416
|
+
* // },
|
|
417
|
+
* // ],
|
|
418
|
+
* // },
|
|
419
|
+
* // OriginGroups: { // OriginGroups
|
|
420
|
+
* // Quantity: Number("int"), // required
|
|
421
|
+
* // Items: [ // OriginGroupList
|
|
422
|
+
* // { // OriginGroup
|
|
423
|
+
* // Id: "STRING_VALUE", // required
|
|
424
|
+
* // FailoverCriteria: { // OriginGroupFailoverCriteria
|
|
425
|
+
* // StatusCodes: { // StatusCodes
|
|
426
|
+
* // Quantity: Number("int"), // required
|
|
427
|
+
* // Items: [ // StatusCodeList // required
|
|
428
|
+
* // Number("int"),
|
|
429
|
+
* // ],
|
|
430
|
+
* // },
|
|
431
|
+
* // },
|
|
432
|
+
* // Members: { // OriginGroupMembers
|
|
433
|
+
* // Quantity: Number("int"), // required
|
|
434
|
+
* // Items: [ // OriginGroupMemberList // required
|
|
435
|
+
* // { // OriginGroupMember
|
|
436
|
+
* // OriginId: "STRING_VALUE", // required
|
|
437
|
+
* // },
|
|
438
|
+
* // ],
|
|
439
|
+
* // },
|
|
440
|
+
* // },
|
|
441
|
+
* // ],
|
|
442
|
+
* // },
|
|
443
|
+
* // DefaultCacheBehavior: { // DefaultCacheBehavior
|
|
444
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
445
|
+
* // TrustedSigners: { // TrustedSigners
|
|
446
|
+
* // Enabled: true || false, // required
|
|
447
|
+
* // Quantity: Number("int"), // required
|
|
448
|
+
* // Items: [ // AwsAccountNumberList
|
|
449
|
+
* // "STRING_VALUE",
|
|
450
|
+
* // ],
|
|
451
|
+
* // },
|
|
452
|
+
* // TrustedKeyGroups: { // TrustedKeyGroups
|
|
453
|
+
* // Enabled: true || false, // required
|
|
454
|
+
* // Quantity: Number("int"), // required
|
|
455
|
+
* // Items: [ // TrustedKeyGroupIdList
|
|
456
|
+
* // "STRING_VALUE",
|
|
457
|
+
* // ],
|
|
458
|
+
* // },
|
|
459
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
460
|
+
* // AllowedMethods: { // AllowedMethods
|
|
461
|
+
* // Quantity: Number("int"), // required
|
|
462
|
+
* // Items: [ // MethodsList // required
|
|
463
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
464
|
+
* // ],
|
|
465
|
+
* // CachedMethods: { // CachedMethods
|
|
466
|
+
* // Quantity: Number("int"), // required
|
|
467
|
+
* // Items: [ // required
|
|
468
|
+
* // "GET" || "HEAD" || "POST" || "PUT" || "PATCH" || "OPTIONS" || "DELETE",
|
|
469
|
+
* // ],
|
|
470
|
+
* // },
|
|
471
|
+
* // },
|
|
472
|
+
* // SmoothStreaming: true || false,
|
|
473
|
+
* // Compress: true || false,
|
|
474
|
+
* // LambdaFunctionAssociations: { // LambdaFunctionAssociations
|
|
475
|
+
* // Quantity: Number("int"), // required
|
|
476
|
+
* // Items: [ // LambdaFunctionAssociationList
|
|
477
|
+
* // { // LambdaFunctionAssociation
|
|
478
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
479
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
480
|
+
* // IncludeBody: true || false,
|
|
481
|
+
* // },
|
|
482
|
+
* // ],
|
|
483
|
+
* // },
|
|
484
|
+
* // FunctionAssociations: { // FunctionAssociations
|
|
485
|
+
* // Quantity: Number("int"), // required
|
|
486
|
+
* // Items: [ // FunctionAssociationList
|
|
487
|
+
* // { // FunctionAssociation
|
|
488
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
489
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
490
|
+
* // },
|
|
491
|
+
* // ],
|
|
492
|
+
* // },
|
|
493
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
494
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
495
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
496
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
497
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
498
|
+
* // ForwardedValues: { // ForwardedValues
|
|
499
|
+
* // QueryString: true || false, // required
|
|
500
|
+
* // Cookies: { // CookiePreference
|
|
501
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
502
|
+
* // WhitelistedNames: { // CookieNames
|
|
503
|
+
* // Quantity: Number("int"), // required
|
|
504
|
+
* // Items: [ // CookieNameList
|
|
505
|
+
* // "STRING_VALUE",
|
|
506
|
+
* // ],
|
|
507
|
+
* // },
|
|
508
|
+
* // },
|
|
509
|
+
* // Headers: { // Headers
|
|
510
|
+
* // Quantity: Number("int"), // required
|
|
511
|
+
* // Items: [ // HeaderList
|
|
512
|
+
* // "STRING_VALUE",
|
|
513
|
+
* // ],
|
|
514
|
+
* // },
|
|
515
|
+
* // QueryStringCacheKeys: { // QueryStringCacheKeys
|
|
516
|
+
* // Quantity: Number("int"), // required
|
|
517
|
+
* // Items: [ // QueryStringCacheKeysList
|
|
518
|
+
* // "STRING_VALUE",
|
|
519
|
+
* // ],
|
|
520
|
+
* // },
|
|
521
|
+
* // },
|
|
522
|
+
* // MinTTL: Number("long"),
|
|
523
|
+
* // DefaultTTL: Number("long"),
|
|
524
|
+
* // MaxTTL: Number("long"),
|
|
525
|
+
* // },
|
|
526
|
+
* // CacheBehaviors: { // CacheBehaviors
|
|
527
|
+
* // Quantity: Number("int"), // required
|
|
528
|
+
* // Items: [ // CacheBehaviorList
|
|
529
|
+
* // { // CacheBehavior
|
|
530
|
+
* // PathPattern: "STRING_VALUE", // required
|
|
531
|
+
* // TargetOriginId: "STRING_VALUE", // required
|
|
532
|
+
* // TrustedSigners: {
|
|
533
|
+
* // Enabled: true || false, // required
|
|
534
|
+
* // Quantity: Number("int"), // required
|
|
535
|
+
* // Items: [
|
|
536
|
+
* // "STRING_VALUE",
|
|
537
|
+
* // ],
|
|
538
|
+
* // },
|
|
539
|
+
* // TrustedKeyGroups: {
|
|
540
|
+
* // Enabled: true || false, // required
|
|
541
|
+
* // Quantity: Number("int"), // required
|
|
542
|
+
* // Items: [
|
|
543
|
+
* // "STRING_VALUE",
|
|
544
|
+
* // ],
|
|
545
|
+
* // },
|
|
546
|
+
* // ViewerProtocolPolicy: "allow-all" || "https-only" || "redirect-to-https", // required
|
|
547
|
+
* // AllowedMethods: {
|
|
548
|
+
* // Quantity: Number("int"), // required
|
|
549
|
+
* // Items: "<MethodsList>", // required
|
|
550
|
+
* // CachedMethods: {
|
|
551
|
+
* // Quantity: Number("int"), // required
|
|
552
|
+
* // Items: "<MethodsList>", // required
|
|
553
|
+
* // },
|
|
554
|
+
* // },
|
|
555
|
+
* // SmoothStreaming: true || false,
|
|
556
|
+
* // Compress: true || false,
|
|
557
|
+
* // LambdaFunctionAssociations: {
|
|
558
|
+
* // Quantity: Number("int"), // required
|
|
559
|
+
* // Items: [
|
|
560
|
+
* // {
|
|
561
|
+
* // LambdaFunctionARN: "STRING_VALUE", // required
|
|
562
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
563
|
+
* // IncludeBody: true || false,
|
|
564
|
+
* // },
|
|
565
|
+
* // ],
|
|
566
|
+
* // },
|
|
567
|
+
* // FunctionAssociations: {
|
|
568
|
+
* // Quantity: Number("int"), // required
|
|
569
|
+
* // Items: [
|
|
570
|
+
* // {
|
|
571
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
572
|
+
* // EventType: "viewer-request" || "viewer-response" || "origin-request" || "origin-response", // required
|
|
573
|
+
* // },
|
|
574
|
+
* // ],
|
|
575
|
+
* // },
|
|
576
|
+
* // FieldLevelEncryptionId: "STRING_VALUE",
|
|
577
|
+
* // RealtimeLogConfigArn: "STRING_VALUE",
|
|
578
|
+
* // CachePolicyId: "STRING_VALUE",
|
|
579
|
+
* // OriginRequestPolicyId: "STRING_VALUE",
|
|
580
|
+
* // ResponseHeadersPolicyId: "STRING_VALUE",
|
|
581
|
+
* // ForwardedValues: {
|
|
582
|
+
* // QueryString: true || false, // required
|
|
583
|
+
* // Cookies: {
|
|
584
|
+
* // Forward: "none" || "whitelist" || "all", // required
|
|
585
|
+
* // WhitelistedNames: {
|
|
586
|
+
* // Quantity: Number("int"), // required
|
|
587
|
+
* // Items: [
|
|
588
|
+
* // "STRING_VALUE",
|
|
589
|
+
* // ],
|
|
590
|
+
* // },
|
|
591
|
+
* // },
|
|
592
|
+
* // Headers: {
|
|
593
|
+
* // Quantity: Number("int"), // required
|
|
594
|
+
* // Items: [
|
|
595
|
+
* // "STRING_VALUE",
|
|
596
|
+
* // ],
|
|
597
|
+
* // },
|
|
598
|
+
* // QueryStringCacheKeys: {
|
|
599
|
+
* // Quantity: Number("int"), // required
|
|
600
|
+
* // Items: [
|
|
601
|
+
* // "STRING_VALUE",
|
|
602
|
+
* // ],
|
|
603
|
+
* // },
|
|
604
|
+
* // },
|
|
605
|
+
* // MinTTL: Number("long"),
|
|
606
|
+
* // DefaultTTL: Number("long"),
|
|
607
|
+
* // MaxTTL: Number("long"),
|
|
608
|
+
* // },
|
|
609
|
+
* // ],
|
|
610
|
+
* // },
|
|
611
|
+
* // CustomErrorResponses: { // CustomErrorResponses
|
|
612
|
+
* // Quantity: Number("int"), // required
|
|
613
|
+
* // Items: [ // CustomErrorResponseList
|
|
614
|
+
* // { // CustomErrorResponse
|
|
615
|
+
* // ErrorCode: Number("int"), // required
|
|
616
|
+
* // ResponsePagePath: "STRING_VALUE",
|
|
617
|
+
* // ResponseCode: "STRING_VALUE",
|
|
618
|
+
* // ErrorCachingMinTTL: Number("long"),
|
|
619
|
+
* // },
|
|
620
|
+
* // ],
|
|
621
|
+
* // },
|
|
622
|
+
* // Comment: "STRING_VALUE", // required
|
|
623
|
+
* // Logging: { // LoggingConfig
|
|
624
|
+
* // Enabled: true || false, // required
|
|
625
|
+
* // IncludeCookies: true || false, // required
|
|
626
|
+
* // Bucket: "STRING_VALUE", // required
|
|
627
|
+
* // Prefix: "STRING_VALUE", // required
|
|
628
|
+
* // },
|
|
629
|
+
* // PriceClass: "PriceClass_100" || "PriceClass_200" || "PriceClass_All",
|
|
630
|
+
* // Enabled: true || false, // required
|
|
631
|
+
* // ViewerCertificate: { // ViewerCertificate
|
|
632
|
+
* // CloudFrontDefaultCertificate: true || false,
|
|
633
|
+
* // IAMCertificateId: "STRING_VALUE",
|
|
634
|
+
* // ACMCertificateArn: "STRING_VALUE",
|
|
635
|
+
* // SSLSupportMethod: "sni-only" || "vip" || "static-ip",
|
|
636
|
+
* // MinimumProtocolVersion: "SSLv3" || "TLSv1" || "TLSv1_2016" || "TLSv1.1_2016" || "TLSv1.2_2018" || "TLSv1.2_2019" || "TLSv1.2_2021",
|
|
637
|
+
* // Certificate: "STRING_VALUE",
|
|
638
|
+
* // CertificateSource: "cloudfront" || "iam" || "acm",
|
|
639
|
+
* // },
|
|
640
|
+
* // Restrictions: { // Restrictions
|
|
641
|
+
* // GeoRestriction: { // GeoRestriction
|
|
642
|
+
* // RestrictionType: "blacklist" || "whitelist" || "none", // required
|
|
643
|
+
* // Quantity: Number("int"), // required
|
|
644
|
+
* // Items: [ // LocationList
|
|
645
|
+
* // "STRING_VALUE",
|
|
646
|
+
* // ],
|
|
647
|
+
* // },
|
|
648
|
+
* // },
|
|
649
|
+
* // WebACLId: "STRING_VALUE",
|
|
650
|
+
* // HttpVersion: "http1.1" || "http2" || "http3" || "http2and3",
|
|
651
|
+
* // IsIPV6Enabled: true || false,
|
|
652
|
+
* // ContinuousDeploymentPolicyId: "STRING_VALUE",
|
|
653
|
+
* // Staging: true || false,
|
|
654
|
+
* // },
|
|
655
|
+
* // AliasICPRecordals: [ // AliasICPRecordals
|
|
656
|
+
* // { // AliasICPRecordal
|
|
657
|
+
* // CNAME: "STRING_VALUE",
|
|
658
|
+
* // ICPRecordalStatus: "APPROVED" || "SUSPENDED" || "PENDING",
|
|
659
|
+
* // },
|
|
660
|
+
* // ],
|
|
661
|
+
* // },
|
|
662
|
+
* // Location: "STRING_VALUE",
|
|
663
|
+
* // ETag: "STRING_VALUE",
|
|
664
|
+
* // };
|
|
665
|
+
*
|
|
330
666
|
* ```
|
|
331
667
|
*
|
|
332
668
|
* @param CreateDistributionWithTagsCommandInput - {@link CreateDistributionWithTagsCommandInput}
|
|
@@ -565,6 +901,8 @@ export interface CreateDistributionWithTagsCommandOutput extends CreateDistribut
|
|
|
565
901
|
* @throws {@link TrustedSignerDoesNotExist} (client fault)
|
|
566
902
|
* <p>One or more of your trusted signers don't exist.</p>
|
|
567
903
|
*
|
|
904
|
+
* @throws {@link CloudFrontServiceException}
|
|
905
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
568
906
|
*
|
|
569
907
|
*/
|
|
570
908
|
export declare class CreateDistributionWithTagsCommand extends $Command<CreateDistributionWithTagsCommandInput, CreateDistributionWithTagsCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -59,6 +59,44 @@ export interface CreateFieldLevelEncryptionConfigCommandOutput extends CreateFie
|
|
|
59
59
|
* };
|
|
60
60
|
* const command = new CreateFieldLevelEncryptionConfigCommand(input);
|
|
61
61
|
* const response = await client.send(command);
|
|
62
|
+
* // { // CreateFieldLevelEncryptionConfigResult
|
|
63
|
+
* // FieldLevelEncryption: { // FieldLevelEncryption
|
|
64
|
+
* // Id: "STRING_VALUE", // required
|
|
65
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
66
|
+
* // FieldLevelEncryptionConfig: { // FieldLevelEncryptionConfig
|
|
67
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
68
|
+
* // Comment: "STRING_VALUE",
|
|
69
|
+
* // QueryArgProfileConfig: { // QueryArgProfileConfig
|
|
70
|
+
* // ForwardWhenQueryArgProfileIsUnknown: true || false, // required
|
|
71
|
+
* // QueryArgProfiles: { // QueryArgProfiles
|
|
72
|
+
* // Quantity: Number("int"), // required
|
|
73
|
+
* // Items: [ // QueryArgProfileList
|
|
74
|
+
* // { // QueryArgProfile
|
|
75
|
+
* // QueryArg: "STRING_VALUE", // required
|
|
76
|
+
* // ProfileId: "STRING_VALUE", // required
|
|
77
|
+
* // },
|
|
78
|
+
* // ],
|
|
79
|
+
* // },
|
|
80
|
+
* // },
|
|
81
|
+
* // ContentTypeProfileConfig: { // ContentTypeProfileConfig
|
|
82
|
+
* // ForwardWhenContentTypeIsUnknown: true || false, // required
|
|
83
|
+
* // ContentTypeProfiles: { // ContentTypeProfiles
|
|
84
|
+
* // Quantity: Number("int"), // required
|
|
85
|
+
* // Items: [ // ContentTypeProfileList
|
|
86
|
+
* // { // ContentTypeProfile
|
|
87
|
+
* // Format: "URLEncoded", // required
|
|
88
|
+
* // ProfileId: "STRING_VALUE",
|
|
89
|
+
* // ContentType: "STRING_VALUE", // required
|
|
90
|
+
* // },
|
|
91
|
+
* // ],
|
|
92
|
+
* // },
|
|
93
|
+
* // },
|
|
94
|
+
* // },
|
|
95
|
+
* // },
|
|
96
|
+
* // Location: "STRING_VALUE",
|
|
97
|
+
* // ETag: "STRING_VALUE",
|
|
98
|
+
* // };
|
|
99
|
+
*
|
|
62
100
|
* ```
|
|
63
101
|
*
|
|
64
102
|
* @param CreateFieldLevelEncryptionConfigCommandInput - {@link CreateFieldLevelEncryptionConfigCommandInput}
|
|
@@ -95,6 +133,8 @@ export interface CreateFieldLevelEncryptionConfigCommandOutput extends CreateFie
|
|
|
95
133
|
* <p>The maximum number of query arg profiles for field-level encryption have been
|
|
96
134
|
* created.</p>
|
|
97
135
|
*
|
|
136
|
+
* @throws {@link CloudFrontServiceException}
|
|
137
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
98
138
|
*
|
|
99
139
|
*/
|
|
100
140
|
export declare class CreateFieldLevelEncryptionConfigCommand extends $Command<CreateFieldLevelEncryptionConfigCommandInput, CreateFieldLevelEncryptionConfigCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -50,6 +50,35 @@ export interface CreateFieldLevelEncryptionProfileCommandOutput extends CreateFi
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreateFieldLevelEncryptionProfileCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // CreateFieldLevelEncryptionProfileResult
|
|
54
|
+
* // FieldLevelEncryptionProfile: { // FieldLevelEncryptionProfile
|
|
55
|
+
* // Id: "STRING_VALUE", // required
|
|
56
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
57
|
+
* // FieldLevelEncryptionProfileConfig: { // FieldLevelEncryptionProfileConfig
|
|
58
|
+
* // Name: "STRING_VALUE", // required
|
|
59
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
60
|
+
* // Comment: "STRING_VALUE",
|
|
61
|
+
* // EncryptionEntities: { // EncryptionEntities
|
|
62
|
+
* // Quantity: Number("int"), // required
|
|
63
|
+
* // Items: [ // EncryptionEntityList
|
|
64
|
+
* // { // EncryptionEntity
|
|
65
|
+
* // PublicKeyId: "STRING_VALUE", // required
|
|
66
|
+
* // ProviderId: "STRING_VALUE", // required
|
|
67
|
+
* // FieldPatterns: { // FieldPatterns
|
|
68
|
+
* // Quantity: Number("int"), // required
|
|
69
|
+
* // Items: [ // FieldPatternList
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // },
|
|
76
|
+
* // },
|
|
77
|
+
* // },
|
|
78
|
+
* // Location: "STRING_VALUE",
|
|
79
|
+
* // ETag: "STRING_VALUE",
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
53
82
|
* ```
|
|
54
83
|
*
|
|
55
84
|
* @param CreateFieldLevelEncryptionProfileCommandInput - {@link CreateFieldLevelEncryptionProfileCommandInput}
|
|
@@ -85,6 +114,8 @@ export interface CreateFieldLevelEncryptionProfileCommandOutput extends CreateFi
|
|
|
85
114
|
* @throws {@link TooManyFieldLevelEncryptionProfiles} (client fault)
|
|
86
115
|
* <p>The maximum number of profiles for field-level encryption have been created.</p>
|
|
87
116
|
*
|
|
117
|
+
* @throws {@link CloudFrontServiceException}
|
|
118
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
88
119
|
*
|
|
89
120
|
*/
|
|
90
121
|
export declare class CreateFieldLevelEncryptionProfileCommand extends $Command<CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncryptionProfileCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -46,6 +46,25 @@ export interface CreateFunctionCommandOutput extends CreateFunctionResult, __Met
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateFunctionCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateFunctionResult
|
|
50
|
+
* // FunctionSummary: { // FunctionSummary
|
|
51
|
+
* // Name: "STRING_VALUE", // required
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // FunctionConfig: { // FunctionConfig
|
|
54
|
+
* // Comment: "STRING_VALUE", // required
|
|
55
|
+
* // Runtime: "cloudfront-js-1.0", // required
|
|
56
|
+
* // },
|
|
57
|
+
* // FunctionMetadata: { // FunctionMetadata
|
|
58
|
+
* // FunctionARN: "STRING_VALUE", // required
|
|
59
|
+
* // Stage: "DEVELOPMENT" || "LIVE",
|
|
60
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
61
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
62
|
+
* // },
|
|
63
|
+
* // },
|
|
64
|
+
* // Location: "STRING_VALUE",
|
|
65
|
+
* // ETag: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
49
68
|
* ```
|
|
50
69
|
*
|
|
51
70
|
* @param CreateFunctionCommandInput - {@link CreateFunctionCommandInput}
|
|
@@ -74,6 +93,8 @@ export interface CreateFunctionCommandOutput extends CreateFunctionResult, __Met
|
|
|
74
93
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
75
94
|
* <p>This operation is not supported in this region.</p>
|
|
76
95
|
*
|
|
96
|
+
* @throws {@link CloudFrontServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
77
98
|
*
|
|
78
99
|
*/
|
|
79
100
|
export declare class CreateFunctionCommand extends $Command<CreateFunctionCommandInput, CreateFunctionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -40,6 +40,24 @@ export interface CreateInvalidationCommandOutput extends CreateInvalidationResul
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new CreateInvalidationCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // CreateInvalidationResult
|
|
44
|
+
* // Location: "STRING_VALUE",
|
|
45
|
+
* // Invalidation: { // Invalidation
|
|
46
|
+
* // Id: "STRING_VALUE", // required
|
|
47
|
+
* // Status: "STRING_VALUE", // required
|
|
48
|
+
* // CreateTime: new Date("TIMESTAMP"), // required
|
|
49
|
+
* // InvalidationBatch: { // InvalidationBatch
|
|
50
|
+
* // Paths: { // Paths
|
|
51
|
+
* // Quantity: Number("int"), // required
|
|
52
|
+
* // Items: [ // PathList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // },
|
|
56
|
+
* // CallerReference: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
43
61
|
* ```
|
|
44
62
|
*
|
|
45
63
|
* @param CreateInvalidationCommandInput - {@link CreateInvalidationCommandInput}
|
|
@@ -72,6 +90,8 @@ export interface CreateInvalidationCommandOutput extends CreateInvalidationResul
|
|
|
72
90
|
* <p>You have exceeded the maximum number of allowable InProgress invalidation batch
|
|
73
91
|
* requests, or invalidation objects.</p>
|
|
74
92
|
*
|
|
93
|
+
* @throws {@link CloudFrontServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
75
95
|
*
|
|
76
96
|
*/
|
|
77
97
|
export declare class CreateInvalidationCommand extends $Command<CreateInvalidationCommandInput, CreateInvalidationCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -45,6 +45,22 @@ export interface CreateKeyGroupCommandOutput extends CreateKeyGroupResult, __Met
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateKeyGroupCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateKeyGroupResult
|
|
49
|
+
* // KeyGroup: { // KeyGroup
|
|
50
|
+
* // Id: "STRING_VALUE", // required
|
|
51
|
+
* // LastModifiedTime: new Date("TIMESTAMP"), // required
|
|
52
|
+
* // KeyGroupConfig: { // KeyGroupConfig
|
|
53
|
+
* // Name: "STRING_VALUE", // required
|
|
54
|
+
* // Items: [ // PublicKeyIdList // required
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // Comment: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // },
|
|
60
|
+
* // Location: "STRING_VALUE",
|
|
61
|
+
* // ETag: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
48
64
|
* ```
|
|
49
65
|
*
|
|
50
66
|
* @param CreateKeyGroupCommandInput - {@link CreateKeyGroupCommandInput}
|
|
@@ -70,6 +86,8 @@ export interface CreateKeyGroupCommandOutput extends CreateKeyGroupResult, __Met
|
|
|
70
86
|
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
71
87
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
72
88
|
*
|
|
89
|
+
* @throws {@link CloudFrontServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
73
91
|
*
|
|
74
92
|
*/
|
|
75
93
|
export declare class CreateKeyGroupCommand extends $Command<CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -39,6 +39,14 @@ export interface CreateMonitoringSubscriptionCommandOutput extends CreateMonitor
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateMonitoringSubscriptionCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CreateMonitoringSubscriptionResult
|
|
43
|
+
* // MonitoringSubscription: { // MonitoringSubscription
|
|
44
|
+
* // RealtimeMetricsSubscriptionConfig: { // RealtimeMetricsSubscriptionConfig
|
|
45
|
+
* // RealtimeMetricsSubscriptionStatus: "Enabled" || "Disabled", // required
|
|
46
|
+
* // },
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
42
50
|
* ```
|
|
43
51
|
*
|
|
44
52
|
* @param CreateMonitoringSubscriptionCommandInput - {@link CreateMonitoringSubscriptionCommandInput}
|
|
@@ -59,6 +67,8 @@ export interface CreateMonitoringSubscriptionCommandOutput extends CreateMonitor
|
|
|
59
67
|
* @throws {@link UnsupportedOperation} (client fault)
|
|
60
68
|
* <p>This operation is not supported in this region.</p>
|
|
61
69
|
*
|
|
70
|
+
* @throws {@link CloudFrontServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
62
72
|
*
|
|
63
73
|
*/
|
|
64
74
|
export declare class CreateMonitoringSubscriptionCommand extends $Command<CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput, CloudFrontClientResolvedConfig> {
|
|
@@ -43,6 +43,21 @@ export interface CreateOriginAccessControlCommandOutput extends CreateOriginAcce
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new CreateOriginAccessControlCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // CreateOriginAccessControlResult
|
|
47
|
+
* // OriginAccessControl: { // OriginAccessControl
|
|
48
|
+
* // Id: "STRING_VALUE", // required
|
|
49
|
+
* // OriginAccessControlConfig: { // OriginAccessControlConfig
|
|
50
|
+
* // Name: "STRING_VALUE", // required
|
|
51
|
+
* // Description: "STRING_VALUE",
|
|
52
|
+
* // SigningProtocol: "sigv4", // required
|
|
53
|
+
* // SigningBehavior: "never" || "always" || "no-override", // required
|
|
54
|
+
* // OriginAccessControlOriginType: "s3" || "mediastore", // required
|
|
55
|
+
* // },
|
|
56
|
+
* // },
|
|
57
|
+
* // Location: "STRING_VALUE",
|
|
58
|
+
* // ETag: "STRING_VALUE",
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
46
61
|
* ```
|
|
47
62
|
*
|
|
48
63
|
* @param CreateOriginAccessControlCommandInput - {@link CreateOriginAccessControlCommandInput}
|
|
@@ -63,6 +78,8 @@ export interface CreateOriginAccessControlCommandOutput extends CreateOriginAcce
|
|
|
63
78
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html">Quotas</a> (formerly known as limits) in the
|
|
64
79
|
* <i>Amazon CloudFront Developer Guide</i>.</p>
|
|
65
80
|
*
|
|
81
|
+
* @throws {@link CloudFrontServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from CloudFront service.</p>
|
|
66
83
|
*
|
|
67
84
|
*/
|
|
68
85
|
export declare class CreateOriginAccessControlCommand extends $Command<CreateOriginAccessControlCommandInput, CreateOriginAccessControlCommandOutput, CloudFrontClientResolvedConfig> {
|