aws-sdk-pinpoint 1.33.0 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9138575578fd3a82eaa08ac57122f09f2526ea9e
4
- data.tar.gz: 00d3bbb86feb8cedfdba1ce16f6b56f3352c1d99
3
+ metadata.gz: 46e0b677503d40c7f89f038339612da1abed36e8
4
+ data.tar.gz: bb1a99540c1b0cac8f2c53979d336895d03e907c
5
5
  SHA512:
6
- metadata.gz: e630a3e7d0a120872df638a53a3ef57e8793357078b74de425af2b6f778f8b7962e0da53d5f44ab9f4bc6270328cb984becf173778c8dfdd1674edb6cb8a04f2
7
- data.tar.gz: cf8ca1c6cea3b31afdf0da57449c307f160975c311dc299b9f7ab6b4aa55543a13f2de7dbe89289e2e83147ed11ab609a29a38e7ab06453a0b235b423184653b
6
+ metadata.gz: 6f1e51b6b7bc4336bd6e97e68b525abd1511427c322f27e5fb69d19d940d425b9d7ddc3e0af4a218fec10db35bafe177fb34fa2a4e4f55c557e61c4662fbbd37
7
+ data.tar.gz: 8af48b5cb1043001fa7320363a3848b93db1f9186969686d127038442b6f6267d3039ec5224a2c5e3e6ad1b07e1ff61bea1484a174bc2f64d660bed85ae4a6ae
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pinpoint/customizations'
42
42
  # @service
43
43
  module Aws::Pinpoint
44
44
 
45
- GEM_VERSION = '1.33.0'
45
+ GEM_VERSION = '1.34.0'
46
46
 
47
47
  end
@@ -855,6 +855,7 @@ module Aws::Pinpoint
855
855
  # email_template_request: { # required
856
856
  # default_substitutions: "__string",
857
857
  # html_part: "__string",
858
+ # recommender_id: "__string",
858
859
  # subject: "__string",
859
860
  # tags: {
860
861
  # "__string" => "__string",
@@ -1502,6 +1503,7 @@ module Aws::Pinpoint
1502
1503
  # title: "__string",
1503
1504
  # url: "__string",
1504
1505
  # },
1506
+ # recommender_id: "__string",
1505
1507
  # tags: {
1506
1508
  # "__string" => "__string",
1507
1509
  # },
@@ -1525,6 +1527,59 @@ module Aws::Pinpoint
1525
1527
  req.send_request(options)
1526
1528
  end
1527
1529
 
1530
+ # Creates an Amazon Pinpoint configuration for a recommender model.
1531
+ #
1532
+ # @option params [required, Types::CreateRecommenderConfiguration] :create_recommender_configuration
1533
+ # Specifies Amazon Pinpoint configuration settings for retrieving and
1534
+ # processing recommendation data from a recommender model.
1535
+ #
1536
+ # @return [Types::CreateRecommenderConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1537
+ #
1538
+ # * {Types::CreateRecommenderConfigurationResponse#recommender_configuration_response #recommender_configuration_response} => Types::RecommenderConfigurationResponse
1539
+ #
1540
+ # @example Request syntax with placeholder values
1541
+ #
1542
+ # resp = client.create_recommender_configuration({
1543
+ # create_recommender_configuration: { # required
1544
+ # attributes: {
1545
+ # "__string" => "__string",
1546
+ # },
1547
+ # description: "__string",
1548
+ # name: "__string",
1549
+ # recommendation_provider_id_type: "__string",
1550
+ # recommendation_provider_role_arn: "__string", # required
1551
+ # recommendation_provider_uri: "__string", # required
1552
+ # recommendation_transformer_uri: "__string",
1553
+ # recommendations_display_name: "__string",
1554
+ # recommendations_per_message: 1,
1555
+ # },
1556
+ # })
1557
+ #
1558
+ # @example Response structure
1559
+ #
1560
+ # resp.recommender_configuration_response.attributes #=> Hash
1561
+ # resp.recommender_configuration_response.attributes["__string"] #=> String
1562
+ # resp.recommender_configuration_response.creation_date #=> String
1563
+ # resp.recommender_configuration_response.description #=> String
1564
+ # resp.recommender_configuration_response.id #=> String
1565
+ # resp.recommender_configuration_response.last_modified_date #=> String
1566
+ # resp.recommender_configuration_response.name #=> String
1567
+ # resp.recommender_configuration_response.recommendation_provider_id_type #=> String
1568
+ # resp.recommender_configuration_response.recommendation_provider_role_arn #=> String
1569
+ # resp.recommender_configuration_response.recommendation_provider_uri #=> String
1570
+ # resp.recommender_configuration_response.recommendation_transformer_uri #=> String
1571
+ # resp.recommender_configuration_response.recommendations_display_name #=> String
1572
+ # resp.recommender_configuration_response.recommendations_per_message #=> Integer
1573
+ #
1574
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/CreateRecommenderConfiguration AWS API Documentation
1575
+ #
1576
+ # @overload create_recommender_configuration(params = {})
1577
+ # @param [Hash] params ({})
1578
+ def create_recommender_configuration(params = {}, options = {})
1579
+ req = build_request(:create_recommender_configuration, params)
1580
+ req.send_request(options)
1581
+ end
1582
+
1528
1583
  # Creates a new segment for an application or updates the configuration,
1529
1584
  # dimension, and other settings for an existing segment that's
1530
1585
  # associated with an application.
@@ -1829,6 +1884,7 @@ module Aws::Pinpoint
1829
1884
  # sms_template_request: { # required
1830
1885
  # body: "__string",
1831
1886
  # default_substitutions: "__string",
1887
+ # recommender_id: "__string",
1832
1888
  # tags: {
1833
1889
  # "__string" => "__string",
1834
1890
  # },
@@ -2815,6 +2871,45 @@ module Aws::Pinpoint
2815
2871
  req.send_request(options)
2816
2872
  end
2817
2873
 
2874
+ # Deletes an Amazon Pinpoint configuration for a recommender model.
2875
+ #
2876
+ # @option params [required, String] :recommender_id
2877
+ #
2878
+ # @return [Types::DeleteRecommenderConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2879
+ #
2880
+ # * {Types::DeleteRecommenderConfigurationResponse#recommender_configuration_response #recommender_configuration_response} => Types::RecommenderConfigurationResponse
2881
+ #
2882
+ # @example Request syntax with placeholder values
2883
+ #
2884
+ # resp = client.delete_recommender_configuration({
2885
+ # recommender_id: "__string", # required
2886
+ # })
2887
+ #
2888
+ # @example Response structure
2889
+ #
2890
+ # resp.recommender_configuration_response.attributes #=> Hash
2891
+ # resp.recommender_configuration_response.attributes["__string"] #=> String
2892
+ # resp.recommender_configuration_response.creation_date #=> String
2893
+ # resp.recommender_configuration_response.description #=> String
2894
+ # resp.recommender_configuration_response.id #=> String
2895
+ # resp.recommender_configuration_response.last_modified_date #=> String
2896
+ # resp.recommender_configuration_response.name #=> String
2897
+ # resp.recommender_configuration_response.recommendation_provider_id_type #=> String
2898
+ # resp.recommender_configuration_response.recommendation_provider_role_arn #=> String
2899
+ # resp.recommender_configuration_response.recommendation_provider_uri #=> String
2900
+ # resp.recommender_configuration_response.recommendation_transformer_uri #=> String
2901
+ # resp.recommender_configuration_response.recommendations_display_name #=> String
2902
+ # resp.recommender_configuration_response.recommendations_per_message #=> Integer
2903
+ #
2904
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/DeleteRecommenderConfiguration AWS API Documentation
2905
+ #
2906
+ # @overload delete_recommender_configuration(params = {})
2907
+ # @param [Hash] params ({})
2908
+ def delete_recommender_configuration(params = {}, options = {})
2909
+ req = build_request(:delete_recommender_configuration, params)
2910
+ req.send_request(options)
2911
+ end
2912
+
2818
2913
  # Deletes a segment from an application.
2819
2914
  #
2820
2915
  # @option params [required, String] :application_id
@@ -4759,6 +4854,7 @@ module Aws::Pinpoint
4759
4854
  # resp.email_template_response.default_substitutions #=> String
4760
4855
  # resp.email_template_response.html_part #=> String
4761
4856
  # resp.email_template_response.last_modified_date #=> String
4857
+ # resp.email_template_response.recommender_id #=> String
4762
4858
  # resp.email_template_response.subject #=> String
4763
4859
  # resp.email_template_response.tags #=> Hash
4764
4860
  # resp.email_template_response.tags["__string"] #=> String
@@ -5501,6 +5597,7 @@ module Aws::Pinpoint
5501
5597
  # resp.push_notification_template_response.gcm.title #=> String
5502
5598
  # resp.push_notification_template_response.gcm.url #=> String
5503
5599
  # resp.push_notification_template_response.last_modified_date #=> String
5600
+ # resp.push_notification_template_response.recommender_id #=> String
5504
5601
  # resp.push_notification_template_response.tags #=> Hash
5505
5602
  # resp.push_notification_template_response.tags["__string"] #=> String
5506
5603
  # resp.push_notification_template_response.template_description #=> String
@@ -5517,6 +5614,91 @@ module Aws::Pinpoint
5517
5614
  req.send_request(options)
5518
5615
  end
5519
5616
 
5617
+ # Retrieves information about an Amazon Pinpoint configuration for a
5618
+ # recommender model.
5619
+ #
5620
+ # @option params [required, String] :recommender_id
5621
+ #
5622
+ # @return [Types::GetRecommenderConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5623
+ #
5624
+ # * {Types::GetRecommenderConfigurationResponse#recommender_configuration_response #recommender_configuration_response} => Types::RecommenderConfigurationResponse
5625
+ #
5626
+ # @example Request syntax with placeholder values
5627
+ #
5628
+ # resp = client.get_recommender_configuration({
5629
+ # recommender_id: "__string", # required
5630
+ # })
5631
+ #
5632
+ # @example Response structure
5633
+ #
5634
+ # resp.recommender_configuration_response.attributes #=> Hash
5635
+ # resp.recommender_configuration_response.attributes["__string"] #=> String
5636
+ # resp.recommender_configuration_response.creation_date #=> String
5637
+ # resp.recommender_configuration_response.description #=> String
5638
+ # resp.recommender_configuration_response.id #=> String
5639
+ # resp.recommender_configuration_response.last_modified_date #=> String
5640
+ # resp.recommender_configuration_response.name #=> String
5641
+ # resp.recommender_configuration_response.recommendation_provider_id_type #=> String
5642
+ # resp.recommender_configuration_response.recommendation_provider_role_arn #=> String
5643
+ # resp.recommender_configuration_response.recommendation_provider_uri #=> String
5644
+ # resp.recommender_configuration_response.recommendation_transformer_uri #=> String
5645
+ # resp.recommender_configuration_response.recommendations_display_name #=> String
5646
+ # resp.recommender_configuration_response.recommendations_per_message #=> Integer
5647
+ #
5648
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GetRecommenderConfiguration AWS API Documentation
5649
+ #
5650
+ # @overload get_recommender_configuration(params = {})
5651
+ # @param [Hash] params ({})
5652
+ def get_recommender_configuration(params = {}, options = {})
5653
+ req = build_request(:get_recommender_configuration, params)
5654
+ req.send_request(options)
5655
+ end
5656
+
5657
+ # Retrieves information about all the recommender model configurations
5658
+ # that are associated with your Amazon Pinpoint account.
5659
+ #
5660
+ # @option params [String] :page_size
5661
+ #
5662
+ # @option params [String] :token
5663
+ #
5664
+ # @return [Types::GetRecommenderConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5665
+ #
5666
+ # * {Types::GetRecommenderConfigurationsResponse#list_recommender_configurations_response #list_recommender_configurations_response} => Types::ListRecommenderConfigurationsResponse
5667
+ #
5668
+ # @example Request syntax with placeholder values
5669
+ #
5670
+ # resp = client.get_recommender_configurations({
5671
+ # page_size: "__string",
5672
+ # token: "__string",
5673
+ # })
5674
+ #
5675
+ # @example Response structure
5676
+ #
5677
+ # resp.list_recommender_configurations_response.item #=> Array
5678
+ # resp.list_recommender_configurations_response.item[0].attributes #=> Hash
5679
+ # resp.list_recommender_configurations_response.item[0].attributes["__string"] #=> String
5680
+ # resp.list_recommender_configurations_response.item[0].creation_date #=> String
5681
+ # resp.list_recommender_configurations_response.item[0].description #=> String
5682
+ # resp.list_recommender_configurations_response.item[0].id #=> String
5683
+ # resp.list_recommender_configurations_response.item[0].last_modified_date #=> String
5684
+ # resp.list_recommender_configurations_response.item[0].name #=> String
5685
+ # resp.list_recommender_configurations_response.item[0].recommendation_provider_id_type #=> String
5686
+ # resp.list_recommender_configurations_response.item[0].recommendation_provider_role_arn #=> String
5687
+ # resp.list_recommender_configurations_response.item[0].recommendation_provider_uri #=> String
5688
+ # resp.list_recommender_configurations_response.item[0].recommendation_transformer_uri #=> String
5689
+ # resp.list_recommender_configurations_response.item[0].recommendations_display_name #=> String
5690
+ # resp.list_recommender_configurations_response.item[0].recommendations_per_message #=> Integer
5691
+ # resp.list_recommender_configurations_response.next_token #=> String
5692
+ #
5693
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/GetRecommenderConfigurations AWS API Documentation
5694
+ #
5695
+ # @overload get_recommender_configurations(params = {})
5696
+ # @param [Hash] params ({})
5697
+ def get_recommender_configurations(params = {}, options = {})
5698
+ req = build_request(:get_recommender_configurations, params)
5699
+ req.send_request(options)
5700
+ end
5701
+
5520
5702
  # Retrieves information about the configuration, dimension, and other
5521
5703
  # settings for a specific segment that's associated with an
5522
5704
  # application.
@@ -6232,6 +6414,7 @@ module Aws::Pinpoint
6232
6414
  # resp.sms_template_response.creation_date #=> String
6233
6415
  # resp.sms_template_response.default_substitutions #=> String
6234
6416
  # resp.sms_template_response.last_modified_date #=> String
6417
+ # resp.sms_template_response.recommender_id #=> String
6235
6418
  # resp.sms_template_response.tags #=> Hash
6236
6419
  # resp.sms_template_response.tags["__string"] #=> String
6237
6420
  # resp.sms_template_response.template_description #=> String
@@ -6572,7 +6755,7 @@ module Aws::Pinpoint
6572
6755
  end
6573
6756
 
6574
6757
  # Retrieves all the tags (keys and values) that are associated with an
6575
- # application, campaign, journey, message template, or segment.
6758
+ # application, campaign, message template, or segment.
6576
6759
  #
6577
6760
  # @option params [required, String] :resource_arn
6578
6761
  #
@@ -7408,13 +7591,13 @@ module Aws::Pinpoint
7408
7591
  end
7409
7592
 
7410
7593
  # Adds one or more tags (keys and values) to an application, campaign,
7411
- # journey, message template, or segment.
7594
+ # message template, or segment.
7412
7595
  #
7413
7596
  # @option params [required, String] :resource_arn
7414
7597
  #
7415
7598
  # @option params [required, Types::TagsModel] :tags_model
7416
7599
  # Specifies the tags (keys and values) for an application, campaign,
7417
- # journey, message template, or segment.
7600
+ # message template, or segment.
7418
7601
  #
7419
7602
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
7420
7603
  #
@@ -7439,7 +7622,7 @@ module Aws::Pinpoint
7439
7622
  end
7440
7623
 
7441
7624
  # Removes one or more tags (keys and values) from an application,
7442
- # campaign, journey, message template, or segment.
7625
+ # campaign, message template, or segment.
7443
7626
  #
7444
7627
  # @option params [required, String] :resource_arn
7445
7628
  #
@@ -8450,6 +8633,7 @@ module Aws::Pinpoint
8450
8633
  # email_template_request: { # required
8451
8634
  # default_substitutions: "__string",
8452
8635
  # html_part: "__string",
8636
+ # recommender_id: "__string",
8453
8637
  # subject: "__string",
8454
8638
  # tags: {
8455
8639
  # "__string" => "__string",
@@ -9372,6 +9556,7 @@ module Aws::Pinpoint
9372
9556
  # title: "__string",
9373
9557
  # url: "__string",
9374
9558
  # },
9559
+ # recommender_id: "__string",
9375
9560
  # tags: {
9376
9561
  # "__string" => "__string",
9377
9562
  # },
@@ -9395,6 +9580,62 @@ module Aws::Pinpoint
9395
9580
  req.send_request(options)
9396
9581
  end
9397
9582
 
9583
+ # Updates an Amazon Pinpoint configuration for a recommender model.
9584
+ #
9585
+ # @option params [required, String] :recommender_id
9586
+ #
9587
+ # @option params [required, Types::UpdateRecommenderConfiguration] :update_recommender_configuration
9588
+ # Specifies Amazon Pinpoint configuration settings for retrieving and
9589
+ # processing recommendation data from a recommender model.
9590
+ #
9591
+ # @return [Types::UpdateRecommenderConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9592
+ #
9593
+ # * {Types::UpdateRecommenderConfigurationResponse#recommender_configuration_response #recommender_configuration_response} => Types::RecommenderConfigurationResponse
9594
+ #
9595
+ # @example Request syntax with placeholder values
9596
+ #
9597
+ # resp = client.update_recommender_configuration({
9598
+ # recommender_id: "__string", # required
9599
+ # update_recommender_configuration: { # required
9600
+ # attributes: {
9601
+ # "__string" => "__string",
9602
+ # },
9603
+ # description: "__string",
9604
+ # name: "__string",
9605
+ # recommendation_provider_id_type: "__string",
9606
+ # recommendation_provider_role_arn: "__string", # required
9607
+ # recommendation_provider_uri: "__string", # required
9608
+ # recommendation_transformer_uri: "__string",
9609
+ # recommendations_display_name: "__string",
9610
+ # recommendations_per_message: 1,
9611
+ # },
9612
+ # })
9613
+ #
9614
+ # @example Response structure
9615
+ #
9616
+ # resp.recommender_configuration_response.attributes #=> Hash
9617
+ # resp.recommender_configuration_response.attributes["__string"] #=> String
9618
+ # resp.recommender_configuration_response.creation_date #=> String
9619
+ # resp.recommender_configuration_response.description #=> String
9620
+ # resp.recommender_configuration_response.id #=> String
9621
+ # resp.recommender_configuration_response.last_modified_date #=> String
9622
+ # resp.recommender_configuration_response.name #=> String
9623
+ # resp.recommender_configuration_response.recommendation_provider_id_type #=> String
9624
+ # resp.recommender_configuration_response.recommendation_provider_role_arn #=> String
9625
+ # resp.recommender_configuration_response.recommendation_provider_uri #=> String
9626
+ # resp.recommender_configuration_response.recommendation_transformer_uri #=> String
9627
+ # resp.recommender_configuration_response.recommendations_display_name #=> String
9628
+ # resp.recommender_configuration_response.recommendations_per_message #=> Integer
9629
+ #
9630
+ # @see http://docs.aws.amazon.com/goto/WebAPI/pinpoint-2016-12-01/UpdateRecommenderConfiguration AWS API Documentation
9631
+ #
9632
+ # @overload update_recommender_configuration(params = {})
9633
+ # @param [Hash] params ({})
9634
+ def update_recommender_configuration(params = {}, options = {})
9635
+ req = build_request(:update_recommender_configuration, params)
9636
+ req.send_request(options)
9637
+ end
9638
+
9398
9639
  # Creates a new segment for an application or updates the configuration,
9399
9640
  # dimension, and other settings for an existing segment that's
9400
9641
  # associated with an application.
@@ -9757,6 +9998,7 @@ module Aws::Pinpoint
9757
9998
  # sms_template_request: { # required
9758
9999
  # body: "__string",
9759
10000
  # default_substitutions: "__string",
10001
+ # recommender_id: "__string",
9760
10002
  # tags: {
9761
10003
  # "__string" => "__string",
9762
10004
  # },
@@ -9925,7 +10167,7 @@ module Aws::Pinpoint
9925
10167
  params: params,
9926
10168
  config: config)
9927
10169
  context[:gem_name] = 'aws-sdk-pinpoint'
9928
- context[:gem_version] = '1.33.0'
10170
+ context[:gem_version] = '1.34.0'
9929
10171
  Seahorse::Client::Request.new(handlers, context)
9930
10172
  end
9931
10173
 
@@ -72,6 +72,9 @@ module Aws::Pinpoint
72
72
  CreateJourneyResponse = Shapes::StructureShape.new(name: 'CreateJourneyResponse')
73
73
  CreatePushTemplateRequest = Shapes::StructureShape.new(name: 'CreatePushTemplateRequest')
74
74
  CreatePushTemplateResponse = Shapes::StructureShape.new(name: 'CreatePushTemplateResponse')
75
+ CreateRecommenderConfiguration = Shapes::StructureShape.new(name: 'CreateRecommenderConfiguration')
76
+ CreateRecommenderConfigurationRequest = Shapes::StructureShape.new(name: 'CreateRecommenderConfigurationRequest')
77
+ CreateRecommenderConfigurationResponse = Shapes::StructureShape.new(name: 'CreateRecommenderConfigurationResponse')
75
78
  CreateSegmentRequest = Shapes::StructureShape.new(name: 'CreateSegmentRequest')
76
79
  CreateSegmentResponse = Shapes::StructureShape.new(name: 'CreateSegmentResponse')
77
80
  CreateSmsTemplateRequest = Shapes::StructureShape.new(name: 'CreateSmsTemplateRequest')
@@ -112,6 +115,8 @@ module Aws::Pinpoint
112
115
  DeleteJourneyResponse = Shapes::StructureShape.new(name: 'DeleteJourneyResponse')
113
116
  DeletePushTemplateRequest = Shapes::StructureShape.new(name: 'DeletePushTemplateRequest')
114
117
  DeletePushTemplateResponse = Shapes::StructureShape.new(name: 'DeletePushTemplateResponse')
118
+ DeleteRecommenderConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteRecommenderConfigurationRequest')
119
+ DeleteRecommenderConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteRecommenderConfigurationResponse')
115
120
  DeleteSegmentRequest = Shapes::StructureShape.new(name: 'DeleteSegmentRequest')
116
121
  DeleteSegmentResponse = Shapes::StructureShape.new(name: 'DeleteSegmentResponse')
117
122
  DeleteSmsChannelRequest = Shapes::StructureShape.new(name: 'DeleteSmsChannelRequest')
@@ -228,6 +233,10 @@ module Aws::Pinpoint
228
233
  GetJourneyResponse = Shapes::StructureShape.new(name: 'GetJourneyResponse')
229
234
  GetPushTemplateRequest = Shapes::StructureShape.new(name: 'GetPushTemplateRequest')
230
235
  GetPushTemplateResponse = Shapes::StructureShape.new(name: 'GetPushTemplateResponse')
236
+ GetRecommenderConfigurationRequest = Shapes::StructureShape.new(name: 'GetRecommenderConfigurationRequest')
237
+ GetRecommenderConfigurationResponse = Shapes::StructureShape.new(name: 'GetRecommenderConfigurationResponse')
238
+ GetRecommenderConfigurationsRequest = Shapes::StructureShape.new(name: 'GetRecommenderConfigurationsRequest')
239
+ GetRecommenderConfigurationsResponse = Shapes::StructureShape.new(name: 'GetRecommenderConfigurationsResponse')
231
240
  GetSegmentExportJobsRequest = Shapes::StructureShape.new(name: 'GetSegmentExportJobsRequest')
232
241
  GetSegmentExportJobsResponse = Shapes::StructureShape.new(name: 'GetSegmentExportJobsResponse')
233
242
  GetSegmentImportJobsRequest = Shapes::StructureShape.new(name: 'GetSegmentImportJobsRequest')
@@ -280,6 +289,7 @@ module Aws::Pinpoint
280
289
  ListOfJourneyResponse = Shapes::ListShape.new(name: 'ListOfJourneyResponse')
281
290
  ListOfMultiConditionalBranch = Shapes::ListShape.new(name: 'ListOfMultiConditionalBranch')
282
291
  ListOfRandomSplitEntry = Shapes::ListShape.new(name: 'ListOfRandomSplitEntry')
292
+ ListOfRecommenderConfigurationResponse = Shapes::ListShape.new(name: 'ListOfRecommenderConfigurationResponse')
283
293
  ListOfResultRow = Shapes::ListShape.new(name: 'ListOfResultRow')
284
294
  ListOfResultRowValue = Shapes::ListShape.new(name: 'ListOfResultRowValue')
285
295
  ListOfSegmentDimensions = Shapes::ListShape.new(name: 'ListOfSegmentDimensions')
@@ -292,6 +302,7 @@ module Aws::Pinpoint
292
302
  ListOfTreatmentResource = Shapes::ListShape.new(name: 'ListOfTreatmentResource')
293
303
  ListOfWriteTreatmentResource = Shapes::ListShape.new(name: 'ListOfWriteTreatmentResource')
294
304
  ListOf__string = Shapes::ListShape.new(name: 'ListOf__string')
305
+ ListRecommenderConfigurationsResponse = Shapes::StructureShape.new(name: 'ListRecommenderConfigurationsResponse')
295
306
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
296
307
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
297
308
  ListTemplateVersionsRequest = Shapes::StructureShape.new(name: 'ListTemplateVersionsRequest')
@@ -331,6 +342,7 @@ module Aws::Pinpoint
331
342
  NumberValidateRequest = Shapes::StructureShape.new(name: 'NumberValidateRequest')
332
343
  NumberValidateResponse = Shapes::StructureShape.new(name: 'NumberValidateResponse')
333
344
  Operator = Shapes::StringShape.new(name: 'Operator')
345
+ PayloadTooLargeException = Shapes::StructureShape.new(name: 'PayloadTooLargeException')
334
346
  PhoneNumberValidateRequest = Shapes::StructureShape.new(name: 'PhoneNumberValidateRequest')
335
347
  PhoneNumberValidateResponse = Shapes::StructureShape.new(name: 'PhoneNumberValidateResponse')
336
348
  PublicEndpoint = Shapes::StructureShape.new(name: 'PublicEndpoint')
@@ -346,6 +358,7 @@ module Aws::Pinpoint
346
358
  RawEmail = Shapes::StructureShape.new(name: 'RawEmail')
347
359
  RecencyDimension = Shapes::StructureShape.new(name: 'RecencyDimension')
348
360
  RecencyType = Shapes::StringShape.new(name: 'RecencyType')
361
+ RecommenderConfigurationResponse = Shapes::StructureShape.new(name: 'RecommenderConfigurationResponse')
349
362
  RemoveAttributesRequest = Shapes::StructureShape.new(name: 'RemoveAttributesRequest')
350
363
  RemoveAttributesResponse = Shapes::StructureShape.new(name: 'RemoveAttributesResponse')
351
364
  ResultRow = Shapes::StructureShape.new(name: 'ResultRow')
@@ -429,6 +442,9 @@ module Aws::Pinpoint
429
442
  UpdateJourneyStateResponse = Shapes::StructureShape.new(name: 'UpdateJourneyStateResponse')
430
443
  UpdatePushTemplateRequest = Shapes::StructureShape.new(name: 'UpdatePushTemplateRequest')
431
444
  UpdatePushTemplateResponse = Shapes::StructureShape.new(name: 'UpdatePushTemplateResponse')
445
+ UpdateRecommenderConfiguration = Shapes::StructureShape.new(name: 'UpdateRecommenderConfiguration')
446
+ UpdateRecommenderConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateRecommenderConfigurationRequest')
447
+ UpdateRecommenderConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateRecommenderConfigurationResponse')
432
448
  UpdateSegmentRequest = Shapes::StructureShape.new(name: 'UpdateSegmentRequest')
433
449
  UpdateSegmentResponse = Shapes::StructureShape.new(name: 'UpdateSegmentResponse')
434
450
  UpdateSmsChannelRequest = Shapes::StructureShape.new(name: 'UpdateSmsChannelRequest')
@@ -916,6 +932,27 @@ module Aws::Pinpoint
916
932
  CreatePushTemplateResponse[:payload] = :create_template_message_body
917
933
  CreatePushTemplateResponse[:payload_member] = CreatePushTemplateResponse.member(:create_template_message_body)
918
934
 
935
+ CreateRecommenderConfiguration.add_member(:attributes, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "Attributes"))
936
+ CreateRecommenderConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "Description"))
937
+ CreateRecommenderConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
938
+ CreateRecommenderConfiguration.add_member(:recommendation_provider_id_type, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationProviderIdType"))
939
+ CreateRecommenderConfiguration.add_member(:recommendation_provider_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "RecommendationProviderRoleArn"))
940
+ CreateRecommenderConfiguration.add_member(:recommendation_provider_uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "RecommendationProviderUri"))
941
+ CreateRecommenderConfiguration.add_member(:recommendation_transformer_uri, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationTransformerUri"))
942
+ CreateRecommenderConfiguration.add_member(:recommendations_display_name, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationsDisplayName"))
943
+ CreateRecommenderConfiguration.add_member(:recommendations_per_message, Shapes::ShapeRef.new(shape: __integer, location_name: "RecommendationsPerMessage"))
944
+ CreateRecommenderConfiguration.struct_class = Types::CreateRecommenderConfiguration
945
+
946
+ CreateRecommenderConfigurationRequest.add_member(:create_recommender_configuration, Shapes::ShapeRef.new(shape: CreateRecommenderConfiguration, required: true, location_name: "CreateRecommenderConfiguration"))
947
+ CreateRecommenderConfigurationRequest.struct_class = Types::CreateRecommenderConfigurationRequest
948
+ CreateRecommenderConfigurationRequest[:payload] = :create_recommender_configuration
949
+ CreateRecommenderConfigurationRequest[:payload_member] = CreateRecommenderConfigurationRequest.member(:create_recommender_configuration)
950
+
951
+ CreateRecommenderConfigurationResponse.add_member(:recommender_configuration_response, Shapes::ShapeRef.new(shape: RecommenderConfigurationResponse, required: true, location_name: "RecommenderConfigurationResponse"))
952
+ CreateRecommenderConfigurationResponse.struct_class = Types::CreateRecommenderConfigurationResponse
953
+ CreateRecommenderConfigurationResponse[:payload] = :recommender_configuration_response
954
+ CreateRecommenderConfigurationResponse[:payload_member] = CreateRecommenderConfigurationResponse.member(:recommender_configuration_response)
955
+
919
956
  CreateSegmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "application-id"))
920
957
  CreateSegmentRequest.add_member(:write_segment_request, Shapes::ShapeRef.new(shape: WriteSegmentRequest, required: true, location_name: "WriteSegmentRequest"))
921
958
  CreateSegmentRequest.struct_class = Types::CreateSegmentRequest
@@ -1099,6 +1136,14 @@ module Aws::Pinpoint
1099
1136
  DeletePushTemplateResponse[:payload] = :message_body
1100
1137
  DeletePushTemplateResponse[:payload_member] = DeletePushTemplateResponse.member(:message_body)
1101
1138
 
1139
+ DeleteRecommenderConfigurationRequest.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "recommender-id"))
1140
+ DeleteRecommenderConfigurationRequest.struct_class = Types::DeleteRecommenderConfigurationRequest
1141
+
1142
+ DeleteRecommenderConfigurationResponse.add_member(:recommender_configuration_response, Shapes::ShapeRef.new(shape: RecommenderConfigurationResponse, required: true, location_name: "RecommenderConfigurationResponse"))
1143
+ DeleteRecommenderConfigurationResponse.struct_class = Types::DeleteRecommenderConfigurationResponse
1144
+ DeleteRecommenderConfigurationResponse[:payload] = :recommender_configuration_response
1145
+ DeleteRecommenderConfigurationResponse[:payload_member] = DeleteRecommenderConfigurationResponse.member(:recommender_configuration_response)
1146
+
1102
1147
  DeleteSegmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "application-id"))
1103
1148
  DeleteSegmentRequest.add_member(:segment_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "segment-id"))
1104
1149
  DeleteSegmentRequest.struct_class = Types::DeleteSegmentRequest
@@ -1203,6 +1248,7 @@ module Aws::Pinpoint
1203
1248
 
1204
1249
  EmailTemplateRequest.add_member(:default_substitutions, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultSubstitutions"))
1205
1250
  EmailTemplateRequest.add_member(:html_part, Shapes::ShapeRef.new(shape: __string, location_name: "HtmlPart"))
1251
+ EmailTemplateRequest.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, location_name: "RecommenderId"))
1206
1252
  EmailTemplateRequest.add_member(:subject, Shapes::ShapeRef.new(shape: __string, location_name: "Subject"))
1207
1253
  EmailTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
1208
1254
  EmailTemplateRequest.add_member(:template_description, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateDescription"))
@@ -1214,6 +1260,7 @@ module Aws::Pinpoint
1214
1260
  EmailTemplateResponse.add_member(:default_substitutions, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultSubstitutions"))
1215
1261
  EmailTemplateResponse.add_member(:html_part, Shapes::ShapeRef.new(shape: __string, location_name: "HtmlPart"))
1216
1262
  EmailTemplateResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "LastModifiedDate"))
1263
+ EmailTemplateResponse.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, location_name: "RecommenderId"))
1217
1264
  EmailTemplateResponse.add_member(:subject, Shapes::ShapeRef.new(shape: __string, location_name: "Subject"))
1218
1265
  EmailTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
1219
1266
  EmailTemplateResponse.add_member(:template_description, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateDescription"))
@@ -1730,6 +1777,23 @@ module Aws::Pinpoint
1730
1777
  GetPushTemplateResponse[:payload] = :push_notification_template_response
1731
1778
  GetPushTemplateResponse[:payload_member] = GetPushTemplateResponse.member(:push_notification_template_response)
1732
1779
 
1780
+ GetRecommenderConfigurationRequest.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "recommender-id"))
1781
+ GetRecommenderConfigurationRequest.struct_class = Types::GetRecommenderConfigurationRequest
1782
+
1783
+ GetRecommenderConfigurationResponse.add_member(:recommender_configuration_response, Shapes::ShapeRef.new(shape: RecommenderConfigurationResponse, required: true, location_name: "RecommenderConfigurationResponse"))
1784
+ GetRecommenderConfigurationResponse.struct_class = Types::GetRecommenderConfigurationResponse
1785
+ GetRecommenderConfigurationResponse[:payload] = :recommender_configuration_response
1786
+ GetRecommenderConfigurationResponse[:payload_member] = GetRecommenderConfigurationResponse.member(:recommender_configuration_response)
1787
+
1788
+ GetRecommenderConfigurationsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "page-size"))
1789
+ GetRecommenderConfigurationsRequest.add_member(:token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "token"))
1790
+ GetRecommenderConfigurationsRequest.struct_class = Types::GetRecommenderConfigurationsRequest
1791
+
1792
+ GetRecommenderConfigurationsResponse.add_member(:list_recommender_configurations_response, Shapes::ShapeRef.new(shape: ListRecommenderConfigurationsResponse, required: true, location_name: "ListRecommenderConfigurationsResponse"))
1793
+ GetRecommenderConfigurationsResponse.struct_class = Types::GetRecommenderConfigurationsResponse
1794
+ GetRecommenderConfigurationsResponse[:payload] = :list_recommender_configurations_response
1795
+ GetRecommenderConfigurationsResponse[:payload_member] = GetRecommenderConfigurationsResponse.member(:list_recommender_configurations_response)
1796
+
1733
1797
  GetSegmentExportJobsRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "application-id"))
1734
1798
  GetSegmentExportJobsRequest.add_member(:page_size, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "page-size"))
1735
1799
  GetSegmentExportJobsRequest.add_member(:segment_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "segment-id"))
@@ -1976,6 +2040,8 @@ module Aws::Pinpoint
1976
2040
 
1977
2041
  ListOfRandomSplitEntry.member = Shapes::ShapeRef.new(shape: RandomSplitEntry)
1978
2042
 
2043
+ ListOfRecommenderConfigurationResponse.member = Shapes::ShapeRef.new(shape: RecommenderConfigurationResponse)
2044
+
1979
2045
  ListOfResultRow.member = Shapes::ShapeRef.new(shape: ResultRow)
1980
2046
 
1981
2047
  ListOfResultRowValue.member = Shapes::ShapeRef.new(shape: ResultRowValue)
@@ -2000,6 +2066,10 @@ module Aws::Pinpoint
2000
2066
 
2001
2067
  ListOf__string.member = Shapes::ShapeRef.new(shape: __string)
2002
2068
 
2069
+ ListRecommenderConfigurationsResponse.add_member(:item, Shapes::ShapeRef.new(shape: ListOfRecommenderConfigurationResponse, required: true, location_name: "Item"))
2070
+ ListRecommenderConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "NextToken"))
2071
+ ListRecommenderConfigurationsResponse.struct_class = Types::ListRecommenderConfigurationsResponse
2072
+
2003
2073
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "resource-arn"))
2004
2074
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
2005
2075
 
@@ -2170,6 +2240,10 @@ module Aws::Pinpoint
2170
2240
  NumberValidateResponse.add_member(:zip_code, Shapes::ShapeRef.new(shape: __string, location_name: "ZipCode"))
2171
2241
  NumberValidateResponse.struct_class = Types::NumberValidateResponse
2172
2242
 
2243
+ PayloadTooLargeException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "Message"))
2244
+ PayloadTooLargeException.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "RequestID"))
2245
+ PayloadTooLargeException.struct_class = Types::PayloadTooLargeException
2246
+
2173
2247
  PhoneNumberValidateRequest.add_member(:number_validate_request, Shapes::ShapeRef.new(shape: NumberValidateRequest, required: true, location_name: "NumberValidateRequest"))
2174
2248
  PhoneNumberValidateRequest.struct_class = Types::PhoneNumberValidateRequest
2175
2249
  PhoneNumberValidateRequest[:payload] = :number_validate_request
@@ -2199,6 +2273,7 @@ module Aws::Pinpoint
2199
2273
  PushNotificationTemplateRequest.add_member(:default, Shapes::ShapeRef.new(shape: DefaultPushNotificationTemplate, location_name: "Default"))
2200
2274
  PushNotificationTemplateRequest.add_member(:default_substitutions, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultSubstitutions"))
2201
2275
  PushNotificationTemplateRequest.add_member(:gcm, Shapes::ShapeRef.new(shape: AndroidPushNotificationTemplate, location_name: "GCM"))
2276
+ PushNotificationTemplateRequest.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, location_name: "RecommenderId"))
2202
2277
  PushNotificationTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
2203
2278
  PushNotificationTemplateRequest.add_member(:template_description, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateDescription"))
2204
2279
  PushNotificationTemplateRequest.struct_class = Types::PushNotificationTemplateRequest
@@ -2212,6 +2287,7 @@ module Aws::Pinpoint
2212
2287
  PushNotificationTemplateResponse.add_member(:default_substitutions, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultSubstitutions"))
2213
2288
  PushNotificationTemplateResponse.add_member(:gcm, Shapes::ShapeRef.new(shape: AndroidPushNotificationTemplate, location_name: "GCM"))
2214
2289
  PushNotificationTemplateResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "LastModifiedDate"))
2290
+ PushNotificationTemplateResponse.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, location_name: "RecommenderId"))
2215
2291
  PushNotificationTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
2216
2292
  PushNotificationTemplateResponse.add_member(:template_description, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateDescription"))
2217
2293
  PushNotificationTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "TemplateName"))
@@ -2259,6 +2335,20 @@ module Aws::Pinpoint
2259
2335
  RecencyDimension.add_member(:recency_type, Shapes::ShapeRef.new(shape: RecencyType, required: true, location_name: "RecencyType"))
2260
2336
  RecencyDimension.struct_class = Types::RecencyDimension
2261
2337
 
2338
+ RecommenderConfigurationResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "Attributes"))
2339
+ RecommenderConfigurationResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "CreationDate"))
2340
+ RecommenderConfigurationResponse.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "Description"))
2341
+ RecommenderConfigurationResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "Id"))
2342
+ RecommenderConfigurationResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "LastModifiedDate"))
2343
+ RecommenderConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
2344
+ RecommenderConfigurationResponse.add_member(:recommendation_provider_id_type, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationProviderIdType"))
2345
+ RecommenderConfigurationResponse.add_member(:recommendation_provider_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "RecommendationProviderRoleArn"))
2346
+ RecommenderConfigurationResponse.add_member(:recommendation_provider_uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "RecommendationProviderUri"))
2347
+ RecommenderConfigurationResponse.add_member(:recommendation_transformer_uri, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationTransformerUri"))
2348
+ RecommenderConfigurationResponse.add_member(:recommendations_display_name, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationsDisplayName"))
2349
+ RecommenderConfigurationResponse.add_member(:recommendations_per_message, Shapes::ShapeRef.new(shape: __integer, location_name: "RecommendationsPerMessage"))
2350
+ RecommenderConfigurationResponse.struct_class = Types::RecommenderConfigurationResponse
2351
+
2262
2352
  RemoveAttributesRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "application-id"))
2263
2353
  RemoveAttributesRequest.add_member(:attribute_type, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "attribute-type"))
2264
2354
  RemoveAttributesRequest.add_member(:update_attributes_request, Shapes::ShapeRef.new(shape: UpdateAttributesRequest, required: true, location_name: "UpdateAttributesRequest"))
@@ -2311,6 +2401,7 @@ module Aws::Pinpoint
2311
2401
 
2312
2402
  SMSTemplateRequest.add_member(:body, Shapes::ShapeRef.new(shape: __string, location_name: "Body"))
2313
2403
  SMSTemplateRequest.add_member(:default_substitutions, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultSubstitutions"))
2404
+ SMSTemplateRequest.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, location_name: "RecommenderId"))
2314
2405
  SMSTemplateRequest.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
2315
2406
  SMSTemplateRequest.add_member(:template_description, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateDescription"))
2316
2407
  SMSTemplateRequest.struct_class = Types::SMSTemplateRequest
@@ -2320,6 +2411,7 @@ module Aws::Pinpoint
2320
2411
  SMSTemplateResponse.add_member(:creation_date, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "CreationDate"))
2321
2412
  SMSTemplateResponse.add_member(:default_substitutions, Shapes::ShapeRef.new(shape: __string, location_name: "DefaultSubstitutions"))
2322
2413
  SMSTemplateResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "LastModifiedDate"))
2414
+ SMSTemplateResponse.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, location_name: "RecommenderId"))
2323
2415
  SMSTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "tags"))
2324
2416
  SMSTemplateResponse.add_member(:template_description, Shapes::ShapeRef.new(shape: __string, location_name: "TemplateDescription"))
2325
2417
  SMSTemplateResponse.add_member(:template_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "TemplateName"))
@@ -2721,6 +2813,28 @@ module Aws::Pinpoint
2721
2813
  UpdatePushTemplateResponse[:payload] = :message_body
2722
2814
  UpdatePushTemplateResponse[:payload_member] = UpdatePushTemplateResponse.member(:message_body)
2723
2815
 
2816
+ UpdateRecommenderConfiguration.add_member(:attributes, Shapes::ShapeRef.new(shape: MapOf__string, location_name: "Attributes"))
2817
+ UpdateRecommenderConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "Description"))
2818
+ UpdateRecommenderConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
2819
+ UpdateRecommenderConfiguration.add_member(:recommendation_provider_id_type, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationProviderIdType"))
2820
+ UpdateRecommenderConfiguration.add_member(:recommendation_provider_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "RecommendationProviderRoleArn"))
2821
+ UpdateRecommenderConfiguration.add_member(:recommendation_provider_uri, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "RecommendationProviderUri"))
2822
+ UpdateRecommenderConfiguration.add_member(:recommendation_transformer_uri, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationTransformerUri"))
2823
+ UpdateRecommenderConfiguration.add_member(:recommendations_display_name, Shapes::ShapeRef.new(shape: __string, location_name: "RecommendationsDisplayName"))
2824
+ UpdateRecommenderConfiguration.add_member(:recommendations_per_message, Shapes::ShapeRef.new(shape: __integer, location_name: "RecommendationsPerMessage"))
2825
+ UpdateRecommenderConfiguration.struct_class = Types::UpdateRecommenderConfiguration
2826
+
2827
+ UpdateRecommenderConfigurationRequest.add_member(:recommender_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "recommender-id"))
2828
+ UpdateRecommenderConfigurationRequest.add_member(:update_recommender_configuration, Shapes::ShapeRef.new(shape: UpdateRecommenderConfiguration, required: true, location_name: "UpdateRecommenderConfiguration"))
2829
+ UpdateRecommenderConfigurationRequest.struct_class = Types::UpdateRecommenderConfigurationRequest
2830
+ UpdateRecommenderConfigurationRequest[:payload] = :update_recommender_configuration
2831
+ UpdateRecommenderConfigurationRequest[:payload_member] = UpdateRecommenderConfigurationRequest.member(:update_recommender_configuration)
2832
+
2833
+ UpdateRecommenderConfigurationResponse.add_member(:recommender_configuration_response, Shapes::ShapeRef.new(shape: RecommenderConfigurationResponse, required: true, location_name: "RecommenderConfigurationResponse"))
2834
+ UpdateRecommenderConfigurationResponse.struct_class = Types::UpdateRecommenderConfigurationResponse
2835
+ UpdateRecommenderConfigurationResponse[:payload] = :recommender_configuration_response
2836
+ UpdateRecommenderConfigurationResponse[:payload_member] = UpdateRecommenderConfigurationResponse.member(:recommender_configuration_response)
2837
+
2724
2838
  UpdateSegmentRequest.add_member(:application_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "application-id"))
2725
2839
  UpdateSegmentRequest.add_member(:segment_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "segment-id"))
2726
2840
  UpdateSegmentRequest.add_member(:write_segment_request, Shapes::ShapeRef.new(shape: WriteSegmentRequest, required: true, location_name: "WriteSegmentRequest"))
@@ -2926,6 +3040,7 @@ module Aws::Pinpoint
2926
3040
  o.output = Shapes::ShapeRef.new(shape: CreateAppResponse)
2927
3041
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2928
3042
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3043
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
2929
3044
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2930
3045
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2931
3046
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -2940,6 +3055,7 @@ module Aws::Pinpoint
2940
3055
  o.output = Shapes::ShapeRef.new(shape: CreateCampaignResponse)
2941
3056
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2942
3057
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3058
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
2943
3059
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2944
3060
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2945
3061
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -2967,6 +3083,7 @@ module Aws::Pinpoint
2967
3083
  o.output = Shapes::ShapeRef.new(shape: CreateExportJobResponse)
2968
3084
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2969
3085
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3086
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
2970
3087
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2971
3088
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2972
3089
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -2981,6 +3098,7 @@ module Aws::Pinpoint
2981
3098
  o.output = Shapes::ShapeRef.new(shape: CreateImportJobResponse)
2982
3099
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2983
3100
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3101
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
2984
3102
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2985
3103
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2986
3104
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -2995,6 +3113,7 @@ module Aws::Pinpoint
2995
3113
  o.output = Shapes::ShapeRef.new(shape: CreateJourneyResponse)
2996
3114
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2997
3115
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3116
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
2998
3117
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2999
3118
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3000
3119
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3014,6 +3133,21 @@ module Aws::Pinpoint
3014
3133
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3015
3134
  end)
3016
3135
 
3136
+ api.add_operation(:create_recommender_configuration, Seahorse::Model::Operation.new.tap do |o|
3137
+ o.name = "CreateRecommenderConfiguration"
3138
+ o.http_method = "POST"
3139
+ o.http_request_uri = "/v1/recommenders"
3140
+ o.input = Shapes::ShapeRef.new(shape: CreateRecommenderConfigurationRequest)
3141
+ o.output = Shapes::ShapeRef.new(shape: CreateRecommenderConfigurationResponse)
3142
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3143
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3144
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3145
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3146
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3147
+ o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
3148
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3149
+ end)
3150
+
3017
3151
  api.add_operation(:create_segment, Seahorse::Model::Operation.new.tap do |o|
3018
3152
  o.name = "CreateSegment"
3019
3153
  o.http_method = "POST"
@@ -3022,6 +3156,7 @@ module Aws::Pinpoint
3022
3156
  o.output = Shapes::ShapeRef.new(shape: CreateSegmentResponse)
3023
3157
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3024
3158
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3159
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3025
3160
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3026
3161
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3027
3162
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3062,6 +3197,7 @@ module Aws::Pinpoint
3062
3197
  o.output = Shapes::ShapeRef.new(shape: DeleteAdmChannelResponse)
3063
3198
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3064
3199
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3200
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3065
3201
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3066
3202
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3067
3203
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3076,6 +3212,7 @@ module Aws::Pinpoint
3076
3212
  o.output = Shapes::ShapeRef.new(shape: DeleteApnsChannelResponse)
3077
3213
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3078
3214
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3215
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3079
3216
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3080
3217
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3081
3218
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3090,6 +3227,7 @@ module Aws::Pinpoint
3090
3227
  o.output = Shapes::ShapeRef.new(shape: DeleteApnsSandboxChannelResponse)
3091
3228
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3092
3229
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3230
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3093
3231
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3094
3232
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3095
3233
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3104,6 +3242,7 @@ module Aws::Pinpoint
3104
3242
  o.output = Shapes::ShapeRef.new(shape: DeleteApnsVoipChannelResponse)
3105
3243
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3106
3244
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3245
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3107
3246
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3108
3247
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3109
3248
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3118,6 +3257,7 @@ module Aws::Pinpoint
3118
3257
  o.output = Shapes::ShapeRef.new(shape: DeleteApnsVoipSandboxChannelResponse)
3119
3258
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3120
3259
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3260
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3121
3261
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3122
3262
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3123
3263
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3132,6 +3272,7 @@ module Aws::Pinpoint
3132
3272
  o.output = Shapes::ShapeRef.new(shape: DeleteAppResponse)
3133
3273
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3134
3274
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3275
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3135
3276
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3136
3277
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3137
3278
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3146,6 +3287,7 @@ module Aws::Pinpoint
3146
3287
  o.output = Shapes::ShapeRef.new(shape: DeleteBaiduChannelResponse)
3147
3288
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3148
3289
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3290
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3149
3291
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3150
3292
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3151
3293
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3160,6 +3302,7 @@ module Aws::Pinpoint
3160
3302
  o.output = Shapes::ShapeRef.new(shape: DeleteCampaignResponse)
3161
3303
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3162
3304
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3305
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3163
3306
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3164
3307
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3165
3308
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3174,6 +3317,7 @@ module Aws::Pinpoint
3174
3317
  o.output = Shapes::ShapeRef.new(shape: DeleteEmailChannelResponse)
3175
3318
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3176
3319
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3320
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3177
3321
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3178
3322
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3179
3323
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3188,6 +3332,7 @@ module Aws::Pinpoint
3188
3332
  o.output = Shapes::ShapeRef.new(shape: DeleteEmailTemplateResponse)
3189
3333
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3190
3334
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3335
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3191
3336
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3192
3337
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3193
3338
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3202,6 +3347,7 @@ module Aws::Pinpoint
3202
3347
  o.output = Shapes::ShapeRef.new(shape: DeleteEndpointResponse)
3203
3348
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3204
3349
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3350
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3205
3351
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3206
3352
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3207
3353
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3216,6 +3362,7 @@ module Aws::Pinpoint
3216
3362
  o.output = Shapes::ShapeRef.new(shape: DeleteEventStreamResponse)
3217
3363
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3218
3364
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3365
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3219
3366
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3220
3367
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3221
3368
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3230,6 +3377,7 @@ module Aws::Pinpoint
3230
3377
  o.output = Shapes::ShapeRef.new(shape: DeleteGcmChannelResponse)
3231
3378
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3232
3379
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3380
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3233
3381
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3234
3382
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3235
3383
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3244,6 +3392,7 @@ module Aws::Pinpoint
3244
3392
  o.output = Shapes::ShapeRef.new(shape: DeleteJourneyResponse)
3245
3393
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3246
3394
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3395
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3247
3396
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3248
3397
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3249
3398
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3258,6 +3407,22 @@ module Aws::Pinpoint
3258
3407
  o.output = Shapes::ShapeRef.new(shape: DeletePushTemplateResponse)
3259
3408
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3260
3409
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3410
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3411
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3412
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3413
+ o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
3414
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3415
+ end)
3416
+
3417
+ api.add_operation(:delete_recommender_configuration, Seahorse::Model::Operation.new.tap do |o|
3418
+ o.name = "DeleteRecommenderConfiguration"
3419
+ o.http_method = "DELETE"
3420
+ o.http_request_uri = "/v1/recommenders/{recommender-id}"
3421
+ o.input = Shapes::ShapeRef.new(shape: DeleteRecommenderConfigurationRequest)
3422
+ o.output = Shapes::ShapeRef.new(shape: DeleteRecommenderConfigurationResponse)
3423
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3424
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3425
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3261
3426
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3262
3427
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3263
3428
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3272,6 +3437,7 @@ module Aws::Pinpoint
3272
3437
  o.output = Shapes::ShapeRef.new(shape: DeleteSegmentResponse)
3273
3438
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3274
3439
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3440
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3275
3441
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3276
3442
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3277
3443
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3286,6 +3452,7 @@ module Aws::Pinpoint
3286
3452
  o.output = Shapes::ShapeRef.new(shape: DeleteSmsChannelResponse)
3287
3453
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3288
3454
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3455
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3289
3456
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3290
3457
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3291
3458
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3300,6 +3467,7 @@ module Aws::Pinpoint
3300
3467
  o.output = Shapes::ShapeRef.new(shape: DeleteSmsTemplateResponse)
3301
3468
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3302
3469
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3470
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3303
3471
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3304
3472
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3305
3473
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3314,6 +3482,7 @@ module Aws::Pinpoint
3314
3482
  o.output = Shapes::ShapeRef.new(shape: DeleteUserEndpointsResponse)
3315
3483
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3316
3484
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3485
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3317
3486
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3318
3487
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3319
3488
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3328,6 +3497,7 @@ module Aws::Pinpoint
3328
3497
  o.output = Shapes::ShapeRef.new(shape: DeleteVoiceChannelResponse)
3329
3498
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3330
3499
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3500
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3331
3501
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3332
3502
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3333
3503
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3342,6 +3512,7 @@ module Aws::Pinpoint
3342
3512
  o.output = Shapes::ShapeRef.new(shape: DeleteVoiceTemplateResponse)
3343
3513
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3344
3514
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3515
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3345
3516
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3346
3517
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3347
3518
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3356,6 +3527,7 @@ module Aws::Pinpoint
3356
3527
  o.output = Shapes::ShapeRef.new(shape: GetAdmChannelResponse)
3357
3528
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3358
3529
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3530
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3359
3531
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3360
3532
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3361
3533
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3370,6 +3542,7 @@ module Aws::Pinpoint
3370
3542
  o.output = Shapes::ShapeRef.new(shape: GetApnsChannelResponse)
3371
3543
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3372
3544
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3545
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3373
3546
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3374
3547
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3375
3548
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3384,6 +3557,7 @@ module Aws::Pinpoint
3384
3557
  o.output = Shapes::ShapeRef.new(shape: GetApnsSandboxChannelResponse)
3385
3558
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3386
3559
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3560
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3387
3561
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3388
3562
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3389
3563
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3398,6 +3572,7 @@ module Aws::Pinpoint
3398
3572
  o.output = Shapes::ShapeRef.new(shape: GetApnsVoipChannelResponse)
3399
3573
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3400
3574
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3575
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3401
3576
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3402
3577
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3403
3578
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3412,6 +3587,7 @@ module Aws::Pinpoint
3412
3587
  o.output = Shapes::ShapeRef.new(shape: GetApnsVoipSandboxChannelResponse)
3413
3588
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3414
3589
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3590
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3415
3591
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3416
3592
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3417
3593
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3426,6 +3602,7 @@ module Aws::Pinpoint
3426
3602
  o.output = Shapes::ShapeRef.new(shape: GetAppResponse)
3427
3603
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3428
3604
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3605
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3429
3606
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3430
3607
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3431
3608
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3440,6 +3617,7 @@ module Aws::Pinpoint
3440
3617
  o.output = Shapes::ShapeRef.new(shape: GetApplicationDateRangeKpiResponse)
3441
3618
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3442
3619
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3620
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3443
3621
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3444
3622
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3445
3623
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3454,6 +3632,7 @@ module Aws::Pinpoint
3454
3632
  o.output = Shapes::ShapeRef.new(shape: GetApplicationSettingsResponse)
3455
3633
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3456
3634
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3635
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3457
3636
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3458
3637
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3459
3638
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3468,6 +3647,7 @@ module Aws::Pinpoint
3468
3647
  o.output = Shapes::ShapeRef.new(shape: GetAppsResponse)
3469
3648
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3470
3649
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3650
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3471
3651
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3472
3652
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3473
3653
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3482,6 +3662,7 @@ module Aws::Pinpoint
3482
3662
  o.output = Shapes::ShapeRef.new(shape: GetBaiduChannelResponse)
3483
3663
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3484
3664
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3665
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3485
3666
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3486
3667
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3487
3668
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3496,6 +3677,7 @@ module Aws::Pinpoint
3496
3677
  o.output = Shapes::ShapeRef.new(shape: GetCampaignResponse)
3497
3678
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3498
3679
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3680
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3499
3681
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3500
3682
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3501
3683
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3510,6 +3692,7 @@ module Aws::Pinpoint
3510
3692
  o.output = Shapes::ShapeRef.new(shape: GetCampaignActivitiesResponse)
3511
3693
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3512
3694
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3695
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3513
3696
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3514
3697
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3515
3698
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3524,6 +3707,7 @@ module Aws::Pinpoint
3524
3707
  o.output = Shapes::ShapeRef.new(shape: GetCampaignDateRangeKpiResponse)
3525
3708
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3526
3709
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3710
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3527
3711
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3528
3712
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3529
3713
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3538,6 +3722,7 @@ module Aws::Pinpoint
3538
3722
  o.output = Shapes::ShapeRef.new(shape: GetCampaignVersionResponse)
3539
3723
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3540
3724
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3725
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3541
3726
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3542
3727
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3543
3728
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3552,6 +3737,7 @@ module Aws::Pinpoint
3552
3737
  o.output = Shapes::ShapeRef.new(shape: GetCampaignVersionsResponse)
3553
3738
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3554
3739
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3740
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3555
3741
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3556
3742
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3557
3743
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3566,6 +3752,7 @@ module Aws::Pinpoint
3566
3752
  o.output = Shapes::ShapeRef.new(shape: GetCampaignsResponse)
3567
3753
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3568
3754
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3755
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3569
3756
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3570
3757
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3571
3758
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3580,6 +3767,7 @@ module Aws::Pinpoint
3580
3767
  o.output = Shapes::ShapeRef.new(shape: GetChannelsResponse)
3581
3768
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3582
3769
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3770
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3583
3771
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3584
3772
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3585
3773
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3594,6 +3782,7 @@ module Aws::Pinpoint
3594
3782
  o.output = Shapes::ShapeRef.new(shape: GetEmailChannelResponse)
3595
3783
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3596
3784
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3785
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3597
3786
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3598
3787
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3599
3788
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3608,6 +3797,7 @@ module Aws::Pinpoint
3608
3797
  o.output = Shapes::ShapeRef.new(shape: GetEmailTemplateResponse)
3609
3798
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3610
3799
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3800
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3611
3801
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3612
3802
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3613
3803
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3622,6 +3812,7 @@ module Aws::Pinpoint
3622
3812
  o.output = Shapes::ShapeRef.new(shape: GetEndpointResponse)
3623
3813
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3624
3814
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3815
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3625
3816
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3626
3817
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3627
3818
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3636,6 +3827,7 @@ module Aws::Pinpoint
3636
3827
  o.output = Shapes::ShapeRef.new(shape: GetEventStreamResponse)
3637
3828
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3638
3829
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3830
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3639
3831
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3640
3832
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3641
3833
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3650,6 +3842,7 @@ module Aws::Pinpoint
3650
3842
  o.output = Shapes::ShapeRef.new(shape: GetExportJobResponse)
3651
3843
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3652
3844
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3845
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3653
3846
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3654
3847
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3655
3848
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3664,6 +3857,7 @@ module Aws::Pinpoint
3664
3857
  o.output = Shapes::ShapeRef.new(shape: GetExportJobsResponse)
3665
3858
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3666
3859
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3860
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3667
3861
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3668
3862
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3669
3863
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3678,6 +3872,7 @@ module Aws::Pinpoint
3678
3872
  o.output = Shapes::ShapeRef.new(shape: GetGcmChannelResponse)
3679
3873
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3680
3874
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3875
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3681
3876
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3682
3877
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3683
3878
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3692,6 +3887,7 @@ module Aws::Pinpoint
3692
3887
  o.output = Shapes::ShapeRef.new(shape: GetImportJobResponse)
3693
3888
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3694
3889
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3890
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3695
3891
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3696
3892
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3697
3893
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3706,6 +3902,7 @@ module Aws::Pinpoint
3706
3902
  o.output = Shapes::ShapeRef.new(shape: GetImportJobsResponse)
3707
3903
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3708
3904
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3905
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3709
3906
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3710
3907
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3711
3908
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3720,6 +3917,7 @@ module Aws::Pinpoint
3720
3917
  o.output = Shapes::ShapeRef.new(shape: GetJourneyResponse)
3721
3918
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3722
3919
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3920
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3723
3921
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3724
3922
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3725
3923
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3734,6 +3932,7 @@ module Aws::Pinpoint
3734
3932
  o.output = Shapes::ShapeRef.new(shape: GetJourneyDateRangeKpiResponse)
3735
3933
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3736
3934
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3935
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3737
3936
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3738
3937
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3739
3938
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3748,6 +3947,7 @@ module Aws::Pinpoint
3748
3947
  o.output = Shapes::ShapeRef.new(shape: GetJourneyExecutionActivityMetricsResponse)
3749
3948
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3750
3949
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3950
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3751
3951
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3752
3952
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3753
3953
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3762,6 +3962,7 @@ module Aws::Pinpoint
3762
3962
  o.output = Shapes::ShapeRef.new(shape: GetJourneyExecutionMetricsResponse)
3763
3963
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3764
3964
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3965
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3765
3966
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3766
3967
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3767
3968
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3776,6 +3977,37 @@ module Aws::Pinpoint
3776
3977
  o.output = Shapes::ShapeRef.new(shape: GetPushTemplateResponse)
3777
3978
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3778
3979
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3980
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3981
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3982
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3983
+ o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
3984
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3985
+ end)
3986
+
3987
+ api.add_operation(:get_recommender_configuration, Seahorse::Model::Operation.new.tap do |o|
3988
+ o.name = "GetRecommenderConfiguration"
3989
+ o.http_method = "GET"
3990
+ o.http_request_uri = "/v1/recommenders/{recommender-id}"
3991
+ o.input = Shapes::ShapeRef.new(shape: GetRecommenderConfigurationRequest)
3992
+ o.output = Shapes::ShapeRef.new(shape: GetRecommenderConfigurationResponse)
3993
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3994
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3995
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3996
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3997
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3998
+ o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
3999
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
4000
+ end)
4001
+
4002
+ api.add_operation(:get_recommender_configurations, Seahorse::Model::Operation.new.tap do |o|
4003
+ o.name = "GetRecommenderConfigurations"
4004
+ o.http_method = "GET"
4005
+ o.http_request_uri = "/v1/recommenders"
4006
+ o.input = Shapes::ShapeRef.new(shape: GetRecommenderConfigurationsRequest)
4007
+ o.output = Shapes::ShapeRef.new(shape: GetRecommenderConfigurationsResponse)
4008
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4009
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4010
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3779
4011
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3780
4012
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3781
4013
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3790,6 +4022,7 @@ module Aws::Pinpoint
3790
4022
  o.output = Shapes::ShapeRef.new(shape: GetSegmentResponse)
3791
4023
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3792
4024
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4025
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3793
4026
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3794
4027
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3795
4028
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3804,6 +4037,7 @@ module Aws::Pinpoint
3804
4037
  o.output = Shapes::ShapeRef.new(shape: GetSegmentExportJobsResponse)
3805
4038
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3806
4039
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4040
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3807
4041
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3808
4042
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3809
4043
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3818,6 +4052,7 @@ module Aws::Pinpoint
3818
4052
  o.output = Shapes::ShapeRef.new(shape: GetSegmentImportJobsResponse)
3819
4053
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3820
4054
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4055
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3821
4056
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3822
4057
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3823
4058
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3832,6 +4067,7 @@ module Aws::Pinpoint
3832
4067
  o.output = Shapes::ShapeRef.new(shape: GetSegmentVersionResponse)
3833
4068
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3834
4069
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4070
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3835
4071
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3836
4072
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3837
4073
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3846,6 +4082,7 @@ module Aws::Pinpoint
3846
4082
  o.output = Shapes::ShapeRef.new(shape: GetSegmentVersionsResponse)
3847
4083
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3848
4084
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4085
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3849
4086
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3850
4087
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3851
4088
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3860,6 +4097,7 @@ module Aws::Pinpoint
3860
4097
  o.output = Shapes::ShapeRef.new(shape: GetSegmentsResponse)
3861
4098
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3862
4099
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4100
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3863
4101
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3864
4102
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3865
4103
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3874,6 +4112,7 @@ module Aws::Pinpoint
3874
4112
  o.output = Shapes::ShapeRef.new(shape: GetSmsChannelResponse)
3875
4113
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3876
4114
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4115
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3877
4116
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3878
4117
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3879
4118
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3888,6 +4127,7 @@ module Aws::Pinpoint
3888
4127
  o.output = Shapes::ShapeRef.new(shape: GetSmsTemplateResponse)
3889
4128
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3890
4129
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4130
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3891
4131
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3892
4132
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3893
4133
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3902,6 +4142,7 @@ module Aws::Pinpoint
3902
4142
  o.output = Shapes::ShapeRef.new(shape: GetUserEndpointsResponse)
3903
4143
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3904
4144
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4145
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3905
4146
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3906
4147
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3907
4148
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3916,6 +4157,7 @@ module Aws::Pinpoint
3916
4157
  o.output = Shapes::ShapeRef.new(shape: GetVoiceChannelResponse)
3917
4158
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3918
4159
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4160
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3919
4161
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3920
4162
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3921
4163
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3930,6 +4172,7 @@ module Aws::Pinpoint
3930
4172
  o.output = Shapes::ShapeRef.new(shape: GetVoiceTemplateResponse)
3931
4173
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3932
4174
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4175
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3933
4176
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3934
4177
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3935
4178
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3944,6 +4187,7 @@ module Aws::Pinpoint
3944
4187
  o.output = Shapes::ShapeRef.new(shape: ListJourneysResponse)
3945
4188
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3946
4189
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4190
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3947
4191
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3948
4192
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3949
4193
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3966,6 +4210,7 @@ module Aws::Pinpoint
3966
4210
  o.output = Shapes::ShapeRef.new(shape: ListTemplateVersionsResponse)
3967
4211
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3968
4212
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4213
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3969
4214
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3970
4215
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3971
4216
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -3993,6 +4238,7 @@ module Aws::Pinpoint
3993
4238
  o.output = Shapes::ShapeRef.new(shape: PhoneNumberValidateResponse)
3994
4239
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3995
4240
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4241
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
3996
4242
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3997
4243
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3998
4244
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4007,6 +4253,7 @@ module Aws::Pinpoint
4007
4253
  o.output = Shapes::ShapeRef.new(shape: PutEventStreamResponse)
4008
4254
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4009
4255
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4256
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4010
4257
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4011
4258
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4012
4259
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4021,6 +4268,7 @@ module Aws::Pinpoint
4021
4268
  o.output = Shapes::ShapeRef.new(shape: PutEventsResponse)
4022
4269
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4023
4270
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4271
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4024
4272
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4025
4273
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4026
4274
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4035,6 +4283,7 @@ module Aws::Pinpoint
4035
4283
  o.output = Shapes::ShapeRef.new(shape: RemoveAttributesResponse)
4036
4284
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4037
4285
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4286
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4038
4287
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4039
4288
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4040
4289
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4049,6 +4298,7 @@ module Aws::Pinpoint
4049
4298
  o.output = Shapes::ShapeRef.new(shape: SendMessagesResponse)
4050
4299
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4051
4300
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4301
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4052
4302
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4053
4303
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4054
4304
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4063,6 +4313,7 @@ module Aws::Pinpoint
4063
4313
  o.output = Shapes::ShapeRef.new(shape: SendUsersMessagesResponse)
4064
4314
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4065
4315
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4316
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4066
4317
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4067
4318
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4068
4319
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4093,6 +4344,7 @@ module Aws::Pinpoint
4093
4344
  o.output = Shapes::ShapeRef.new(shape: UpdateAdmChannelResponse)
4094
4345
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4095
4346
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4347
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4096
4348
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4097
4349
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4098
4350
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4107,6 +4359,7 @@ module Aws::Pinpoint
4107
4359
  o.output = Shapes::ShapeRef.new(shape: UpdateApnsChannelResponse)
4108
4360
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4109
4361
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4362
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4110
4363
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4111
4364
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4112
4365
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4121,6 +4374,7 @@ module Aws::Pinpoint
4121
4374
  o.output = Shapes::ShapeRef.new(shape: UpdateApnsSandboxChannelResponse)
4122
4375
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4123
4376
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4377
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4124
4378
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4125
4379
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4126
4380
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4135,6 +4389,7 @@ module Aws::Pinpoint
4135
4389
  o.output = Shapes::ShapeRef.new(shape: UpdateApnsVoipChannelResponse)
4136
4390
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4137
4391
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4392
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4138
4393
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4139
4394
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4140
4395
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4149,6 +4404,7 @@ module Aws::Pinpoint
4149
4404
  o.output = Shapes::ShapeRef.new(shape: UpdateApnsVoipSandboxChannelResponse)
4150
4405
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4151
4406
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4407
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4152
4408
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4153
4409
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4154
4410
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4163,6 +4419,7 @@ module Aws::Pinpoint
4163
4419
  o.output = Shapes::ShapeRef.new(shape: UpdateApplicationSettingsResponse)
4164
4420
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4165
4421
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4422
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4166
4423
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4167
4424
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4168
4425
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4177,6 +4434,7 @@ module Aws::Pinpoint
4177
4434
  o.output = Shapes::ShapeRef.new(shape: UpdateBaiduChannelResponse)
4178
4435
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4179
4436
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4437
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4180
4438
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4181
4439
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4182
4440
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4191,6 +4449,7 @@ module Aws::Pinpoint
4191
4449
  o.output = Shapes::ShapeRef.new(shape: UpdateCampaignResponse)
4192
4450
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4193
4451
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4452
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4194
4453
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4195
4454
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4196
4455
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4205,6 +4464,7 @@ module Aws::Pinpoint
4205
4464
  o.output = Shapes::ShapeRef.new(shape: UpdateEmailChannelResponse)
4206
4465
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4207
4466
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4467
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4208
4468
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4209
4469
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4210
4470
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4219,6 +4479,7 @@ module Aws::Pinpoint
4219
4479
  o.output = Shapes::ShapeRef.new(shape: UpdateEmailTemplateResponse)
4220
4480
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4221
4481
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4482
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4222
4483
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4223
4484
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4224
4485
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4233,6 +4494,7 @@ module Aws::Pinpoint
4233
4494
  o.output = Shapes::ShapeRef.new(shape: UpdateEndpointResponse)
4234
4495
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4235
4496
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4497
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4236
4498
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4237
4499
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4238
4500
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4247,6 +4509,7 @@ module Aws::Pinpoint
4247
4509
  o.output = Shapes::ShapeRef.new(shape: UpdateEndpointsBatchResponse)
4248
4510
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4249
4511
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4512
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4250
4513
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4251
4514
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4252
4515
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4261,6 +4524,7 @@ module Aws::Pinpoint
4261
4524
  o.output = Shapes::ShapeRef.new(shape: UpdateGcmChannelResponse)
4262
4525
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4263
4526
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4527
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4264
4528
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4265
4529
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4266
4530
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4275,6 +4539,7 @@ module Aws::Pinpoint
4275
4539
  o.output = Shapes::ShapeRef.new(shape: UpdateJourneyResponse)
4276
4540
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4277
4541
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4542
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4278
4543
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4279
4544
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4280
4545
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4289,6 +4554,7 @@ module Aws::Pinpoint
4289
4554
  o.output = Shapes::ShapeRef.new(shape: UpdateJourneyStateResponse)
4290
4555
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4291
4556
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4557
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4292
4558
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4293
4559
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4294
4560
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4303,6 +4569,22 @@ module Aws::Pinpoint
4303
4569
  o.output = Shapes::ShapeRef.new(shape: UpdatePushTemplateResponse)
4304
4570
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4305
4571
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4572
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4573
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4574
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4575
+ o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
4576
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
4577
+ end)
4578
+
4579
+ api.add_operation(:update_recommender_configuration, Seahorse::Model::Operation.new.tap do |o|
4580
+ o.name = "UpdateRecommenderConfiguration"
4581
+ o.http_method = "PUT"
4582
+ o.http_request_uri = "/v1/recommenders/{recommender-id}"
4583
+ o.input = Shapes::ShapeRef.new(shape: UpdateRecommenderConfigurationRequest)
4584
+ o.output = Shapes::ShapeRef.new(shape: UpdateRecommenderConfigurationResponse)
4585
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4586
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4587
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4306
4588
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4307
4589
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4308
4590
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4317,6 +4599,7 @@ module Aws::Pinpoint
4317
4599
  o.output = Shapes::ShapeRef.new(shape: UpdateSegmentResponse)
4318
4600
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4319
4601
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4602
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4320
4603
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4321
4604
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4322
4605
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4331,6 +4614,7 @@ module Aws::Pinpoint
4331
4614
  o.output = Shapes::ShapeRef.new(shape: UpdateSmsChannelResponse)
4332
4615
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4333
4616
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4617
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4334
4618
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4335
4619
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4336
4620
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4345,6 +4629,7 @@ module Aws::Pinpoint
4345
4629
  o.output = Shapes::ShapeRef.new(shape: UpdateSmsTemplateResponse)
4346
4630
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4347
4631
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4632
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4348
4633
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4349
4634
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4350
4635
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4359,6 +4644,7 @@ module Aws::Pinpoint
4359
4644
  o.output = Shapes::ShapeRef.new(shape: UpdateTemplateActiveVersionResponse)
4360
4645
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4361
4646
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4647
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4362
4648
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4363
4649
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4364
4650
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4373,6 +4659,7 @@ module Aws::Pinpoint
4373
4659
  o.output = Shapes::ShapeRef.new(shape: UpdateVoiceChannelResponse)
4374
4660
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4375
4661
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4662
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4376
4663
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4377
4664
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4378
4665
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)
@@ -4387,6 +4674,7 @@ module Aws::Pinpoint
4387
4674
  o.output = Shapes::ShapeRef.new(shape: UpdateVoiceTemplateResponse)
4388
4675
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4389
4676
  o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4677
+ o.errors << Shapes::ShapeRef.new(shape: PayloadTooLargeException)
4390
4678
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4391
4679
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
4392
4680
  o.errors << Shapes::ShapeRef.new(shape: MethodNotAllowedException)