aws-sdk-mailmanager 1.14.0 → 1.15.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92e85c4f3f4731fdd8a25998b4dd8f67d82845ac33381fc1fc824d6d93f52047
4
- data.tar.gz: f6268f930a35a425a2dcb1a162dbaaf2837c40f462e67f8c34b207459d17de74
3
+ metadata.gz: ae61c49c530606231a453bdac63b3e97e4dfece7303a2a867b3c215324f3198e
4
+ data.tar.gz: deeee1999fa0ae7d24ac27b24787fd07bd5b54b763133a9c1a78f934c1c3073b
5
5
  SHA512:
6
- metadata.gz: e24352bfd212a8bf382b61e48d0b556910f24bc77eca32035f46c631c9eb81eb266b24455000d2cadec518c73aef061be6cab62c7c023cae4b2b93fc5a5661bd
7
- data.tar.gz: 760b633123d9e1bce2afce4060d8cd11c2676097060bf890aecac09b8f10caf4912f8d4c7a5981fc82a374aecae90bdcf14c3af4df09bfc260880eb7ebc1fa1b
6
+ metadata.gz: 6fcbd293994d4653921c45ae64593a404ebe6a180f19a9498ad453d5e4173ded45f0bfbc9ebf2306adc90a9dda2de210d2c883c232a8ac90caec2cb597776681
7
+ data.tar.gz: 803c8acfaa6884db0b185e4fc70d6e2f09496091ef164f98313a306f75482305defe8b55dcb51caf443ed36628b2a53ef6cf4a1efbba074ae2ea536e67c0ab7b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.15.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.14.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.15.0
@@ -472,8 +472,8 @@ module Aws::MailManager
472
472
  #
473
473
  # @option params [Array<Types::Tag>] :tags
474
474
  # The tags used to organize, track, or control access for the resource.
475
- # For example, \\\{ "tags": \\\{"key1":"value1",
476
- # "key2":"value2"\\} \\}.
475
+ # For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
476
+ # }.
477
477
  #
478
478
  # @return [Types::CreateAddonInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
479
479
  #
@@ -522,8 +522,8 @@ module Aws::MailManager
522
522
  #
523
523
  # @option params [Array<Types::Tag>] :tags
524
524
  # The tags used to organize, track, or control access for the resource.
525
- # For example, \\\{ "tags": \\\{"key1":"value1",
526
- # "key2":"value2"\\} \\}.
525
+ # For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
526
+ # }.
527
527
  #
528
528
  # @return [Types::CreateAddonSubscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
529
529
  #
@@ -576,8 +576,8 @@ module Aws::MailManager
576
576
  #
577
577
  # @option params [Array<Types::Tag>] :tags
578
578
  # The tags used to organize, track, or control access for the resource.
579
- # For example, \\\{ "tags": \\\{"key1":"value1",
580
- # "key2":"value2"\\} \\}.
579
+ # For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
580
+ # }.
581
581
  #
582
582
  # @return [Types::CreateArchiveResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
583
583
  #
@@ -635,8 +635,8 @@ module Aws::MailManager
635
635
  #
636
636
  # @option params [Array<Types::Tag>] :tags
637
637
  # The tags used to organize, track, or control access for the resource.
638
- # For example, \\\{ "tags": \\\{"key1":"value1",
639
- # "key2":"value2"\\} \\}.
638
+ # For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
639
+ # }.
640
640
  #
641
641
  # @option params [required, String] :traffic_policy_id
642
642
  # The identifier of an existing traffic policy that you attach to an
@@ -707,8 +707,8 @@ module Aws::MailManager
707
707
  #
708
708
  # @option params [Array<Types::Tag>] :tags
709
709
  # The tags used to organize, track, or control access for the resource.
710
- # For example, \\\{ "tags": \\\{"key1":"value1",
711
- # "key2":"value2"\\} \\}.
710
+ # For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
711
+ # }.
712
712
  #
713
713
  # @return [Types::CreateRelayResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
714
714
  #
@@ -764,8 +764,8 @@ module Aws::MailManager
764
764
  #
765
765
  # @option params [Array<Types::Tag>] :tags
766
766
  # The tags used to organize, track, or control access for the resource.
767
- # For example, \\\{ "tags": \\\{"key1":"value1",
768
- # "key2":"value2"\\} \\}.
767
+ # For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
768
+ # }.
769
769
  #
770
770
  # @return [Types::CreateRuleSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
771
771
  #
@@ -957,8 +957,8 @@ module Aws::MailManager
957
957
  #
958
958
  # @option params [Array<Types::Tag>] :tags
959
959
  # The tags used to organize, track, or control access for the resource.
960
- # For example, \\\{ "tags": \\\{"key1":"value1",
961
- # "key2":"value2"\\} \\}.
960
+ # For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
961
+ # }.
962
962
  #
963
963
  # @option params [required, String] :traffic_policy_name
964
964
  # A user-friendly name for the traffic policy resource.
@@ -2443,8 +2443,8 @@ module Aws::MailManager
2443
2443
  #
2444
2444
  # @option params [required, Array<Types::Tag>] :tags
2445
2445
  # The tags used to organize, track, or control access for the resource.
2446
- # For example, \\\{ "tags": \\\{"key1":"value1",
2447
- # "key2":"value2"\\} \\}.
2446
+ # For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
2447
+ # }.
2448
2448
  #
2449
2449
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2450
2450
  #
@@ -2883,7 +2883,7 @@ module Aws::MailManager
2883
2883
  tracer: tracer
2884
2884
  )
2885
2885
  context[:gem_name] = 'aws-sdk-mailmanager'
2886
- context[:gem_version] = '1.14.0'
2886
+ context[:gem_version] = '1.15.0'
2887
2887
  Seahorse::Client::Request.new(handlers, context)
2888
2888
  end
2889
2889
 
@@ -380,8 +380,8 @@ module Aws::MailManager
380
380
  #
381
381
  # @!attribute [rw] tags
382
382
  # The tags used to organize, track, or control access for the
383
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
384
- # "key2":"value2"\\} \\}.
383
+ # resource. For example, \{ "tags": \{"key1":"value1",
384
+ # "key2":"value2"} }.
385
385
  # @return [Array<Types::Tag>]
386
386
  #
387
387
  # @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/CreateAddonInstanceRequest AWS API Documentation
@@ -421,8 +421,8 @@ module Aws::MailManager
421
421
  #
422
422
  # @!attribute [rw] tags
423
423
  # The tags used to organize, track, or control access for the
424
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
425
- # "key2":"value2"\\} \\}.
424
+ # resource. For example, \{ "tags": \{"key1":"value1",
425
+ # "key2":"value2"} }.
426
426
  # @return [Array<Types::Tag>]
427
427
  #
428
428
  # @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/CreateAddonSubscriptionRequest AWS API Documentation
@@ -472,8 +472,8 @@ module Aws::MailManager
472
472
  #
473
473
  # @!attribute [rw] tags
474
474
  # The tags used to organize, track, or control access for the
475
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
476
- # "key2":"value2"\\} \\}.
475
+ # resource. For example, \{ "tags": \{"key1":"value1",
476
+ # "key2":"value2"} }.
477
477
  # @return [Array<Types::Tag>]
478
478
  #
479
479
  # @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/CreateArchiveRequest AWS API Documentation
@@ -526,8 +526,8 @@ module Aws::MailManager
526
526
  #
527
527
  # @!attribute [rw] tags
528
528
  # The tags used to organize, track, or control access for the
529
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
530
- # "key2":"value2"\\} \\}.
529
+ # resource. For example, \{ "tags": \{"key1":"value1",
530
+ # "key2":"value2"} }.
531
531
  # @return [Array<Types::Tag>]
532
532
  #
533
533
  # @!attribute [rw] traffic_policy_id
@@ -592,8 +592,8 @@ module Aws::MailManager
592
592
  #
593
593
  # @!attribute [rw] tags
594
594
  # The tags used to organize, track, or control access for the
595
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
596
- # "key2":"value2"\\} \\}.
595
+ # resource. For example, \{ "tags": \{"key1":"value1",
596
+ # "key2":"value2"} }.
597
597
  # @return [Array<Types::Tag>]
598
598
  #
599
599
  # @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/CreateRelayRequest AWS API Documentation
@@ -640,8 +640,8 @@ module Aws::MailManager
640
640
  #
641
641
  # @!attribute [rw] tags
642
642
  # The tags used to organize, track, or control access for the
643
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
644
- # "key2":"value2"\\} \\}.
643
+ # resource. For example, \{ "tags": \{"key1":"value1",
644
+ # "key2":"value2"} }.
645
645
  # @return [Array<Types::Tag>]
646
646
  #
647
647
  # @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/CreateRuleSetRequest AWS API Documentation
@@ -692,8 +692,8 @@ module Aws::MailManager
692
692
  #
693
693
  # @!attribute [rw] tags
694
694
  # The tags used to organize, track, or control access for the
695
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
696
- # "key2":"value2"\\} \\}.
695
+ # resource. For example, \{ "tags": \{"key1":"value1",
696
+ # "key2":"value2"} }.
697
697
  # @return [Array<Types::Tag>]
698
698
  #
699
699
  # @!attribute [rw] traffic_policy_name
@@ -2250,8 +2250,8 @@ module Aws::MailManager
2250
2250
 
2251
2251
  # @!attribute [rw] tags
2252
2252
  # The tags used to organize, track, or control access for the
2253
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
2254
- # "key2":"value2"\\} \\}.
2253
+ # resource. For example, \{ "tags": \{"key1":"value1",
2254
+ # "key2":"value2"} }.
2255
2255
  # @return [Array<Types::Tag>]
2256
2256
  #
2257
2257
  # @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/ListTagsForResourceResponse AWS API Documentation
@@ -3474,8 +3474,8 @@ module Aws::MailManager
3474
3474
  #
3475
3475
  # @!attribute [rw] tags
3476
3476
  # The tags used to organize, track, or control access for the
3477
- # resource. For example, \\\{ "tags": \\\{"key1":"value1",
3478
- # "key2":"value2"\\} \\}.
3477
+ # resource. For example, \{ "tags": \{"key1":"value1",
3478
+ # "key2":"value2"} }.
3479
3479
  # @return [Array<Types::Tag>]
3480
3480
  #
3481
3481
  # @see http://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/TagResourceRequest AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::MailManager
54
54
  autoload :EndpointProvider, 'aws-sdk-mailmanager/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mailmanager/endpoints'
56
56
 
57
- GEM_VERSION = '1.14.0'
57
+ GEM_VERSION = '1.15.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mailmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core