aws-sdk-mailmanager 1.26.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mailmanager/client.rb +1035 -634
- data/lib/aws-sdk-mailmanager/client_api.rb +161 -161
- data/lib/aws-sdk-mailmanager/types.rb +752 -752
- data/lib/aws-sdk-mailmanager/waiters.rb +15 -0
- data/lib/aws-sdk-mailmanager.rb +2 -1
- data/sig/client.rbs +354 -354
- data/sig/types.rbs +175 -175
- metadata +5 -4
@@ -382,18 +382,18 @@ module Aws::MailManager
|
|
382
382
|
AddHeaderAction.add_member(:header_value, Shapes::ShapeRef.new(shape: HeaderValue, required: true, location_name: "HeaderValue"))
|
383
383
|
AddHeaderAction.struct_class = Types::AddHeaderAction
|
384
384
|
|
385
|
-
AddonInstance.add_member(:addon_instance_arn, Shapes::ShapeRef.new(shape: AddonInstanceArn, location_name: "AddonInstanceArn"))
|
386
385
|
AddonInstance.add_member(:addon_instance_id, Shapes::ShapeRef.new(shape: AddonInstanceId, location_name: "AddonInstanceId"))
|
387
|
-
AddonInstance.add_member(:addon_name, Shapes::ShapeRef.new(shape: AddonName, location_name: "AddonName"))
|
388
386
|
AddonInstance.add_member(:addon_subscription_id, Shapes::ShapeRef.new(shape: AddonSubscriptionId, location_name: "AddonSubscriptionId"))
|
387
|
+
AddonInstance.add_member(:addon_name, Shapes::ShapeRef.new(shape: AddonName, location_name: "AddonName"))
|
388
|
+
AddonInstance.add_member(:addon_instance_arn, Shapes::ShapeRef.new(shape: AddonInstanceArn, location_name: "AddonInstanceArn"))
|
389
389
|
AddonInstance.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
390
390
|
AddonInstance.struct_class = Types::AddonInstance
|
391
391
|
|
392
392
|
AddonInstances.member = Shapes::ShapeRef.new(shape: AddonInstance)
|
393
393
|
|
394
|
+
AddonSubscription.add_member(:addon_subscription_id, Shapes::ShapeRef.new(shape: AddonSubscriptionId, location_name: "AddonSubscriptionId"))
|
394
395
|
AddonSubscription.add_member(:addon_name, Shapes::ShapeRef.new(shape: AddonName, location_name: "AddonName"))
|
395
396
|
AddonSubscription.add_member(:addon_subscription_arn, Shapes::ShapeRef.new(shape: AddonSubscriptionArn, location_name: "AddonSubscriptionArn"))
|
396
|
-
AddonSubscription.add_member(:addon_subscription_id, Shapes::ShapeRef.new(shape: AddonSubscriptionId, location_name: "AddonSubscriptionId"))
|
397
397
|
AddonSubscription.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
398
398
|
AddonSubscription.struct_class = Types::AddonSubscription
|
399
399
|
|
@@ -402,8 +402,8 @@ module Aws::MailManager
|
|
402
402
|
AddressFilter.add_member(:address_prefix, Shapes::ShapeRef.new(shape: AddressPrefix, location_name: "AddressPrefix"))
|
403
403
|
AddressFilter.struct_class = Types::AddressFilter
|
404
404
|
|
405
|
-
AddressList.add_member(:address_list_arn, Shapes::ShapeRef.new(shape: AddressListArn, required: true, location_name: "AddressListArn"))
|
406
405
|
AddressList.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
406
|
+
AddressList.add_member(:address_list_arn, Shapes::ShapeRef.new(shape: AddressListArn, required: true, location_name: "AddressListArn"))
|
407
407
|
AddressList.add_member(:address_list_name, Shapes::ShapeRef.new(shape: AddressListName, required: true, location_name: "AddressListName"))
|
408
408
|
AddressList.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
409
409
|
AddressList.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTimestamp"))
|
@@ -435,11 +435,11 @@ module Aws::MailManager
|
|
435
435
|
ArchiveBooleanToEvaluate.add_member_subclass(:unknown, Types::ArchiveBooleanToEvaluate::Unknown)
|
436
436
|
ArchiveBooleanToEvaluate.struct_class = Types::ArchiveBooleanToEvaluate
|
437
437
|
|
438
|
-
ArchiveFilterCondition.add_member(:boolean_expression, Shapes::ShapeRef.new(shape: ArchiveBooleanExpression, location_name: "BooleanExpression"))
|
439
438
|
ArchiveFilterCondition.add_member(:string_expression, Shapes::ShapeRef.new(shape: ArchiveStringExpression, location_name: "StringExpression"))
|
439
|
+
ArchiveFilterCondition.add_member(:boolean_expression, Shapes::ShapeRef.new(shape: ArchiveBooleanExpression, location_name: "BooleanExpression"))
|
440
440
|
ArchiveFilterCondition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
441
|
-
ArchiveFilterCondition.add_member_subclass(:boolean_expression, Types::ArchiveFilterCondition::BooleanExpression)
|
442
441
|
ArchiveFilterCondition.add_member_subclass(:string_expression, Types::ArchiveFilterCondition::StringExpression)
|
442
|
+
ArchiveFilterCondition.add_member_subclass(:boolean_expression, Types::ArchiveFilterCondition::BooleanExpression)
|
443
443
|
ArchiveFilterCondition.add_member_subclass(:unknown, Types::ArchiveFilterCondition::Unknown)
|
444
444
|
ArchiveFilterCondition.struct_class = Types::ArchiveFilterCondition
|
445
445
|
|
@@ -471,44 +471,44 @@ module Aws::MailManager
|
|
471
471
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
472
472
|
ConflictException.struct_class = Types::ConflictException
|
473
473
|
|
474
|
-
CreateAddonInstanceRequest.add_member(:addon_subscription_id, Shapes::ShapeRef.new(shape: AddonSubscriptionId, required: true, location_name: "AddonSubscriptionId"))
|
475
474
|
CreateAddonInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
475
|
+
CreateAddonInstanceRequest.add_member(:addon_subscription_id, Shapes::ShapeRef.new(shape: AddonSubscriptionId, required: true, location_name: "AddonSubscriptionId"))
|
476
476
|
CreateAddonInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
477
477
|
CreateAddonInstanceRequest.struct_class = Types::CreateAddonInstanceRequest
|
478
478
|
|
479
479
|
CreateAddonInstanceResponse.add_member(:addon_instance_id, Shapes::ShapeRef.new(shape: AddonInstanceId, required: true, location_name: "AddonInstanceId"))
|
480
480
|
CreateAddonInstanceResponse.struct_class = Types::CreateAddonInstanceResponse
|
481
481
|
|
482
|
-
CreateAddonSubscriptionRequest.add_member(:addon_name, Shapes::ShapeRef.new(shape: AddonName, required: true, location_name: "AddonName"))
|
483
482
|
CreateAddonSubscriptionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
483
|
+
CreateAddonSubscriptionRequest.add_member(:addon_name, Shapes::ShapeRef.new(shape: AddonName, required: true, location_name: "AddonName"))
|
484
484
|
CreateAddonSubscriptionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
485
485
|
CreateAddonSubscriptionRequest.struct_class = Types::CreateAddonSubscriptionRequest
|
486
486
|
|
487
487
|
CreateAddonSubscriptionResponse.add_member(:addon_subscription_id, Shapes::ShapeRef.new(shape: AddonSubscriptionId, required: true, location_name: "AddonSubscriptionId"))
|
488
488
|
CreateAddonSubscriptionResponse.struct_class = Types::CreateAddonSubscriptionResponse
|
489
489
|
|
490
|
-
CreateAddressListImportJobRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
491
490
|
CreateAddressListImportJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
492
|
-
CreateAddressListImportJobRequest.add_member(:
|
491
|
+
CreateAddressListImportJobRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
493
492
|
CreateAddressListImportJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "Name"))
|
493
|
+
CreateAddressListImportJobRequest.add_member(:import_data_format, Shapes::ShapeRef.new(shape: ImportDataFormat, required: true, location_name: "ImportDataFormat"))
|
494
494
|
CreateAddressListImportJobRequest.struct_class = Types::CreateAddressListImportJobRequest
|
495
495
|
|
496
496
|
CreateAddressListImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
497
497
|
CreateAddressListImportJobResponse.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: PreSignedUrl, required: true, location_name: "PreSignedUrl"))
|
498
498
|
CreateAddressListImportJobResponse.struct_class = Types::CreateAddressListImportJobResponse
|
499
499
|
|
500
|
-
CreateAddressListRequest.add_member(:address_list_name, Shapes::ShapeRef.new(shape: AddressListName, required: true, location_name: "AddressListName"))
|
501
500
|
CreateAddressListRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
501
|
+
CreateAddressListRequest.add_member(:address_list_name, Shapes::ShapeRef.new(shape: AddressListName, required: true, location_name: "AddressListName"))
|
502
502
|
CreateAddressListRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
503
503
|
CreateAddressListRequest.struct_class = Types::CreateAddressListRequest
|
504
504
|
|
505
505
|
CreateAddressListResponse.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
506
506
|
CreateAddressListResponse.struct_class = Types::CreateAddressListResponse
|
507
507
|
|
508
|
-
CreateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveNameString, required: true, location_name: "ArchiveName"))
|
509
508
|
CreateArchiveRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
510
|
-
CreateArchiveRequest.add_member(:
|
509
|
+
CreateArchiveRequest.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveNameString, required: true, location_name: "ArchiveName"))
|
511
510
|
CreateArchiveRequest.add_member(:retention, Shapes::ShapeRef.new(shape: ArchiveRetention, location_name: "Retention"))
|
511
|
+
CreateArchiveRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
512
512
|
CreateArchiveRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
513
513
|
CreateArchiveRequest.struct_class = Types::CreateArchiveRequest
|
514
514
|
|
@@ -516,23 +516,23 @@ module Aws::MailManager
|
|
516
516
|
CreateArchiveResponse.struct_class = Types::CreateArchiveResponse
|
517
517
|
|
518
518
|
CreateIngressPointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
519
|
-
CreateIngressPointRequest.add_member(:ingress_point_configuration, Shapes::ShapeRef.new(shape: IngressPointConfiguration, location_name: "IngressPointConfiguration"))
|
520
519
|
CreateIngressPointRequest.add_member(:ingress_point_name, Shapes::ShapeRef.new(shape: IngressPointName, required: true, location_name: "IngressPointName"))
|
521
|
-
CreateIngressPointRequest.add_member(:
|
520
|
+
CreateIngressPointRequest.add_member(:type, Shapes::ShapeRef.new(shape: IngressPointType, required: true, location_name: "Type"))
|
522
521
|
CreateIngressPointRequest.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, required: true, location_name: "RuleSetId"))
|
523
|
-
CreateIngressPointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
524
522
|
CreateIngressPointRequest.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "TrafficPolicyId"))
|
525
|
-
CreateIngressPointRequest.add_member(:
|
523
|
+
CreateIngressPointRequest.add_member(:ingress_point_configuration, Shapes::ShapeRef.new(shape: IngressPointConfiguration, location_name: "IngressPointConfiguration"))
|
524
|
+
CreateIngressPointRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "NetworkConfiguration"))
|
525
|
+
CreateIngressPointRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
526
526
|
CreateIngressPointRequest.struct_class = Types::CreateIngressPointRequest
|
527
527
|
|
528
528
|
CreateIngressPointResponse.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, required: true, location_name: "IngressPointId"))
|
529
529
|
CreateIngressPointResponse.struct_class = Types::CreateIngressPointResponse
|
530
530
|
|
531
|
-
CreateRelayRequest.add_member(:authentication, Shapes::ShapeRef.new(shape: RelayAuthentication, required: true, location_name: "Authentication"))
|
532
531
|
CreateRelayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
533
532
|
CreateRelayRequest.add_member(:relay_name, Shapes::ShapeRef.new(shape: RelayName, required: true, location_name: "RelayName"))
|
534
533
|
CreateRelayRequest.add_member(:server_name, Shapes::ShapeRef.new(shape: RelayServerName, required: true, location_name: "ServerName"))
|
535
534
|
CreateRelayRequest.add_member(:server_port, Shapes::ShapeRef.new(shape: RelayServerPort, required: true, location_name: "ServerPort"))
|
535
|
+
CreateRelayRequest.add_member(:authentication, Shapes::ShapeRef.new(shape: RelayAuthentication, required: true, location_name: "Authentication"))
|
536
536
|
CreateRelayRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
537
537
|
CreateRelayRequest.struct_class = Types::CreateRelayRequest
|
538
538
|
|
@@ -549,11 +549,11 @@ module Aws::MailManager
|
|
549
549
|
CreateRuleSetResponse.struct_class = Types::CreateRuleSetResponse
|
550
550
|
|
551
551
|
CreateTrafficPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
552
|
+
CreateTrafficPolicyRequest.add_member(:traffic_policy_name, Shapes::ShapeRef.new(shape: TrafficPolicyName, required: true, location_name: "TrafficPolicyName"))
|
553
|
+
CreateTrafficPolicyRequest.add_member(:policy_statements, Shapes::ShapeRef.new(shape: PolicyStatementList, required: true, location_name: "PolicyStatements"))
|
552
554
|
CreateTrafficPolicyRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: AcceptAction, required: true, location_name: "DefaultAction"))
|
553
555
|
CreateTrafficPolicyRequest.add_member(:max_message_size_bytes, Shapes::ShapeRef.new(shape: MaxMessageSizeBytes, location_name: "MaxMessageSizeBytes"))
|
554
|
-
CreateTrafficPolicyRequest.add_member(:policy_statements, Shapes::ShapeRef.new(shape: PolicyStatementList, required: true, location_name: "PolicyStatements"))
|
555
556
|
CreateTrafficPolicyRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
556
|
-
CreateTrafficPolicyRequest.add_member(:traffic_policy_name, Shapes::ShapeRef.new(shape: TrafficPolicyName, required: true, location_name: "TrafficPolicyName"))
|
557
557
|
CreateTrafficPolicyRequest.struct_class = Types::CreateTrafficPolicyRequest
|
558
558
|
|
559
559
|
CreateTrafficPolicyResponse.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "TrafficPolicyId"))
|
@@ -610,8 +610,8 @@ module Aws::MailManager
|
|
610
610
|
DeliverToQBusinessAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
|
611
611
|
DeliverToQBusinessAction.struct_class = Types::DeliverToQBusinessAction
|
612
612
|
|
613
|
-
DeregisterMemberFromAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
614
613
|
DeregisterMemberFromAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
614
|
+
DeregisterMemberFromAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
615
615
|
DeregisterMemberFromAddressListRequest.struct_class = Types::DeregisterMemberFromAddressListRequest
|
616
616
|
|
617
617
|
DeregisterMemberFromAddressListResponse.struct_class = Types::DeregisterMemberFromAddressListResponse
|
@@ -620,8 +620,8 @@ module Aws::MailManager
|
|
620
620
|
|
621
621
|
EmailReceivedHeadersList.member = Shapes::ShapeRef.new(shape: String)
|
622
622
|
|
623
|
-
Envelope.add_member(:from, Shapes::ShapeRef.new(shape: String, location_name: "From"))
|
624
623
|
Envelope.add_member(:helo, Shapes::ShapeRef.new(shape: String, location_name: "Helo"))
|
624
|
+
Envelope.add_member(:from, Shapes::ShapeRef.new(shape: String, location_name: "From"))
|
625
625
|
Envelope.add_member(:to, Shapes::ShapeRef.new(shape: StringList, location_name: "To"))
|
626
626
|
Envelope.struct_class = Types::Envelope
|
627
627
|
|
@@ -631,10 +631,10 @@ module Aws::MailManager
|
|
631
631
|
ExportDestinationConfiguration.add_member_subclass(:unknown, Types::ExportDestinationConfiguration::Unknown)
|
632
632
|
ExportDestinationConfiguration.struct_class = Types::ExportDestinationConfiguration
|
633
633
|
|
634
|
+
ExportStatus.add_member(:submission_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SubmissionTimestamp"))
|
634
635
|
ExportStatus.add_member(:completion_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletionTimestamp"))
|
635
|
-
ExportStatus.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
636
636
|
ExportStatus.add_member(:state, Shapes::ShapeRef.new(shape: ExportState, location_name: "State"))
|
637
|
-
ExportStatus.add_member(:
|
637
|
+
ExportStatus.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
638
638
|
ExportStatus.struct_class = Types::ExportStatus
|
639
639
|
|
640
640
|
ExportSummary.add_member(:export_id, Shapes::ShapeRef.new(shape: ExportId, location_name: "ExportId"))
|
@@ -646,9 +646,9 @@ module Aws::MailManager
|
|
646
646
|
GetAddonInstanceRequest.add_member(:addon_instance_id, Shapes::ShapeRef.new(shape: AddonInstanceId, required: true, location_name: "AddonInstanceId"))
|
647
647
|
GetAddonInstanceRequest.struct_class = Types::GetAddonInstanceRequest
|
648
648
|
|
649
|
-
GetAddonInstanceResponse.add_member(:addon_instance_arn, Shapes::ShapeRef.new(shape: AddonInstanceArn, location_name: "AddonInstanceArn"))
|
650
|
-
GetAddonInstanceResponse.add_member(:addon_name, Shapes::ShapeRef.new(shape: AddonName, location_name: "AddonName"))
|
651
649
|
GetAddonInstanceResponse.add_member(:addon_subscription_id, Shapes::ShapeRef.new(shape: AddonSubscriptionId, location_name: "AddonSubscriptionId"))
|
650
|
+
GetAddonInstanceResponse.add_member(:addon_name, Shapes::ShapeRef.new(shape: AddonName, location_name: "AddonName"))
|
651
|
+
GetAddonInstanceResponse.add_member(:addon_instance_arn, Shapes::ShapeRef.new(shape: AddonInstanceArn, location_name: "AddonInstanceArn"))
|
652
652
|
GetAddonInstanceResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
653
653
|
GetAddonInstanceResponse.struct_class = Types::GetAddonInstanceResponse
|
654
654
|
|
@@ -663,25 +663,25 @@ module Aws::MailManager
|
|
663
663
|
GetAddressListImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
664
664
|
GetAddressListImportJobRequest.struct_class = Types::GetAddressListImportJobRequest
|
665
665
|
|
666
|
-
GetAddressListImportJobResponse.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
667
|
-
GetAddressListImportJobResponse.add_member(:completed_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedTimestamp"))
|
668
|
-
GetAddressListImportJobResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
669
|
-
GetAddressListImportJobResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Error"))
|
670
|
-
GetAddressListImportJobResponse.add_member(:failed_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "FailedItemsCount"))
|
671
|
-
GetAddressListImportJobResponse.add_member(:import_data_format, Shapes::ShapeRef.new(shape: ImportDataFormat, required: true, location_name: "ImportDataFormat"))
|
672
|
-
GetAddressListImportJobResponse.add_member(:imported_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "ImportedItemsCount"))
|
673
666
|
GetAddressListImportJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
674
667
|
GetAddressListImportJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "Name"))
|
668
|
+
GetAddressListImportJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: ImportJobStatus, required: true, location_name: "Status"))
|
675
669
|
GetAddressListImportJobResponse.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: PreSignedUrl, required: true, location_name: "PreSignedUrl"))
|
670
|
+
GetAddressListImportJobResponse.add_member(:imported_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "ImportedItemsCount"))
|
671
|
+
GetAddressListImportJobResponse.add_member(:failed_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "FailedItemsCount"))
|
672
|
+
GetAddressListImportJobResponse.add_member(:import_data_format, Shapes::ShapeRef.new(shape: ImportDataFormat, required: true, location_name: "ImportDataFormat"))
|
673
|
+
GetAddressListImportJobResponse.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
674
|
+
GetAddressListImportJobResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
676
675
|
GetAddressListImportJobResponse.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimestamp"))
|
677
|
-
GetAddressListImportJobResponse.add_member(:
|
676
|
+
GetAddressListImportJobResponse.add_member(:completed_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedTimestamp"))
|
677
|
+
GetAddressListImportJobResponse.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Error"))
|
678
678
|
GetAddressListImportJobResponse.struct_class = Types::GetAddressListImportJobResponse
|
679
679
|
|
680
680
|
GetAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
681
681
|
GetAddressListRequest.struct_class = Types::GetAddressListRequest
|
682
682
|
|
683
|
-
GetAddressListResponse.add_member(:address_list_arn, Shapes::ShapeRef.new(shape: AddressListArn, required: true, location_name: "AddressListArn"))
|
684
683
|
GetAddressListResponse.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
684
|
+
GetAddressListResponse.add_member(:address_list_arn, Shapes::ShapeRef.new(shape: AddressListArn, required: true, location_name: "AddressListArn"))
|
685
685
|
GetAddressListResponse.add_member(:address_list_name, Shapes::ShapeRef.new(shape: AddressListName, required: true, location_name: "AddressListName"))
|
686
686
|
GetAddressListResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
687
687
|
GetAddressListResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastUpdatedTimestamp"))
|
@@ -691,12 +691,12 @@ module Aws::MailManager
|
|
691
691
|
GetArchiveExportRequest.struct_class = Types::GetArchiveExportRequest
|
692
692
|
|
693
693
|
GetArchiveExportResponse.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveId, location_name: "ArchiveId"))
|
694
|
-
GetArchiveExportResponse.add_member(:export_destination_configuration, Shapes::ShapeRef.new(shape: ExportDestinationConfiguration, location_name: "ExportDestinationConfiguration"))
|
695
694
|
GetArchiveExportResponse.add_member(:filters, Shapes::ShapeRef.new(shape: ArchiveFilters, location_name: "Filters"))
|
696
695
|
GetArchiveExportResponse.add_member(:from_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "FromTimestamp"))
|
696
|
+
GetArchiveExportResponse.add_member(:to_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ToTimestamp"))
|
697
697
|
GetArchiveExportResponse.add_member(:max_results, Shapes::ShapeRef.new(shape: ExportMaxResults, location_name: "MaxResults"))
|
698
|
+
GetArchiveExportResponse.add_member(:export_destination_configuration, Shapes::ShapeRef.new(shape: ExportDestinationConfiguration, location_name: "ExportDestinationConfiguration"))
|
698
699
|
GetArchiveExportResponse.add_member(:status, Shapes::ShapeRef.new(shape: ExportStatus, location_name: "Status"))
|
699
|
-
GetArchiveExportResponse.add_member(:to_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ToTimestamp"))
|
700
700
|
GetArchiveExportResponse.struct_class = Types::GetArchiveExportResponse
|
701
701
|
|
702
702
|
GetArchiveMessageContentRequest.add_member(:archived_message_id, Shapes::ShapeRef.new(shape: ArchivedMessageId, required: true, location_name: "ArchivedMessageId"))
|
@@ -708,22 +708,22 @@ module Aws::MailManager
|
|
708
708
|
GetArchiveMessageRequest.add_member(:archived_message_id, Shapes::ShapeRef.new(shape: ArchivedMessageId, required: true, location_name: "ArchivedMessageId"))
|
709
709
|
GetArchiveMessageRequest.struct_class = Types::GetArchiveMessageRequest
|
710
710
|
|
711
|
-
GetArchiveMessageResponse.add_member(:envelope, Shapes::ShapeRef.new(shape: Envelope, location_name: "Envelope"))
|
712
711
|
GetArchiveMessageResponse.add_member(:message_download_link, Shapes::ShapeRef.new(shape: S3PresignedURL, location_name: "MessageDownloadLink"))
|
713
712
|
GetArchiveMessageResponse.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
|
713
|
+
GetArchiveMessageResponse.add_member(:envelope, Shapes::ShapeRef.new(shape: Envelope, location_name: "Envelope"))
|
714
714
|
GetArchiveMessageResponse.struct_class = Types::GetArchiveMessageResponse
|
715
715
|
|
716
716
|
GetArchiveRequest.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveIdString, required: true, location_name: "ArchiveId"))
|
717
717
|
GetArchiveRequest.struct_class = Types::GetArchiveRequest
|
718
718
|
|
719
|
-
GetArchiveResponse.add_member(:archive_arn, Shapes::ShapeRef.new(shape: ArchiveArn, required: true, location_name: "ArchiveArn"))
|
720
719
|
GetArchiveResponse.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveIdString, required: true, location_name: "ArchiveId"))
|
721
720
|
GetArchiveResponse.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveNameString, required: true, location_name: "ArchiveName"))
|
721
|
+
GetArchiveResponse.add_member(:archive_arn, Shapes::ShapeRef.new(shape: ArchiveArn, required: true, location_name: "ArchiveArn"))
|
722
722
|
GetArchiveResponse.add_member(:archive_state, Shapes::ShapeRef.new(shape: ArchiveState, required: true, location_name: "ArchiveState"))
|
723
|
+
GetArchiveResponse.add_member(:retention, Shapes::ShapeRef.new(shape: ArchiveRetention, required: true, location_name: "Retention"))
|
723
724
|
GetArchiveResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
724
|
-
GetArchiveResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
725
725
|
GetArchiveResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
|
726
|
-
GetArchiveResponse.add_member(:
|
726
|
+
GetArchiveResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "KmsKeyArn"))
|
727
727
|
GetArchiveResponse.struct_class = Types::GetArchiveResponse
|
728
728
|
|
729
729
|
GetArchiveSearchRequest.add_member(:search_id, Shapes::ShapeRef.new(shape: SearchId, required: true, location_name: "SearchId"))
|
@@ -732,9 +732,9 @@ module Aws::MailManager
|
|
732
732
|
GetArchiveSearchResponse.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveId, location_name: "ArchiveId"))
|
733
733
|
GetArchiveSearchResponse.add_member(:filters, Shapes::ShapeRef.new(shape: ArchiveFilters, location_name: "Filters"))
|
734
734
|
GetArchiveSearchResponse.add_member(:from_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "FromTimestamp"))
|
735
|
+
GetArchiveSearchResponse.add_member(:to_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ToTimestamp"))
|
735
736
|
GetArchiveSearchResponse.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchMaxResults, location_name: "MaxResults"))
|
736
737
|
GetArchiveSearchResponse.add_member(:status, Shapes::ShapeRef.new(shape: SearchStatus, location_name: "Status"))
|
737
|
-
GetArchiveSearchResponse.add_member(:to_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ToTimestamp"))
|
738
738
|
GetArchiveSearchResponse.struct_class = Types::GetArchiveSearchResponse
|
739
739
|
|
740
740
|
GetArchiveSearchResultsRequest.add_member(:search_id, Shapes::ShapeRef.new(shape: SearchId, required: true, location_name: "SearchId"))
|
@@ -746,22 +746,22 @@ module Aws::MailManager
|
|
746
746
|
GetIngressPointRequest.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, required: true, location_name: "IngressPointId"))
|
747
747
|
GetIngressPointRequest.struct_class = Types::GetIngressPointRequest
|
748
748
|
|
749
|
-
GetIngressPointResponse.add_member(:a_record, Shapes::ShapeRef.new(shape: IngressPointARecord, location_name: "ARecord"))
|
750
|
-
GetIngressPointResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
751
|
-
GetIngressPointResponse.add_member(:ingress_point_arn, Shapes::ShapeRef.new(shape: IngressPointArn, location_name: "IngressPointArn"))
|
752
|
-
GetIngressPointResponse.add_member(:ingress_point_auth_configuration, Shapes::ShapeRef.new(shape: IngressPointAuthConfiguration, location_name: "IngressPointAuthConfiguration"))
|
753
749
|
GetIngressPointResponse.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, required: true, location_name: "IngressPointId"))
|
754
750
|
GetIngressPointResponse.add_member(:ingress_point_name, Shapes::ShapeRef.new(shape: IngressPointName, required: true, location_name: "IngressPointName"))
|
755
|
-
GetIngressPointResponse.add_member(:
|
756
|
-
GetIngressPointResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "NetworkConfiguration"))
|
757
|
-
GetIngressPointResponse.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, location_name: "RuleSetId"))
|
751
|
+
GetIngressPointResponse.add_member(:ingress_point_arn, Shapes::ShapeRef.new(shape: IngressPointArn, location_name: "IngressPointArn"))
|
758
752
|
GetIngressPointResponse.add_member(:status, Shapes::ShapeRef.new(shape: IngressPointStatus, location_name: "Status"))
|
759
|
-
GetIngressPointResponse.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, location_name: "TrafficPolicyId"))
|
760
753
|
GetIngressPointResponse.add_member(:type, Shapes::ShapeRef.new(shape: IngressPointType, location_name: "Type"))
|
754
|
+
GetIngressPointResponse.add_member(:a_record, Shapes::ShapeRef.new(shape: IngressPointARecord, location_name: "ARecord"))
|
755
|
+
GetIngressPointResponse.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, location_name: "RuleSetId"))
|
756
|
+
GetIngressPointResponse.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, location_name: "TrafficPolicyId"))
|
757
|
+
GetIngressPointResponse.add_member(:ingress_point_auth_configuration, Shapes::ShapeRef.new(shape: IngressPointAuthConfiguration, location_name: "IngressPointAuthConfiguration"))
|
758
|
+
GetIngressPointResponse.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "NetworkConfiguration"))
|
759
|
+
GetIngressPointResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
760
|
+
GetIngressPointResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
|
761
761
|
GetIngressPointResponse.struct_class = Types::GetIngressPointResponse
|
762
762
|
|
763
|
-
GetMemberOfAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
764
763
|
GetMemberOfAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
764
|
+
GetMemberOfAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
765
765
|
GetMemberOfAddressListRequest.struct_class = Types::GetMemberOfAddressListRequest
|
766
766
|
|
767
767
|
GetMemberOfAddressListResponse.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
@@ -771,55 +771,55 @@ module Aws::MailManager
|
|
771
771
|
GetRelayRequest.add_member(:relay_id, Shapes::ShapeRef.new(shape: RelayId, required: true, location_name: "RelayId"))
|
772
772
|
GetRelayRequest.struct_class = Types::GetRelayRequest
|
773
773
|
|
774
|
-
GetRelayResponse.add_member(:authentication, Shapes::ShapeRef.new(shape: RelayAuthentication, location_name: "Authentication"))
|
775
|
-
GetRelayResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
776
|
-
GetRelayResponse.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimestamp"))
|
777
|
-
GetRelayResponse.add_member(:relay_arn, Shapes::ShapeRef.new(shape: RelayArn, location_name: "RelayArn"))
|
778
774
|
GetRelayResponse.add_member(:relay_id, Shapes::ShapeRef.new(shape: RelayId, required: true, location_name: "RelayId"))
|
775
|
+
GetRelayResponse.add_member(:relay_arn, Shapes::ShapeRef.new(shape: RelayArn, location_name: "RelayArn"))
|
779
776
|
GetRelayResponse.add_member(:relay_name, Shapes::ShapeRef.new(shape: RelayName, location_name: "RelayName"))
|
780
777
|
GetRelayResponse.add_member(:server_name, Shapes::ShapeRef.new(shape: RelayServerName, location_name: "ServerName"))
|
781
778
|
GetRelayResponse.add_member(:server_port, Shapes::ShapeRef.new(shape: RelayServerPort, location_name: "ServerPort"))
|
779
|
+
GetRelayResponse.add_member(:authentication, Shapes::ShapeRef.new(shape: RelayAuthentication, location_name: "Authentication"))
|
780
|
+
GetRelayResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
781
|
+
GetRelayResponse.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimestamp"))
|
782
782
|
GetRelayResponse.struct_class = Types::GetRelayResponse
|
783
783
|
|
784
784
|
GetRuleSetRequest.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, required: true, location_name: "RuleSetId"))
|
785
785
|
GetRuleSetRequest.struct_class = Types::GetRuleSetRequest
|
786
786
|
|
787
|
-
GetRuleSetResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedDate"))
|
788
|
-
GetRuleSetResponse.add_member(:last_modification_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModificationDate"))
|
789
|
-
GetRuleSetResponse.add_member(:rule_set_arn, Shapes::ShapeRef.new(shape: RuleSetArn, required: true, location_name: "RuleSetArn"))
|
790
787
|
GetRuleSetResponse.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, required: true, location_name: "RuleSetId"))
|
788
|
+
GetRuleSetResponse.add_member(:rule_set_arn, Shapes::ShapeRef.new(shape: RuleSetArn, required: true, location_name: "RuleSetArn"))
|
791
789
|
GetRuleSetResponse.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: RuleSetName, required: true, location_name: "RuleSetName"))
|
790
|
+
GetRuleSetResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedDate"))
|
791
|
+
GetRuleSetResponse.add_member(:last_modification_date, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModificationDate"))
|
792
792
|
GetRuleSetResponse.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, required: true, location_name: "Rules"))
|
793
793
|
GetRuleSetResponse.struct_class = Types::GetRuleSetResponse
|
794
794
|
|
795
795
|
GetTrafficPolicyRequest.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "TrafficPolicyId"))
|
796
796
|
GetTrafficPolicyRequest.struct_class = Types::GetTrafficPolicyRequest
|
797
797
|
|
798
|
-
GetTrafficPolicyResponse.add_member(:
|
798
|
+
GetTrafficPolicyResponse.add_member(:traffic_policy_name, Shapes::ShapeRef.new(shape: TrafficPolicyName, required: true, location_name: "TrafficPolicyName"))
|
799
|
+
GetTrafficPolicyResponse.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "TrafficPolicyId"))
|
800
|
+
GetTrafficPolicyResponse.add_member(:traffic_policy_arn, Shapes::ShapeRef.new(shape: TrafficPolicyArn, location_name: "TrafficPolicyArn"))
|
801
|
+
GetTrafficPolicyResponse.add_member(:policy_statements, Shapes::ShapeRef.new(shape: PolicyStatementList, location_name: "PolicyStatements"))
|
802
|
+
GetTrafficPolicyResponse.add_member(:max_message_size_bytes, Shapes::ShapeRef.new(shape: MaxMessageSizeBytes, location_name: "MaxMessageSizeBytes"))
|
799
803
|
GetTrafficPolicyResponse.add_member(:default_action, Shapes::ShapeRef.new(shape: AcceptAction, location_name: "DefaultAction"))
|
804
|
+
GetTrafficPolicyResponse.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedTimestamp"))
|
800
805
|
GetTrafficPolicyResponse.add_member(:last_updated_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTimestamp"))
|
801
|
-
GetTrafficPolicyResponse.add_member(:max_message_size_bytes, Shapes::ShapeRef.new(shape: MaxMessageSizeBytes, location_name: "MaxMessageSizeBytes"))
|
802
|
-
GetTrafficPolicyResponse.add_member(:policy_statements, Shapes::ShapeRef.new(shape: PolicyStatementList, location_name: "PolicyStatements"))
|
803
|
-
GetTrafficPolicyResponse.add_member(:traffic_policy_arn, Shapes::ShapeRef.new(shape: TrafficPolicyArn, location_name: "TrafficPolicyArn"))
|
804
|
-
GetTrafficPolicyResponse.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "TrafficPolicyId"))
|
805
|
-
GetTrafficPolicyResponse.add_member(:traffic_policy_name, Shapes::ShapeRef.new(shape: TrafficPolicyName, required: true, location_name: "TrafficPolicyName"))
|
806
806
|
GetTrafficPolicyResponse.struct_class = Types::GetTrafficPolicyResponse
|
807
807
|
|
808
808
|
ImportDataFormat.add_member(:import_data_type, Shapes::ShapeRef.new(shape: ImportDataType, required: true, location_name: "ImportDataType"))
|
809
809
|
ImportDataFormat.struct_class = Types::ImportDataFormat
|
810
810
|
|
811
|
-
ImportJob.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
812
|
-
ImportJob.add_member(:completed_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedTimestamp"))
|
813
|
-
ImportJob.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
814
|
-
ImportJob.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Error"))
|
815
|
-
ImportJob.add_member(:failed_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "FailedItemsCount"))
|
816
|
-
ImportJob.add_member(:import_data_format, Shapes::ShapeRef.new(shape: ImportDataFormat, required: true, location_name: "ImportDataFormat"))
|
817
|
-
ImportJob.add_member(:imported_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "ImportedItemsCount"))
|
818
811
|
ImportJob.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
819
812
|
ImportJob.add_member(:name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "Name"))
|
813
|
+
ImportJob.add_member(:status, Shapes::ShapeRef.new(shape: ImportJobStatus, required: true, location_name: "Status"))
|
820
814
|
ImportJob.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: PreSignedUrl, required: true, location_name: "PreSignedUrl"))
|
815
|
+
ImportJob.add_member(:imported_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "ImportedItemsCount"))
|
816
|
+
ImportJob.add_member(:failed_items_count, Shapes::ShapeRef.new(shape: JobItemsCount, location_name: "FailedItemsCount"))
|
817
|
+
ImportJob.add_member(:import_data_format, Shapes::ShapeRef.new(shape: ImportDataFormat, required: true, location_name: "ImportDataFormat"))
|
818
|
+
ImportJob.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
819
|
+
ImportJob.add_member(:created_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedTimestamp"))
|
821
820
|
ImportJob.add_member(:start_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimestamp"))
|
822
|
-
ImportJob.add_member(:
|
821
|
+
ImportJob.add_member(:completed_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletedTimestamp"))
|
822
|
+
ImportJob.add_member(:error, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Error"))
|
823
823
|
ImportJob.struct_class = Types::ImportJob
|
824
824
|
|
825
825
|
ImportJobs.member = Shapes::ShapeRef.new(shape: ImportJob)
|
@@ -864,32 +864,32 @@ module Aws::MailManager
|
|
864
864
|
IngressIpv6ToEvaluate.add_member_subclass(:unknown, Types::IngressIpv6ToEvaluate::Unknown)
|
865
865
|
IngressIpv6ToEvaluate.struct_class = Types::IngressIpv6ToEvaluate
|
866
866
|
|
867
|
-
IngressIsInAddressList.add_member(:address_lists, Shapes::ShapeRef.new(shape: IngressAddressListArnList, required: true, location_name: "AddressLists"))
|
868
867
|
IngressIsInAddressList.add_member(:attribute, Shapes::ShapeRef.new(shape: IngressAddressListEmailAttribute, required: true, location_name: "Attribute"))
|
868
|
+
IngressIsInAddressList.add_member(:address_lists, Shapes::ShapeRef.new(shape: IngressAddressListArnList, required: true, location_name: "AddressLists"))
|
869
869
|
IngressIsInAddressList.struct_class = Types::IngressIsInAddressList
|
870
870
|
|
871
|
-
IngressPoint.add_member(:a_record, Shapes::ShapeRef.new(shape: IngressPointARecord, location_name: "ARecord"))
|
872
|
-
IngressPoint.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, required: true, location_name: "IngressPointId"))
|
873
871
|
IngressPoint.add_member(:ingress_point_name, Shapes::ShapeRef.new(shape: IngressPointName, required: true, location_name: "IngressPointName"))
|
872
|
+
IngressPoint.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, required: true, location_name: "IngressPointId"))
|
874
873
|
IngressPoint.add_member(:status, Shapes::ShapeRef.new(shape: IngressPointStatus, required: true, location_name: "Status"))
|
875
874
|
IngressPoint.add_member(:type, Shapes::ShapeRef.new(shape: IngressPointType, required: true, location_name: "Type"))
|
875
|
+
IngressPoint.add_member(:a_record, Shapes::ShapeRef.new(shape: IngressPointARecord, location_name: "ARecord"))
|
876
876
|
IngressPoint.struct_class = Types::IngressPoint
|
877
877
|
|
878
878
|
IngressPointAuthConfiguration.add_member(:ingress_point_password_configuration, Shapes::ShapeRef.new(shape: IngressPointPasswordConfiguration, location_name: "IngressPointPasswordConfiguration"))
|
879
879
|
IngressPointAuthConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
880
880
|
IngressPointAuthConfiguration.struct_class = Types::IngressPointAuthConfiguration
|
881
881
|
|
882
|
-
IngressPointConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
883
882
|
IngressPointConfiguration.add_member(:smtp_password, Shapes::ShapeRef.new(shape: SmtpPassword, location_name: "SmtpPassword"))
|
883
|
+
IngressPointConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
884
884
|
IngressPointConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
885
|
-
IngressPointConfiguration.add_member_subclass(:secret_arn, Types::IngressPointConfiguration::SecretArn)
|
886
885
|
IngressPointConfiguration.add_member_subclass(:smtp_password, Types::IngressPointConfiguration::SmtpPassword)
|
886
|
+
IngressPointConfiguration.add_member_subclass(:secret_arn, Types::IngressPointConfiguration::SecretArn)
|
887
887
|
IngressPointConfiguration.add_member_subclass(:unknown, Types::IngressPointConfiguration::Unknown)
|
888
888
|
IngressPointConfiguration.struct_class = Types::IngressPointConfiguration
|
889
889
|
|
890
|
-
IngressPointPasswordConfiguration.add_member(:previous_smtp_password_expiry_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "PreviousSmtpPasswordExpiryTimestamp"))
|
891
|
-
IngressPointPasswordConfiguration.add_member(:previous_smtp_password_version, Shapes::ShapeRef.new(shape: String, location_name: "PreviousSmtpPasswordVersion"))
|
892
890
|
IngressPointPasswordConfiguration.add_member(:smtp_password_version, Shapes::ShapeRef.new(shape: String, location_name: "SmtpPasswordVersion"))
|
891
|
+
IngressPointPasswordConfiguration.add_member(:previous_smtp_password_version, Shapes::ShapeRef.new(shape: String, location_name: "PreviousSmtpPasswordVersion"))
|
892
|
+
IngressPointPasswordConfiguration.add_member(:previous_smtp_password_expiry_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "PreviousSmtpPasswordExpiryTimestamp"))
|
893
893
|
IngressPointPasswordConfiguration.struct_class = Types::IngressPointPasswordConfiguration
|
894
894
|
|
895
895
|
IngressPointsList.member = Shapes::ShapeRef.new(shape: IngressPoint)
|
@@ -899,11 +899,11 @@ module Aws::MailManager
|
|
899
899
|
IngressStringExpression.add_member(:values, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Values"))
|
900
900
|
IngressStringExpression.struct_class = Types::IngressStringExpression
|
901
901
|
|
902
|
-
IngressStringToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: IngressAnalysis, location_name: "Analysis"))
|
903
902
|
IngressStringToEvaluate.add_member(:attribute, Shapes::ShapeRef.new(shape: IngressStringEmailAttribute, location_name: "Attribute"))
|
903
|
+
IngressStringToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: IngressAnalysis, location_name: "Analysis"))
|
904
904
|
IngressStringToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
905
|
-
IngressStringToEvaluate.add_member_subclass(:analysis, Types::IngressStringToEvaluate::Analysis)
|
906
905
|
IngressStringToEvaluate.add_member_subclass(:attribute, Types::IngressStringToEvaluate::Attribute)
|
906
|
+
IngressStringToEvaluate.add_member_subclass(:analysis, Types::IngressStringToEvaluate::Analysis)
|
907
907
|
IngressStringToEvaluate.add_member_subclass(:unknown, Types::IngressStringToEvaluate::Unknown)
|
908
908
|
IngressStringToEvaluate.struct_class = Types::IngressStringToEvaluate
|
909
909
|
|
@@ -969,8 +969,8 @@ module Aws::MailManager
|
|
969
969
|
ListArchiveSearchesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
970
970
|
ListArchiveSearchesRequest.struct_class = Types::ListArchiveSearchesRequest
|
971
971
|
|
972
|
-
ListArchiveSearchesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
973
972
|
ListArchiveSearchesResponse.add_member(:searches, Shapes::ShapeRef.new(shape: SearchSummaryList, location_name: "Searches"))
|
973
|
+
ListArchiveSearchesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
974
974
|
ListArchiveSearchesResponse.struct_class = Types::ListArchiveSearchesResponse
|
975
975
|
|
976
976
|
ListArchivesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
@@ -981,8 +981,8 @@ module Aws::MailManager
|
|
981
981
|
ListArchivesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
982
982
|
ListArchivesResponse.struct_class = Types::ListArchivesResponse
|
983
983
|
|
984
|
-
ListIngressPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
985
984
|
ListIngressPointsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
985
|
+
ListIngressPointsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
986
986
|
ListIngressPointsRequest.struct_class = Types::ListIngressPointsRequest
|
987
987
|
|
988
988
|
ListIngressPointsResponse.add_member(:ingress_points, Shapes::ShapeRef.new(shape: IngressPointsList, location_name: "IngressPoints"))
|
@@ -999,20 +999,20 @@ module Aws::MailManager
|
|
999
999
|
ListMembersOfAddressListResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1000
1000
|
ListMembersOfAddressListResponse.struct_class = Types::ListMembersOfAddressListResponse
|
1001
1001
|
|
1002
|
-
ListRelaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1003
1002
|
ListRelaysRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: Integer, location_name: "PageSize"))
|
1003
|
+
ListRelaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1004
1004
|
ListRelaysRequest.struct_class = Types::ListRelaysRequest
|
1005
1005
|
|
1006
|
-
ListRelaysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1007
1006
|
ListRelaysResponse.add_member(:relays, Shapes::ShapeRef.new(shape: Relays, required: true, location_name: "Relays"))
|
1007
|
+
ListRelaysResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1008
1008
|
ListRelaysResponse.struct_class = Types::ListRelaysResponse
|
1009
1009
|
|
1010
1010
|
ListRuleSetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1011
1011
|
ListRuleSetsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
1012
1012
|
ListRuleSetsRequest.struct_class = Types::ListRuleSetsRequest
|
1013
1013
|
|
1014
|
-
ListRuleSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1015
1014
|
ListRuleSetsResponse.add_member(:rule_sets, Shapes::ShapeRef.new(shape: RuleSets, required: true, location_name: "RuleSets"))
|
1015
|
+
ListRuleSetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1016
1016
|
ListRuleSetsResponse.struct_class = Types::ListRuleSetsResponse
|
1017
1017
|
|
1018
1018
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableResourceArn, required: true, location_name: "ResourceArn"))
|
@@ -1021,62 +1021,62 @@ module Aws::MailManager
|
|
1021
1021
|
ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
1022
1022
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
1023
1023
|
|
1024
|
-
ListTrafficPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1025
1024
|
ListTrafficPoliciesRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: PageSize, location_name: "PageSize"))
|
1025
|
+
ListTrafficPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1026
1026
|
ListTrafficPoliciesRequest.struct_class = Types::ListTrafficPoliciesRequest
|
1027
1027
|
|
1028
|
-
ListTrafficPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1029
1028
|
ListTrafficPoliciesResponse.add_member(:traffic_policies, Shapes::ShapeRef.new(shape: TrafficPolicyList, location_name: "TrafficPolicies"))
|
1029
|
+
ListTrafficPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
1030
1030
|
ListTrafficPoliciesResponse.struct_class = Types::ListTrafficPoliciesResponse
|
1031
1031
|
|
1032
|
+
MessageBody.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
|
1032
1033
|
MessageBody.add_member(:html, Shapes::ShapeRef.new(shape: String, location_name: "Html"))
|
1033
1034
|
MessageBody.add_member(:message_malformed, Shapes::ShapeRef.new(shape: Boolean, location_name: "MessageMalformed"))
|
1034
|
-
MessageBody.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
|
1035
1035
|
MessageBody.struct_class = Types::MessageBody
|
1036
1036
|
|
1037
|
-
Metadata.add_member(:
|
1037
|
+
Metadata.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
1038
1038
|
Metadata.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, location_name: "IngressPointId"))
|
1039
|
+
Metadata.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, location_name: "TrafficPolicyId"))
|
1039
1040
|
Metadata.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, location_name: "RuleSetId"))
|
1040
1041
|
Metadata.add_member(:sender_hostname, Shapes::ShapeRef.new(shape: String, location_name: "SenderHostname"))
|
1041
1042
|
Metadata.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: SenderIpAddress, location_name: "SenderIpAddress"))
|
1043
|
+
Metadata.add_member(:tls_cipher_suite, Shapes::ShapeRef.new(shape: String, location_name: "TlsCipherSuite"))
|
1044
|
+
Metadata.add_member(:tls_protocol, Shapes::ShapeRef.new(shape: String, location_name: "TlsProtocol"))
|
1042
1045
|
Metadata.add_member(:sending_method, Shapes::ShapeRef.new(shape: String, location_name: "SendingMethod"))
|
1046
|
+
Metadata.add_member(:source_identity, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentity"))
|
1043
1047
|
Metadata.add_member(:sending_pool, Shapes::ShapeRef.new(shape: String, location_name: "SendingPool"))
|
1048
|
+
Metadata.add_member(:configuration_set, Shapes::ShapeRef.new(shape: String, location_name: "ConfigurationSet"))
|
1044
1049
|
Metadata.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
|
1045
|
-
Metadata.add_member(:source_identity, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentity"))
|
1046
|
-
Metadata.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
|
1047
|
-
Metadata.add_member(:tls_cipher_suite, Shapes::ShapeRef.new(shape: String, location_name: "TlsCipherSuite"))
|
1048
|
-
Metadata.add_member(:tls_protocol, Shapes::ShapeRef.new(shape: String, location_name: "TlsProtocol"))
|
1049
|
-
Metadata.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, location_name: "TrafficPolicyId"))
|
1050
1050
|
Metadata.struct_class = Types::Metadata
|
1051
1051
|
|
1052
|
-
NetworkConfiguration.add_member(:private_network_configuration, Shapes::ShapeRef.new(shape: PrivateNetworkConfiguration, location_name: "PrivateNetworkConfiguration"))
|
1053
1052
|
NetworkConfiguration.add_member(:public_network_configuration, Shapes::ShapeRef.new(shape: PublicNetworkConfiguration, location_name: "PublicNetworkConfiguration"))
|
1053
|
+
NetworkConfiguration.add_member(:private_network_configuration, Shapes::ShapeRef.new(shape: PrivateNetworkConfiguration, location_name: "PrivateNetworkConfiguration"))
|
1054
1054
|
NetworkConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1055
|
-
NetworkConfiguration.add_member_subclass(:private_network_configuration, Types::NetworkConfiguration::PrivateNetworkConfiguration)
|
1056
1055
|
NetworkConfiguration.add_member_subclass(:public_network_configuration, Types::NetworkConfiguration::PublicNetworkConfiguration)
|
1056
|
+
NetworkConfiguration.add_member_subclass(:private_network_configuration, Types::NetworkConfiguration::PrivateNetworkConfiguration)
|
1057
1057
|
NetworkConfiguration.add_member_subclass(:unknown, Types::NetworkConfiguration::Unknown)
|
1058
1058
|
NetworkConfiguration.struct_class = Types::NetworkConfiguration
|
1059
1059
|
|
1060
1060
|
NoAuthentication.struct_class = Types::NoAuthentication
|
1061
1061
|
|
1062
|
-
PolicyCondition.add_member(:
|
1062
|
+
PolicyCondition.add_member(:string_expression, Shapes::ShapeRef.new(shape: IngressStringExpression, location_name: "StringExpression"))
|
1063
1063
|
PolicyCondition.add_member(:ip_expression, Shapes::ShapeRef.new(shape: IngressIpv4Expression, location_name: "IpExpression"))
|
1064
1064
|
PolicyCondition.add_member(:ipv_6_expression, Shapes::ShapeRef.new(shape: IngressIpv6Expression, location_name: "Ipv6Expression"))
|
1065
|
-
PolicyCondition.add_member(:string_expression, Shapes::ShapeRef.new(shape: IngressStringExpression, location_name: "StringExpression"))
|
1066
1065
|
PolicyCondition.add_member(:tls_expression, Shapes::ShapeRef.new(shape: IngressTlsProtocolExpression, location_name: "TlsExpression"))
|
1066
|
+
PolicyCondition.add_member(:boolean_expression, Shapes::ShapeRef.new(shape: IngressBooleanExpression, location_name: "BooleanExpression"))
|
1067
1067
|
PolicyCondition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1068
|
-
PolicyCondition.add_member_subclass(:
|
1068
|
+
PolicyCondition.add_member_subclass(:string_expression, Types::PolicyCondition::StringExpression)
|
1069
1069
|
PolicyCondition.add_member_subclass(:ip_expression, Types::PolicyCondition::IpExpression)
|
1070
1070
|
PolicyCondition.add_member_subclass(:ipv_6_expression, Types::PolicyCondition::Ipv6Expression)
|
1071
|
-
PolicyCondition.add_member_subclass(:string_expression, Types::PolicyCondition::StringExpression)
|
1072
1071
|
PolicyCondition.add_member_subclass(:tls_expression, Types::PolicyCondition::TlsExpression)
|
1072
|
+
PolicyCondition.add_member_subclass(:boolean_expression, Types::PolicyCondition::BooleanExpression)
|
1073
1073
|
PolicyCondition.add_member_subclass(:unknown, Types::PolicyCondition::Unknown)
|
1074
1074
|
PolicyCondition.struct_class = Types::PolicyCondition
|
1075
1075
|
|
1076
1076
|
PolicyConditions.member = Shapes::ShapeRef.new(shape: PolicyCondition)
|
1077
1077
|
|
1078
|
-
PolicyStatement.add_member(:action, Shapes::ShapeRef.new(shape: AcceptAction, required: true, location_name: "Action"))
|
1079
1078
|
PolicyStatement.add_member(:conditions, Shapes::ShapeRef.new(shape: PolicyConditions, required: true, location_name: "Conditions"))
|
1079
|
+
PolicyStatement.add_member(:action, Shapes::ShapeRef.new(shape: AcceptAction, required: true, location_name: "Action"))
|
1080
1080
|
PolicyStatement.struct_class = Types::PolicyStatement
|
1081
1081
|
|
1082
1082
|
PolicyStatementList.member = Shapes::ShapeRef.new(shape: PolicyStatement)
|
@@ -1089,27 +1089,27 @@ module Aws::MailManager
|
|
1089
1089
|
|
1090
1090
|
Recipients.member = Shapes::ShapeRef.new(shape: EmailAddress)
|
1091
1091
|
|
1092
|
-
RegisterMemberToAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
1093
1092
|
RegisterMemberToAddressListRequest.add_member(:address_list_id, Shapes::ShapeRef.new(shape: AddressListId, required: true, location_name: "AddressListId"))
|
1093
|
+
RegisterMemberToAddressListRequest.add_member(:address, Shapes::ShapeRef.new(shape: Address, required: true, location_name: "Address"))
|
1094
1094
|
RegisterMemberToAddressListRequest.struct_class = Types::RegisterMemberToAddressListRequest
|
1095
1095
|
|
1096
1096
|
RegisterMemberToAddressListResponse.struct_class = Types::RegisterMemberToAddressListResponse
|
1097
1097
|
|
1098
|
-
Relay.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimestamp"))
|
1099
1098
|
Relay.add_member(:relay_id, Shapes::ShapeRef.new(shape: RelayId, location_name: "RelayId"))
|
1100
1099
|
Relay.add_member(:relay_name, Shapes::ShapeRef.new(shape: RelayName, location_name: "RelayName"))
|
1100
|
+
Relay.add_member(:last_modified_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimestamp"))
|
1101
1101
|
Relay.struct_class = Types::Relay
|
1102
1102
|
|
1103
1103
|
RelayAction.add_member(:action_failure_policy, Shapes::ShapeRef.new(shape: ActionFailurePolicy, location_name: "ActionFailurePolicy"))
|
1104
|
-
RelayAction.add_member(:mail_from, Shapes::ShapeRef.new(shape: MailFrom, location_name: "MailFrom"))
|
1105
1104
|
RelayAction.add_member(:relay, Shapes::ShapeRef.new(shape: IdOrArn, required: true, location_name: "Relay"))
|
1105
|
+
RelayAction.add_member(:mail_from, Shapes::ShapeRef.new(shape: MailFrom, location_name: "MailFrom"))
|
1106
1106
|
RelayAction.struct_class = Types::RelayAction
|
1107
1107
|
|
1108
|
-
RelayAuthentication.add_member(:no_authentication, Shapes::ShapeRef.new(shape: NoAuthentication, location_name: "NoAuthentication"))
|
1109
1108
|
RelayAuthentication.add_member(:secret_arn, Shapes::ShapeRef.new(shape: SecretArn, location_name: "SecretArn"))
|
1109
|
+
RelayAuthentication.add_member(:no_authentication, Shapes::ShapeRef.new(shape: NoAuthentication, location_name: "NoAuthentication"))
|
1110
1110
|
RelayAuthentication.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1111
|
-
RelayAuthentication.add_member_subclass(:no_authentication, Types::RelayAuthentication::NoAuthentication)
|
1112
1111
|
RelayAuthentication.add_member_subclass(:secret_arn, Types::RelayAuthentication::SecretArn)
|
1112
|
+
RelayAuthentication.add_member_subclass(:no_authentication, Types::RelayAuthentication::NoAuthentication)
|
1113
1113
|
RelayAuthentication.add_member_subclass(:unknown, Types::RelayAuthentication::Unknown)
|
1114
1114
|
RelayAuthentication.struct_class = Types::RelayAuthentication
|
1115
1115
|
|
@@ -1122,55 +1122,55 @@ module Aws::MailManager
|
|
1122
1122
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
1123
1123
|
|
1124
1124
|
Row.add_member(:archived_message_id, Shapes::ShapeRef.new(shape: ArchivedMessageId, location_name: "ArchivedMessageId"))
|
1125
|
-
Row.add_member(:
|
1125
|
+
Row.add_member(:received_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReceivedTimestamp"))
|
1126
1126
|
Row.add_member(:date, Shapes::ShapeRef.new(shape: String, location_name: "Date"))
|
1127
|
-
Row.add_member(:
|
1127
|
+
Row.add_member(:to, Shapes::ShapeRef.new(shape: String, location_name: "To"))
|
1128
1128
|
Row.add_member(:from, Shapes::ShapeRef.new(shape: String, location_name: "From"))
|
1129
|
+
Row.add_member(:cc, Shapes::ShapeRef.new(shape: String, location_name: "Cc"))
|
1130
|
+
Row.add_member(:subject, Shapes::ShapeRef.new(shape: String, location_name: "Subject"))
|
1131
|
+
Row.add_member(:message_id, Shapes::ShapeRef.new(shape: String, location_name: "MessageId"))
|
1129
1132
|
Row.add_member(:has_attachments, Shapes::ShapeRef.new(shape: Boolean, location_name: "HasAttachments"))
|
1133
|
+
Row.add_member(:received_headers, Shapes::ShapeRef.new(shape: EmailReceivedHeadersList, location_name: "ReceivedHeaders"))
|
1130
1134
|
Row.add_member(:in_reply_to, Shapes::ShapeRef.new(shape: String, location_name: "InReplyTo"))
|
1135
|
+
Row.add_member(:x_mailer, Shapes::ShapeRef.new(shape: String, location_name: "XMailer"))
|
1136
|
+
Row.add_member(:x_original_mailer, Shapes::ShapeRef.new(shape: String, location_name: "XOriginalMailer"))
|
1137
|
+
Row.add_member(:x_priority, Shapes::ShapeRef.new(shape: String, location_name: "XPriority"))
|
1131
1138
|
Row.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, location_name: "IngressPointId"))
|
1132
|
-
Row.add_member(:message_id, Shapes::ShapeRef.new(shape: String, location_name: "MessageId"))
|
1133
|
-
Row.add_member(:received_headers, Shapes::ShapeRef.new(shape: EmailReceivedHeadersList, location_name: "ReceivedHeaders"))
|
1134
|
-
Row.add_member(:received_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ReceivedTimestamp"))
|
1135
1139
|
Row.add_member(:sender_hostname, Shapes::ShapeRef.new(shape: String, location_name: "SenderHostname"))
|
1136
1140
|
Row.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: SenderIpAddress, location_name: "SenderIpAddress"))
|
1141
|
+
Row.add_member(:envelope, Shapes::ShapeRef.new(shape: Envelope, location_name: "Envelope"))
|
1137
1142
|
Row.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
|
1138
|
-
Row.add_member(:subject, Shapes::ShapeRef.new(shape: String, location_name: "Subject"))
|
1139
|
-
Row.add_member(:to, Shapes::ShapeRef.new(shape: String, location_name: "To"))
|
1140
|
-
Row.add_member(:x_mailer, Shapes::ShapeRef.new(shape: String, location_name: "XMailer"))
|
1141
|
-
Row.add_member(:x_original_mailer, Shapes::ShapeRef.new(shape: String, location_name: "XOriginalMailer"))
|
1142
|
-
Row.add_member(:x_priority, Shapes::ShapeRef.new(shape: String, location_name: "XPriority"))
|
1143
1143
|
Row.struct_class = Types::Row
|
1144
1144
|
|
1145
1145
|
RowsList.member = Shapes::ShapeRef.new(shape: Row)
|
1146
1146
|
|
1147
|
-
Rule.add_member(:actions, Shapes::ShapeRef.new(shape: RuleActions, required: true, location_name: "Actions"))
|
1148
|
-
Rule.add_member(:conditions, Shapes::ShapeRef.new(shape: RuleConditions, location_name: "Conditions"))
|
1149
1147
|
Rule.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "Name"))
|
1148
|
+
Rule.add_member(:conditions, Shapes::ShapeRef.new(shape: RuleConditions, location_name: "Conditions"))
|
1150
1149
|
Rule.add_member(:unless, Shapes::ShapeRef.new(shape: RuleConditions, location_name: "Unless"))
|
1150
|
+
Rule.add_member(:actions, Shapes::ShapeRef.new(shape: RuleActions, required: true, location_name: "Actions"))
|
1151
1151
|
Rule.struct_class = Types::Rule
|
1152
1152
|
|
1153
|
-
RuleAction.add_member(:
|
1153
|
+
RuleAction.add_member(:drop, Shapes::ShapeRef.new(shape: DropAction, location_name: "Drop"))
|
1154
|
+
RuleAction.add_member(:relay, Shapes::ShapeRef.new(shape: RelayAction, location_name: "Relay"))
|
1154
1155
|
RuleAction.add_member(:archive, Shapes::ShapeRef.new(shape: ArchiveAction, location_name: "Archive"))
|
1156
|
+
RuleAction.add_member(:write_to_s3, Shapes::ShapeRef.new(shape: S3Action, location_name: "WriteToS3"))
|
1157
|
+
RuleAction.add_member(:send, Shapes::ShapeRef.new(shape: SendAction, location_name: "Send"))
|
1158
|
+
RuleAction.add_member(:add_header, Shapes::ShapeRef.new(shape: AddHeaderAction, location_name: "AddHeader"))
|
1159
|
+
RuleAction.add_member(:replace_recipient, Shapes::ShapeRef.new(shape: ReplaceRecipientAction, location_name: "ReplaceRecipient"))
|
1155
1160
|
RuleAction.add_member(:deliver_to_mailbox, Shapes::ShapeRef.new(shape: DeliverToMailboxAction, location_name: "DeliverToMailbox"))
|
1156
1161
|
RuleAction.add_member(:deliver_to_q_business, Shapes::ShapeRef.new(shape: DeliverToQBusinessAction, location_name: "DeliverToQBusiness"))
|
1157
|
-
RuleAction.add_member(:drop, Shapes::ShapeRef.new(shape: DropAction, location_name: "Drop"))
|
1158
1162
|
RuleAction.add_member(:publish_to_sns, Shapes::ShapeRef.new(shape: SnsAction, location_name: "PublishToSns"))
|
1159
|
-
RuleAction.add_member(:relay, Shapes::ShapeRef.new(shape: RelayAction, location_name: "Relay"))
|
1160
|
-
RuleAction.add_member(:replace_recipient, Shapes::ShapeRef.new(shape: ReplaceRecipientAction, location_name: "ReplaceRecipient"))
|
1161
|
-
RuleAction.add_member(:send, Shapes::ShapeRef.new(shape: SendAction, location_name: "Send"))
|
1162
|
-
RuleAction.add_member(:write_to_s3, Shapes::ShapeRef.new(shape: S3Action, location_name: "WriteToS3"))
|
1163
1163
|
RuleAction.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1164
|
-
RuleAction.add_member_subclass(:
|
1164
|
+
RuleAction.add_member_subclass(:drop, Types::RuleAction::Drop)
|
1165
|
+
RuleAction.add_member_subclass(:relay, Types::RuleAction::Relay)
|
1165
1166
|
RuleAction.add_member_subclass(:archive, Types::RuleAction::Archive)
|
1167
|
+
RuleAction.add_member_subclass(:write_to_s3, Types::RuleAction::WriteToS3)
|
1168
|
+
RuleAction.add_member_subclass(:send, Types::RuleAction::Send)
|
1169
|
+
RuleAction.add_member_subclass(:add_header, Types::RuleAction::AddHeader)
|
1170
|
+
RuleAction.add_member_subclass(:replace_recipient, Types::RuleAction::ReplaceRecipient)
|
1166
1171
|
RuleAction.add_member_subclass(:deliver_to_mailbox, Types::RuleAction::DeliverToMailbox)
|
1167
1172
|
RuleAction.add_member_subclass(:deliver_to_q_business, Types::RuleAction::DeliverToQBusiness)
|
1168
|
-
RuleAction.add_member_subclass(:drop, Types::RuleAction::Drop)
|
1169
1173
|
RuleAction.add_member_subclass(:publish_to_sns, Types::RuleAction::PublishToSns)
|
1170
|
-
RuleAction.add_member_subclass(:relay, Types::RuleAction::Relay)
|
1171
|
-
RuleAction.add_member_subclass(:replace_recipient, Types::RuleAction::ReplaceRecipient)
|
1172
|
-
RuleAction.add_member_subclass(:send, Types::RuleAction::Send)
|
1173
|
-
RuleAction.add_member_subclass(:write_to_s3, Types::RuleAction::WriteToS3)
|
1174
1174
|
RuleAction.add_member_subclass(:unknown, Types::RuleAction::Unknown)
|
1175
1175
|
RuleAction.struct_class = Types::RuleAction
|
1176
1176
|
|
@@ -1182,29 +1182,29 @@ module Aws::MailManager
|
|
1182
1182
|
RuleBooleanExpression.add_member(:operator, Shapes::ShapeRef.new(shape: RuleBooleanOperator, required: true, location_name: "Operator"))
|
1183
1183
|
RuleBooleanExpression.struct_class = Types::RuleBooleanExpression
|
1184
1184
|
|
1185
|
-
RuleBooleanToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1186
1185
|
RuleBooleanToEvaluate.add_member(:attribute, Shapes::ShapeRef.new(shape: RuleBooleanEmailAttribute, location_name: "Attribute"))
|
1186
|
+
RuleBooleanToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1187
1187
|
RuleBooleanToEvaluate.add_member(:is_in_address_list, Shapes::ShapeRef.new(shape: RuleIsInAddressList, location_name: "IsInAddressList"))
|
1188
1188
|
RuleBooleanToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1189
|
-
RuleBooleanToEvaluate.add_member_subclass(:analysis, Types::RuleBooleanToEvaluate::Analysis)
|
1190
1189
|
RuleBooleanToEvaluate.add_member_subclass(:attribute, Types::RuleBooleanToEvaluate::Attribute)
|
1190
|
+
RuleBooleanToEvaluate.add_member_subclass(:analysis, Types::RuleBooleanToEvaluate::Analysis)
|
1191
1191
|
RuleBooleanToEvaluate.add_member_subclass(:is_in_address_list, Types::RuleBooleanToEvaluate::IsInAddressList)
|
1192
1192
|
RuleBooleanToEvaluate.add_member_subclass(:unknown, Types::RuleBooleanToEvaluate::Unknown)
|
1193
1193
|
RuleBooleanToEvaluate.struct_class = Types::RuleBooleanToEvaluate
|
1194
1194
|
|
1195
1195
|
RuleCondition.add_member(:boolean_expression, Shapes::ShapeRef.new(shape: RuleBooleanExpression, location_name: "BooleanExpression"))
|
1196
|
-
RuleCondition.add_member(:dmarc_expression, Shapes::ShapeRef.new(shape: RuleDmarcExpression, location_name: "DmarcExpression"))
|
1197
|
-
RuleCondition.add_member(:ip_expression, Shapes::ShapeRef.new(shape: RuleIpExpression, location_name: "IpExpression"))
|
1198
|
-
RuleCondition.add_member(:number_expression, Shapes::ShapeRef.new(shape: RuleNumberExpression, location_name: "NumberExpression"))
|
1199
1196
|
RuleCondition.add_member(:string_expression, Shapes::ShapeRef.new(shape: RuleStringExpression, location_name: "StringExpression"))
|
1197
|
+
RuleCondition.add_member(:number_expression, Shapes::ShapeRef.new(shape: RuleNumberExpression, location_name: "NumberExpression"))
|
1198
|
+
RuleCondition.add_member(:ip_expression, Shapes::ShapeRef.new(shape: RuleIpExpression, location_name: "IpExpression"))
|
1200
1199
|
RuleCondition.add_member(:verdict_expression, Shapes::ShapeRef.new(shape: RuleVerdictExpression, location_name: "VerdictExpression"))
|
1200
|
+
RuleCondition.add_member(:dmarc_expression, Shapes::ShapeRef.new(shape: RuleDmarcExpression, location_name: "DmarcExpression"))
|
1201
1201
|
RuleCondition.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1202
1202
|
RuleCondition.add_member_subclass(:boolean_expression, Types::RuleCondition::BooleanExpression)
|
1203
|
-
RuleCondition.add_member_subclass(:dmarc_expression, Types::RuleCondition::DmarcExpression)
|
1204
|
-
RuleCondition.add_member_subclass(:ip_expression, Types::RuleCondition::IpExpression)
|
1205
|
-
RuleCondition.add_member_subclass(:number_expression, Types::RuleCondition::NumberExpression)
|
1206
1203
|
RuleCondition.add_member_subclass(:string_expression, Types::RuleCondition::StringExpression)
|
1204
|
+
RuleCondition.add_member_subclass(:number_expression, Types::RuleCondition::NumberExpression)
|
1205
|
+
RuleCondition.add_member_subclass(:ip_expression, Types::RuleCondition::IpExpression)
|
1207
1206
|
RuleCondition.add_member_subclass(:verdict_expression, Types::RuleCondition::VerdictExpression)
|
1207
|
+
RuleCondition.add_member_subclass(:dmarc_expression, Types::RuleCondition::DmarcExpression)
|
1208
1208
|
RuleCondition.add_member_subclass(:unknown, Types::RuleCondition::Unknown)
|
1209
1209
|
RuleCondition.struct_class = Types::RuleCondition
|
1210
1210
|
|
@@ -1229,8 +1229,8 @@ module Aws::MailManager
|
|
1229
1229
|
|
1230
1230
|
RuleIpValueList.member = Shapes::ShapeRef.new(shape: RuleIpStringValue)
|
1231
1231
|
|
1232
|
-
RuleIsInAddressList.add_member(:address_lists, Shapes::ShapeRef.new(shape: RuleAddressListArnList, required: true, location_name: "AddressLists"))
|
1233
1232
|
RuleIsInAddressList.add_member(:attribute, Shapes::ShapeRef.new(shape: RuleAddressListEmailAttribute, required: true, location_name: "Attribute"))
|
1233
|
+
RuleIsInAddressList.add_member(:address_lists, Shapes::ShapeRef.new(shape: RuleAddressListArnList, required: true, location_name: "AddressLists"))
|
1234
1234
|
RuleIsInAddressList.struct_class = Types::RuleIsInAddressList
|
1235
1235
|
|
1236
1236
|
RuleNumberExpression.add_member(:evaluate, Shapes::ShapeRef.new(shape: RuleNumberToEvaluate, required: true, location_name: "Evaluate"))
|
@@ -1244,9 +1244,9 @@ module Aws::MailManager
|
|
1244
1244
|
RuleNumberToEvaluate.add_member_subclass(:unknown, Types::RuleNumberToEvaluate::Unknown)
|
1245
1245
|
RuleNumberToEvaluate.struct_class = Types::RuleNumberToEvaluate
|
1246
1246
|
|
1247
|
-
RuleSet.add_member(:last_modification_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationDate"))
|
1248
1247
|
RuleSet.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, location_name: "RuleSetId"))
|
1249
1248
|
RuleSet.add_member(:rule_set_name, Shapes::ShapeRef.new(shape: RuleSetName, location_name: "RuleSetName"))
|
1249
|
+
RuleSet.add_member(:last_modification_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModificationDate"))
|
1250
1250
|
RuleSet.struct_class = Types::RuleSet
|
1251
1251
|
|
1252
1252
|
RuleSets.member = Shapes::ShapeRef.new(shape: RuleSet)
|
@@ -1258,13 +1258,13 @@ module Aws::MailManager
|
|
1258
1258
|
|
1259
1259
|
RuleStringList.member = Shapes::ShapeRef.new(shape: RuleStringValue)
|
1260
1260
|
|
1261
|
-
RuleStringToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1262
1261
|
RuleStringToEvaluate.add_member(:attribute, Shapes::ShapeRef.new(shape: RuleStringEmailAttribute, location_name: "Attribute"))
|
1263
1262
|
RuleStringToEvaluate.add_member(:mime_header_attribute, Shapes::ShapeRef.new(shape: MimeHeaderAttribute, location_name: "MimeHeaderAttribute"))
|
1263
|
+
RuleStringToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1264
1264
|
RuleStringToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1265
|
-
RuleStringToEvaluate.add_member_subclass(:analysis, Types::RuleStringToEvaluate::Analysis)
|
1266
1265
|
RuleStringToEvaluate.add_member_subclass(:attribute, Types::RuleStringToEvaluate::Attribute)
|
1267
1266
|
RuleStringToEvaluate.add_member_subclass(:mime_header_attribute, Types::RuleStringToEvaluate::MimeHeaderAttribute)
|
1267
|
+
RuleStringToEvaluate.add_member_subclass(:analysis, Types::RuleStringToEvaluate::Analysis)
|
1268
1268
|
RuleStringToEvaluate.add_member_subclass(:unknown, Types::RuleStringToEvaluate::Unknown)
|
1269
1269
|
RuleStringToEvaluate.struct_class = Types::RuleStringToEvaluate
|
1270
1270
|
|
@@ -1273,11 +1273,11 @@ module Aws::MailManager
|
|
1273
1273
|
RuleVerdictExpression.add_member(:values, Shapes::ShapeRef.new(shape: RuleVerdictValueList, required: true, location_name: "Values"))
|
1274
1274
|
RuleVerdictExpression.struct_class = Types::RuleVerdictExpression
|
1275
1275
|
|
1276
|
-
RuleVerdictToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1277
1276
|
RuleVerdictToEvaluate.add_member(:attribute, Shapes::ShapeRef.new(shape: RuleVerdictAttribute, location_name: "Attribute"))
|
1277
|
+
RuleVerdictToEvaluate.add_member(:analysis, Shapes::ShapeRef.new(shape: Analysis, location_name: "Analysis"))
|
1278
1278
|
RuleVerdictToEvaluate.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
1279
|
-
RuleVerdictToEvaluate.add_member_subclass(:analysis, Types::RuleVerdictToEvaluate::Analysis)
|
1280
1279
|
RuleVerdictToEvaluate.add_member_subclass(:attribute, Types::RuleVerdictToEvaluate::Attribute)
|
1280
|
+
RuleVerdictToEvaluate.add_member_subclass(:analysis, Types::RuleVerdictToEvaluate::Analysis)
|
1281
1281
|
RuleVerdictToEvaluate.add_member_subclass(:unknown, Types::RuleVerdictToEvaluate::Unknown)
|
1282
1282
|
RuleVerdictToEvaluate.struct_class = Types::RuleVerdictToEvaluate
|
1283
1283
|
|
@@ -1301,10 +1301,10 @@ module Aws::MailManager
|
|
1301
1301
|
|
1302
1302
|
SavedAddresses.member = Shapes::ShapeRef.new(shape: SavedAddress)
|
1303
1303
|
|
1304
|
+
SearchStatus.add_member(:submission_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SubmissionTimestamp"))
|
1304
1305
|
SearchStatus.add_member(:completion_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CompletionTimestamp"))
|
1305
|
-
SearchStatus.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
1306
1306
|
SearchStatus.add_member(:state, Shapes::ShapeRef.new(shape: SearchState, location_name: "State"))
|
1307
|
-
SearchStatus.add_member(:
|
1307
|
+
SearchStatus.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
1308
1308
|
SearchStatus.struct_class = Types::SearchStatus
|
1309
1309
|
|
1310
1310
|
SearchSummary.add_member(:search_id, Shapes::ShapeRef.new(shape: SearchId, location_name: "SearchId"))
|
@@ -1321,10 +1321,10 @@ module Aws::MailManager
|
|
1321
1321
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1322
1322
|
|
1323
1323
|
SnsAction.add_member(:action_failure_policy, Shapes::ShapeRef.new(shape: ActionFailurePolicy, location_name: "ActionFailurePolicy"))
|
1324
|
+
SnsAction.add_member(:topic_arn, Shapes::ShapeRef.new(shape: SnsTopicArn, required: true, location_name: "TopicArn"))
|
1325
|
+
SnsAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
|
1324
1326
|
SnsAction.add_member(:encoding, Shapes::ShapeRef.new(shape: SnsNotificationEncoding, location_name: "Encoding"))
|
1325
1327
|
SnsAction.add_member(:payload_type, Shapes::ShapeRef.new(shape: SnsNotificationPayloadType, location_name: "PayloadType"))
|
1326
|
-
SnsAction.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "RoleArn"))
|
1327
|
-
SnsAction.add_member(:topic_arn, Shapes::ShapeRef.new(shape: SnsTopicArn, required: true, location_name: "TopicArn"))
|
1328
1328
|
SnsAction.struct_class = Types::SnsAction
|
1329
1329
|
|
1330
1330
|
StartAddressListImportJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
@@ -1333,12 +1333,12 @@ module Aws::MailManager
|
|
1333
1333
|
StartAddressListImportJobResponse.struct_class = Types::StartAddressListImportJobResponse
|
1334
1334
|
|
1335
1335
|
StartArchiveExportRequest.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveId, required: true, location_name: "ArchiveId"))
|
1336
|
-
StartArchiveExportRequest.add_member(:export_destination_configuration, Shapes::ShapeRef.new(shape: ExportDestinationConfiguration, required: true, location_name: "ExportDestinationConfiguration"))
|
1337
1336
|
StartArchiveExportRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ArchiveFilters, location_name: "Filters"))
|
1338
1337
|
StartArchiveExportRequest.add_member(:from_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "FromTimestamp"))
|
1339
|
-
StartArchiveExportRequest.add_member(:include_metadata, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMetadata"))
|
1340
|
-
StartArchiveExportRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ExportMaxResults, location_name: "MaxResults"))
|
1341
1338
|
StartArchiveExportRequest.add_member(:to_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ToTimestamp"))
|
1339
|
+
StartArchiveExportRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ExportMaxResults, location_name: "MaxResults"))
|
1340
|
+
StartArchiveExportRequest.add_member(:export_destination_configuration, Shapes::ShapeRef.new(shape: ExportDestinationConfiguration, required: true, location_name: "ExportDestinationConfiguration"))
|
1341
|
+
StartArchiveExportRequest.add_member(:include_metadata, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeMetadata"))
|
1342
1342
|
StartArchiveExportRequest.struct_class = Types::StartArchiveExportRequest
|
1343
1343
|
|
1344
1344
|
StartArchiveExportResponse.add_member(:export_id, Shapes::ShapeRef.new(shape: ExportId, location_name: "ExportId"))
|
@@ -1347,8 +1347,8 @@ module Aws::MailManager
|
|
1347
1347
|
StartArchiveSearchRequest.add_member(:archive_id, Shapes::ShapeRef.new(shape: ArchiveId, required: true, location_name: "ArchiveId"))
|
1348
1348
|
StartArchiveSearchRequest.add_member(:filters, Shapes::ShapeRef.new(shape: ArchiveFilters, location_name: "Filters"))
|
1349
1349
|
StartArchiveSearchRequest.add_member(:from_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "FromTimestamp"))
|
1350
|
-
StartArchiveSearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchMaxResults, required: true, location_name: "MaxResults"))
|
1351
1350
|
StartArchiveSearchRequest.add_member(:to_timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "ToTimestamp"))
|
1351
|
+
StartArchiveSearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: SearchMaxResults, required: true, location_name: "MaxResults"))
|
1352
1352
|
StartArchiveSearchRequest.struct_class = Types::StartArchiveSearchRequest
|
1353
1353
|
|
1354
1354
|
StartArchiveSearchResponse.add_member(:search_id, Shapes::ShapeRef.new(shape: SearchId, location_name: "SearchId"))
|
@@ -1390,9 +1390,9 @@ module Aws::MailManager
|
|
1390
1390
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
1391
1391
|
ThrottlingException.struct_class = Types::ThrottlingException
|
1392
1392
|
|
1393
|
-
TrafficPolicy.add_member(:default_action, Shapes::ShapeRef.new(shape: AcceptAction, required: true, location_name: "DefaultAction"))
|
1394
|
-
TrafficPolicy.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "TrafficPolicyId"))
|
1395
1393
|
TrafficPolicy.add_member(:traffic_policy_name, Shapes::ShapeRef.new(shape: TrafficPolicyName, required: true, location_name: "TrafficPolicyName"))
|
1394
|
+
TrafficPolicy.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "TrafficPolicyId"))
|
1395
|
+
TrafficPolicy.add_member(:default_action, Shapes::ShapeRef.new(shape: AcceptAction, required: true, location_name: "DefaultAction"))
|
1396
1396
|
TrafficPolicy.struct_class = Types::TrafficPolicy
|
1397
1397
|
|
1398
1398
|
TrafficPolicyList.member = Shapes::ShapeRef.new(shape: TrafficPolicy)
|
@@ -1410,21 +1410,21 @@ module Aws::MailManager
|
|
1410
1410
|
|
1411
1411
|
UpdateArchiveResponse.struct_class = Types::UpdateArchiveResponse
|
1412
1412
|
|
1413
|
-
UpdateIngressPointRequest.add_member(:ingress_point_configuration, Shapes::ShapeRef.new(shape: IngressPointConfiguration, location_name: "IngressPointConfiguration"))
|
1414
1413
|
UpdateIngressPointRequest.add_member(:ingress_point_id, Shapes::ShapeRef.new(shape: IngressPointId, required: true, location_name: "IngressPointId"))
|
1415
1414
|
UpdateIngressPointRequest.add_member(:ingress_point_name, Shapes::ShapeRef.new(shape: IngressPointName, location_name: "IngressPointName"))
|
1416
|
-
UpdateIngressPointRequest.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, location_name: "RuleSetId"))
|
1417
1415
|
UpdateIngressPointRequest.add_member(:status_to_update, Shapes::ShapeRef.new(shape: IngressPointStatusToUpdate, location_name: "StatusToUpdate"))
|
1416
|
+
UpdateIngressPointRequest.add_member(:rule_set_id, Shapes::ShapeRef.new(shape: RuleSetId, location_name: "RuleSetId"))
|
1418
1417
|
UpdateIngressPointRequest.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, location_name: "TrafficPolicyId"))
|
1418
|
+
UpdateIngressPointRequest.add_member(:ingress_point_configuration, Shapes::ShapeRef.new(shape: IngressPointConfiguration, location_name: "IngressPointConfiguration"))
|
1419
1419
|
UpdateIngressPointRequest.struct_class = Types::UpdateIngressPointRequest
|
1420
1420
|
|
1421
1421
|
UpdateIngressPointResponse.struct_class = Types::UpdateIngressPointResponse
|
1422
1422
|
|
1423
|
-
UpdateRelayRequest.add_member(:authentication, Shapes::ShapeRef.new(shape: RelayAuthentication, location_name: "Authentication"))
|
1424
1423
|
UpdateRelayRequest.add_member(:relay_id, Shapes::ShapeRef.new(shape: RelayId, required: true, location_name: "RelayId"))
|
1425
1424
|
UpdateRelayRequest.add_member(:relay_name, Shapes::ShapeRef.new(shape: RelayName, location_name: "RelayName"))
|
1426
1425
|
UpdateRelayRequest.add_member(:server_name, Shapes::ShapeRef.new(shape: RelayServerName, location_name: "ServerName"))
|
1427
1426
|
UpdateRelayRequest.add_member(:server_port, Shapes::ShapeRef.new(shape: RelayServerPort, location_name: "ServerPort"))
|
1427
|
+
UpdateRelayRequest.add_member(:authentication, Shapes::ShapeRef.new(shape: RelayAuthentication, location_name: "Authentication"))
|
1428
1428
|
UpdateRelayRequest.struct_class = Types::UpdateRelayRequest
|
1429
1429
|
|
1430
1430
|
UpdateRelayResponse.struct_class = Types::UpdateRelayResponse
|
@@ -1436,11 +1436,11 @@ module Aws::MailManager
|
|
1436
1436
|
|
1437
1437
|
UpdateRuleSetResponse.struct_class = Types::UpdateRuleSetResponse
|
1438
1438
|
|
1439
|
-
UpdateTrafficPolicyRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: AcceptAction, location_name: "DefaultAction"))
|
1440
|
-
UpdateTrafficPolicyRequest.add_member(:max_message_size_bytes, Shapes::ShapeRef.new(shape: MaxMessageSizeBytes, location_name: "MaxMessageSizeBytes"))
|
1441
|
-
UpdateTrafficPolicyRequest.add_member(:policy_statements, Shapes::ShapeRef.new(shape: PolicyStatementList, location_name: "PolicyStatements"))
|
1442
1439
|
UpdateTrafficPolicyRequest.add_member(:traffic_policy_id, Shapes::ShapeRef.new(shape: TrafficPolicyId, required: true, location_name: "TrafficPolicyId"))
|
1443
1440
|
UpdateTrafficPolicyRequest.add_member(:traffic_policy_name, Shapes::ShapeRef.new(shape: TrafficPolicyName, location_name: "TrafficPolicyName"))
|
1441
|
+
UpdateTrafficPolicyRequest.add_member(:policy_statements, Shapes::ShapeRef.new(shape: PolicyStatementList, location_name: "PolicyStatements"))
|
1442
|
+
UpdateTrafficPolicyRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: AcceptAction, location_name: "DefaultAction"))
|
1443
|
+
UpdateTrafficPolicyRequest.add_member(:max_message_size_bytes, Shapes::ShapeRef.new(shape: MaxMessageSizeBytes, location_name: "MaxMessageSizeBytes"))
|
1444
1444
|
UpdateTrafficPolicyRequest.struct_class = Types::UpdateTrafficPolicyRequest
|
1445
1445
|
|
1446
1446
|
UpdateTrafficPolicyResponse.struct_class = Types::UpdateTrafficPolicyResponse
|