aws-sdk-s3control 1.53.0 → 1.54.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +136 -119
- data/lib/aws-sdk-s3control/client_api.rb +58 -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 +58 -58
- data/lib/aws-sdk-s3control.rb +5 -1
- metadata +8 -5
- data/lib/aws-sdk-s3control/plugins/s3_control_signer.rb +0 -97
@@ -428,7 +428,7 @@ module Aws::S3Control
|
|
428
428
|
CloudWatchMetrics.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, required: true, location_name: "IsEnabled"))
|
429
429
|
CloudWatchMetrics.struct_class = Types::CloudWatchMetrics
|
430
430
|
|
431
|
-
CreateAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
431
|
+
CreateAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
432
432
|
CreateAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
433
433
|
CreateAccessPointForObjectLambdaRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, required: true, location_name: "Configuration"))
|
434
434
|
CreateAccessPointForObjectLambdaRequest.struct_class = Types::CreateAccessPointForObjectLambdaRequest
|
@@ -436,7 +436,7 @@ module Aws::S3Control
|
|
436
436
|
CreateAccessPointForObjectLambdaResult.add_member(:object_lambda_access_point_arn, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointArn, location_name: "ObjectLambdaAccessPointArn"))
|
437
437
|
CreateAccessPointForObjectLambdaResult.struct_class = Types::CreateAccessPointForObjectLambdaResult
|
438
438
|
|
439
|
-
CreateAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
439
|
+
CreateAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
440
440
|
CreateAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name"))
|
441
441
|
CreateAccessPointRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
442
442
|
CreateAccessPointRequest.add_member(:vpc_configuration, Shapes::ShapeRef.new(shape: VpcConfiguration, location_name: "VpcConfiguration"))
|
@@ -468,7 +468,7 @@ module Aws::S3Control
|
|
468
468
|
CreateBucketResult.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: S3RegionalBucketArn, location_name: "BucketArn"))
|
469
469
|
CreateBucketResult.struct_class = Types::CreateBucketResult
|
470
470
|
|
471
|
-
CreateJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
471
|
+
CreateJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
472
472
|
CreateJobRequest.add_member(:confirmation_required, Shapes::ShapeRef.new(shape: ConfirmationRequired, location_name: "ConfirmationRequired", metadata: {"box"=>true}))
|
473
473
|
CreateJobRequest.add_member(:operation, Shapes::ShapeRef.new(shape: JobOperation, required: true, location_name: "Operation"))
|
474
474
|
CreateJobRequest.add_member(:report, Shapes::ShapeRef.new(shape: JobReport, required: true, location_name: "Report"))
|
@@ -489,7 +489,7 @@ module Aws::S3Control
|
|
489
489
|
CreateMultiRegionAccessPointInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionCreationList, required: true, location_name: "Regions"))
|
490
490
|
CreateMultiRegionAccessPointInput.struct_class = Types::CreateMultiRegionAccessPointInput
|
491
491
|
|
492
|
-
CreateMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
492
|
+
CreateMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
493
493
|
CreateMultiRegionAccessPointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: MultiRegionAccessPointClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
494
494
|
CreateMultiRegionAccessPointRequest.add_member(:details, Shapes::ShapeRef.new(shape: CreateMultiRegionAccessPointInput, required: true, location_name: "Details"))
|
495
495
|
CreateMultiRegionAccessPointRequest.struct_class = Types::CreateMultiRegionAccessPointRequest
|
@@ -497,39 +497,39 @@ module Aws::S3Control
|
|
497
497
|
CreateMultiRegionAccessPointResult.add_member(:request_token_arn, Shapes::ShapeRef.new(shape: AsyncRequestTokenARN, location_name: "RequestTokenARN"))
|
498
498
|
CreateMultiRegionAccessPointResult.struct_class = Types::CreateMultiRegionAccessPointResult
|
499
499
|
|
500
|
-
DeleteAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
500
|
+
DeleteAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
501
501
|
DeleteAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
502
502
|
DeleteAccessPointForObjectLambdaRequest.struct_class = Types::DeleteAccessPointForObjectLambdaRequest
|
503
503
|
|
504
|
-
DeleteAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
504
|
+
DeleteAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
505
505
|
DeleteAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
506
506
|
DeleteAccessPointPolicyForObjectLambdaRequest.struct_class = Types::DeleteAccessPointPolicyForObjectLambdaRequest
|
507
507
|
|
508
|
-
DeleteAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
508
|
+
DeleteAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
509
509
|
DeleteAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
510
510
|
DeleteAccessPointPolicyRequest.struct_class = Types::DeleteAccessPointPolicyRequest
|
511
511
|
|
512
|
-
DeleteAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
512
|
+
DeleteAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
513
513
|
DeleteAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
514
514
|
DeleteAccessPointRequest.struct_class = Types::DeleteAccessPointRequest
|
515
515
|
|
516
|
-
DeleteBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
516
|
+
DeleteBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
517
517
|
DeleteBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
518
518
|
DeleteBucketLifecycleConfigurationRequest.struct_class = Types::DeleteBucketLifecycleConfigurationRequest
|
519
519
|
|
520
|
-
DeleteBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
520
|
+
DeleteBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
521
521
|
DeleteBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
522
522
|
DeleteBucketPolicyRequest.struct_class = Types::DeleteBucketPolicyRequest
|
523
523
|
|
524
|
-
DeleteBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
524
|
+
DeleteBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
525
525
|
DeleteBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
526
526
|
DeleteBucketRequest.struct_class = Types::DeleteBucketRequest
|
527
527
|
|
528
|
-
DeleteBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
528
|
+
DeleteBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
529
529
|
DeleteBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
530
530
|
DeleteBucketTaggingRequest.struct_class = Types::DeleteBucketTaggingRequest
|
531
531
|
|
532
|
-
DeleteJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
532
|
+
DeleteJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
533
533
|
DeleteJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
534
534
|
DeleteJobTaggingRequest.struct_class = Types::DeleteJobTaggingRequest
|
535
535
|
|
@@ -538,7 +538,7 @@ module Aws::S3Control
|
|
538
538
|
DeleteMultiRegionAccessPointInput.add_member(:name, Shapes::ShapeRef.new(shape: MultiRegionAccessPointName, required: true, location_name: "Name"))
|
539
539
|
DeleteMultiRegionAccessPointInput.struct_class = Types::DeleteMultiRegionAccessPointInput
|
540
540
|
|
541
|
-
DeleteMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
541
|
+
DeleteMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
542
542
|
DeleteMultiRegionAccessPointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: MultiRegionAccessPointClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
543
543
|
DeleteMultiRegionAccessPointRequest.add_member(:details, Shapes::ShapeRef.new(shape: DeleteMultiRegionAccessPointInput, required: true, location_name: "Details"))
|
544
544
|
DeleteMultiRegionAccessPointRequest.struct_class = Types::DeleteMultiRegionAccessPointRequest
|
@@ -546,27 +546,27 @@ module Aws::S3Control
|
|
546
546
|
DeleteMultiRegionAccessPointResult.add_member(:request_token_arn, Shapes::ShapeRef.new(shape: AsyncRequestTokenARN, location_name: "RequestTokenARN"))
|
547
547
|
DeleteMultiRegionAccessPointResult.struct_class = Types::DeleteMultiRegionAccessPointResult
|
548
548
|
|
549
|
-
DeletePublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
549
|
+
DeletePublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
550
550
|
DeletePublicAccessBlockRequest.struct_class = Types::DeletePublicAccessBlockRequest
|
551
551
|
|
552
552
|
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,
|
553
|
+
DeleteStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
554
554
|
DeleteStorageLensConfigurationRequest.struct_class = Types::DeleteStorageLensConfigurationRequest
|
555
555
|
|
556
556
|
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,
|
557
|
+
DeleteStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
558
558
|
DeleteStorageLensConfigurationTaggingRequest.struct_class = Types::DeleteStorageLensConfigurationTaggingRequest
|
559
559
|
|
560
560
|
DeleteStorageLensConfigurationTaggingResult.struct_class = Types::DeleteStorageLensConfigurationTaggingResult
|
561
561
|
|
562
|
-
DescribeJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
562
|
+
DescribeJobRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
563
563
|
DescribeJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
564
564
|
DescribeJobRequest.struct_class = Types::DescribeJobRequest
|
565
565
|
|
566
566
|
DescribeJobResult.add_member(:job, Shapes::ShapeRef.new(shape: JobDescriptor, location_name: "Job"))
|
567
567
|
DescribeJobResult.struct_class = Types::DescribeJobResult
|
568
568
|
|
569
|
-
DescribeMultiRegionAccessPointOperationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
569
|
+
DescribeMultiRegionAccessPointOperationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
570
570
|
DescribeMultiRegionAccessPointOperationRequest.add_member(:request_token_arn, Shapes::ShapeRef.new(shape: AsyncRequestTokenARN, required: true, location: "uri", location_name: "request_token"))
|
571
571
|
DescribeMultiRegionAccessPointOperationRequest.struct_class = Types::DescribeMultiRegionAccessPointOperationRequest
|
572
572
|
|
@@ -587,14 +587,14 @@ module Aws::S3Control
|
|
587
587
|
GeneratedManifestEncryption.add_member(:ssekms, Shapes::ShapeRef.new(shape: SSEKMSEncryption, location_name: "SSE-KMS"))
|
588
588
|
GeneratedManifestEncryption.struct_class = Types::GeneratedManifestEncryption
|
589
589
|
|
590
|
-
GetAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
590
|
+
GetAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
591
591
|
GetAccessPointConfigurationForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
592
592
|
GetAccessPointConfigurationForObjectLambdaRequest.struct_class = Types::GetAccessPointConfigurationForObjectLambdaRequest
|
593
593
|
|
594
594
|
GetAccessPointConfigurationForObjectLambdaResult.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, location_name: "Configuration"))
|
595
595
|
GetAccessPointConfigurationForObjectLambdaResult.struct_class = Types::GetAccessPointConfigurationForObjectLambdaResult
|
596
596
|
|
597
|
-
GetAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
597
|
+
GetAccessPointForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
598
598
|
GetAccessPointForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
599
599
|
GetAccessPointForObjectLambdaRequest.struct_class = Types::GetAccessPointForObjectLambdaRequest
|
600
600
|
|
@@ -603,35 +603,35 @@ module Aws::S3Control
|
|
603
603
|
GetAccessPointForObjectLambdaResult.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
|
604
604
|
GetAccessPointForObjectLambdaResult.struct_class = Types::GetAccessPointForObjectLambdaResult
|
605
605
|
|
606
|
-
GetAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
606
|
+
GetAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
607
607
|
GetAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
608
608
|
GetAccessPointPolicyForObjectLambdaRequest.struct_class = Types::GetAccessPointPolicyForObjectLambdaRequest
|
609
609
|
|
610
610
|
GetAccessPointPolicyForObjectLambdaResult.add_member(:policy, Shapes::ShapeRef.new(shape: ObjectLambdaPolicy, location_name: "Policy"))
|
611
611
|
GetAccessPointPolicyForObjectLambdaResult.struct_class = Types::GetAccessPointPolicyForObjectLambdaResult
|
612
612
|
|
613
|
-
GetAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
613
|
+
GetAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
614
614
|
GetAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
615
615
|
GetAccessPointPolicyRequest.struct_class = Types::GetAccessPointPolicyRequest
|
616
616
|
|
617
617
|
GetAccessPointPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
618
618
|
GetAccessPointPolicyResult.struct_class = Types::GetAccessPointPolicyResult
|
619
619
|
|
620
|
-
GetAccessPointPolicyStatusForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
620
|
+
GetAccessPointPolicyStatusForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
621
621
|
GetAccessPointPolicyStatusForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
622
622
|
GetAccessPointPolicyStatusForObjectLambdaRequest.struct_class = Types::GetAccessPointPolicyStatusForObjectLambdaRequest
|
623
623
|
|
624
624
|
GetAccessPointPolicyStatusForObjectLambdaResult.add_member(:policy_status, Shapes::ShapeRef.new(shape: PolicyStatus, location_name: "PolicyStatus"))
|
625
625
|
GetAccessPointPolicyStatusForObjectLambdaResult.struct_class = Types::GetAccessPointPolicyStatusForObjectLambdaResult
|
626
626
|
|
627
|
-
GetAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
627
|
+
GetAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
628
628
|
GetAccessPointPolicyStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
629
629
|
GetAccessPointPolicyStatusRequest.struct_class = Types::GetAccessPointPolicyStatusRequest
|
630
630
|
|
631
631
|
GetAccessPointPolicyStatusResult.add_member(:policy_status, Shapes::ShapeRef.new(shape: PolicyStatus, location_name: "PolicyStatus"))
|
632
632
|
GetAccessPointPolicyStatusResult.struct_class = Types::GetAccessPointPolicyStatusResult
|
633
633
|
|
634
|
-
GetAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
634
|
+
GetAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
635
635
|
GetAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
636
636
|
GetAccessPointRequest.struct_class = Types::GetAccessPointRequest
|
637
637
|
|
@@ -646,21 +646,21 @@ module Aws::S3Control
|
|
646
646
|
GetAccessPointResult.add_member(:endpoints, Shapes::ShapeRef.new(shape: Endpoints, location_name: "Endpoints"))
|
647
647
|
GetAccessPointResult.struct_class = Types::GetAccessPointResult
|
648
648
|
|
649
|
-
GetBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
649
|
+
GetBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
650
650
|
GetBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
651
651
|
GetBucketLifecycleConfigurationRequest.struct_class = Types::GetBucketLifecycleConfigurationRequest
|
652
652
|
|
653
653
|
GetBucketLifecycleConfigurationResult.add_member(:rules, Shapes::ShapeRef.new(shape: LifecycleRules, location_name: "Rules"))
|
654
654
|
GetBucketLifecycleConfigurationResult.struct_class = Types::GetBucketLifecycleConfigurationResult
|
655
655
|
|
656
|
-
GetBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
656
|
+
GetBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
657
657
|
GetBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
658
658
|
GetBucketPolicyRequest.struct_class = Types::GetBucketPolicyRequest
|
659
659
|
|
660
660
|
GetBucketPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, location_name: "Policy"))
|
661
661
|
GetBucketPolicyResult.struct_class = Types::GetBucketPolicyResult
|
662
662
|
|
663
|
-
GetBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
663
|
+
GetBucketRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
664
664
|
GetBucketRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
665
665
|
GetBucketRequest.struct_class = Types::GetBucketRequest
|
666
666
|
|
@@ -669,14 +669,14 @@ module Aws::S3Control
|
|
669
669
|
GetBucketResult.add_member(:creation_date, Shapes::ShapeRef.new(shape: CreationDate, location_name: "CreationDate"))
|
670
670
|
GetBucketResult.struct_class = Types::GetBucketResult
|
671
671
|
|
672
|
-
GetBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
672
|
+
GetBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
673
673
|
GetBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
674
674
|
GetBucketTaggingRequest.struct_class = Types::GetBucketTaggingRequest
|
675
675
|
|
676
676
|
GetBucketTaggingResult.add_member(:tag_set, Shapes::ShapeRef.new(shape: S3TagSet, required: true, location_name: "TagSet"))
|
677
677
|
GetBucketTaggingResult.struct_class = Types::GetBucketTaggingResult
|
678
678
|
|
679
|
-
GetBucketVersioningRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
679
|
+
GetBucketVersioningRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id"))
|
680
680
|
GetBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
681
681
|
GetBucketVersioningRequest.struct_class = Types::GetBucketVersioningRequest
|
682
682
|
|
@@ -684,28 +684,28 @@ module Aws::S3Control
|
|
684
684
|
GetBucketVersioningResult.add_member(:mfa_delete, Shapes::ShapeRef.new(shape: MFADeleteStatus, location_name: "MfaDelete"))
|
685
685
|
GetBucketVersioningResult.struct_class = Types::GetBucketVersioningResult
|
686
686
|
|
687
|
-
GetJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
687
|
+
GetJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
688
688
|
GetJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
689
689
|
GetJobTaggingRequest.struct_class = Types::GetJobTaggingRequest
|
690
690
|
|
691
691
|
GetJobTaggingResult.add_member(:tags, Shapes::ShapeRef.new(shape: S3TagSet, location_name: "Tags"))
|
692
692
|
GetJobTaggingResult.struct_class = Types::GetJobTaggingResult
|
693
693
|
|
694
|
-
GetMultiRegionAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
694
|
+
GetMultiRegionAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
695
695
|
GetMultiRegionAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: MultiRegionAccessPointName, required: true, location: "uri", location_name: "name"))
|
696
696
|
GetMultiRegionAccessPointPolicyRequest.struct_class = Types::GetMultiRegionAccessPointPolicyRequest
|
697
697
|
|
698
698
|
GetMultiRegionAccessPointPolicyResult.add_member(:policy, Shapes::ShapeRef.new(shape: MultiRegionAccessPointPolicyDocument, location_name: "Policy"))
|
699
699
|
GetMultiRegionAccessPointPolicyResult.struct_class = Types::GetMultiRegionAccessPointPolicyResult
|
700
700
|
|
701
|
-
GetMultiRegionAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
701
|
+
GetMultiRegionAccessPointPolicyStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
702
702
|
GetMultiRegionAccessPointPolicyStatusRequest.add_member(:name, Shapes::ShapeRef.new(shape: MultiRegionAccessPointName, required: true, location: "uri", location_name: "name"))
|
703
703
|
GetMultiRegionAccessPointPolicyStatusRequest.struct_class = Types::GetMultiRegionAccessPointPolicyStatusRequest
|
704
704
|
|
705
705
|
GetMultiRegionAccessPointPolicyStatusResult.add_member(:established, Shapes::ShapeRef.new(shape: PolicyStatus, location_name: "Established"))
|
706
706
|
GetMultiRegionAccessPointPolicyStatusResult.struct_class = Types::GetMultiRegionAccessPointPolicyStatusResult
|
707
707
|
|
708
|
-
GetMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
708
|
+
GetMultiRegionAccessPointRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
709
709
|
GetMultiRegionAccessPointRequest.add_member(:name, Shapes::ShapeRef.new(shape: MultiRegionAccessPointName, required: true, location: "uri", location_name: "name"))
|
710
710
|
GetMultiRegionAccessPointRequest.struct_class = Types::GetMultiRegionAccessPointRequest
|
711
711
|
|
@@ -717,11 +717,11 @@ module Aws::S3Control
|
|
717
717
|
GetPublicAccessBlockOutput[:payload] = :public_access_block_configuration
|
718
718
|
GetPublicAccessBlockOutput[:payload_member] = GetPublicAccessBlockOutput.member(:public_access_block_configuration)
|
719
719
|
|
720
|
-
GetPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
720
|
+
GetPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
721
721
|
GetPublicAccessBlockRequest.struct_class = Types::GetPublicAccessBlockRequest
|
722
722
|
|
723
723
|
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,
|
724
|
+
GetStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
725
725
|
GetStorageLensConfigurationRequest.struct_class = Types::GetStorageLensConfigurationRequest
|
726
726
|
|
727
727
|
GetStorageLensConfigurationResult.add_member(:storage_lens_configuration, Shapes::ShapeRef.new(shape: StorageLensConfiguration, location_name: "StorageLensConfiguration"))
|
@@ -730,7 +730,7 @@ module Aws::S3Control
|
|
730
730
|
GetStorageLensConfigurationResult[:payload_member] = GetStorageLensConfigurationResult.member(:storage_lens_configuration)
|
731
731
|
|
732
732
|
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,
|
733
|
+
GetStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
734
734
|
GetStorageLensConfigurationTaggingRequest.struct_class = Types::GetStorageLensConfigurationTaggingRequest
|
735
735
|
|
736
736
|
GetStorageLensConfigurationTaggingResult.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, location_name: "Tags"))
|
@@ -882,7 +882,7 @@ module Aws::S3Control
|
|
882
882
|
|
883
883
|
LifecycleRules.member = Shapes::ShapeRef.new(shape: LifecycleRule, location_name: "Rule")
|
884
884
|
|
885
|
-
ListAccessPointsForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
885
|
+
ListAccessPointsForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
886
886
|
ListAccessPointsForObjectLambdaRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
887
887
|
ListAccessPointsForObjectLambdaRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
888
888
|
ListAccessPointsForObjectLambdaRequest.struct_class = Types::ListAccessPointsForObjectLambdaRequest
|
@@ -891,7 +891,7 @@ module Aws::S3Control
|
|
891
891
|
ListAccessPointsForObjectLambdaResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
892
892
|
ListAccessPointsForObjectLambdaResult.struct_class = Types::ListAccessPointsForObjectLambdaResult
|
893
893
|
|
894
|
-
ListAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
894
|
+
ListAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
895
895
|
ListAccessPointsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, location: "querystring", location_name: "bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
896
896
|
ListAccessPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
897
897
|
ListAccessPointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -901,7 +901,7 @@ module Aws::S3Control
|
|
901
901
|
ListAccessPointsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
902
902
|
ListAccessPointsResult.struct_class = Types::ListAccessPointsResult
|
903
903
|
|
904
|
-
ListJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
904
|
+
ListJobsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
905
905
|
ListJobsRequest.add_member(:job_statuses, Shapes::ShapeRef.new(shape: JobStatusList, location: "querystring", location_name: "jobStatuses"))
|
906
906
|
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: StringForNextToken, location: "querystring", location_name: "nextToken"))
|
907
907
|
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults", metadata: {"box"=>true}))
|
@@ -911,7 +911,7 @@ module Aws::S3Control
|
|
911
911
|
ListJobsResult.add_member(:jobs, Shapes::ShapeRef.new(shape: JobListDescriptorList, location_name: "Jobs"))
|
912
912
|
ListJobsResult.struct_class = Types::ListJobsResult
|
913
913
|
|
914
|
-
ListMultiRegionAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
914
|
+
ListMultiRegionAccessPointsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
915
915
|
ListMultiRegionAccessPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
916
916
|
ListMultiRegionAccessPointsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
917
917
|
ListMultiRegionAccessPointsRequest.struct_class = Types::ListMultiRegionAccessPointsRequest
|
@@ -920,7 +920,7 @@ module Aws::S3Control
|
|
920
920
|
ListMultiRegionAccessPointsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location_name: "NextToken"))
|
921
921
|
ListMultiRegionAccessPointsResult.struct_class = Types::ListMultiRegionAccessPointsResult
|
922
922
|
|
923
|
-
ListRegionalBucketsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
923
|
+
ListRegionalBucketsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
924
924
|
ListRegionalBucketsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NonEmptyMaxLength1024String, location: "querystring", location_name: "nextToken"))
|
925
925
|
ListRegionalBucketsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
926
926
|
ListRegionalBucketsRequest.add_member(:outpost_id, Shapes::ShapeRef.new(shape: NonEmptyMaxLength64String, location: "header", location_name: "x-amz-outpost-id", metadata: {"contextParam"=>{"name"=>"OutpostId"}}))
|
@@ -936,7 +936,7 @@ module Aws::S3Control
|
|
936
936
|
ListStorageLensConfigurationEntry.add_member(:is_enabled, Shapes::ShapeRef.new(shape: IsEnabled, location_name: "IsEnabled"))
|
937
937
|
ListStorageLensConfigurationEntry.struct_class = Types::ListStorageLensConfigurationEntry
|
938
938
|
|
939
|
-
ListStorageLensConfigurationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
939
|
+
ListStorageLensConfigurationsRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
940
940
|
ListStorageLensConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ContinuationToken, location: "querystring", location_name: "nextToken"))
|
941
941
|
ListStorageLensConfigurationsRequest.struct_class = Types::ListStorageLensConfigurationsRequest
|
942
942
|
|
@@ -1029,42 +1029,42 @@ module Aws::S3Control
|
|
1029
1029
|
PublicAccessBlockConfiguration.add_member(:restrict_public_buckets, Shapes::ShapeRef.new(shape: Setting, location_name: "RestrictPublicBuckets"))
|
1030
1030
|
PublicAccessBlockConfiguration.struct_class = Types::PublicAccessBlockConfiguration
|
1031
1031
|
|
1032
|
-
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1032
|
+
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1033
1033
|
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
1034
1034
|
PutAccessPointConfigurationForObjectLambdaRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: ObjectLambdaConfiguration, required: true, location_name: "Configuration"))
|
1035
1035
|
PutAccessPointConfigurationForObjectLambdaRequest.struct_class = Types::PutAccessPointConfigurationForObjectLambdaRequest
|
1036
1036
|
|
1037
|
-
PutAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1037
|
+
PutAccessPointPolicyForObjectLambdaRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1038
1038
|
PutAccessPointPolicyForObjectLambdaRequest.add_member(:name, Shapes::ShapeRef.new(shape: ObjectLambdaAccessPointName, required: true, location: "uri", location_name: "name"))
|
1039
1039
|
PutAccessPointPolicyForObjectLambdaRequest.add_member(:policy, Shapes::ShapeRef.new(shape: ObjectLambdaPolicy, required: true, location_name: "Policy"))
|
1040
1040
|
PutAccessPointPolicyForObjectLambdaRequest.struct_class = Types::PutAccessPointPolicyForObjectLambdaRequest
|
1041
1041
|
|
1042
|
-
PutAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1042
|
+
PutAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1043
1043
|
PutAccessPointPolicyRequest.add_member(:name, Shapes::ShapeRef.new(shape: AccessPointName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"AccessPointName"}}))
|
1044
1044
|
PutAccessPointPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
1045
1045
|
PutAccessPointPolicyRequest.struct_class = Types::PutAccessPointPolicyRequest
|
1046
1046
|
|
1047
|
-
PutBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1047
|
+
PutBucketLifecycleConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1048
1048
|
PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1049
1049
|
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
1050
|
PutBucketLifecycleConfigurationRequest.struct_class = Types::PutBucketLifecycleConfigurationRequest
|
1051
1051
|
PutBucketLifecycleConfigurationRequest[:payload] = :lifecycle_configuration
|
1052
1052
|
PutBucketLifecycleConfigurationRequest[:payload_member] = PutBucketLifecycleConfigurationRequest.member(:lifecycle_configuration)
|
1053
1053
|
|
1054
|
-
PutBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1054
|
+
PutBucketPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1055
1055
|
PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1056
1056
|
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
1057
|
PutBucketPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
1058
1058
|
PutBucketPolicyRequest.struct_class = Types::PutBucketPolicyRequest
|
1059
1059
|
|
1060
|
-
PutBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1060
|
+
PutBucketTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1061
1061
|
PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
1062
1062
|
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
1063
|
PutBucketTaggingRequest.struct_class = Types::PutBucketTaggingRequest
|
1064
1064
|
PutBucketTaggingRequest[:payload] = :tagging
|
1065
1065
|
PutBucketTaggingRequest[:payload_member] = PutBucketTaggingRequest.member(:tagging)
|
1066
1066
|
|
1067
|
-
PutBucketVersioningRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1067
|
+
PutBucketVersioningRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id"))
|
1068
1068
|
PutBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "name"))
|
1069
1069
|
PutBucketVersioningRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
|
1070
1070
|
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 +1072,7 @@ module Aws::S3Control
|
|
1072
1072
|
PutBucketVersioningRequest[:payload] = :versioning_configuration
|
1073
1073
|
PutBucketVersioningRequest[:payload_member] = PutBucketVersioningRequest.member(:versioning_configuration)
|
1074
1074
|
|
1075
|
-
PutJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1075
|
+
PutJobTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1076
1076
|
PutJobTaggingRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
1077
1077
|
PutJobTaggingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: S3TagSet, required: true, location_name: "Tags"))
|
1078
1078
|
PutJobTaggingRequest.struct_class = Types::PutJobTaggingRequest
|
@@ -1083,7 +1083,7 @@ module Aws::S3Control
|
|
1083
1083
|
PutMultiRegionAccessPointPolicyInput.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
1084
1084
|
PutMultiRegionAccessPointPolicyInput.struct_class = Types::PutMultiRegionAccessPointPolicyInput
|
1085
1085
|
|
1086
|
-
PutMultiRegionAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1086
|
+
PutMultiRegionAccessPointPolicyRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1087
1087
|
PutMultiRegionAccessPointPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: MultiRegionAccessPointClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1088
1088
|
PutMultiRegionAccessPointPolicyRequest.add_member(:details, Shapes::ShapeRef.new(shape: PutMultiRegionAccessPointPolicyInput, required: true, location_name: "Details"))
|
1089
1089
|
PutMultiRegionAccessPointPolicyRequest.struct_class = Types::PutMultiRegionAccessPointPolicyRequest
|
@@ -1092,19 +1092,19 @@ module Aws::S3Control
|
|
1092
1092
|
PutMultiRegionAccessPointPolicyResult.struct_class = Types::PutMultiRegionAccessPointPolicyResult
|
1093
1093
|
|
1094
1094
|
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,
|
1095
|
+
PutPublicAccessBlockRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1096
1096
|
PutPublicAccessBlockRequest.struct_class = Types::PutPublicAccessBlockRequest
|
1097
1097
|
PutPublicAccessBlockRequest[:payload] = :public_access_block_configuration
|
1098
1098
|
PutPublicAccessBlockRequest[:payload_member] = PutPublicAccessBlockRequest.member(:public_access_block_configuration)
|
1099
1099
|
|
1100
1100
|
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,
|
1101
|
+
PutStorageLensConfigurationRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1102
1102
|
PutStorageLensConfigurationRequest.add_member(:storage_lens_configuration, Shapes::ShapeRef.new(shape: StorageLensConfiguration, required: true, location_name: "StorageLensConfiguration"))
|
1103
1103
|
PutStorageLensConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, location_name: "Tags"))
|
1104
1104
|
PutStorageLensConfigurationRequest.struct_class = Types::PutStorageLensConfigurationRequest
|
1105
1105
|
|
1106
1106
|
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,
|
1107
|
+
PutStorageLensConfigurationTaggingRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1108
1108
|
PutStorageLensConfigurationTaggingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: StorageLensTags, required: true, location_name: "Tags"))
|
1109
1109
|
PutStorageLensConfigurationTaggingRequest.struct_class = Types::PutStorageLensConfigurationTaggingRequest
|
1110
1110
|
|
@@ -1313,7 +1313,7 @@ module Aws::S3Control
|
|
1313
1313
|
|
1314
1314
|
TransitionList.member = Shapes::ShapeRef.new(shape: Transition, location_name: "Transition")
|
1315
1315
|
|
1316
|
-
UpdateJobPriorityRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1316
|
+
UpdateJobPriorityRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1317
1317
|
UpdateJobPriorityRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
1318
1318
|
UpdateJobPriorityRequest.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location: "querystring", location_name: "priority"))
|
1319
1319
|
UpdateJobPriorityRequest.struct_class = Types::UpdateJobPriorityRequest
|
@@ -1322,7 +1322,7 @@ module Aws::S3Control
|
|
1322
1322
|
UpdateJobPriorityResult.add_member(:priority, Shapes::ShapeRef.new(shape: JobPriority, required: true, location_name: "Priority"))
|
1323
1323
|
UpdateJobPriorityResult.struct_class = Types::UpdateJobPriorityResult
|
1324
1324
|
|
1325
|
-
UpdateJobStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId,
|
1325
|
+
UpdateJobStatusRequest.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-account-id", metadata: {"contextParam"=>{"name"=>"AccountId"}}))
|
1326
1326
|
UpdateJobStatusRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location: "uri", location_name: "id"))
|
1327
1327
|
UpdateJobStatusRequest.add_member(:requested_job_status, Shapes::ShapeRef.new(shape: RequestedJobStatus, required: true, location: "querystring", location_name: "requestedJobStatus"))
|
1328
1328
|
UpdateJobStatusRequest.add_member(:status_update_reason, Shapes::ShapeRef.new(shape: JobStatusUpdateReason, location: "querystring", location_name: "statusUpdateReason"))
|
@@ -1362,7 +1362,6 @@ module Aws::S3Control
|
|
1362
1362
|
o.http_method = "PUT"
|
1363
1363
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
1364
1364
|
o.endpoint_pattern = {
|
1365
|
-
"hostPrefix" => "{AccountId}.",
|
1366
1365
|
}
|
1367
1366
|
o.input = Shapes::ShapeRef.new(shape: CreateAccessPointRequest,
|
1368
1367
|
location_name: "CreateAccessPointRequest",
|
@@ -1378,7 +1377,6 @@ module Aws::S3Control
|
|
1378
1377
|
o.http_method = "PUT"
|
1379
1378
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1380
1379
|
o.endpoint_pattern = {
|
1381
|
-
"hostPrefix" => "{AccountId}.",
|
1382
1380
|
}
|
1383
1381
|
o.input = Shapes::ShapeRef.new(shape: CreateAccessPointForObjectLambdaRequest,
|
1384
1382
|
location_name: "CreateAccessPointForObjectLambdaRequest",
|
@@ -1405,7 +1403,6 @@ module Aws::S3Control
|
|
1405
1403
|
o.http_method = "POST"
|
1406
1404
|
o.http_request_uri = "/v20180820/jobs"
|
1407
1405
|
o.endpoint_pattern = {
|
1408
|
-
"hostPrefix" => "{AccountId}.",
|
1409
1406
|
}
|
1410
1407
|
o.input = Shapes::ShapeRef.new(shape: CreateJobRequest,
|
1411
1408
|
location_name: "CreateJobRequest",
|
@@ -1426,7 +1423,6 @@ module Aws::S3Control
|
|
1426
1423
|
o.http_request_uri = "/v20180820/async-requests/mrap/create"
|
1427
1424
|
o.http_checksum_required = true
|
1428
1425
|
o.endpoint_pattern = {
|
1429
|
-
"hostPrefix" => "{AccountId}.",
|
1430
1426
|
}
|
1431
1427
|
o.input = Shapes::ShapeRef.new(shape: CreateMultiRegionAccessPointRequest,
|
1432
1428
|
location_name: "CreateMultiRegionAccessPointRequest",
|
@@ -1442,7 +1438,6 @@ module Aws::S3Control
|
|
1442
1438
|
o.http_method = "DELETE"
|
1443
1439
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
1444
1440
|
o.endpoint_pattern = {
|
1445
|
-
"hostPrefix" => "{AccountId}.",
|
1446
1441
|
}
|
1447
1442
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointRequest)
|
1448
1443
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1453,7 +1448,6 @@ module Aws::S3Control
|
|
1453
1448
|
o.http_method = "DELETE"
|
1454
1449
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1455
1450
|
o.endpoint_pattern = {
|
1456
|
-
"hostPrefix" => "{AccountId}.",
|
1457
1451
|
}
|
1458
1452
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointForObjectLambdaRequest)
|
1459
1453
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1464,7 +1458,6 @@ module Aws::S3Control
|
|
1464
1458
|
o.http_method = "DELETE"
|
1465
1459
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
1466
1460
|
o.endpoint_pattern = {
|
1467
|
-
"hostPrefix" => "{AccountId}.",
|
1468
1461
|
}
|
1469
1462
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointPolicyRequest)
|
1470
1463
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1475,7 +1468,6 @@ module Aws::S3Control
|
|
1475
1468
|
o.http_method = "DELETE"
|
1476
1469
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1477
1470
|
o.endpoint_pattern = {
|
1478
|
-
"hostPrefix" => "{AccountId}.",
|
1479
1471
|
}
|
1480
1472
|
o.input = Shapes::ShapeRef.new(shape: DeleteAccessPointPolicyForObjectLambdaRequest)
|
1481
1473
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1486,7 +1478,6 @@ module Aws::S3Control
|
|
1486
1478
|
o.http_method = "DELETE"
|
1487
1479
|
o.http_request_uri = "/v20180820/bucket/{name}"
|
1488
1480
|
o.endpoint_pattern = {
|
1489
|
-
"hostPrefix" => "{AccountId}.",
|
1490
1481
|
}
|
1491
1482
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketRequest)
|
1492
1483
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1497,7 +1488,6 @@ module Aws::S3Control
|
|
1497
1488
|
o.http_method = "DELETE"
|
1498
1489
|
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1499
1490
|
o.endpoint_pattern = {
|
1500
|
-
"hostPrefix" => "{AccountId}.",
|
1501
1491
|
}
|
1502
1492
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketLifecycleConfigurationRequest)
|
1503
1493
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1508,7 +1498,6 @@ module Aws::S3Control
|
|
1508
1498
|
o.http_method = "DELETE"
|
1509
1499
|
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
1510
1500
|
o.endpoint_pattern = {
|
1511
|
-
"hostPrefix" => "{AccountId}.",
|
1512
1501
|
}
|
1513
1502
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketPolicyRequest)
|
1514
1503
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1519,7 +1508,6 @@ module Aws::S3Control
|
|
1519
1508
|
o.http_method = "DELETE"
|
1520
1509
|
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
1521
1510
|
o.endpoint_pattern = {
|
1522
|
-
"hostPrefix" => "{AccountId}.",
|
1523
1511
|
}
|
1524
1512
|
o.input = Shapes::ShapeRef.new(shape: DeleteBucketTaggingRequest)
|
1525
1513
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1530,7 +1518,6 @@ module Aws::S3Control
|
|
1530
1518
|
o.http_method = "DELETE"
|
1531
1519
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
1532
1520
|
o.endpoint_pattern = {
|
1533
|
-
"hostPrefix" => "{AccountId}.",
|
1534
1521
|
}
|
1535
1522
|
o.input = Shapes::ShapeRef.new(shape: DeleteJobTaggingRequest)
|
1536
1523
|
o.output = Shapes::ShapeRef.new(shape: DeleteJobTaggingResult)
|
@@ -1545,7 +1532,6 @@ module Aws::S3Control
|
|
1545
1532
|
o.http_request_uri = "/v20180820/async-requests/mrap/delete"
|
1546
1533
|
o.http_checksum_required = true
|
1547
1534
|
o.endpoint_pattern = {
|
1548
|
-
"hostPrefix" => "{AccountId}.",
|
1549
1535
|
}
|
1550
1536
|
o.input = Shapes::ShapeRef.new(shape: DeleteMultiRegionAccessPointRequest,
|
1551
1537
|
location_name: "DeleteMultiRegionAccessPointRequest",
|
@@ -1561,7 +1547,6 @@ module Aws::S3Control
|
|
1561
1547
|
o.http_method = "DELETE"
|
1562
1548
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
1563
1549
|
o.endpoint_pattern = {
|
1564
|
-
"hostPrefix" => "{AccountId}.",
|
1565
1550
|
}
|
1566
1551
|
o.input = Shapes::ShapeRef.new(shape: DeletePublicAccessBlockRequest)
|
1567
1552
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1572,7 +1557,6 @@ module Aws::S3Control
|
|
1572
1557
|
o.http_method = "DELETE"
|
1573
1558
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
1574
1559
|
o.endpoint_pattern = {
|
1575
|
-
"hostPrefix" => "{AccountId}.",
|
1576
1560
|
}
|
1577
1561
|
o.input = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationRequest)
|
1578
1562
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -1583,7 +1567,6 @@ module Aws::S3Control
|
|
1583
1567
|
o.http_method = "DELETE"
|
1584
1568
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
1585
1569
|
o.endpoint_pattern = {
|
1586
|
-
"hostPrefix" => "{AccountId}.",
|
1587
1570
|
}
|
1588
1571
|
o.input = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationTaggingRequest)
|
1589
1572
|
o.output = Shapes::ShapeRef.new(shape: DeleteStorageLensConfigurationTaggingResult)
|
@@ -1594,7 +1577,6 @@ module Aws::S3Control
|
|
1594
1577
|
o.http_method = "GET"
|
1595
1578
|
o.http_request_uri = "/v20180820/jobs/{id}"
|
1596
1579
|
o.endpoint_pattern = {
|
1597
|
-
"hostPrefix" => "{AccountId}.",
|
1598
1580
|
}
|
1599
1581
|
o.input = Shapes::ShapeRef.new(shape: DescribeJobRequest)
|
1600
1582
|
o.output = Shapes::ShapeRef.new(shape: DescribeJobResult)
|
@@ -1610,7 +1592,6 @@ module Aws::S3Control
|
|
1610
1592
|
o.http_request_uri = "/v20180820/async-requests/mrap/{request_token+}"
|
1611
1593
|
o.http_checksum_required = true
|
1612
1594
|
o.endpoint_pattern = {
|
1613
|
-
"hostPrefix" => "{AccountId}.",
|
1614
1595
|
}
|
1615
1596
|
o.input = Shapes::ShapeRef.new(shape: DescribeMultiRegionAccessPointOperationRequest)
|
1616
1597
|
o.output = Shapes::ShapeRef.new(shape: DescribeMultiRegionAccessPointOperationResult)
|
@@ -1621,7 +1602,6 @@ module Aws::S3Control
|
|
1621
1602
|
o.http_method = "GET"
|
1622
1603
|
o.http_request_uri = "/v20180820/accesspoint/{name}"
|
1623
1604
|
o.endpoint_pattern = {
|
1624
|
-
"hostPrefix" => "{AccountId}.",
|
1625
1605
|
}
|
1626
1606
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointRequest)
|
1627
1607
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointResult)
|
@@ -1632,7 +1612,6 @@ module Aws::S3Control
|
|
1632
1612
|
o.http_method = "GET"
|
1633
1613
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
|
1634
1614
|
o.endpoint_pattern = {
|
1635
|
-
"hostPrefix" => "{AccountId}.",
|
1636
1615
|
}
|
1637
1616
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointConfigurationForObjectLambdaRequest)
|
1638
1617
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointConfigurationForObjectLambdaResult)
|
@@ -1643,7 +1622,6 @@ module Aws::S3Control
|
|
1643
1622
|
o.http_method = "GET"
|
1644
1623
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}"
|
1645
1624
|
o.endpoint_pattern = {
|
1646
|
-
"hostPrefix" => "{AccountId}.",
|
1647
1625
|
}
|
1648
1626
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointForObjectLambdaRequest)
|
1649
1627
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointForObjectLambdaResult)
|
@@ -1654,7 +1632,6 @@ module Aws::S3Control
|
|
1654
1632
|
o.http_method = "GET"
|
1655
1633
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
1656
1634
|
o.endpoint_pattern = {
|
1657
|
-
"hostPrefix" => "{AccountId}.",
|
1658
1635
|
}
|
1659
1636
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyRequest)
|
1660
1637
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyResult)
|
@@ -1665,7 +1642,6 @@ module Aws::S3Control
|
|
1665
1642
|
o.http_method = "GET"
|
1666
1643
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1667
1644
|
o.endpoint_pattern = {
|
1668
|
-
"hostPrefix" => "{AccountId}.",
|
1669
1645
|
}
|
1670
1646
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyForObjectLambdaRequest)
|
1671
1647
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyForObjectLambdaResult)
|
@@ -1676,7 +1652,6 @@ module Aws::S3Control
|
|
1676
1652
|
o.http_method = "GET"
|
1677
1653
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policyStatus"
|
1678
1654
|
o.endpoint_pattern = {
|
1679
|
-
"hostPrefix" => "{AccountId}.",
|
1680
1655
|
}
|
1681
1656
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusRequest)
|
1682
1657
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusResult)
|
@@ -1687,7 +1662,6 @@ module Aws::S3Control
|
|
1687
1662
|
o.http_method = "GET"
|
1688
1663
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policyStatus"
|
1689
1664
|
o.endpoint_pattern = {
|
1690
|
-
"hostPrefix" => "{AccountId}.",
|
1691
1665
|
}
|
1692
1666
|
o.input = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusForObjectLambdaRequest)
|
1693
1667
|
o.output = Shapes::ShapeRef.new(shape: GetAccessPointPolicyStatusForObjectLambdaResult)
|
@@ -1698,7 +1672,6 @@ module Aws::S3Control
|
|
1698
1672
|
o.http_method = "GET"
|
1699
1673
|
o.http_request_uri = "/v20180820/bucket/{name}"
|
1700
1674
|
o.endpoint_pattern = {
|
1701
|
-
"hostPrefix" => "{AccountId}.",
|
1702
1675
|
}
|
1703
1676
|
o.input = Shapes::ShapeRef.new(shape: GetBucketRequest)
|
1704
1677
|
o.output = Shapes::ShapeRef.new(shape: GetBucketResult)
|
@@ -1709,7 +1682,6 @@ module Aws::S3Control
|
|
1709
1682
|
o.http_method = "GET"
|
1710
1683
|
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1711
1684
|
o.endpoint_pattern = {
|
1712
|
-
"hostPrefix" => "{AccountId}.",
|
1713
1685
|
}
|
1714
1686
|
o.input = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationRequest)
|
1715
1687
|
o.output = Shapes::ShapeRef.new(shape: GetBucketLifecycleConfigurationResult)
|
@@ -1720,7 +1692,6 @@ module Aws::S3Control
|
|
1720
1692
|
o.http_method = "GET"
|
1721
1693
|
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
1722
1694
|
o.endpoint_pattern = {
|
1723
|
-
"hostPrefix" => "{AccountId}.",
|
1724
1695
|
}
|
1725
1696
|
o.input = Shapes::ShapeRef.new(shape: GetBucketPolicyRequest)
|
1726
1697
|
o.output = Shapes::ShapeRef.new(shape: GetBucketPolicyResult)
|
@@ -1731,7 +1702,6 @@ module Aws::S3Control
|
|
1731
1702
|
o.http_method = "GET"
|
1732
1703
|
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
1733
1704
|
o.endpoint_pattern = {
|
1734
|
-
"hostPrefix" => "{AccountId}.",
|
1735
1705
|
}
|
1736
1706
|
o.input = Shapes::ShapeRef.new(shape: GetBucketTaggingRequest)
|
1737
1707
|
o.output = Shapes::ShapeRef.new(shape: GetBucketTaggingResult)
|
@@ -1742,7 +1712,6 @@ module Aws::S3Control
|
|
1742
1712
|
o.http_method = "GET"
|
1743
1713
|
o.http_request_uri = "/v20180820/bucket/{name}/versioning"
|
1744
1714
|
o.endpoint_pattern = {
|
1745
|
-
"hostPrefix" => "{AccountId}.",
|
1746
1715
|
}
|
1747
1716
|
o.input = Shapes::ShapeRef.new(shape: GetBucketVersioningRequest)
|
1748
1717
|
o.output = Shapes::ShapeRef.new(shape: GetBucketVersioningResult)
|
@@ -1753,7 +1722,6 @@ module Aws::S3Control
|
|
1753
1722
|
o.http_method = "GET"
|
1754
1723
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
1755
1724
|
o.endpoint_pattern = {
|
1756
|
-
"hostPrefix" => "{AccountId}.",
|
1757
1725
|
}
|
1758
1726
|
o.input = Shapes::ShapeRef.new(shape: GetJobTaggingRequest)
|
1759
1727
|
o.output = Shapes::ShapeRef.new(shape: GetJobTaggingResult)
|
@@ -1768,7 +1736,6 @@ module Aws::S3Control
|
|
1768
1736
|
o.http_request_uri = "/v20180820/mrap/instances/{name}"
|
1769
1737
|
o.http_checksum_required = true
|
1770
1738
|
o.endpoint_pattern = {
|
1771
|
-
"hostPrefix" => "{AccountId}.",
|
1772
1739
|
}
|
1773
1740
|
o.input = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointRequest)
|
1774
1741
|
o.output = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointResult)
|
@@ -1780,7 +1747,6 @@ module Aws::S3Control
|
|
1780
1747
|
o.http_request_uri = "/v20180820/mrap/instances/{name}/policy"
|
1781
1748
|
o.http_checksum_required = true
|
1782
1749
|
o.endpoint_pattern = {
|
1783
|
-
"hostPrefix" => "{AccountId}.",
|
1784
1750
|
}
|
1785
1751
|
o.input = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointPolicyRequest)
|
1786
1752
|
o.output = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointPolicyResult)
|
@@ -1792,7 +1758,6 @@ module Aws::S3Control
|
|
1792
1758
|
o.http_request_uri = "/v20180820/mrap/instances/{name}/policystatus"
|
1793
1759
|
o.http_checksum_required = true
|
1794
1760
|
o.endpoint_pattern = {
|
1795
|
-
"hostPrefix" => "{AccountId}.",
|
1796
1761
|
}
|
1797
1762
|
o.input = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointPolicyStatusRequest)
|
1798
1763
|
o.output = Shapes::ShapeRef.new(shape: GetMultiRegionAccessPointPolicyStatusResult)
|
@@ -1803,7 +1768,6 @@ module Aws::S3Control
|
|
1803
1768
|
o.http_method = "GET"
|
1804
1769
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
1805
1770
|
o.endpoint_pattern = {
|
1806
|
-
"hostPrefix" => "{AccountId}.",
|
1807
1771
|
}
|
1808
1772
|
o.input = Shapes::ShapeRef.new(shape: GetPublicAccessBlockRequest)
|
1809
1773
|
o.output = Shapes::ShapeRef.new(shape: GetPublicAccessBlockOutput)
|
@@ -1815,7 +1779,6 @@ module Aws::S3Control
|
|
1815
1779
|
o.http_method = "GET"
|
1816
1780
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
1817
1781
|
o.endpoint_pattern = {
|
1818
|
-
"hostPrefix" => "{AccountId}.",
|
1819
1782
|
}
|
1820
1783
|
o.input = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationRequest)
|
1821
1784
|
o.output = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationResult)
|
@@ -1826,7 +1789,6 @@ module Aws::S3Control
|
|
1826
1789
|
o.http_method = "GET"
|
1827
1790
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
1828
1791
|
o.endpoint_pattern = {
|
1829
|
-
"hostPrefix" => "{AccountId}.",
|
1830
1792
|
}
|
1831
1793
|
o.input = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationTaggingRequest)
|
1832
1794
|
o.output = Shapes::ShapeRef.new(shape: GetStorageLensConfigurationTaggingResult)
|
@@ -1837,7 +1799,6 @@ module Aws::S3Control
|
|
1837
1799
|
o.http_method = "GET"
|
1838
1800
|
o.http_request_uri = "/v20180820/accesspoint"
|
1839
1801
|
o.endpoint_pattern = {
|
1840
|
-
"hostPrefix" => "{AccountId}.",
|
1841
1802
|
}
|
1842
1803
|
o.input = Shapes::ShapeRef.new(shape: ListAccessPointsRequest)
|
1843
1804
|
o.output = Shapes::ShapeRef.new(shape: ListAccessPointsResult)
|
@@ -1854,7 +1815,6 @@ module Aws::S3Control
|
|
1854
1815
|
o.http_method = "GET"
|
1855
1816
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda"
|
1856
1817
|
o.endpoint_pattern = {
|
1857
|
-
"hostPrefix" => "{AccountId}.",
|
1858
1818
|
}
|
1859
1819
|
o.input = Shapes::ShapeRef.new(shape: ListAccessPointsForObjectLambdaRequest)
|
1860
1820
|
o.output = Shapes::ShapeRef.new(shape: ListAccessPointsForObjectLambdaResult)
|
@@ -1871,7 +1831,6 @@ module Aws::S3Control
|
|
1871
1831
|
o.http_method = "GET"
|
1872
1832
|
o.http_request_uri = "/v20180820/jobs"
|
1873
1833
|
o.endpoint_pattern = {
|
1874
|
-
"hostPrefix" => "{AccountId}.",
|
1875
1834
|
}
|
1876
1835
|
o.input = Shapes::ShapeRef.new(shape: ListJobsRequest)
|
1877
1836
|
o.output = Shapes::ShapeRef.new(shape: ListJobsResult)
|
@@ -1892,7 +1851,6 @@ module Aws::S3Control
|
|
1892
1851
|
o.http_request_uri = "/v20180820/mrap/instances"
|
1893
1852
|
o.http_checksum_required = true
|
1894
1853
|
o.endpoint_pattern = {
|
1895
|
-
"hostPrefix" => "{AccountId}.",
|
1896
1854
|
}
|
1897
1855
|
o.input = Shapes::ShapeRef.new(shape: ListMultiRegionAccessPointsRequest)
|
1898
1856
|
o.output = Shapes::ShapeRef.new(shape: ListMultiRegionAccessPointsResult)
|
@@ -1909,7 +1867,6 @@ module Aws::S3Control
|
|
1909
1867
|
o.http_method = "GET"
|
1910
1868
|
o.http_request_uri = "/v20180820/bucket"
|
1911
1869
|
o.endpoint_pattern = {
|
1912
|
-
"hostPrefix" => "{AccountId}.",
|
1913
1870
|
}
|
1914
1871
|
o.input = Shapes::ShapeRef.new(shape: ListRegionalBucketsRequest)
|
1915
1872
|
o.output = Shapes::ShapeRef.new(shape: ListRegionalBucketsResult)
|
@@ -1926,7 +1883,6 @@ module Aws::S3Control
|
|
1926
1883
|
o.http_method = "GET"
|
1927
1884
|
o.http_request_uri = "/v20180820/storagelens"
|
1928
1885
|
o.endpoint_pattern = {
|
1929
|
-
"hostPrefix" => "{AccountId}.",
|
1930
1886
|
}
|
1931
1887
|
o.input = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsRequest)
|
1932
1888
|
o.output = Shapes::ShapeRef.new(shape: ListStorageLensConfigurationsResult)
|
@@ -1942,7 +1898,6 @@ module Aws::S3Control
|
|
1942
1898
|
o.http_method = "PUT"
|
1943
1899
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/configuration"
|
1944
1900
|
o.endpoint_pattern = {
|
1945
|
-
"hostPrefix" => "{AccountId}.",
|
1946
1901
|
}
|
1947
1902
|
o.input = Shapes::ShapeRef.new(shape: PutAccessPointConfigurationForObjectLambdaRequest,
|
1948
1903
|
location_name: "PutAccessPointConfigurationForObjectLambdaRequest",
|
@@ -1958,7 +1913,6 @@ module Aws::S3Control
|
|
1958
1913
|
o.http_method = "PUT"
|
1959
1914
|
o.http_request_uri = "/v20180820/accesspoint/{name}/policy"
|
1960
1915
|
o.endpoint_pattern = {
|
1961
|
-
"hostPrefix" => "{AccountId}.",
|
1962
1916
|
}
|
1963
1917
|
o.input = Shapes::ShapeRef.new(shape: PutAccessPointPolicyRequest,
|
1964
1918
|
location_name: "PutAccessPointPolicyRequest",
|
@@ -1974,7 +1928,6 @@ module Aws::S3Control
|
|
1974
1928
|
o.http_method = "PUT"
|
1975
1929
|
o.http_request_uri = "/v20180820/accesspointforobjectlambda/{name}/policy"
|
1976
1930
|
o.endpoint_pattern = {
|
1977
|
-
"hostPrefix" => "{AccountId}.",
|
1978
1931
|
}
|
1979
1932
|
o.input = Shapes::ShapeRef.new(shape: PutAccessPointPolicyForObjectLambdaRequest,
|
1980
1933
|
location_name: "PutAccessPointPolicyForObjectLambdaRequest",
|
@@ -1991,7 +1944,6 @@ module Aws::S3Control
|
|
1991
1944
|
o.http_request_uri = "/v20180820/bucket/{name}/lifecycleconfiguration"
|
1992
1945
|
o.http_checksum_required = true
|
1993
1946
|
o.endpoint_pattern = {
|
1994
|
-
"hostPrefix" => "{AccountId}.",
|
1995
1947
|
}
|
1996
1948
|
o.input = Shapes::ShapeRef.new(shape: PutBucketLifecycleConfigurationRequest)
|
1997
1949
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2003,7 +1955,6 @@ module Aws::S3Control
|
|
2003
1955
|
o.http_request_uri = "/v20180820/bucket/{name}/policy"
|
2004
1956
|
o.http_checksum_required = true
|
2005
1957
|
o.endpoint_pattern = {
|
2006
|
-
"hostPrefix" => "{AccountId}.",
|
2007
1958
|
}
|
2008
1959
|
o.input = Shapes::ShapeRef.new(shape: PutBucketPolicyRequest,
|
2009
1960
|
location_name: "PutBucketPolicyRequest",
|
@@ -2020,7 +1971,6 @@ module Aws::S3Control
|
|
2020
1971
|
o.http_request_uri = "/v20180820/bucket/{name}/tagging"
|
2021
1972
|
o.http_checksum_required = true
|
2022
1973
|
o.endpoint_pattern = {
|
2023
|
-
"hostPrefix" => "{AccountId}.",
|
2024
1974
|
}
|
2025
1975
|
o.input = Shapes::ShapeRef.new(shape: PutBucketTaggingRequest)
|
2026
1976
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2032,7 +1982,6 @@ module Aws::S3Control
|
|
2032
1982
|
o.http_request_uri = "/v20180820/bucket/{name}/versioning"
|
2033
1983
|
o.http_checksum_required = true
|
2034
1984
|
o.endpoint_pattern = {
|
2035
|
-
"hostPrefix" => "{AccountId}.",
|
2036
1985
|
}
|
2037
1986
|
o.input = Shapes::ShapeRef.new(shape: PutBucketVersioningRequest)
|
2038
1987
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2043,7 +1992,6 @@ module Aws::S3Control
|
|
2043
1992
|
o.http_method = "PUT"
|
2044
1993
|
o.http_request_uri = "/v20180820/jobs/{id}/tagging"
|
2045
1994
|
o.endpoint_pattern = {
|
2046
|
-
"hostPrefix" => "{AccountId}.",
|
2047
1995
|
}
|
2048
1996
|
o.input = Shapes::ShapeRef.new(shape: PutJobTaggingRequest,
|
2049
1997
|
location_name: "PutJobTaggingRequest",
|
@@ -2064,7 +2012,6 @@ module Aws::S3Control
|
|
2064
2012
|
o.http_request_uri = "/v20180820/async-requests/mrap/put-policy"
|
2065
2013
|
o.http_checksum_required = true
|
2066
2014
|
o.endpoint_pattern = {
|
2067
|
-
"hostPrefix" => "{AccountId}.",
|
2068
2015
|
}
|
2069
2016
|
o.input = Shapes::ShapeRef.new(shape: PutMultiRegionAccessPointPolicyRequest,
|
2070
2017
|
location_name: "PutMultiRegionAccessPointPolicyRequest",
|
@@ -2080,7 +2027,6 @@ module Aws::S3Control
|
|
2080
2027
|
o.http_method = "PUT"
|
2081
2028
|
o.http_request_uri = "/v20180820/configuration/publicAccessBlock"
|
2082
2029
|
o.endpoint_pattern = {
|
2083
|
-
"hostPrefix" => "{AccountId}.",
|
2084
2030
|
}
|
2085
2031
|
o.input = Shapes::ShapeRef.new(shape: PutPublicAccessBlockRequest)
|
2086
2032
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -2091,7 +2037,6 @@ module Aws::S3Control
|
|
2091
2037
|
o.http_method = "PUT"
|
2092
2038
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}"
|
2093
2039
|
o.endpoint_pattern = {
|
2094
|
-
"hostPrefix" => "{AccountId}.",
|
2095
2040
|
}
|
2096
2041
|
o.input = Shapes::ShapeRef.new(shape: PutStorageLensConfigurationRequest,
|
2097
2042
|
location_name: "PutStorageLensConfigurationRequest",
|
@@ -2107,7 +2052,6 @@ module Aws::S3Control
|
|
2107
2052
|
o.http_method = "PUT"
|
2108
2053
|
o.http_request_uri = "/v20180820/storagelens/{storagelensid}/tagging"
|
2109
2054
|
o.endpoint_pattern = {
|
2110
|
-
"hostPrefix" => "{AccountId}.",
|
2111
2055
|
}
|
2112
2056
|
o.input = Shapes::ShapeRef.new(shape: PutStorageLensConfigurationTaggingRequest,
|
2113
2057
|
location_name: "PutStorageLensConfigurationTaggingRequest",
|
@@ -2123,7 +2067,6 @@ module Aws::S3Control
|
|
2123
2067
|
o.http_method = "POST"
|
2124
2068
|
o.http_request_uri = "/v20180820/jobs/{id}/priority"
|
2125
2069
|
o.endpoint_pattern = {
|
2126
|
-
"hostPrefix" => "{AccountId}.",
|
2127
2070
|
}
|
2128
2071
|
o.input = Shapes::ShapeRef.new(shape: UpdateJobPriorityRequest)
|
2129
2072
|
o.output = Shapes::ShapeRef.new(shape: UpdateJobPriorityResult)
|
@@ -2138,7 +2081,6 @@ module Aws::S3Control
|
|
2138
2081
|
o.http_method = "POST"
|
2139
2082
|
o.http_request_uri = "/v20180820/jobs/{id}/status"
|
2140
2083
|
o.endpoint_pattern = {
|
2141
|
-
"hostPrefix" => "{AccountId}.",
|
2142
2084
|
}
|
2143
2085
|
o.input = Shapes::ShapeRef.new(shape: UpdateJobStatusRequest)
|
2144
2086
|
o.output = Shapes::ShapeRef.new(shape: UpdateJobStatusResult)
|