aws-sdk-s3control 1.53.0 → 1.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +146 -119
- data/lib/aws-sdk-s3control/client_api.rb +66 -116
- data/lib/aws-sdk-s3control/endpoint_parameters.rb +114 -0
- data/lib/aws-sdk-s3control/endpoint_provider.rb +545 -0
- data/lib/aws-sdk-s3control/endpoints.rb +1195 -0
- data/lib/aws-sdk-s3control/plugins/arn.rb +1 -162
- data/lib/aws-sdk-s3control/plugins/dualstack.rb +2 -31
- data/lib/aws-sdk-s3control/plugins/endpoints.rb +186 -0
- data/lib/aws-sdk-s3control/types.rb +121 -68
- data/lib/aws-sdk-s3control.rb +5 -1
- metadata +8 -5
- data/lib/aws-sdk-s3control/plugins/s3_control_signer.rb +0 -97
@@ -227,6 +227,7 @@ module Aws::S3Control
|
|
227
227
|
NonEmptyMaxLength2048String = Shapes::StringShape.new(name: 'NonEmptyMaxLength2048String')
|
228
228
|
NonEmptyMaxLength256String = Shapes::StringShape.new(name: 'NonEmptyMaxLength256String')
|
229
229
|
NonEmptyMaxLength64String = Shapes::StringShape.new(name: 'NonEmptyMaxLength64String')
|
230
|
+
NoncurrentVersionCount = Shapes::IntegerShape.new(name: 'NoncurrentVersionCount')
|
230
231
|
NoncurrentVersionExpiration = Shapes::StructureShape.new(name: 'NoncurrentVersionExpiration')
|
231
232
|
NoncurrentVersionTransition = Shapes::StructureShape.new(name: 'NoncurrentVersionTransition')
|
232
233
|
NoncurrentVersionTransitionList = Shapes::ListShape.new(name: 'NoncurrentVersionTransitionList')
|
@@ -247,6 +248,8 @@ module Aws::S3Control
|
|
247
248
|
ObjectLambdaTransformationConfigurationActionsList = Shapes::ListShape.new(name: 'ObjectLambdaTransformationConfigurationActionsList')
|
248
249
|
ObjectLambdaTransformationConfigurationsList = Shapes::ListShape.new(name: 'ObjectLambdaTransformationConfigurationsList')
|
249
250
|
ObjectLockEnabledForBucket = Shapes::BooleanShape.new(name: 'ObjectLockEnabledForBucket')
|
251
|
+
ObjectSizeGreaterThanBytes = Shapes::IntegerShape.new(name: 'ObjectSizeGreaterThanBytes')
|
252
|
+
ObjectSizeLessThanBytes = Shapes::IntegerShape.new(name: 'ObjectSizeLessThanBytes')
|
250
253
|
OperationName = Shapes::StringShape.new(name: 'OperationName')
|
251
254
|
OutputSchemaVersion = Shapes::StringShape.new(name: 'OutputSchemaVersion')
|
252
255
|
Policy = Shapes::StringShape.new(name: 'Policy')
|
@@ -428,7 +431,7 @@ module Aws::S3Control
|
|
428
431
|
CloudWatchMetrics.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, required: true, location_name: "IsEnabled"))
|
429
432
|
CloudWatchMetrics.struct_class = Types::CloudWatchMetrics
|
430
433
|
|
431
|
-
CreateAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
434
|
+
CreateAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
432
435
|
CreateAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
433
436
|
CreateAccessPointForObjectLambdaRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, required: true, location_name: "Configuration"))
|
434
437
|
CreateAccessPointForObjectLambdaRequest.struct_class = Types::CreateAccessPointForObjectLambdaRequest
|
@@ -436,7 +439,7 @@ module Aws::S3Control
|
|
436
439
|
CreateAccessPointForObjectLambdaResult.add_member(:object_lambda_access_point_arn, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointArn, location_name: "ObjectLambdaAccessPointArn"))
|
437
440
|
CreateAccessPointForObjectLambdaResult.struct_class = Types::CreateAccessPointForObjectLambdaResult
|
438
441
|
|
439
|
-
CreateAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
442
|
+
CreateAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
440
443
|
CreateAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
441
444
|
CreateAccessPointRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
442
445
|
CreateAccessPointRequest.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
|
@@ -468,7 +471,7 @@ module Aws::S3Control
|
|
468
471
|
CreateBucketResult.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: S3RegionalBucketArn, location_name: "BucketArn"))
|
469
472
|
CreateBucketResult.struct_class = Types::CreateBucketResult
|
470
473
|
|
471
|
-
CreateJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
474
|
+
CreateJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
472
475
|
CreateJobRequest.add_member(:confirmation_required, Shapes::ShapeRef.new(shape: ConfirmationRequired, location_name: "ConfirmationRequired", metadata: {"box"=>true}))
|
473
476
|
CreateJobRequest.add_member(:operation, Shapes::ShapeRef.new(shape: JobOperation, required: true, location_name: "Operation"))
|
474
477
|
CreateJobRequest.add_member(:report, Shapes::ShapeRef.new(shape: JobReport, required: true, location_name: "Report"))
|
@@ -489,7 +492,7 @@ module Aws::S3Control
|
|
489
492
|
CreateMultiRegionAccessPointInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionCreationList, required: true, location_name: "Regions"))
|
490
493
|
CreateMultiRegionAccessPointInput.struct_class = Types::CreateMultiRegionAccessPointInput
|
491
494
|
|
492
|
-
CreateMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
495
|
+
CreateMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
493
496
|
CreateMultiRegionAccessPointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: MultiRegionAccessPointClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
494
497
|
CreateMultiRegionAccessPointRequest.add_member(:details, Shapes::ShapeRef.new(shape: CreateMultiRegionAccessPointInput, required: true, location_name: "Details"))
|
495
498
|
CreateMultiRegionAccessPointRequest.struct_class = Types::CreateMultiRegionAccessPointRequest
|
@@ -497,39 +500,39 @@ module Aws::S3Control
|
|
497
500
|
CreateMultiRegionAccessPointResult.add_member(:request_token_arn, Shapes::ShapeRef.new(shape: AsyncRequestTokenARN, location_name: "RequestTokenARN"))
|
498
501
|
CreateMultiRegionAccessPointResult.struct_class = Types::CreateMultiRegionAccessPointResult
|
499
502
|
|
500
|
-
DeleteAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
503
|
+
DeleteAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
501
504
|
DeleteAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
502
505
|
DeleteAccessPointForObjectLambdaRequest.struct_class = Types::DeleteAccessPointForObjectLambdaRequest
|
503
506
|
|
504
|
-
DeleteAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
507
|
+
DeleteAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
505
508
|
DeleteAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
506
509
|
DeleteAccessPointPolicyForObjectLambdaRequest.struct_class = Types::DeleteAccessPointPolicyForObjectLambdaRequest
|
507
510
|
|
508
|
-
DeleteAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
511
|
+
DeleteAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
509
512
|
DeleteAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
510
513
|
DeleteAccessPointPolicyRequest.struct_class = Types::DeleteAccessPointPolicyRequest
|
511
514
|
|
512
|
-
DeleteAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
515
|
+
DeleteAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
513
516
|
DeleteAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
514
517
|
DeleteAccessPointRequest.struct_class = Types::DeleteAccessPointRequest
|
515
518
|
|
516
|
-
DeleteBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
519
|
+
DeleteBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
517
520
|
DeleteBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
518
521
|
DeleteBucketLifecycleConfigurationRequest.struct_class = Types::DeleteBucketLifecycleConfigurationRequest
|
519
522
|
|
520
|
-
DeleteBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
523
|
+
DeleteBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
521
524
|
DeleteBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
522
525
|
DeleteBucketPolicyRequest.struct_class = Types::DeleteBucketPolicyRequest
|
523
526
|
|
524
|
-
DeleteBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
527
|
+
DeleteBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
525
528
|
DeleteBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
526
529
|
DeleteBucketRequest.struct_class = Types::DeleteBucketRequest
|
527
530
|
|
528
|
-
DeleteBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
531
|
+
DeleteBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
529
532
|
DeleteBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
530
533
|
DeleteBucketTaggingRequest.struct_class = Types::DeleteBucketTaggingRequest
|
531
534
|
|
532
|
-
DeleteJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
535
|
+
DeleteJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
533
536
|
DeleteJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
534
537
|
DeleteJobTaggingRequest.struct_class = Types::DeleteJobTaggingRequest
|
535
538
|
|
@@ -538,7 +541,7 @@ module Aws::S3Control
|
|
538
541
|
DeleteMultiRegionAccessPointInput.add_member(:name, Shapes::ShapeRef.new(shape: MultiRegionAccessPointName, required: true, location_name: "Name"))
|
539
542
|
DeleteMultiRegionAccessPointInput.struct_class = Types::DeleteMultiRegionAccessPointInput
|
540
543
|
|
541
|
-
DeleteMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
544
|
+
DeleteMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
542
545
|
DeleteMultiRegionAccessPointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: MultiRegionAccessPointClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
543
546
|
DeleteMultiRegionAccessPointRequest.add_member(:details, Shapes::ShapeRef.new(shape: DeleteMultiRegionAccessPointInput, required: true, location_name: "Details"))
|
544
547
|
DeleteMultiRegionAccessPointRequest.struct_class = Types::DeleteMultiRegionAccessPointRequest
|
@@ -546,27 +549,27 @@ module Aws::S3Control
|
|
546
549
|
DeleteMultiRegionAccessPointResult.add_member(:request_token_arn, Shapes::ShapeRef.new(shape: AsyncRequestTokenARN, location_name: "RequestTokenARN"))
|
547
550
|
DeleteMultiRegionAccessPointResult.struct_class = Types::DeleteMultiRegionAccessPointResult
|
548
551
|
|
549
|
-
DeletePublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
552
|
+
DeletePublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
550
553
|
DeletePublicAccessBlockRequest.struct_class = Types::DeletePublicAccessBlockRequest
|
551
554
|
|
552
555
|
DeleteStorageLensConfigurationRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
553
|
-
DeleteStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
556
|
+
DeleteStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
554
557
|
DeleteStorageLensConfigurationRequest.struct_class = Types::DeleteStorageLensConfigurationRequest
|
555
558
|
|
556
559
|
DeleteStorageLensConfigurationTaggingRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
557
|
-
DeleteStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
560
|
+
DeleteStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
558
561
|
DeleteStorageLensConfigurationTaggingRequest.struct_class = Types::DeleteStorageLensConfigurationTaggingRequest
|
559
562
|
|
560
563
|
DeleteStorageLensConfigurationTaggingResult.struct_class = Types::DeleteStorageLensConfigurationTaggingResult
|
561
564
|
|
562
|
-
DescribeJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
565
|
+
DescribeJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
563
566
|
DescribeJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
564
567
|
DescribeJobRequest.struct_class = Types::DescribeJobRequest
|
565
568
|
|
566
569
|
DescribeJobResult.add_member(:job, Shapes::ShapeRef.new(shape: JobDescriptor, location_name: "Job"))
|
567
570
|
DescribeJobResult.struct_class = Types::DescribeJobResult
|
568
571
|
|
569
|
-
DescribeMultiRegionAccessPointOperationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
572
|
+
DescribeMultiRegionAccessPointOperationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
570
573
|
DescribeMultiRegionAccessPointOperationRequest.add_member(:request_token_arn, Shapes::ShapeRef.new(shape: AsyncRequestTokenARN, required: true, location: "uri", location_name: "request_token"))
|
571
574
|
DescribeMultiRegionAccessPointOperationRequest.struct_class = Types::DescribeMultiRegionAccessPointOperationRequest
|
572
575
|
|
@@ -587,14 +590,14 @@ module Aws::S3Control
|
|
587
590
|
GeneratedManifestEncryption.add_member(:ssekms, Shapes::ShapeRef.new(shape: SSEKMSEncryption, location_name: "SSE-KMS"))
|
588
591
|
GeneratedManifestEncryption.struct_class = Types::GeneratedManifestEncryption
|
589
592
|
|
590
|
-
GetAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
593
|
+
GetAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
591
594
|
GetAccessPointConfigurationForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
592
595
|
GetAccessPointConfigurationForObjectLambdaRequest.struct_class = Types::GetAccessPointConfigurationForObjectLambdaRequest
|
593
596
|
|
594
597
|
GetAccessPointConfigurationForObjectLambdaResult.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, location_name: "Configuration"))
|
595
598
|
GetAccessPointConfigurationForObjectLambdaResult.struct_class = Types::GetAccessPointConfigurationForObjectLambdaResult
|
596
599
|
|
597
|
-
GetAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
600
|
+
GetAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
598
601
|
GetAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
599
602
|
GetAccessPointForObjectLambdaRequest.struct_class = Types::GetAccessPointForObjectLambdaRequest
|
600
603
|
|
@@ -603,35 +606,35 @@ module Aws::S3Control
|
|
603
606
|
GetAccessPointForObjectLambdaResult.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
|
604
607
|
GetAccessPointForObjectLambdaResult.struct_class = Types::GetAccessPointForObjectLambdaResult
|
605
608
|
|
606
|
-
GetAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
609
|
+
GetAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
607
610
|
GetAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
608
611
|
GetAccessPointPolicyForObjectLambdaRequest.struct_class = Types::GetAccessPointPolicyForObjectLambdaRequest
|
609
612
|
|
610
613
|
GetAccessPointPolicyForObjectLambdaResult.add_member(:policy, Shapes::ShapeRef.new(shape: ObjectLambdaPolicy, location_name: "Policy"))
|
611
614
|
GetAccessPointPolicyForObjectLambdaResult.struct_class = Types::GetAccessPointPolicyForObjectLambdaResult
|
612
615
|
|
613
|
-
GetAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
616
|
+
GetAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
614
617
|
GetAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
615
618
|
GetAccessPointPolicyRequest.struct_class = Types::GetAccessPointPolicyRequest
|
616
619
|
|
617
620
|
GetAccessPointPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
618
621
|
GetAccessPointPolicyResult.struct_class = Types::GetAccessPointPolicyResult
|
619
622
|
|
620
|
-
GetAccessPointPolicyStatusForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
623
|
+
GetAccessPointPolicyStatusForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
621
624
|
GetAccessPointPolicyStatusForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
622
625
|
GetAccessPointPolicyStatusForObjectLambdaRequest.struct_class = Types::GetAccessPointPolicyStatusForObjectLambdaRequest
|
623
626
|
|
624
627
|
GetAccessPointPolicyStatusForObjectLambdaResult.add_member(:policy_status, Shapes::ShapeRef.new(shape: PolicyStatus, location_name: "PolicyStatus"))
|
625
628
|
GetAccessPointPolicyStatusForObjectLambdaResult.struct_class = Types::GetAccessPointPolicyStatusForObjectLambdaResult
|
626
629
|
|
627
|
-
GetAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
630
|
+
GetAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
628
631
|
GetAccessPointPolicyStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
629
632
|
GetAccessPointPolicyStatusRequest.struct_class = Types::GetAccessPointPolicyStatusRequest
|
630
633
|
|
631
634
|
GetAccessPointPolicyStatusResult.add_member(:policy_status, Shapes::ShapeRef.new(shape: PolicyStatus, location_name: "PolicyStatus"))
|
632
635
|
GetAccessPointPolicyStatusResult.struct_class = Types::GetAccessPointPolicyStatusResult
|
633
636
|
|
634
|
-
GetAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
637
|
+
GetAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
635
638
|
GetAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
636
639
|
GetAccessPointRequest.struct_class = Types::GetAccessPointRequest
|
637
640
|
|
@@ -646,21 +649,21 @@ module Aws::S3Control
|
|
646
649
|
GetAccessPointResult.add_member(:endpoints, Shapes::ShapeRef.new(shape: Endpoints, location_name: "Endpoints"))
|
647
650
|
GetAccessPointResult.struct_class = Types::GetAccessPointResult
|
648
651
|
|
649
|
-
GetBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
652
|
+
GetBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
650
653
|
GetBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
651
654
|
GetBucketLifecycleConfigurationRequest.struct_class = Types::GetBucketLifecycleConfigurationRequest
|
652
655
|
|
653
656
|
GetBucketLifecycleConfigurationResult.add_member(:rules, Shapes::ShapeRef.new(shape: LifecycleRules, location_name: "Rules"))
|
654
657
|
GetBucketLifecycleConfigurationResult.struct_class = Types::GetBucketLifecycleConfigurationResult
|
655
658
|
|
656
|
-
GetBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
659
|
+
GetBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
657
660
|
GetBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
658
661
|
GetBucketPolicyRequest.struct_class = Types::GetBucketPolicyRequest
|
659
662
|
|
660
663
|
GetBucketPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
661
664
|
GetBucketPolicyResult.struct_class = Types::GetBucketPolicyResult
|
662
665
|
|
663
|
-
GetBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
666
|
+
GetBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
664
667
|
GetBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
665
668
|
GetBucketRequest.struct_class = Types::GetBucketRequest
|
666
669
|
|
@@ -669,14 +672,14 @@ module Aws::S3Control
|
|
669
672
|
GetBucketResult.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
|
670
673
|
GetBucketResult.struct_class = Types::GetBucketResult
|
671
674
|
|
672
|
-
GetBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
675
|
+
GetBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
673
676
|
GetBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
674
677
|
GetBucketTaggingRequest.struct_class = Types::GetBucketTaggingRequest
|
675
678
|
|
676
679
|
GetBucketTaggingResult.add_member(:tag_set, Shapes::ShapeRef.new(shape: S3TagSet, required: true, location_name: "TagSet"))
|
677
680
|
GetBucketTaggingResult.struct_class = Types::GetBucketTaggingResult
|
678
681
|
|
679
|
-
GetBucketVersioningRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
682
|
+
GetBucketVersioningRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id"))
|
680
683
|
GetBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
681
684
|
GetBucketVersioningRequest.struct_class = Types::GetBucketVersioningRequest
|
682
685
|
|
@@ -684,28 +687,28 @@ module Aws::S3Control
|
|
684
687
|
GetBucketVersioningResult.add_member(:mfa_delete, Shapes::ShapeRef.new(shape: MFADeleteStatus, location_name: "MfaDelete"))
|
685
688
|
GetBucketVersioningResult.struct_class = Types::GetBucketVersioningResult
|
686
689
|
|
687
|
-
GetJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
690
|
+
GetJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
688
691
|
GetJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
689
692
|
GetJobTaggingRequest.struct_class = Types::GetJobTaggingRequest
|
690
693
|
|
691
694
|
GetJobTaggingResult.add_member(:tags, Shapes::ShapeRef.new(shape: S3TagSet, location_name: "Tags"))
|
692
695
|
GetJobTaggingResult.struct_class = Types::GetJobTaggingResult
|
693
696
|
|
694
|
-
GetMultiRegionAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
697
|
+
GetMultiRegionAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
695
698
|
GetMultiRegionAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: MultiRegionAccessPointName, required: true, location: "uri", location_name: "name"))
|
696
699
|
GetMultiRegionAccessPointPolicyRequest.struct_class = Types::GetMultiRegionAccessPointPolicyRequest
|
697
700
|
|
698
701
|
GetMultiRegionAccessPointPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: MultiRegionAccessPointPolicyDocument, location_name: "Policy"))
|
699
702
|
GetMultiRegionAccessPointPolicyResult.struct_class = Types::GetMultiRegionAccessPointPolicyResult
|
700
703
|
|
701
|
-
GetMultiRegionAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
704
|
+
GetMultiRegionAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
702
705
|
GetMultiRegionAccessPointPolicyStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: MultiRegionAccessPointName, required: true, location: "uri", location_name: "name"))
|
703
706
|
GetMultiRegionAccessPointPolicyStatusRequest.struct_class = Types::GetMultiRegionAccessPointPolicyStatusRequest
|
704
707
|
|
705
708
|
GetMultiRegionAccessPointPolicyStatusResult.add_member(:established, Shapes::ShapeRef.new(shape: PolicyStatus, location_name: "Established"))
|
706
709
|
GetMultiRegionAccessPointPolicyStatusResult.struct_class = Types::GetMultiRegionAccessPointPolicyStatusResult
|
707
710
|
|
708
|
-
GetMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
711
|
+
GetMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
709
712
|
GetMultiRegionAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: MultiRegionAccessPointName, required: true, location: "uri", location_name: "name"))
|
710
713
|
GetMultiRegionAccessPointRequest.struct_class = Types::GetMultiRegionAccessPointRequest
|
711
714
|
|
@@ -717,11 +720,11 @@ module Aws::S3Control
|
|
717
720
|
GetPublicAccessBlockOutput[:payload] = :public_access_block_configuration
|
718
721
|
GetPublicAccessBlockOutput[:payload_member] = GetPublicAccessBlockOutput.member(:public_access_block_configuration)
|
719
722
|
|
720
|
-
GetPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
723
|
+
GetPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
721
724
|
GetPublicAccessBlockRequest.struct_class = Types::GetPublicAccessBlockRequest
|
722
725
|
|
723
726
|
GetStorageLensConfigurationRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
724
|
-
GetStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
727
|
+
GetStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
725
728
|
GetStorageLensConfigurationRequest.struct_class = Types::GetStorageLensConfigurationRequest
|
726
729
|
|
727
730
|
GetStorageLensConfigurationResult.add_member(:storage_lens_configuration, Shapes::ShapeRef.new(shape: StorageLensConfiguration, location_name: "StorageLensConfiguration"))
|
@@ -730,7 +733,7 @@ module Aws::S3Control
|
|
730
733
|
GetStorageLensConfigurationResult[:payload_member] = GetStorageLensConfigurationResult.member(:storage_lens_configuration)
|
731
734
|
|
732
735
|
GetStorageLensConfigurationTaggingRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
733
|
-
GetStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
736
|
+
GetStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
734
737
|
GetStorageLensConfigurationTaggingRequest.struct_class = Types::GetStorageLensConfigurationTaggingRequest
|
735
738
|
|
736
739
|
GetStorageLensConfigurationTaggingResult.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, location_name: "Tags"))
|
@@ -873,16 +876,20 @@ module Aws::S3Control
|
|
873
876
|
|
874
877
|
LifecycleRuleAndOperator.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
875
878
|
LifecycleRuleAndOperator.add_member(:tags, Shapes::ShapeRef.new(shape: S3TagSet, location_name: "Tags"))
|
879
|
+
LifecycleRuleAndOperator.add_member(:object_size_greater_than, Shapes::ShapeRef.new(shape: ObjectSizeGreaterThanBytes, location_name: "ObjectSizeGreaterThan", metadata: {"box"=>true}))
|
880
|
+
LifecycleRuleAndOperator.add_member(:object_size_less_than, Shapes::ShapeRef.new(shape: ObjectSizeLessThanBytes, location_name: "ObjectSizeLessThan", metadata: {"box"=>true}))
|
876
881
|
LifecycleRuleAndOperator.struct_class = Types::LifecycleRuleAndOperator
|
877
882
|
|
878
883
|
LifecycleRuleFilter.add_member(:prefix, Shapes::ShapeRef.new(shape: Prefix, location_name: "Prefix"))
|
879
884
|
LifecycleRuleFilter.add_member(:tag, Shapes::ShapeRef.new(shape: S3Tag, location_name: "Tag"))
|
880
885
|
LifecycleRuleFilter.add_member(:and, Shapes::ShapeRef.new(shape: LifecycleRuleAndOperator, location_name: "And"))
|
886
|
+
LifecycleRuleFilter.add_member(:object_size_greater_than, Shapes::ShapeRef.new(shape: ObjectSizeGreaterThanBytes, location_name: "ObjectSizeGreaterThan", metadata: {"box"=>true}))
|
887
|
+
LifecycleRuleFilter.add_member(:object_size_less_than, Shapes::ShapeRef.new(shape: ObjectSizeLessThanBytes, location_name: "ObjectSizeLessThan", metadata: {"box"=>true}))
|
881
888
|
LifecycleRuleFilter.struct_class = Types::LifecycleRuleFilter
|
882
889
|
|
883
890
|
LifecycleRules.member = Shapes::ShapeRef.new(shape: LifecycleRule, location_name: "Rule")
|
884
891
|
|
885
|
-
ListAccessPointsForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
892
|
+
ListAccessPointsForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
886
893
|
ListAccessPointsForObjectLambdaRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
887
894
|
ListAccessPointsForObjectLambdaRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
888
895
|
ListAccessPointsForObjectLambdaRequest.struct_class = Types::ListAccessPointsForObjectLambdaRequest
|
@@ -891,7 +898,7 @@ module Aws::S3Control
|
|
891
898
|
ListAccessPointsForObjectLambdaResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
892
899
|
ListAccessPointsForObjectLambdaResult.struct_class = Types::ListAccessPointsForObjectLambdaResult
|
893
900
|
|
894
|
-
ListAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
901
|
+
ListAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
895
902
|
ListAccessPointsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location: "querystring", location_name: "bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
896
903
|
ListAccessPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
897
904
|
ListAccessPointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -901,7 +908,7 @@ module Aws::S3Control
|
|
901
908
|
ListAccessPointsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
902
909
|
ListAccessPointsResult.struct_class = Types::ListAccessPointsResult
|
903
910
|
|
904
|
-
ListJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
911
|
+
ListJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
905
912
|
ListJobsRequest.add_member(:job_statuses, Shapes::ShapeRef.new(shape: JobStatusList, location: "querystring", location_name: "jobStatuses"))
|
906
913
|
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: StringForNextToken, location: "querystring", location_name: "nextToken"))
|
907
914
|
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -911,7 +918,7 @@ module Aws::S3Control
|
|
911
918
|
ListJobsResult.add_member(:jobs, Shapes::ShapeRef.new(shape: JobListDescriptorList, location_name: "Jobs"))
|
912
919
|
ListJobsResult.struct_class = Types::ListJobsResult
|
913
920
|
|
914
|
-
ListMultiRegionAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
921
|
+
ListMultiRegionAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
915
922
|
ListMultiRegionAccessPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
916
923
|
ListMultiRegionAccessPointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
917
924
|
ListMultiRegionAccessPointsRequest.struct_class = Types::ListMultiRegionAccessPointsRequest
|
@@ -920,7 +927,7 @@ module Aws::S3Control
|
|
920
927
|
ListMultiRegionAccessPointsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
921
928
|
ListMultiRegionAccessPointsResult.struct_class = Types::ListMultiRegionAccessPointsResult
|
922
929
|
|
923
|
-
ListRegionalBucketsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
930
|
+
ListRegionalBucketsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
924
931
|
ListRegionalBucketsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
925
932
|
ListRegionalBucketsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
926
933
|
ListRegionalBucketsRequest.add_member(:outpost_id, Shapes::ShapeRef.new(shape: NonEmptyMaxLength64String, location: "header", location_name: "x-amz-outpost-id", metadata: {"contextParam"=>{"name"=>"OutpostId"}}))
|
@@ -936,7 +943,7 @@ module Aws::S3Control
|
|
936
943
|
ListStorageLensConfigurationEntry.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, location_name: "IsEnabled"))
|
937
944
|
ListStorageLensConfigurationEntry.struct_class = Types::ListStorageLensConfigurationEntry
|
938
945
|
|
939
|
-
ListStorageLensConfigurationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
946
|
+
ListStorageLensConfigurationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
940
947
|
ListStorageLensConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ContinuationToken, location: "querystring", location_name: "nextToken"))
|
941
948
|
ListStorageLensConfigurationsRequest.struct_class = Types::ListStorageLensConfigurationsRequest
|
942
949
|
|
@@ -971,6 +978,7 @@ module Aws::S3Control
|
|
971
978
|
NoSuchPublicAccessBlockConfiguration.struct_class = Types::NoSuchPublicAccessBlockConfiguration
|
972
979
|
|
973
980
|
NoncurrentVersionExpiration.add_member(:noncurrent_days, Shapes::ShapeRef.new(shape: Days, location_name: "NoncurrentDays"))
|
981
|
+
NoncurrentVersionExpiration.add_member(:newer_noncurrent_versions, Shapes::ShapeRef.new(shape: NoncurrentVersionCount, location_name: "NewerNoncurrentVersions", metadata: {"box"=>true}))
|
974
982
|
NoncurrentVersionExpiration.struct_class = Types::NoncurrentVersionExpiration
|
975
983
|
|
976
984
|
NoncurrentVersionTransition.add_member(:noncurrent_days, Shapes::ShapeRef.new(shape: Days, location_name: "NoncurrentDays"))
|
@@ -1029,42 +1037,42 @@ module Aws::S3Control
|
|
1029
1037
|
PublicAccessBlockConfiguration.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Setting, location_name: "RestrictPublicBuckets"))
|
1030
1038
|
PublicAccessBlockConfiguration.struct_class = Types::PublicAccessBlockConfiguration
|
1031
1039
|
|
1032
|
-
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1040
|
+
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1033
1041
|
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
1034
1042
|
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, required: true, location_name: "Configuration"))
|
1035
1043
|
PutAccessPointConfigurationForObjectLambdaRequest.struct_class = Types::PutAccessPointConfigurationForObjectLambdaRequest
|
1036
1044
|
|
1037
|
-
PutAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1045
|
+
PutAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1038
1046
|
PutAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
1039
1047
|
PutAccessPointPolicyForObjectLambdaRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ObjectLambdaPolicy, required: true, location_name: "Policy"))
|
1040
1048
|
PutAccessPointPolicyForObjectLambdaRequest.struct_class = Types::PutAccessPointPolicyForObjectLambdaRequest
|
1041
1049
|
|
1042
|
-
PutAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1050
|
+
PutAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1043
1051
|
PutAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
1044
1052
|
PutAccessPointPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
1045
1053
|
PutAccessPointPolicyRequest.struct_class = Types::PutAccessPointPolicyRequest
|
1046
1054
|
|
1047
|
-
PutBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1055
|
+
PutBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1048
1056
|
PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1049
1057
|
PutBucketLifecycleConfigurationRequest.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: LifecycleConfiguration, location_name: "LifecycleConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}}))
|
1050
1058
|
PutBucketLifecycleConfigurationRequest.struct_class = Types::PutBucketLifecycleConfigurationRequest
|
1051
1059
|
PutBucketLifecycleConfigurationRequest[:payload] = :lifecycle_configuration
|
1052
1060
|
PutBucketLifecycleConfigurationRequest[:payload_member] = PutBucketLifecycleConfigurationRequest.member(:lifecycle_configuration)
|
1053
1061
|
|
1054
|
-
PutBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1062
|
+
PutBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1055
1063
|
PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1056
1064
|
PutBucketPolicyRequest.add_member(:confirm_remove_self_bucket_access, Shapes::ShapeRef.new(shape: ConfirmRemoveSelfBucketAccess, location: "header", location_name: "x-amz-confirm-remove-self-bucket-access"))
|
1057
1065
|
PutBucketPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
1058
1066
|
PutBucketPolicyRequest.struct_class = Types::PutBucketPolicyRequest
|
1059
1067
|
|
1060
|
-
PutBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1068
|
+
PutBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1061
1069
|
PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1062
1070
|
PutBucketTaggingRequest.add_member(:tagging, Shapes::ShapeRef.new(shape: Tagging, required: true, location_name: "Tagging", metadata: {"xmlNamespace"=>{"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}}))
|
1063
1071
|
PutBucketTaggingRequest.struct_class = Types::PutBucketTaggingRequest
|
1064
1072
|
PutBucketTaggingRequest[:payload] = :tagging
|
1065
1073
|
PutBucketTaggingRequest[:payload_member] = PutBucketTaggingRequest.member(:tagging)
|
1066
1074
|
|
1067
|
-
PutBucketVersioningRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1075
|
+
PutBucketVersioningRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id"))
|
1068
1076
|
PutBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
1069
1077
|
PutBucketVersioningRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
|
1070
1078
|
PutBucketVersioningRequest.add_member(:versioning_configuration, Shapes::ShapeRef.new(shape: VersioningConfiguration, required: true, location_name: "VersioningConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}}))
|
@@ -1072,7 +1080,7 @@ module Aws::S3Control
|
|
1072
1080
|
PutBucketVersioningRequest[:payload] = :versioning_configuration
|
1073
1081
|
PutBucketVersioningRequest[:payload_member] = PutBucketVersioningRequest.member(:versioning_configuration)
|
1074
1082
|
|
1075
|
-
PutJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1083
|
+
PutJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1076
1084
|
PutJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
1077
1085
|
PutJobTaggingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: S3TagSet, required: true, location_name: "Tags"))
|
1078
1086
|
PutJobTaggingRequest.struct_class = Types::PutJobTaggingRequest
|
@@ -1083,7 +1091,7 @@ module Aws::S3Control
|
|
1083
1091
|
PutMultiRegionAccessPointPolicyInput.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
1084
1092
|
PutMultiRegionAccessPointPolicyInput.struct_class = Types::PutMultiRegionAccessPointPolicyInput
|
1085
1093
|
|
1086
|
-
PutMultiRegionAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1094
|
+
PutMultiRegionAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1087
1095
|
PutMultiRegionAccessPointPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: MultiRegionAccessPointClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1088
1096
|
PutMultiRegionAccessPointPolicyRequest.add_member(:details, Shapes::ShapeRef.new(shape: PutMultiRegionAccessPointPolicyInput, required: true, location_name: "Details"))
|
1089
1097
|
PutMultiRegionAccessPointPolicyRequest.struct_class = Types::PutMultiRegionAccessPointPolicyRequest
|
@@ -1092,19 +1100,19 @@ module Aws::S3Control
|
|
1092
1100
|
PutMultiRegionAccessPointPolicyResult.struct_class = Types::PutMultiRegionAccessPointPolicyResult
|
1093
1101
|
|
1094
1102
|
PutPublicAccessBlockRequest.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: PublicAccessBlockConfiguration, required: true, location_name: "PublicAccessBlockConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://awss3control.amazonaws.com/doc/2018-08-20/"}}))
|
1095
|
-
PutPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1103
|
+
PutPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1096
1104
|
PutPublicAccessBlockRequest.struct_class = Types::PutPublicAccessBlockRequest
|
1097
1105
|
PutPublicAccessBlockRequest[:payload] = :public_access_block_configuration
|
1098
1106
|
PutPublicAccessBlockRequest[:payload_member] = PutPublicAccessBlockRequest.member(:public_access_block_configuration)
|
1099
1107
|
|
1100
1108
|
PutStorageLensConfigurationRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
1101
|
-
PutStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1109
|
+
PutStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1102
1110
|
PutStorageLensConfigurationRequest.add_member(:storage_lens_configuration, Shapes::ShapeRef.new(shape: StorageLensConfiguration, required: true, location_name: "StorageLensConfiguration"))
|
1103
1111
|
PutStorageLensConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, location_name: "Tags"))
|
1104
1112
|
PutStorageLensConfigurationRequest.struct_class = Types::PutStorageLensConfigurationRequest
|
1105
1113
|
|
1106
1114
|
PutStorageLensConfigurationTaggingRequest.add_member(:config_id, Shapes::ShapeRef.new(shape: ConfigId, required: true, location: "uri", location_name: "storagelensid"))
|
1107
|
-
PutStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1115
|
+
PutStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1108
1116
|
PutStorageLensConfigurationTaggingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, required: true, location_name: "Tags"))
|
1109
1117
|
PutStorageLensConfigurationTaggingRequest.struct_class = Types::PutStorageLensConfigurationTaggingRequest
|
1110
1118
|
|
@@ -1313,7 +1321,7 @@ module Aws::S3Control
|
|
1313
1321
|
|
1314
1322
|
TransitionList.member = Shapes::ShapeRef.new(shape: Transition, location_name: "Transition")
|
1315
1323
|
|
1316
|
-
UpdateJobPriorityRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1324
|
+
UpdateJobPriorityRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1317
1325
|
UpdateJobPriorityRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
1318
1326
|
UpdateJobPriorityRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location: "querystring", location_name: "priority"))
|
1319
1327
|
UpdateJobPriorityRequest.struct_class = Types::UpdateJobPriorityRequest
|
@@ -1322,7 +1330,7 @@ module Aws::S3Control
|
|
1322
1330
|
UpdateJobPriorityResult.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location_name: "Priority"))
|
1323
1331
|
UpdateJobPriorityResult.struct_class = Types::UpdateJobPriorityResult
|
1324
1332
|
|
1325
|
-
UpdateJobStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1333
|
+
UpdateJobStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1326
1334
|
UpdateJobStatusRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
1327
1335
|
UpdateJobStatusRequest.add_member(:requested_job_status, Shapes::ShapeRef.new(shape: RequestedJobStatus, required: true, location: "querystring", location_name: "requestedJobStatus"))
|
1328
1336
|
UpdateJobStatusRequest.add_member(:status_update_reason, Shapes::ShapeRef.new(shape: JobStatusUpdateReason, location: "querystring", location_name: "statusUpdateReason"))
|
@@ -1362,7 +1370,6 @@ module Aws::S3Control
|
|
1362
1370
|
o.http_method = "PUT"
|
1363
1371
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
1364
1372
|
o.endpoint_pattern = {
|
1365
|
-
"hostPrefix" => "{AccountId}.",
|
1366
1373
|
}
|
1367
1374
|
o.input = Shapes::ShapeRef.new(shape: CreateAccessPointRequest,
|
1368
1375
|
location_name: "CreateAccessPointRequest",
|
@@ -1378,7 +1385,6 @@ module Aws::S3Control
|
|
1378
1385
|
o.http_method = "PUT"
|
1379
1386
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1380
1387
|
o.endpoint_pattern = {
|
1381
|
-
"hostPrefix" => "{AccountId}.",
|
1382
1388
|
}
|
1383
1389
|
o.input = Shapes::ShapeRef.new(shape: CreateAccessPointForObjectLambdaRequest,
|
1384
1390
|
location_name: "CreateAccessPointForObjectLambdaRequest",
|
@@ -1405,7 +1411,6 @@ module Aws::S3Control
|
|
1405
1411
|
o.http_method = "POST"
|
1406
1412
|
o.http_request_uri = "/v20180820/jobs"
|
1407
1413
|
o.endpoint_pattern = {
|
1408
|
-
"hostPrefix" => "{AccountId}.",
|
1409
1414
|
}
|
1410
1415
|
o.input = Shapes::ShapeRef.new(shape: CreateJobRequest,
|
1411
1416
|
location_name: "CreateJobRequest",
|
@@ -1426,7 +1431,6 @@ module Aws::S3Control
|
|
1426
1431
|
o.http_request_uri = "/v20180820/async-requests/mrap/create"
|
1427
1432
|
o.http_checksum_required = true
|
1428
1433
|
o.endpoint_pattern = {
|
1429
|
-
"hostPrefix" => "{AccountId}.",
|
1430
1434
|
}
|
1431
1435
|
o.input = Shapes::ShapeRef.new(shape: CreateMultiRegionAccessPointRequest,
|
1432
1436
|
location_name: "CreateMultiRegionAccessPointRequest",
|
@@ -1442,7 +1446,6 @@ module Aws::S3Control
|
|
1442
1446
|
o.http_method = "DELETE"
|
1443
1447
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
1444
1448
|
o.endpoint_pattern = {
|
1445
|
-
"hostPrefix" => "{AccountId}.",
|
1446
1449
|
}
|
1447
1450
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointRequest)
|
1448
1451
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1453,7 +1456,6 @@ module Aws::S3Control
|
|
1453
1456
|
o.http_method = "DELETE"
|
1454
1457
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1455
1458
|
o.endpoint_pattern = {
|
1456
|
-
"hostPrefix" => "{AccountId}.",
|
1457
1459
|
}
|
1458
1460
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointForObjectLambdaRequest)
|
1459
1461
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1464,7 +1466,6 @@ module Aws::S3Control
|
|
1464
1466
|
o.http_method = "DELETE"
|
1465
1467
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
1466
1468
|
o.endpoint_pattern = {
|
1467
|
-
"hostPrefix" => "{AccountId}.",
|
1468
1469
|
}
|
1469
1470
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointPolicyRequest)
|
1470
1471
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1475,7 +1476,6 @@ module Aws::S3Control
|
|
1475
1476
|
o.http_method = "DELETE"
|
1476
1477
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1477
1478
|
o.endpoint_pattern = {
|
1478
|
-
"hostPrefix" => "{AccountId}.",
|
1479
1479
|
}
|
1480
1480
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointPolicyForObjectLambdaRequest)
|
1481
1481
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1486,7 +1486,6 @@ module Aws::S3Control
|
|
1486
1486
|
o.http_method = "DELETE"
|
1487
1487
|
o.http_request_uri = "/v20180820/bucket/{name}"
|
1488
1488
|
o.endpoint_pattern = {
|
1489
|
-
"hostPrefix" => "{AccountId}.",
|
1490
1489
|
}
|
1491
1490
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketRequest)
|
1492
1491
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1497,7 +1496,6 @@ module Aws::S3Control
|
|
1497
1496
|
o.http_method = "DELETE"
|
1498
1497
|
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1499
1498
|
o.endpoint_pattern = {
|
1500
|
-
"hostPrefix" => "{AccountId}.",
|
1501
1499
|
}
|
1502
1500
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketLifecycleConfigurationRequest)
|
1503
1501
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1508,7 +1506,6 @@ module Aws::S3Control
|
|
1508
1506
|
o.http_method = "DELETE"
|
1509
1507
|
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
1510
1508
|
o.endpoint_pattern = {
|
1511
|
-
"hostPrefix" => "{AccountId}.",
|
1512
1509
|
}
|
1513
1510
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketPolicyRequest)
|
1514
1511
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1519,7 +1516,6 @@ module Aws::S3Control
|
|
1519
1516
|
o.http_method = "DELETE"
|
1520
1517
|
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
1521
1518
|
o.endpoint_pattern = {
|
1522
|
-
"hostPrefix" => "{AccountId}.",
|
1523
1519
|
}
|
1524
1520
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketTaggingRequest)
|
1525
1521
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1530,7 +1526,6 @@ module Aws::S3Control
|
|
1530
1526
|
o.http_method = "DELETE"
|
1531
1527
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
1532
1528
|
o.endpoint_pattern = {
|
1533
|
-
"hostPrefix" => "{AccountId}.",
|
1534
1529
|
}
|
1535
1530
|
o.input = Shapes::ShapeRef.new(shape: DeleteJobTaggingRequest)
|
1536
1531
|
o.output = Shapes::ShapeRef.new(shape: DeleteJobTaggingResult)
|
@@ -1545,7 +1540,6 @@ module Aws::S3Control
|
|
1545
1540
|
o.http_request_uri = "/v20180820/async-requests/mrap/delete"
|
1546
1541
|
o.http_checksum_required = true
|
1547
1542
|
o.endpoint_pattern = {
|
1548
|
-
"hostPrefix" => "{AccountId}.",
|
1549
1543
|
}
|
1550
1544
|
o.input = Shapes::ShapeRef.new(shape: DeleteMultiRegionAccessPointRequest,
|
1551
1545
|
location_name: "DeleteMultiRegionAccessPointRequest",
|
@@ -1561,7 +1555,6 @@ module Aws::S3Control
|
|
1561
1555
|
o.http_method = "DELETE"
|
1562
1556
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
1563
1557
|
o.endpoint_pattern = {
|
1564
|
-
"hostPrefix" => "{AccountId}.",
|
1565
1558
|
}
|
1566
1559
|
o.input = Shapes::ShapeRef.new(shape: DeletePublicAccessBlockRequest)
|
1567
1560
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1572,7 +1565,6 @@ module Aws::S3Control
|
|
1572
1565
|
o.http_method = "DELETE"
|
1573
1566
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
1574
1567
|
o.endpoint_pattern = {
|
1575
|
-
"hostPrefix" => "{AccountId}.",
|
1576
1568
|
}
|
1577
1569
|
o.input = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationRequest)
|
1578
1570
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1583,7 +1575,6 @@ module Aws::S3Control
|
|
1583
1575
|
o.http_method = "DELETE"
|
1584
1576
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
1585
1577
|
o.endpoint_pattern = {
|
1586
|
-
"hostPrefix" => "{AccountId}.",
|
1587
1578
|
}
|
1588
1579
|
o.input = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationTaggingRequest)
|
1589
1580
|
o.output = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationTaggingResult)
|
@@ -1594,7 +1585,6 @@ module Aws::S3Control
|
|
1594
1585
|
o.http_method = "GET"
|
1595
1586
|
o.http_request_uri = "/v20180820/jobs/{id}"
|
1596
1587
|
o.endpoint_pattern = {
|
1597
|
-
"hostPrefix" => "{AccountId}.",
|
1598
1588
|
}
|
1599
1589
|
o.input = Shapes::ShapeRef.new(shape: DescribeJobRequest)
|
1600
1590
|
o.output = Shapes::ShapeRef.new(shape: DescribeJobResult)
|
@@ -1610,7 +1600,6 @@ module Aws::S3Control
|
|
1610
1600
|
o.http_request_uri = "/v20180820/async-requests/mrap/{request_token+}"
|
1611
1601
|
o.http_checksum_required = true
|
1612
1602
|
o.endpoint_pattern = {
|
1613
|
-
"hostPrefix" => "{AccountId}.",
|
1614
1603
|
}
|
1615
1604
|
o.input = Shapes::ShapeRef.new(shape: DescribeMultiRegionAccessPointOperationRequest)
|
1616
1605
|
o.output = Shapes::ShapeRef.new(shape: DescribeMultiRegionAccessPointOperationResult)
|
@@ -1621,7 +1610,6 @@ module Aws::S3Control
|
|
1621
1610
|
o.http_method = "GET"
|
1622
1611
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
1623
1612
|
o.endpoint_pattern = {
|
1624
|
-
"hostPrefix" => "{AccountId}.",
|
1625
1613
|
}
|
1626
1614
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointRequest)
|
1627
1615
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointResult)
|
@@ -1632,7 +1620,6 @@ module Aws::S3Control
|
|
1632
1620
|
o.http_method = "GET"
|
1633
1621
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
|
1634
1622
|
o.endpoint_pattern = {
|
1635
|
-
"hostPrefix" => "{AccountId}.",
|
1636
1623
|
}
|
1637
1624
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointConfigurationForObjectLambdaRequest)
|
1638
1625
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointConfigurationForObjectLambdaResult)
|
@@ -1643,7 +1630,6 @@ module Aws::S3Control
|
|
1643
1630
|
o.http_method = "GET"
|
1644
1631
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1645
1632
|
o.endpoint_pattern = {
|
1646
|
-
"hostPrefix" => "{AccountId}.",
|
1647
1633
|
}
|
1648
1634
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointForObjectLambdaRequest)
|
1649
1635
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointForObjectLambdaResult)
|
@@ -1654,7 +1640,6 @@ module Aws::S3Control
|
|
1654
1640
|
o.http_method = "GET"
|
1655
1641
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
1656
1642
|
o.endpoint_pattern = {
|
1657
|
-
"hostPrefix" => "{AccountId}.",
|
1658
1643
|
}
|
1659
1644
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyRequest)
|
1660
1645
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyResult)
|
@@ -1665,7 +1650,6 @@ module Aws::S3Control
|
|
1665
1650
|
o.http_method = "GET"
|
1666
1651
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1667
1652
|
o.endpoint_pattern = {
|
1668
|
-
"hostPrefix" => "{AccountId}.",
|
1669
1653
|
}
|
1670
1654
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyForObjectLambdaRequest)
|
1671
1655
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyForObjectLambdaResult)
|
@@ -1676,7 +1660,6 @@ module Aws::S3Control
|
|
1676
1660
|
o.http_method = "GET"
|
1677
1661
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policyStatus"
|
1678
1662
|
o.endpoint_pattern = {
|
1679
|
-
"hostPrefix" => "{AccountId}.",
|
1680
1663
|
}
|
1681
1664
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusRequest)
|
1682
1665
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusResult)
|
@@ -1687,7 +1670,6 @@ module Aws::S3Control
|
|
1687
1670
|
o.http_method = "GET"
|
1688
1671
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policyStatus"
|
1689
1672
|
o.endpoint_pattern = {
|
1690
|
-
"hostPrefix" => "{AccountId}.",
|
1691
1673
|
}
|
1692
1674
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusForObjectLambdaRequest)
|
1693
1675
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusForObjectLambdaResult)
|
@@ -1698,7 +1680,6 @@ module Aws::S3Control
|
|
1698
1680
|
o.http_method = "GET"
|
1699
1681
|
o.http_request_uri = "/v20180820/bucket/{name}"
|
1700
1682
|
o.endpoint_pattern = {
|
1701
|
-
"hostPrefix" => "{AccountId}.",
|
1702
1683
|
}
|
1703
1684
|
o.input = Shapes::ShapeRef.new(shape: GetBucketRequest)
|
1704
1685
|
o.output = Shapes::ShapeRef.new(shape: GetBucketResult)
|
@@ -1709,7 +1690,6 @@ module Aws::S3Control
|
|
1709
1690
|
o.http_method = "GET"
|
1710
1691
|
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1711
1692
|
o.endpoint_pattern = {
|
1712
|
-
"hostPrefix" => "{AccountId}.",
|
1713
1693
|
}
|
1714
1694
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationRequest)
|
1715
1695
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationResult)
|
@@ -1720,7 +1700,6 @@ module Aws::S3Control
|
|
1720
1700
|
o.http_method = "GET"
|
1721
1701
|
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
1722
1702
|
o.endpoint_pattern = {
|
1723
|
-
"hostPrefix" => "{AccountId}.",
|
1724
1703
|
}
|
1725
1704
|
o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyRequest)
|
1726
1705
|
o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyResult)
|
@@ -1731,7 +1710,6 @@ module Aws::S3Control
|
|
1731
1710
|
o.http_method = "GET"
|
1732
1711
|
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
1733
1712
|
o.endpoint_pattern = {
|
1734
|
-
"hostPrefix" => "{AccountId}.",
|
1735
1713
|
}
|
1736
1714
|
o.input = Shapes::ShapeRef.new(shape: GetBucketTaggingRequest)
|
1737
1715
|
o.output = Shapes::ShapeRef.new(shape: GetBucketTaggingResult)
|
@@ -1742,7 +1720,6 @@ module Aws::S3Control
|
|
1742
1720
|
o.http_method = "GET"
|
1743
1721
|
o.http_request_uri = "/v20180820/bucket/{name}/versioning"
|
1744
1722
|
o.endpoint_pattern = {
|
1745
|
-
"hostPrefix" => "{AccountId}.",
|
1746
1723
|
}
|
1747
1724
|
o.input = Shapes::ShapeRef.new(shape: GetBucketVersioningRequest)
|
1748
1725
|
o.output = Shapes::ShapeRef.new(shape: GetBucketVersioningResult)
|
@@ -1753,7 +1730,6 @@ module Aws::S3Control
|
|
1753
1730
|
o.http_method = "GET"
|
1754
1731
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
1755
1732
|
o.endpoint_pattern = {
|
1756
|
-
"hostPrefix" => "{AccountId}.",
|
1757
1733
|
}
|
1758
1734
|
o.input = Shapes::ShapeRef.new(shape: GetJobTaggingRequest)
|
1759
1735
|
o.output = Shapes::ShapeRef.new(shape: GetJobTaggingResult)
|
@@ -1768,7 +1744,6 @@ module Aws::S3Control
|
|
1768
1744
|
o.http_request_uri = "/v20180820/mrap/instances/{name}"
|
1769
1745
|
o.http_checksum_required = true
|
1770
1746
|
o.endpoint_pattern = {
|
1771
|
-
"hostPrefix" => "{AccountId}.",
|
1772
1747
|
}
|
1773
1748
|
o.input = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointRequest)
|
1774
1749
|
o.output = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointResult)
|
@@ -1780,7 +1755,6 @@ module Aws::S3Control
|
|
1780
1755
|
o.http_request_uri = "/v20180820/mrap/instances/{name}/policy"
|
1781
1756
|
o.http_checksum_required = true
|
1782
1757
|
o.endpoint_pattern = {
|
1783
|
-
"hostPrefix" => "{AccountId}.",
|
1784
1758
|
}
|
1785
1759
|
o.input = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointPolicyRequest)
|
1786
1760
|
o.output = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointPolicyResult)
|
@@ -1792,7 +1766,6 @@ module Aws::S3Control
|
|
1792
1766
|
o.http_request_uri = "/v20180820/mrap/instances/{name}/policystatus"
|
1793
1767
|
o.http_checksum_required = true
|
1794
1768
|
o.endpoint_pattern = {
|
1795
|
-
"hostPrefix" => "{AccountId}.",
|
1796
1769
|
}
|
1797
1770
|
o.input = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointPolicyStatusRequest)
|
1798
1771
|
o.output = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointPolicyStatusResult)
|
@@ -1803,7 +1776,6 @@ module Aws::S3Control
|
|
1803
1776
|
o.http_method = "GET"
|
1804
1777
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
1805
1778
|
o.endpoint_pattern = {
|
1806
|
-
"hostPrefix" => "{AccountId}.",
|
1807
1779
|
}
|
1808
1780
|
o.input = Shapes::ShapeRef.new(shape: GetPublicAccessBlockRequest)
|
1809
1781
|
o.output = Shapes::ShapeRef.new(shape: GetPublicAccessBlockOutput)
|
@@ -1815,7 +1787,6 @@ module Aws::S3Control
|
|
1815
1787
|
o.http_method = "GET"
|
1816
1788
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
1817
1789
|
o.endpoint_pattern = {
|
1818
|
-
"hostPrefix" => "{AccountId}.",
|
1819
1790
|
}
|
1820
1791
|
o.input = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationRequest)
|
1821
1792
|
o.output = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationResult)
|
@@ -1826,7 +1797,6 @@ module Aws::S3Control
|
|
1826
1797
|
o.http_method = "GET"
|
1827
1798
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
1828
1799
|
o.endpoint_pattern = {
|
1829
|
-
"hostPrefix" => "{AccountId}.",
|
1830
1800
|
}
|
1831
1801
|
o.input = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationTaggingRequest)
|
1832
1802
|
o.output = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationTaggingResult)
|
@@ -1837,7 +1807,6 @@ module Aws::S3Control
|
|
1837
1807
|
o.http_method = "GET"
|
1838
1808
|
o.http_request_uri = "/v20180820/accesspoint"
|
1839
1809
|
o.endpoint_pattern = {
|
1840
|
-
"hostPrefix" => "{AccountId}.",
|
1841
1810
|
}
|
1842
1811
|
o.input = Shapes::ShapeRef.new(shape: ListAccessPointsRequest)
|
1843
1812
|
o.output = Shapes::ShapeRef.new(shape: ListAccessPointsResult)
|
@@ -1854,7 +1823,6 @@ module Aws::S3Control
|
|
1854
1823
|
o.http_method = "GET"
|
1855
1824
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda"
|
1856
1825
|
o.endpoint_pattern = {
|
1857
|
-
"hostPrefix" => "{AccountId}.",
|
1858
1826
|
}
|
1859
1827
|
o.input = Shapes::ShapeRef.new(shape: ListAccessPointsForObjectLambdaRequest)
|
1860
1828
|
o.output = Shapes::ShapeRef.new(shape: ListAccessPointsForObjectLambdaResult)
|
@@ -1871,7 +1839,6 @@ module Aws::S3Control
|
|
1871
1839
|
o.http_method = "GET"
|
1872
1840
|
o.http_request_uri = "/v20180820/jobs"
|
1873
1841
|
o.endpoint_pattern = {
|
1874
|
-
"hostPrefix" => "{AccountId}.",
|
1875
1842
|
}
|
1876
1843
|
o.input = Shapes::ShapeRef.new(shape: ListJobsRequest)
|
1877
1844
|
o.output = Shapes::ShapeRef.new(shape: ListJobsResult)
|
@@ -1892,7 +1859,6 @@ module Aws::S3Control
|
|
1892
1859
|
o.http_request_uri = "/v20180820/mrap/instances"
|
1893
1860
|
o.http_checksum_required = true
|
1894
1861
|
o.endpoint_pattern = {
|
1895
|
-
"hostPrefix" => "{AccountId}.",
|
1896
1862
|
}
|
1897
1863
|
o.input = Shapes::ShapeRef.new(shape: ListMultiRegionAccessPointsRequest)
|
1898
1864
|
o.output = Shapes::ShapeRef.new(shape: ListMultiRegionAccessPointsResult)
|
@@ -1909,7 +1875,6 @@ module Aws::S3Control
|
|
1909
1875
|
o.http_method = "GET"
|
1910
1876
|
o.http_request_uri = "/v20180820/bucket"
|
1911
1877
|
o.endpoint_pattern = {
|
1912
|
-
"hostPrefix" => "{AccountId}.",
|
1913
1878
|
}
|
1914
1879
|
o.input = Shapes::ShapeRef.new(shape: ListRegionalBucketsRequest)
|
1915
1880
|
o.output = Shapes::ShapeRef.new(shape: ListRegionalBucketsResult)
|
@@ -1926,7 +1891,6 @@ module Aws::S3Control
|
|
1926
1891
|
o.http_method = "GET"
|
1927
1892
|
o.http_request_uri = "/v20180820/storagelens"
|
1928
1893
|
o.endpoint_pattern = {
|
1929
|
-
"hostPrefix" => "{AccountId}.",
|
1930
1894
|
}
|
1931
1895
|
o.input = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsRequest)
|
1932
1896
|
o.output = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsResult)
|
@@ -1942,7 +1906,6 @@ module Aws::S3Control
|
|
1942
1906
|
o.http_method = "PUT"
|
1943
1907
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
|
1944
1908
|
o.endpoint_pattern = {
|
1945
|
-
"hostPrefix" => "{AccountId}.",
|
1946
1909
|
}
|
1947
1910
|
o.input = Shapes::ShapeRef.new(shape: PutAccessPointConfigurationForObjectLambdaRequest,
|
1948
1911
|
location_name: "PutAccessPointConfigurationForObjectLambdaRequest",
|
@@ -1958,7 +1921,6 @@ module Aws::S3Control
|
|
1958
1921
|
o.http_method = "PUT"
|
1959
1922
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
1960
1923
|
o.endpoint_pattern = {
|
1961
|
-
"hostPrefix" => "{AccountId}.",
|
1962
1924
|
}
|
1963
1925
|
o.input = Shapes::ShapeRef.new(shape: PutAccessPointPolicyRequest,
|
1964
1926
|
location_name: "PutAccessPointPolicyRequest",
|
@@ -1974,7 +1936,6 @@ module Aws::S3Control
|
|
1974
1936
|
o.http_method = "PUT"
|
1975
1937
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1976
1938
|
o.endpoint_pattern = {
|
1977
|
-
"hostPrefix" => "{AccountId}.",
|
1978
1939
|
}
|
1979
1940
|
o.input = Shapes::ShapeRef.new(shape: PutAccessPointPolicyForObjectLambdaRequest,
|
1980
1941
|
location_name: "PutAccessPointPolicyForObjectLambdaRequest",
|
@@ -1991,7 +1952,6 @@ module Aws::S3Control
|
|
1991
1952
|
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1992
1953
|
o.http_checksum_required = true
|
1993
1954
|
o.endpoint_pattern = {
|
1994
|
-
"hostPrefix" => "{AccountId}.",
|
1995
1955
|
}
|
1996
1956
|
o.input = Shapes::ShapeRef.new(shape: PutBucketLifecycleConfigurationRequest)
|
1997
1957
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2003,7 +1963,6 @@ module Aws::S3Control
|
|
2003
1963
|
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
2004
1964
|
o.http_checksum_required = true
|
2005
1965
|
o.endpoint_pattern = {
|
2006
|
-
"hostPrefix" => "{AccountId}.",
|
2007
1966
|
}
|
2008
1967
|
o.input = Shapes::ShapeRef.new(shape: PutBucketPolicyRequest,
|
2009
1968
|
location_name: "PutBucketPolicyRequest",
|
@@ -2020,7 +1979,6 @@ module Aws::S3Control
|
|
2020
1979
|
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
2021
1980
|
o.http_checksum_required = true
|
2022
1981
|
o.endpoint_pattern = {
|
2023
|
-
"hostPrefix" => "{AccountId}.",
|
2024
1982
|
}
|
2025
1983
|
o.input = Shapes::ShapeRef.new(shape: PutBucketTaggingRequest)
|
2026
1984
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2032,7 +1990,6 @@ module Aws::S3Control
|
|
2032
1990
|
o.http_request_uri = "/v20180820/bucket/{name}/versioning"
|
2033
1991
|
o.http_checksum_required = true
|
2034
1992
|
o.endpoint_pattern = {
|
2035
|
-
"hostPrefix" => "{AccountId}.",
|
2036
1993
|
}
|
2037
1994
|
o.input = Shapes::ShapeRef.new(shape: PutBucketVersioningRequest)
|
2038
1995
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2043,7 +2000,6 @@ module Aws::S3Control
|
|
2043
2000
|
o.http_method = "PUT"
|
2044
2001
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
2045
2002
|
o.endpoint_pattern = {
|
2046
|
-
"hostPrefix" => "{AccountId}.",
|
2047
2003
|
}
|
2048
2004
|
o.input = Shapes::ShapeRef.new(shape: PutJobTaggingRequest,
|
2049
2005
|
location_name: "PutJobTaggingRequest",
|
@@ -2064,7 +2020,6 @@ module Aws::S3Control
|
|
2064
2020
|
o.http_request_uri = "/v20180820/async-requests/mrap/put-policy"
|
2065
2021
|
o.http_checksum_required = true
|
2066
2022
|
o.endpoint_pattern = {
|
2067
|
-
"hostPrefix" => "{AccountId}.",
|
2068
2023
|
}
|
2069
2024
|
o.input = Shapes::ShapeRef.new(shape: PutMultiRegionAccessPointPolicyRequest,
|
2070
2025
|
location_name: "PutMultiRegionAccessPointPolicyRequest",
|
@@ -2080,7 +2035,6 @@ module Aws::S3Control
|
|
2080
2035
|
o.http_method = "PUT"
|
2081
2036
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
2082
2037
|
o.endpoint_pattern = {
|
2083
|
-
"hostPrefix" => "{AccountId}.",
|
2084
2038
|
}
|
2085
2039
|
o.input = Shapes::ShapeRef.new(shape: PutPublicAccessBlockRequest)
|
2086
2040
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2091,7 +2045,6 @@ module Aws::S3Control
|
|
2091
2045
|
o.http_method = "PUT"
|
2092
2046
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
2093
2047
|
o.endpoint_pattern = {
|
2094
|
-
"hostPrefix" => "{AccountId}.",
|
2095
2048
|
}
|
2096
2049
|
o.input = Shapes::ShapeRef.new(shape: PutStorageLensConfigurationRequest,
|
2097
2050
|
location_name: "PutStorageLensConfigurationRequest",
|
@@ -2107,7 +2060,6 @@ module Aws::S3Control
|
|
2107
2060
|
o.http_method = "PUT"
|
2108
2061
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
2109
2062
|
o.endpoint_pattern = {
|
2110
|
-
"hostPrefix" => "{AccountId}.",
|
2111
2063
|
}
|
2112
2064
|
o.input = Shapes::ShapeRef.new(shape: PutStorageLensConfigurationTaggingRequest,
|
2113
2065
|
location_name: "PutStorageLensConfigurationTaggingRequest",
|
@@ -2123,7 +2075,6 @@ module Aws::S3Control
|
|
2123
2075
|
o.http_method = "POST"
|
2124
2076
|
o.http_request_uri = "/v20180820/jobs/{id}/priority"
|
2125
2077
|
o.endpoint_pattern = {
|
2126
|
-
"hostPrefix" => "{AccountId}.",
|
2127
2078
|
}
|
2128
2079
|
o.input = Shapes::ShapeRef.new(shape: UpdateJobPriorityRequest)
|
2129
2080
|
o.output = Shapes::ShapeRef.new(shape: UpdateJobPriorityResult)
|
@@ -2138,7 +2089,6 @@ module Aws::S3Control
|
|
2138
2089
|
o.http_method = "POST"
|
2139
2090
|
o.http_request_uri = "/v20180820/jobs/{id}/status"
|
2140
2091
|
o.endpoint_pattern = {
|
2141
|
-
"hostPrefix" => "{AccountId}.",
|
2142
2092
|
}
|
2143
2093
|
o.input = Shapes::ShapeRef.new(shape: UpdateJobStatusRequest)
|
2144
2094
|
o.output = Shapes::ShapeRef.new(shape: UpdateJobStatusResult)
|