aws-sdk-cognitoidentityprovider 1.43.0 → 1.44.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
  SHA256:
3
- metadata.gz: 7b6ac655b806a0dc5a6704b845c9fbe080aa79366883d8dc5aa6803140571271
4
- data.tar.gz: 18d558b605615d5c11b1fb2c96dc413942e7b84d7a02120470c90dd52922ddb5
3
+ metadata.gz: fc51e18f2294d37efc29cfb1fcf4bb90dc4883c012cb0aa33233e3f30b4272d3
4
+ data.tar.gz: daddd7a3daf5ba303b835aa97c5705b7219ec67487fd66434d48f848fdc45b8a
5
5
  SHA512:
6
- metadata.gz: 128c94db366737299919700d2691680916cca0411192984a7159d70f5040824bc38f4e189c138bc38f41cac0772c101fdceb53a93a2059fca290e6df7961d2f9
7
- data.tar.gz: 0b4da76cd9964e0f7799fb0813c5af0c2d4c72cca42acbbbeb157261be7df8acb50952c57353bf15f05d8b6223cb6d01a04c1f31ece78f56973effbe8e5651f8
6
+ metadata.gz: e7d7653c6dd0f4032ca8a53b392a63d6aecaad0836721b38fc187027874cc88a8e769c493f922b2844e326944c17e49ab482640007fa857db7aafe742b546d8c
7
+ data.tar.gz: 35ffbe29517a8444b546b37cf78ec689ffcaeaacd22dc6221e7c207a721c2c377b3e4af19b709c1b4166e93edc84b881222d903717dd323a9b06978a42d50ca8
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-cognitoidentityprovider/customizations'
47
47
  # @service
48
48
  module Aws::CognitoIdentityProvider
49
49
 
50
- GEM_VERSION = '1.43.0'
50
+ GEM_VERSION = '1.44.0'
51
51
 
52
52
  end
@@ -3198,9 +3198,10 @@ module Aws::CognitoIdentityProvider
3198
3198
  # allowed_o_auth_scopes: ["ScopeType"],
3199
3199
  # allowed_o_auth_flows_user_pool_client: false,
3200
3200
  # analytics_configuration: {
3201
- # application_id: "HexStringType", # required
3202
- # role_arn: "ArnType", # required
3203
- # external_id: "StringType", # required
3201
+ # application_id: "HexStringType",
3202
+ # application_arn: "ArnType",
3203
+ # role_arn: "ArnType",
3204
+ # external_id: "StringType",
3204
3205
  # user_data_shared: false,
3205
3206
  # },
3206
3207
  # prevent_user_existence_errors: "LEGACY", # accepts LEGACY, ENABLED
@@ -3239,6 +3240,7 @@ module Aws::CognitoIdentityProvider
3239
3240
  # resp.user_pool_client.allowed_o_auth_scopes[0] #=> String
3240
3241
  # resp.user_pool_client.allowed_o_auth_flows_user_pool_client #=> Boolean
3241
3242
  # resp.user_pool_client.analytics_configuration.application_id #=> String
3243
+ # resp.user_pool_client.analytics_configuration.application_arn #=> String
3242
3244
  # resp.user_pool_client.analytics_configuration.role_arn #=> String
3243
3245
  # resp.user_pool_client.analytics_configuration.external_id #=> String
3244
3246
  # resp.user_pool_client.analytics_configuration.user_data_shared #=> Boolean
@@ -3849,6 +3851,7 @@ module Aws::CognitoIdentityProvider
3849
3851
  # resp.user_pool_client.allowed_o_auth_scopes[0] #=> String
3850
3852
  # resp.user_pool_client.allowed_o_auth_flows_user_pool_client #=> Boolean
3851
3853
  # resp.user_pool_client.analytics_configuration.application_id #=> String
3854
+ # resp.user_pool_client.analytics_configuration.application_arn #=> String
3852
3855
  # resp.user_pool_client.analytics_configuration.role_arn #=> String
3853
3856
  # resp.user_pool_client.analytics_configuration.external_id #=> String
3854
3857
  # resp.user_pool_client.analytics_configuration.user_data_shared #=> Boolean
@@ -6735,9 +6738,10 @@ module Aws::CognitoIdentityProvider
6735
6738
  # allowed_o_auth_scopes: ["ScopeType"],
6736
6739
  # allowed_o_auth_flows_user_pool_client: false,
6737
6740
  # analytics_configuration: {
6738
- # application_id: "HexStringType", # required
6739
- # role_arn: "ArnType", # required
6740
- # external_id: "StringType", # required
6741
+ # application_id: "HexStringType",
6742
+ # application_arn: "ArnType",
6743
+ # role_arn: "ArnType",
6744
+ # external_id: "StringType",
6741
6745
  # user_data_shared: false,
6742
6746
  # },
6743
6747
  # prevent_user_existence_errors: "LEGACY", # accepts LEGACY, ENABLED
@@ -6776,6 +6780,7 @@ module Aws::CognitoIdentityProvider
6776
6780
  # resp.user_pool_client.allowed_o_auth_scopes[0] #=> String
6777
6781
  # resp.user_pool_client.allowed_o_auth_flows_user_pool_client #=> Boolean
6778
6782
  # resp.user_pool_client.analytics_configuration.application_id #=> String
6783
+ # resp.user_pool_client.analytics_configuration.application_arn #=> String
6779
6784
  # resp.user_pool_client.analytics_configuration.role_arn #=> String
6780
6785
  # resp.user_pool_client.analytics_configuration.external_id #=> String
6781
6786
  # resp.user_pool_client.analytics_configuration.user_data_shared #=> Boolean
@@ -6962,7 +6967,7 @@ module Aws::CognitoIdentityProvider
6962
6967
  params: params,
6963
6968
  config: config)
6964
6969
  context[:gem_name] = 'aws-sdk-cognitoidentityprovider'
6965
- context[:gem_version] = '1.43.0'
6970
+ context[:gem_version] = '1.44.0'
6966
6971
  Seahorse::Client::Request.new(handlers, context)
6967
6972
  end
6968
6973
 
@@ -713,9 +713,10 @@ module Aws::CognitoIdentityProvider
713
713
  AliasExistsException.add_member(:message, Shapes::ShapeRef.new(shape: MessageType, location_name: "message"))
714
714
  AliasExistsException.struct_class = Types::AliasExistsException
715
715
 
716
- AnalyticsConfigurationType.add_member(:application_id, Shapes::ShapeRef.new(shape: HexStringType, required: true, location_name: "ApplicationId"))
717
- AnalyticsConfigurationType.add_member(:role_arn, Shapes::ShapeRef.new(shape: ArnType, required: true, location_name: "RoleArn"))
718
- AnalyticsConfigurationType.add_member(:external_id, Shapes::ShapeRef.new(shape: StringType, required: true, location_name: "ExternalId"))
716
+ AnalyticsConfigurationType.add_member(:application_id, Shapes::ShapeRef.new(shape: HexStringType, location_name: "ApplicationId"))
717
+ AnalyticsConfigurationType.add_member(:application_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "ApplicationArn"))
718
+ AnalyticsConfigurationType.add_member(:role_arn, Shapes::ShapeRef.new(shape: ArnType, location_name: "RoleArn"))
719
+ AnalyticsConfigurationType.add_member(:external_id, Shapes::ShapeRef.new(shape: StringType, location_name: "ExternalId"))
719
720
  AnalyticsConfigurationType.add_member(:user_data_shared, Shapes::ShapeRef.new(shape: BooleanType, location_name: "UserDataShared"))
720
721
  AnalyticsConfigurationType.struct_class = Types::AnalyticsConfigurationType
721
722
 
@@ -2181,9 +2181,10 @@ module Aws::CognitoIdentityProvider
2181
2181
  # data as a hash:
2182
2182
  #
2183
2183
  # {
2184
- # application_id: "HexStringType", # required
2185
- # role_arn: "ArnType", # required
2186
- # external_id: "StringType", # required
2184
+ # application_id: "HexStringType",
2185
+ # application_arn: "ArnType",
2186
+ # role_arn: "ArnType",
2187
+ # external_id: "StringType",
2187
2188
  # user_data_shared: false,
2188
2189
  # }
2189
2190
  #
@@ -2191,6 +2192,13 @@ module Aws::CognitoIdentityProvider
2191
2192
  # The application ID for an Amazon Pinpoint application.
2192
2193
  # @return [String]
2193
2194
  #
2195
+ # @!attribute [rw] application_arn
2196
+ # The Amazon Resource Name (ARN) of an Amazon Pinpoint project. You
2197
+ # can use the Amazon Pinpoint project for Pinpoint integration with
2198
+ # the chosen User Pool Client. Amazon Cognito publishes events to the
2199
+ # pinpoint project declared by the app ARN.
2200
+ # @return [String]
2201
+ #
2194
2202
  # @!attribute [rw] role_arn
2195
2203
  # The ARN of an IAM role that authorizes Amazon Cognito to publish
2196
2204
  # events to Amazon Pinpoint analytics.
@@ -2209,6 +2217,7 @@ module Aws::CognitoIdentityProvider
2209
2217
  #
2210
2218
  class AnalyticsConfigurationType < Struct.new(
2211
2219
  :application_id,
2220
+ :application_arn,
2212
2221
  :role_arn,
2213
2222
  :external_id,
2214
2223
  :user_data_shared)
@@ -3278,9 +3287,10 @@ module Aws::CognitoIdentityProvider
3278
3287
  # allowed_o_auth_scopes: ["ScopeType"],
3279
3288
  # allowed_o_auth_flows_user_pool_client: false,
3280
3289
  # analytics_configuration: {
3281
- # application_id: "HexStringType", # required
3282
- # role_arn: "ArnType", # required
3283
- # external_id: "StringType", # required
3290
+ # application_id: "HexStringType",
3291
+ # application_arn: "ArnType",
3292
+ # role_arn: "ArnType",
3293
+ # external_id: "StringType",
3284
3294
  # user_data_shared: false,
3285
3295
  # },
3286
3296
  # prevent_user_existence_errors: "LEGACY", # accepts LEGACY, ENABLED
@@ -8945,9 +8955,10 @@ module Aws::CognitoIdentityProvider
8945
8955
  # allowed_o_auth_scopes: ["ScopeType"],
8946
8956
  # allowed_o_auth_flows_user_pool_client: false,
8947
8957
  # analytics_configuration: {
8948
- # application_id: "HexStringType", # required
8949
- # role_arn: "ArnType", # required
8950
- # external_id: "StringType", # required
8958
+ # application_id: "HexStringType",
8959
+ # application_arn: "ArnType",
8960
+ # role_arn: "ArnType",
8961
+ # external_id: "StringType",
8951
8962
  # user_data_shared: false,
8952
8963
  # },
8953
8964
  # prevent_user_existence_errors: "LEGACY", # accepts LEGACY, ENABLED
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentityprovider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-13 00:00:00.000000000 Z
11
+ date: 2020-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core