distilled-aws 0.0.13 → 0.0.16

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 (59) hide show
  1. package/lib/client/api.d.ts.map +1 -1
  2. package/lib/client/api.js +14 -3
  3. package/lib/client/api.js.map +1 -1
  4. package/lib/client/response-parser.d.ts.map +1 -1
  5. package/lib/client/response-parser.js +14 -2
  6. package/lib/client/response-parser.js.map +1 -1
  7. package/lib/debug/error-recorder.d.ts +22 -0
  8. package/lib/debug/error-recorder.d.ts.map +1 -0
  9. package/lib/debug/error-recorder.js +106 -0
  10. package/lib/debug/error-recorder.js.map +1 -0
  11. package/lib/patch/spec-schema.d.ts +65 -0
  12. package/lib/patch/spec-schema.d.ts.map +1 -1
  13. package/lib/patch/spec-schema.js +31 -0
  14. package/lib/patch/spec-schema.js.map +1 -1
  15. package/lib/services/bedrock-agentcore-control.d.ts +3 -0
  16. package/lib/services/bedrock-agentcore-control.d.ts.map +1 -1
  17. package/lib/services/bedrock-agentcore-control.js +5 -1
  18. package/lib/services/bedrock-agentcore-control.js.map +1 -1
  19. package/lib/services/cloudfront.d.ts +83 -83
  20. package/lib/services/cloudfront.d.ts.map +1 -1
  21. package/lib/services/cloudfront.js +160 -157
  22. package/lib/services/cloudfront.js.map +1 -1
  23. package/lib/services/ec2.d.ts +1539 -924
  24. package/lib/services/ec2.d.ts.map +1 -1
  25. package/lib/services/ec2.js +1321 -623
  26. package/lib/services/ec2.js.map +1 -1
  27. package/lib/services/glue.d.ts +587 -478
  28. package/lib/services/glue.d.ts.map +1 -1
  29. package/lib/services/glue.js +1644 -1509
  30. package/lib/services/glue.js.map +1 -1
  31. package/lib/services/iam.d.ts +6 -1
  32. package/lib/services/iam.d.ts.map +1 -1
  33. package/lib/services/iam.js +3 -1
  34. package/lib/services/iam.js.map +1 -1
  35. package/lib/services/medialive.d.ts +33 -0
  36. package/lib/services/medialive.d.ts.map +1 -1
  37. package/lib/services/medialive.js +11 -0
  38. package/lib/services/medialive.js.map +1 -1
  39. package/lib/services/s3.d.ts +74 -59
  40. package/lib/services/s3.d.ts.map +1 -1
  41. package/lib/services/s3.js +76 -53
  42. package/lib/services/s3.js.map +1 -1
  43. package/lib/services/sqs.d.ts +1 -1
  44. package/lib/services/sqs.d.ts.map +1 -1
  45. package/lib/services/sqs.js +1 -0
  46. package/lib/services/sqs.js.map +1 -1
  47. package/package.json +6 -4
  48. package/src/client/api.ts +22 -2
  49. package/src/client/response-parser.ts +15 -2
  50. package/src/debug/error-recorder.ts +143 -0
  51. package/src/patch/spec-schema.ts +35 -0
  52. package/src/services/bedrock-agentcore-control.ts +7 -1
  53. package/src/services/cloudfront.ts +300 -294
  54. package/src/services/ec2.ts +2891 -1486
  55. package/src/services/glue.ts +3550 -3250
  56. package/src/services/iam.ts +9 -2
  57. package/src/services/medialive.ts +53 -0
  58. package/src/services/s3.ts +159 -108
  59. package/src/services/sqs.ts +2 -0
@@ -3366,8 +3366,8 @@ declare const IllegalUpdate_base: S.TaggedErrorClass<IllegalUpdate, "IllegalUpda
3366
3366
  });
3367
3367
  export declare class IllegalUpdate extends IllegalUpdate_base {
3368
3368
  }
3369
- declare const EntityNotFound_base: S.TaggedErrorClass<EntityNotFound, "EntityNotFound", {
3370
- readonly _tag: S.tag<"EntityNotFound">;
3369
+ declare const EntityLimitExceeded_base: S.TaggedErrorClass<EntityLimitExceeded, "EntityLimitExceeded", {
3370
+ readonly _tag: S.tag<"EntityLimitExceeded">;
3371
3371
  } & {
3372
3372
  Message: S.optional<typeof S.String>;
3373
3373
  }> & (new (...args: any[]) => {
@@ -3375,7 +3375,7 @@ declare const EntityNotFound_base: S.TaggedErrorClass<EntityNotFound, "EntityNot
3375
3375
  BadRequestError: true;
3376
3376
  };
3377
3377
  });
3378
- export declare class EntityNotFound extends EntityNotFound_base {
3378
+ export declare class EntityLimitExceeded extends EntityLimitExceeded_base {
3379
3379
  }
3380
3380
  declare const NoSuchResource_base: S.TaggedErrorClass<NoSuchResource, "NoSuchResource", {
3381
3381
  readonly _tag: S.tag<"NoSuchResource">;
@@ -3399,6 +3399,17 @@ declare const NoSuchFunctionExists_base: S.TaggedErrorClass<NoSuchFunctionExists
3399
3399
  });
3400
3400
  export declare class NoSuchFunctionExists extends NoSuchFunctionExists_base {
3401
3401
  }
3402
+ declare const EntityNotFound_base: S.TaggedErrorClass<EntityNotFound, "EntityNotFound", {
3403
+ readonly _tag: S.tag<"EntityNotFound">;
3404
+ } & {
3405
+ Message: S.optional<typeof S.String>;
3406
+ }> & (new (...args: any[]) => {
3407
+ "@alchemy-run/itty-aws/error/categories": {
3408
+ BadRequestError: true;
3409
+ };
3410
+ });
3411
+ export declare class EntityNotFound extends EntityNotFound_base {
3412
+ }
3402
3413
  declare const NoSuchCachePolicy_base: S.TaggedErrorClass<NoSuchCachePolicy, "NoSuchCachePolicy", {
3403
3414
  readonly _tag: S.tag<"NoSuchCachePolicy">;
3404
3415
  } & {
@@ -3769,17 +3780,6 @@ declare const TestFunctionFailed_base: S.TaggedErrorClass<TestFunctionFailed, "T
3769
3780
  });
3770
3781
  export declare class TestFunctionFailed extends TestFunctionFailed_base {
3771
3782
  }
3772
- declare const EntityLimitExceeded_base: S.TaggedErrorClass<EntityLimitExceeded, "EntityLimitExceeded", {
3773
- readonly _tag: S.tag<"EntityLimitExceeded">;
3774
- } & {
3775
- Message: S.optional<typeof S.String>;
3776
- }> & (new (...args: any[]) => {
3777
- "@alchemy-run/itty-aws/error/categories": {
3778
- BadRequestError: true;
3779
- };
3780
- });
3781
- export declare class EntityLimitExceeded extends EntityLimitExceeded_base {
3782
- }
3783
3783
  declare const FieldLevelEncryptionProfileSizeExceeded_base: S.TaggedErrorClass<FieldLevelEncryptionProfileSizeExceeded, "FieldLevelEncryptionProfileSizeExceeded", {
3784
3784
  readonly _tag: S.tag<"FieldLevelEncryptionProfileSizeExceeded">;
3785
3785
  } & {
@@ -3934,6 +3934,17 @@ declare const PublicKeyAlreadyExists_base: S.TaggedErrorClass<PublicKeyAlreadyEx
3934
3934
  });
3935
3935
  export declare class PublicKeyAlreadyExists extends PublicKeyAlreadyExists_base {
3936
3936
  }
3937
+ declare const InvalidAssociation_base: S.TaggedErrorClass<InvalidAssociation, "InvalidAssociation", {
3938
+ readonly _tag: S.tag<"InvalidAssociation">;
3939
+ } & {
3940
+ Message: S.optional<typeof S.String>;
3941
+ }> & (new (...args: any[]) => {
3942
+ "@alchemy-run/itty-aws/error/categories": {
3943
+ ConflictError: true;
3944
+ };
3945
+ });
3946
+ export declare class InvalidAssociation extends InvalidAssociation_base {
3947
+ }
3937
3948
  declare const IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior_base: S.TaggedErrorClass<IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior, "IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior", {
3938
3949
  readonly _tag: S.tag<"IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior">;
3939
3950
  } & {
@@ -4176,17 +4187,6 @@ declare const RealtimeLogConfigInUse_base: S.TaggedErrorClass<RealtimeLogConfigI
4176
4187
  });
4177
4188
  export declare class RealtimeLogConfigInUse extends RealtimeLogConfigInUse_base {
4178
4189
  }
4179
- declare const InvalidAssociation_base: S.TaggedErrorClass<InvalidAssociation, "InvalidAssociation", {
4180
- readonly _tag: S.tag<"InvalidAssociation">;
4181
- } & {
4182
- Message: S.optional<typeof S.String>;
4183
- }> & (new (...args: any[]) => {
4184
- "@alchemy-run/itty-aws/error/categories": {
4185
- ConflictError: true;
4186
- };
4187
- });
4188
- export declare class InvalidAssociation extends InvalidAssociation_base {
4189
- }
4190
4190
  declare const InvalidDefaultRootObject_base: S.TaggedErrorClass<InvalidDefaultRootObject, "InvalidDefaultRootObject", {
4191
4191
  readonly _tag: S.tag<"InvalidDefaultRootObject">;
4192
4192
  } & {
@@ -5082,6 +5082,12 @@ export declare const listTrustStores: {
5082
5082
  * Verify the DNS configuration for your domain names. This API operation checks whether your domain name points to the correct routing endpoint of the connection group, such as d111111abcdef8.cloudfront.net. You can use this API operation to troubleshoot and resolve DNS configuration issues.
5083
5083
  */
5084
5084
  export declare const verifyDnsConfiguration: (input: VerifyDnsConfigurationRequest) => effect.Effect<VerifyDnsConfigurationResult, AccessDenied | EntityNotFound | InvalidArgument | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5085
+ /**
5086
+ * Gets a key group configuration.
5087
+ *
5088
+ * To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using `ListDistributions` or `GetDistribution`. If the key group is not referenced in a cache behavior, you can get the identifier using `ListKeyGroups`.
5089
+ */
5090
+ export declare const getKeyGroupConfig: (input: GetKeyGroupConfigRequest) => effect.Effect<GetKeyGroupConfigResult, NoSuchResource | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5085
5091
  /**
5086
5092
  * Gets information about a connection group.
5087
5093
  */
@@ -5118,12 +5124,6 @@ export declare const listInvalidationsForDistributionTenant: {
5118
5124
  pages: (input: ListInvalidationsForDistributionTenantRequest) => stream.Stream<ListInvalidationsForDistributionTenantResult, AccessDenied | EntityNotFound | InvalidArgument | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5119
5125
  items: (input: ListInvalidationsForDistributionTenantRequest) => stream.Stream<unknown, AccessDenied | EntityNotFound | InvalidArgument | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5120
5126
  };
5121
- /**
5122
- * Gets a key group configuration.
5123
- *
5124
- * To get a key group configuration, you must provide the key group's identifier. If the key group is referenced in a distribution's cache behavior, you can get the key group's identifier using `ListDistributions` or `GetDistribution`. If the key group is not referenced in a cache behavior, you can get the identifier using `ListKeyGroups`.
5125
- */
5126
- export declare const getKeyGroupConfig: (input: GetKeyGroupConfigRequest) => effect.Effect<GetKeyGroupConfigResult, NoSuchResource | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5127
5127
  /**
5128
5128
  * Gets a cache policy, including the following metadata:
5129
5129
  *
@@ -5422,14 +5422,6 @@ export declare const updateCloudFrontOriginAccessIdentity: (input: UpdateCloudFr
5422
5422
  * Updates a CloudFront origin access control.
5423
5423
  */
5424
5424
  export declare const updateOriginAccessControl: (input: UpdateOriginAccessControlRequest) => effect.Effect<UpdateOriginAccessControlResult, AccessDenied | IllegalUpdate | InvalidArgument | InvalidIfMatchVersion | NoSuchOriginAccessControl | OriginAccessControlAlreadyExists | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5425
- /**
5426
- * Gets information about a specific invalidation for a distribution tenant.
5427
- */
5428
- export declare const getInvalidationForDistributionTenant: (input: GetInvalidationForDistributionTenantRequest) => effect.Effect<GetInvalidationForDistributionTenantResult, AccessDenied | EntityNotFound | NoSuchInvalidation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5429
- /**
5430
- * Updates a connection function.
5431
- */
5432
- export declare const updateConnectionFunction: (input: UpdateConnectionFunctionRequest) => effect.Effect<UpdateConnectionFunctionResult, AccessDenied | EntityNotFound | EntitySizeLimitExceeded | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5433
5425
  /**
5434
5426
  * Tests a connection function.
5435
5427
  */
@@ -5446,6 +5438,10 @@ export declare const updateFunction: (input: UpdateFunctionRequest) => effect.Ef
5446
5438
  * Update public key information. Note that the only value you can change is the comment.
5447
5439
  */
5448
5440
  export declare const updatePublicKey: (input: UpdatePublicKeyRequest) => effect.Effect<UpdatePublicKeyResult, AccessDenied | CannotChangeImmutablePublicKeyFields | IllegalUpdate | InvalidArgument | InvalidIfMatchVersion | NoSuchPublicKey | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5441
+ /**
5442
+ * Update an Amazon CloudFront VPC origin in your account.
5443
+ */
5444
+ export declare const updateVpcOrigin: (input: UpdateVpcOriginRequest) => effect.Effect<UpdateVpcOriginResult, AccessDenied | CannotUpdateEntityWhileInUse | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | IllegalUpdate | InconsistentQuantities | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5449
5445
  /**
5450
5446
  * Delete an origin access identity.
5451
5447
  */
@@ -5467,11 +5463,15 @@ export declare const deleteFieldLevelEncryptionProfile: (input: DeleteFieldLevel
5467
5463
  /**
5468
5464
  * Associates the WAF web ACL with a distribution.
5469
5465
  */
5470
- export declare const associateDistributionWebACL: (input: AssociateDistributionWebACLRequest) => effect.Effect<AssociateDistributionWebACLResult, AccessDenied | EntityNotFound | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5466
+ export declare const associateDistributionWebACL: (input: AssociateDistributionWebACLRequest) => effect.Effect<AssociateDistributionWebACLResult, AccessDenied | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5471
5467
  /**
5472
- * Disassociates a distribution tenant from the WAF web ACL.
5468
+ * Deletes a CloudFront function.
5469
+ *
5470
+ * You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.
5471
+ *
5472
+ * To delete a function, you must provide the function's name and version (`ETag` value). To get these values, you can use `ListFunctions` and `DescribeFunction`.
5473
5473
  */
5474
- export declare const disassociateDistributionTenantWebACL: (input: DisassociateDistributionTenantWebACLRequest) => effect.Effect<DisassociateDistributionTenantWebACLResult, AccessDenied | EntityNotFound | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5474
+ export declare const deleteFunction: (input: DeleteFunctionRequest) => effect.Effect<DeleteFunctionResponse, FunctionInUse | InvalidIfMatchVersion | NoSuchFunctionExists | PreconditionFailed | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5475
5475
  /**
5476
5476
  * Disassociates a distribution from the WAF web ACL.
5477
5477
  */
@@ -5511,13 +5511,9 @@ export declare const updateTrustStore: (input: UpdateTrustStoreRequest) => effec
5511
5511
  */
5512
5512
  export declare const deleteResourcePolicy: (input: DeleteResourcePolicyRequest) => effect.Effect<DeleteResourcePolicyResponse, AccessDenied | EntityNotFound | IllegalDelete | InvalidArgument | PreconditionFailed | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5513
5513
  /**
5514
- * Deletes a CloudFront function.
5515
- *
5516
- * You cannot delete a function if it's associated with a cache behavior. First, update your distributions to remove the function association from all cache behaviors, then delete the function.
5517
- *
5518
- * To delete a function, you must provide the function's name and version (`ETag` value). To get these values, you can use `ListFunctions` and `DescribeFunction`.
5514
+ * Associates the WAF web ACL with a distribution tenant.
5519
5515
  */
5520
- export declare const deleteFunction: (input: DeleteFunctionRequest) => effect.Effect<DeleteFunctionResponse, FunctionInUse | InvalidIfMatchVersion | NoSuchFunctionExists | PreconditionFailed | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5516
+ export declare const associateDistributionTenantWebACL: (input: AssociateDistributionTenantWebACLRequest) => effect.Effect<AssociateDistributionTenantWebACLResult, AccessDenied | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5521
5517
  /**
5522
5518
  * Publishes a CloudFront function by copying the function code from the `DEVELOPMENT` stage to `LIVE`. This automatically updates all cache behaviors that are using this function to use the newly published copy in the `LIVE` stage.
5523
5519
  *
@@ -5527,9 +5523,9 @@ export declare const deleteFunction: (input: DeleteFunctionRequest) => effect.Ef
5527
5523
  */
5528
5524
  export declare const publishFunction: (input: PublishFunctionRequest) => effect.Effect<PublishFunctionResult, InvalidArgument | InvalidIfMatchVersion | NoSuchFunctionExists | PreconditionFailed | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5529
5525
  /**
5530
- * Associates the WAF web ACL with a distribution tenant.
5526
+ * Disassociates a distribution tenant from the WAF web ACL.
5531
5527
  */
5532
- export declare const associateDistributionTenantWebACL: (input: AssociateDistributionTenantWebACLRequest) => effect.Effect<AssociateDistributionTenantWebACLResult, AccessDenied | EntityNotFound | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5528
+ export declare const disassociateDistributionTenantWebACL: (input: DisassociateDistributionTenantWebACLRequest) => effect.Effect<DisassociateDistributionTenantWebACLResult, AccessDenied | EntityNotFound | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5533
5529
  /**
5534
5530
  * Deletes a connection function.
5535
5531
  */
@@ -5582,6 +5578,12 @@ export declare const listKeyValueStores: {
5582
5578
  pages: (input: ListKeyValueStoresRequest) => stream.Stream<ListKeyValueStoresResult, AccessDenied | InvalidArgument | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5583
5579
  items: (input: ListKeyValueStoresRequest) => stream.Stream<unknown, AccessDenied | InvalidArgument | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5584
5580
  };
5581
+ /**
5582
+ * Gets the code of a CloudFront function. To get configuration information and metadata about a function, use `DescribeFunction`.
5583
+ *
5584
+ * To get a function's code, you must provide the function's name and stage. To get these values, you can use `ListFunctions`.
5585
+ */
5586
+ export declare const getFunction: (input: GetFunctionRequest) => effect.Effect<GetFunctionResult, NoSuchFunctionExists | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5585
5587
  /**
5586
5588
  * Gets a connection function.
5587
5589
  */
@@ -5602,12 +5604,6 @@ export declare const listDistributionsByAnycastIpListId: (input: ListDistributio
5602
5604
  * List CloudFront distributions by their VPC origin ID.
5603
5605
  */
5604
5606
  export declare const listDistributionsByVpcOriginId: (input: ListDistributionsByVpcOriginIdRequest) => effect.Effect<ListDistributionsByVpcOriginIdResult, AccessDenied | EntityNotFound | InvalidArgument | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5605
- /**
5606
- * Gets the code of a CloudFront function. To get configuration information and metadata about a function, use `DescribeFunction`.
5607
- *
5608
- * To get a function's code, you must provide the function's name and stage. To get these values, you can use `ListFunctions`.
5609
- */
5610
- export declare const getFunction: (input: GetFunctionRequest) => effect.Effect<GetFunctionResult, NoSuchFunctionExists | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5611
5607
  /**
5612
5608
  * Describes a connection function.
5613
5609
  */
@@ -5616,6 +5612,14 @@ export declare const describeConnectionFunction: (input: DescribeConnectionFunct
5616
5612
  * Specifies the key value store and its configuration.
5617
5613
  */
5618
5614
  export declare const describeKeyValueStore: (input: DescribeKeyValueStoreRequest) => effect.Effect<DescribeKeyValueStoreResult, AccessDenied | EntityNotFound | InvalidArgument | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5615
+ /**
5616
+ * Gets information about a specific invalidation for a distribution tenant.
5617
+ */
5618
+ export declare const getInvalidationForDistributionTenant: (input: GetInvalidationForDistributionTenantRequest) => effect.Effect<GetInvalidationForDistributionTenantResult, AccessDenied | EntityNotFound | NoSuchInvalidation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5619
+ /**
5620
+ * Updates a connection function.
5621
+ */
5622
+ export declare const updateConnectionFunction: (input: UpdateConnectionFunctionRequest) => effect.Effect<UpdateConnectionFunctionResult, AccessDenied | EntityNotFound | EntitySizeLimitExceeded | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5619
5623
  /**
5620
5624
  * Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
5621
5625
  */
@@ -5667,45 +5671,49 @@ export declare const updateRealtimeLogConfig: (input: UpdateRealtimeLogConfigReq
5667
5671
  */
5668
5672
  export declare const getRealtimeLogConfig: (input: GetRealtimeLogConfigRequest) => effect.Effect<GetRealtimeLogConfigResult, AccessDenied | InvalidArgument | NoSuchRealtimeLogConfig | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5669
5673
  /**
5670
- * Update an Amazon CloudFront VPC origin in your account.
5674
+ * Updates a distribution tenant.
5671
5675
  */
5672
- export declare const updateVpcOrigin: (input: UpdateVpcOriginRequest) => effect.Effect<UpdateVpcOriginResult, AccessDenied | CannotUpdateEntityWhileInUse | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | IllegalUpdate | InconsistentQuantities | InvalidArgument | InvalidIfMatchVersion | PreconditionFailed | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5676
+ export declare const updateDistributionTenant: (input: UpdateDistributionTenantRequest) => effect.Effect<UpdateDistributionTenantResult, AccessDenied | CNAMEAlreadyExists | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidAssociation | InvalidIfMatchVersion | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5673
5677
  /**
5674
- * Creates a connection group.
5678
+ * Get the information about an invalidation.
5675
5679
  */
5676
- export declare const createConnectionGroup: (input: CreateConnectionGroupRequest) => effect.Effect<CreateConnectionGroupResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidTagging | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5680
+ export declare const getInvalidation: (input: GetInvalidationRequest) => effect.Effect<GetInvalidationResult, AccessDenied | NoSuchDistribution | NoSuchInvalidation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5677
5681
  /**
5678
5682
  * Specifies the key value store resource to add to your account. In your account, the key value store names must be unique. You can also import key value store data in JSON format from an S3 bucket by providing a valid `ImportSource` that you own.
5679
5683
  */
5680
5684
  export declare const createKeyValueStore: (input: CreateKeyValueStoreRequest) => effect.Effect<CreateKeyValueStoreResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | EntitySizeLimitExceeded | InvalidArgument | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5681
5685
  /**
5682
- * Creates an Anycast static IP list.
5686
+ * Disables additional CloudWatch metrics for the specified CloudFront distribution.
5683
5687
  */
5684
- export declare const createAnycastIpList: (input: CreateAnycastIpListRequest) => effect.Effect<CreateAnycastIpListResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | InvalidArgument | InvalidTagging | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5688
+ export declare const deleteMonitoringSubscription: (input: DeleteMonitoringSubscriptionRequest) => effect.Effect<DeleteMonitoringSubscriptionResult, AccessDenied | NoSuchDistribution | NoSuchMonitoringSubscription | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5685
5689
  /**
5686
- * Creates a trust store.
5690
+ * Remove tags from a CloudFront resource. For more information, see Tagging a distribution in the *Amazon CloudFront Developer Guide*.
5687
5691
  */
5688
- export declare const createTrustStore: (input: CreateTrustStoreRequest) => effect.Effect<CreateTrustStoreResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidTagging | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5692
+ export declare const untagResource: (input: UntagResourceRequest) => effect.Effect<UntagResourceResponse, AccessDenied | InvalidArgument | InvalidTagging | NoSuchResource | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5689
5693
  /**
5690
- * Create an Amazon CloudFront VPC origin.
5694
+ * Add tags to a CloudFront resource. For more information, see Tagging a distribution in the *Amazon CloudFront Developer Guide*.
5691
5695
  */
5692
- export declare const createVpcOrigin: (input: CreateVpcOriginRequest) => effect.Effect<CreateVpcOriginResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | InconsistentQuantities | InvalidArgument | InvalidTagging | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5696
+ export declare const tagResource: (input: TagResourceRequest) => effect.Effect<TagResourceResponse, AccessDenied | InvalidArgument | InvalidTagging | NoSuchResource | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5693
5697
  /**
5694
- * Get the information about an invalidation.
5698
+ * Creates a connection group.
5695
5699
  */
5696
- export declare const getInvalidation: (input: GetInvalidationRequest) => effect.Effect<GetInvalidationResult, AccessDenied | NoSuchDistribution | NoSuchInvalidation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5700
+ export declare const createConnectionGroup: (input: CreateConnectionGroupRequest) => effect.Effect<CreateConnectionGroupResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidTagging | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5697
5701
  /**
5698
- * Disables additional CloudWatch metrics for the specified CloudFront distribution.
5702
+ * Creates an Anycast static IP list.
5699
5703
  */
5700
- export declare const deleteMonitoringSubscription: (input: DeleteMonitoringSubscriptionRequest) => effect.Effect<DeleteMonitoringSubscriptionResult, AccessDenied | NoSuchDistribution | NoSuchMonitoringSubscription | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5704
+ export declare const createAnycastIpList: (input: CreateAnycastIpListRequest) => effect.Effect<CreateAnycastIpListResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | InvalidArgument | InvalidTagging | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5701
5705
  /**
5702
- * Remove tags from a CloudFront resource. For more information, see Tagging a distribution in the *Amazon CloudFront Developer Guide*.
5706
+ * Creates a trust store.
5703
5707
  */
5704
- export declare const untagResource: (input: UntagResourceRequest) => effect.Effect<UntagResourceResponse, AccessDenied | InvalidArgument | InvalidTagging | NoSuchResource | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5708
+ export declare const createTrustStore: (input: CreateTrustStoreRequest) => effect.Effect<CreateTrustStoreResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidTagging | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5705
5709
  /**
5706
- * Add tags to a CloudFront resource. For more information, see Tagging a distribution in the *Amazon CloudFront Developer Guide*.
5710
+ * Create an Amazon CloudFront VPC origin.
5707
5711
  */
5708
- export declare const tagResource: (input: TagResourceRequest) => effect.Effect<TagResourceResponse, AccessDenied | InvalidArgument | InvalidTagging | NoSuchResource | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5712
+ export declare const createVpcOrigin: (input: CreateVpcOriginRequest) => effect.Effect<CreateVpcOriginResult, AccessDenied | EntityAlreadyExists | EntityLimitExceeded | InconsistentQuantities | InvalidArgument | InvalidTagging | UnsupportedOperation | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5713
+ /**
5714
+ * Creates a distribution tenant.
5715
+ */
5716
+ export declare const createDistributionTenant: (input: CreateDistributionTenantRequest) => effect.Effect<CreateDistributionTenantResult, AccessDenied | CNAMEAlreadyExists | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidAssociation | InvalidTagging | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5709
5717
  /**
5710
5718
  * Creates a connection function.
5711
5719
  */
@@ -5816,10 +5824,6 @@ export declare const createPublicKey: (input: CreatePublicKeyRequest) => effect.
5816
5824
  * To delete a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.
5817
5825
  */
5818
5826
  export declare const deleteRealtimeLogConfig: (input: DeleteRealtimeLogConfigRequest) => effect.Effect<DeleteRealtimeLogConfigResponse, AccessDenied | InvalidArgument | NoSuchRealtimeLogConfig | RealtimeLogConfigInUse | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5819
- /**
5820
- * Updates a distribution tenant.
5821
- */
5822
- export declare const updateDistributionTenant: (input: UpdateDistributionTenantRequest) => effect.Effect<UpdateDistributionTenantResult, AccessDenied | CNAMEAlreadyExists | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidAssociation | InvalidIfMatchVersion | PreconditionFailed | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5823
5827
  /**
5824
5828
  * Creates a new origin access identity. If you're using Amazon S3 for your origin, you can use an origin access identity to require users to access your content using a CloudFront URL instead of the Amazon S3 URL. For more information about how to use origin access identities, see Serving Private Content through CloudFront in the *Amazon CloudFront Developer Guide*.
5825
5829
  */
@@ -5846,10 +5850,6 @@ export declare const deleteConnectionGroup: (input: DeleteConnectionGroupRequest
5846
5850
  * To create a key group, you must specify at least one public key for the key group. After you create a key group, you can reference it from one or more cache behaviors. When you reference a key group in a cache behavior, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with a private key whose corresponding public key is in the key group. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see Serving private content in the *Amazon CloudFront Developer Guide*.
5847
5851
  */
5848
5852
  export declare const createKeyGroup: (input: CreateKeyGroupRequest) => effect.Effect<CreateKeyGroupResult, InvalidArgument | KeyGroupAlreadyExists | TooManyKeyGroups | TooManyPublicKeysInKeyGroup | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5849
- /**
5850
- * Creates a distribution tenant.
5851
- */
5852
- export declare const createDistributionTenant: (input: CreateDistributionTenantRequest) => effect.Effect<CreateDistributionTenantResult, AccessDenied | CNAMEAlreadyExists | EntityAlreadyExists | EntityLimitExceeded | EntityNotFound | InvalidArgument | InvalidAssociation | InvalidTagging | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5853
5853
  /**
5854
5854
  * Creates a CloudFront function.
5855
5855
  *
@@ -5995,7 +5995,7 @@ export declare const createResponseHeadersPolicy: (input: CreateResponseHeadersP
5995
5995
  *
5996
5996
  * - UpdateDistribution
5997
5997
  */
5998
- export declare const updateDistributionWithStagingConfig: (input: UpdateDistributionWithStagingConfigRequest) => effect.Effect<UpdateDistributionWithStagingConfigResult, AccessDenied | CNAMEAlreadyExists | EntityNotFound | IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior | IllegalUpdate | InconsistentQuantities | InvalidArgument | InvalidDefaultRootObject | InvalidErrorCode | InvalidForwardCookies | InvalidFunctionAssociation | InvalidGeoRestrictionParameter | InvalidHeadersForS3Origin | InvalidIfMatchVersion | InvalidLambdaFunctionAssociation | InvalidLocationCode | InvalidMinimumProtocolVersion | InvalidOriginAccessControl | InvalidOriginAccessIdentity | InvalidOriginKeepaliveTimeout | InvalidOriginReadTimeout | InvalidQueryStringParameters | InvalidRelativePath | InvalidRequiredProtocol | InvalidResponseCode | InvalidTTLOrder | InvalidViewerCertificate | InvalidWebACLId | MissingBody | NoSuchCachePolicy | NoSuchDistribution | NoSuchFieldLevelEncryptionConfig | NoSuchOrigin | NoSuchOriginRequestPolicy | NoSuchRealtimeLogConfig | NoSuchResponseHeadersPolicy | PreconditionFailed | RealtimeLogConfigOwnerMismatch | TooManyCacheBehaviors | TooManyCertificates | TooManyCookieNamesInWhiteList | TooManyDistributionCNAMEs | TooManyDistributionsAssociatedToCachePolicy | TooManyDistributionsAssociatedToFieldLevelEncryptionConfig | TooManyDistributionsAssociatedToKeyGroup | TooManyDistributionsAssociatedToOriginAccessControl | TooManyDistributionsAssociatedToOriginRequestPolicy | TooManyDistributionsAssociatedToResponseHeadersPolicy | TooManyDistributionsWithFunctionAssociations | TooManyDistributionsWithLambdaAssociations | TooManyDistributionsWithSingleFunctionARN | TooManyFunctionAssociations | TooManyHeadersInForwardedValues | TooManyKeyGroupsAssociatedToDistribution | TooManyLambdaFunctionAssociations | TooManyOriginCustomHeaders | TooManyOriginGroupsPerDistribution | TooManyOrigins | TooManyQueryStringParameters | TooManyTrustedSigners | TrustedKeyGroupDoesNotExist | TrustedSignerDoesNotExist | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5998
+ export declare const updateDistributionWithStagingConfig: (input: UpdateDistributionWithStagingConfigRequest) => effect.Effect<UpdateDistributionWithStagingConfigResult, AccessDenied | CNAMEAlreadyExists | EntityLimitExceeded | EntityNotFound | IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior | IllegalUpdate | InconsistentQuantities | InvalidArgument | InvalidDefaultRootObject | InvalidErrorCode | InvalidForwardCookies | InvalidFunctionAssociation | InvalidGeoRestrictionParameter | InvalidHeadersForS3Origin | InvalidIfMatchVersion | InvalidLambdaFunctionAssociation | InvalidLocationCode | InvalidMinimumProtocolVersion | InvalidOriginAccessControl | InvalidOriginAccessIdentity | InvalidOriginKeepaliveTimeout | InvalidOriginReadTimeout | InvalidQueryStringParameters | InvalidRelativePath | InvalidRequiredProtocol | InvalidResponseCode | InvalidTTLOrder | InvalidViewerCertificate | InvalidWebACLId | MissingBody | NoSuchCachePolicy | NoSuchDistribution | NoSuchFieldLevelEncryptionConfig | NoSuchOrigin | NoSuchOriginRequestPolicy | NoSuchRealtimeLogConfig | NoSuchResponseHeadersPolicy | PreconditionFailed | RealtimeLogConfigOwnerMismatch | TooManyCacheBehaviors | TooManyCertificates | TooManyCookieNamesInWhiteList | TooManyDistributionCNAMEs | TooManyDistributionsAssociatedToCachePolicy | TooManyDistributionsAssociatedToFieldLevelEncryptionConfig | TooManyDistributionsAssociatedToKeyGroup | TooManyDistributionsAssociatedToOriginAccessControl | TooManyDistributionsAssociatedToOriginRequestPolicy | TooManyDistributionsAssociatedToResponseHeadersPolicy | TooManyDistributionsWithFunctionAssociations | TooManyDistributionsWithLambdaAssociations | TooManyDistributionsWithSingleFunctionARN | TooManyFunctionAssociations | TooManyHeadersInForwardedValues | TooManyKeyGroupsAssociatedToDistribution | TooManyLambdaFunctionAssociations | TooManyOriginCustomHeaders | TooManyOriginGroupsPerDistribution | TooManyOrigins | TooManyQueryStringParameters | TooManyTrustedSigners | TrustedKeyGroupDoesNotExist | TrustedSignerDoesNotExist | CommonErrors, Credentials | Region | HttpClient.HttpClient>;
5999
5999
  /**
6000
6000
  * Create a new distribution with tags. This API operation requires the following IAM permissions:
6001
6001
  *