aws-sdk-customerprofiles 1.1.0 → 1.2.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: f6536513e005fac021ff1fb16adc559e268b319a1c7d7399ff9da6b7dd7b4ab2
4
- data.tar.gz: 2c82006aacef937782ad45f10904a8bafb3da3d1eb6fbc7a12dd4426b9196c03
3
+ metadata.gz: 36eaaca46ad68b4266e158b48b91bcd575f73823f80bd0d9f4c9cabd6523c032
4
+ data.tar.gz: 65679cccd4f3605d66ddc14757ce72faa3c87ca41784779fd7f08acb0a584d0c
5
5
  SHA512:
6
- metadata.gz: 9225dba0c72471e10aea576999a5b71b46667b29067eb2dbfd9a1d4a3fb698f2e94aa8971e7ff37917a1288a1c6c40093e082028e7f9de41c3b2adcc52eda273
7
- data.tar.gz: 4d3f24b2ba48d047c27d41c7373766d633242c655d170b32c9d8fd2dbcfd4ea38e134e44fc2ad343b5b270620fd9ad3863bdd98d49cb75e1ee552d685d67d201
6
+ metadata.gz: 927e489abe49a7ac2aed5ed46de226bb27dd2f634b47847cba7aaa8e2cf752e96eb9987a1834bcc97b9d6bbbef538bf9e988d865d11c9804c585c85cc677f01c
7
+ data.tar.gz: 987148e04a9e6eb98112ac79cd7e777c8f08d714c0ffb0f54a80df5877bebc316e93be5634833f870575142962f9b210147fc6f9885891d891ecbbacf4c8957c
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-customerprofiles/customizations'
48
48
  # @!group service
49
49
  module Aws::CustomerProfiles
50
50
 
51
- GEM_VERSION = '1.1.0'
51
+ GEM_VERSION = '1.2.0'
52
52
 
53
53
  end
@@ -644,7 +644,7 @@ module Aws::CustomerProfiles
644
644
  # @option params [required, String] :domain_name
645
645
  # The unique name of the domain.
646
646
  #
647
- # @option params [String] :uri
647
+ # @option params [required, String] :uri
648
648
  # The URI of the S3 bucket or any other type of data source.
649
649
  #
650
650
  # @return [Types::DeleteIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -655,7 +655,7 @@ module Aws::CustomerProfiles
655
655
  #
656
656
  # resp = client.delete_integration({
657
657
  # domain_name: "name", # required
658
- # uri: "string1To255",
658
+ # uri: "string1To255", # required
659
659
  # })
660
660
  #
661
661
  # @example Response structure
@@ -872,7 +872,7 @@ module Aws::CustomerProfiles
872
872
  # @option params [required, String] :domain_name
873
873
  # The unique name of the domain.
874
874
  #
875
- # @option params [String] :uri
875
+ # @option params [required, String] :uri
876
876
  # The URI of the S3 bucket or any other type of data source.
877
877
  #
878
878
  # @return [Types::GetIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -888,7 +888,7 @@ module Aws::CustomerProfiles
888
888
  #
889
889
  # resp = client.get_integration({
890
890
  # domain_name: "name", # required
891
- # uri: "string1To255",
891
+ # uri: "string1To255", # required
892
892
  # })
893
893
  #
894
894
  # @example Response structure
@@ -1972,7 +1972,7 @@ module Aws::CustomerProfiles
1972
1972
  params: params,
1973
1973
  config: config)
1974
1974
  context[:gem_name] = 'aws-sdk-customerprofiles'
1975
- context[:gem_version] = '1.1.0'
1975
+ context[:gem_version] = '1.2.0'
1976
1976
  Seahorse::Client::Request.new(handlers, context)
1977
1977
  end
1978
1978
 
@@ -208,7 +208,7 @@ module Aws::CustomerProfiles
208
208
  DeleteDomainResponse.struct_class = Types::DeleteDomainResponse
209
209
 
210
210
  DeleteIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
211
- DeleteIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
211
+ DeleteIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
212
212
  DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
213
213
 
214
214
  DeleteIntegrationResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
@@ -273,7 +273,7 @@ module Aws::CustomerProfiles
273
273
  GetDomainResponse.struct_class = Types::GetDomainResponse
274
274
 
275
275
  GetIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
276
- GetIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
276
+ GetIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
277
277
  GetIntegrationRequest.struct_class = Types::GetIntegrationRequest
278
278
 
279
279
  GetIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
@@ -508,7 +508,7 @@ module Aws::CustomerProfiles
508
508
  #
509
509
  # {
510
510
  # domain_name: "name", # required
511
- # uri: "string1To255",
511
+ # uri: "string1To255", # required
512
512
  # }
513
513
  #
514
514
  # @!attribute [rw] domain_name
@@ -821,7 +821,7 @@ module Aws::CustomerProfiles
821
821
  #
822
822
  # {
823
823
  # domain_name: "name", # required
824
- # uri: "string1To255",
824
+ # uri: "string1To255", # required
825
825
  # }
826
826
  #
827
827
  # @!attribute [rw] domain_name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-customerprofiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-12-02 00:00:00.000000000 Z
11
+ date: 2021-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core