aws-sdk-customerprofiles 1.0.0 → 1.5.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: eb16674442c9b40694618ca95b9a16a9c8d55b0aae51a154d5c734fe70d79165
4
- data.tar.gz: 705fb7132cb83a820dd2fec67f0c2ea5054b0364501d60fd3c000eca61a6e8e4
3
+ metadata.gz: 3c94b1a61d3f6e15efe3caed7cd6edadb45309aebd9b93caa7a2a2c556f9fa2e
4
+ data.tar.gz: bd27cf29eec78eccee469e5fef11b84cba2c3e31e5b7aed0117e823f1dea1c2f
5
5
  SHA512:
6
- metadata.gz: dde6292d0931a7d80a7cb2ab11da956669441895b284c93f3e6453124c4a7def59784cac404226392bb11b41f5c18acc851ec66f5adb229155d36109b68b0430
7
- data.tar.gz: 5ef967fc38bb624b8c7b81f13072e5c67debbc3515f82a88bd0f38be003b0dff16940b21d8781a91aef2d84c2e41f75f6279135b1d1480dff2036842d60edcd5
6
+ metadata.gz: 91ac6c3534e54b417f6cb7775fe92ae9f2b5677e1fa43bce3f2f717475619030fc2d528f1d1bcf7a3c6a071305b57ab7c6584fc70623c1cdfd7d4610c6d8845c
7
+ data.tar.gz: a4df916d627f4356c2574580804eb809d89faa571927060dfa7afc540df1786f24ee4ce20b431dbebdda392ea4f841c562c4dacd3b8b16948ab21bf4d1a6f7eb
data/CHANGELOG.md ADDED
@@ -0,0 +1,33 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.5.0 (2021-03-26)
5
+ ------------------
6
+
7
+ * Feature - This release adds an optional parameter named FlowDefinition in PutIntegrationRequest.
8
+
9
+ 1.4.0 (2021-03-10)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.3.0 (2021-02-02)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.2.0 (2021-01-27)
20
+ ------------------
21
+
22
+ * Feature - This release makes Uri a required parameter in GetIntegrationRequest and DeleteIntegrationRequest.
23
+
24
+ 1.1.0 (2020-12-02)
25
+ ------------------
26
+
27
+ * Feature - This is the first release of Amazon Connect Customer Profiles, a unified customer profile for your Amazon Connect contact center.
28
+
29
+ 1.0.0 (2020-12-02)
30
+ ------------------
31
+
32
+ * Feature - Initial release of `aws-sdk-customerprofiles`.
33
+
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.5.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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.0.0'
51
+ GEM_VERSION = '1.5.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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
@@ -1326,7 +1326,7 @@ module Aws::CustomerProfiles
1326
1326
  # @option params [required, String] :domain_name
1327
1327
  # The unique name of the domain.
1328
1328
  #
1329
- # @option params [required, String] :uri
1329
+ # @option params [String] :uri
1330
1330
  # The URI of the S3 bucket or any other type of data source.
1331
1331
  #
1332
1332
  # @option params [required, String] :object_type_name
@@ -1335,6 +1335,8 @@ module Aws::CustomerProfiles
1335
1335
  # @option params [Hash<String,String>] :tags
1336
1336
  # The tags used to organize, track, or control access for this resource.
1337
1337
  #
1338
+ # @option params [Types::FlowDefinition] :flow_definition
1339
+ #
1338
1340
  # @return [Types::PutIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1339
1341
  #
1340
1342
  # * {Types::PutIntegrationResponse#domain_name #domain_name} => String
@@ -1348,11 +1350,74 @@ module Aws::CustomerProfiles
1348
1350
  #
1349
1351
  # resp = client.put_integration({
1350
1352
  # domain_name: "name", # required
1351
- # uri: "string1To255", # required
1353
+ # uri: "string1To255",
1352
1354
  # object_type_name: "typeName", # required
1353
1355
  # tags: {
1354
1356
  # "TagKey" => "TagValue",
1355
1357
  # },
1358
+ # flow_definition: {
1359
+ # description: "FlowDescription",
1360
+ # flow_name: "FlowName", # required
1361
+ # kms_arn: "KmsArn", # required
1362
+ # source_flow_config: { # required
1363
+ # connector_profile_name: "ConnectorProfileName",
1364
+ # connector_type: "Salesforce", # required, accepts Salesforce, Marketo, Zendesk, Servicenow, S3
1365
+ # incremental_pull_config: {
1366
+ # datetime_type_field_name: "DatetimeTypeFieldName",
1367
+ # },
1368
+ # source_connector_properties: { # required
1369
+ # marketo: {
1370
+ # object: "Object", # required
1371
+ # },
1372
+ # s3: {
1373
+ # bucket_name: "BucketName", # required
1374
+ # bucket_prefix: "BucketPrefix",
1375
+ # },
1376
+ # salesforce: {
1377
+ # object: "Object", # required
1378
+ # enable_dynamic_field_update: false,
1379
+ # include_deleted_records: false,
1380
+ # },
1381
+ # service_now: {
1382
+ # object: "Object", # required
1383
+ # },
1384
+ # zendesk: {
1385
+ # object: "Object", # required
1386
+ # },
1387
+ # },
1388
+ # },
1389
+ # tasks: [ # required
1390
+ # {
1391
+ # connector_operator: {
1392
+ # marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1393
+ # s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1394
+ # salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1395
+ # service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1396
+ # zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
1397
+ # },
1398
+ # destination_field: "DestinationField",
1399
+ # source_fields: ["stringTo2048"], # required
1400
+ # task_properties: {
1401
+ # "VALUE" => "Property",
1402
+ # },
1403
+ # task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Mask, Merge, Truncate, Validate
1404
+ # },
1405
+ # ],
1406
+ # trigger_config: { # required
1407
+ # trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
1408
+ # trigger_properties: {
1409
+ # scheduled: {
1410
+ # schedule_expression: "ScheduleExpression", # required
1411
+ # data_pull_mode: "Incremental", # accepts Incremental, Complete
1412
+ # schedule_start_time: Time.now,
1413
+ # schedule_end_time: Time.now,
1414
+ # timezone: "Timezone",
1415
+ # schedule_offset: 1,
1416
+ # first_execution_from: Time.now,
1417
+ # },
1418
+ # },
1419
+ # },
1420
+ # },
1356
1421
  # })
1357
1422
  #
1358
1423
  # @example Response structure
@@ -1972,7 +2037,7 @@ module Aws::CustomerProfiles
1972
2037
  params: params,
1973
2038
  config: config)
1974
2039
  context[:gem_name] = 'aws-sdk-customerprofiles'
1975
- context[:gem_version] = '1.0.0'
2040
+ context[:gem_version] = '1.5.0'
1976
2041
  Seahorse::Client::Request.new(handlers, context)
1977
2042
  end
1978
2043
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -19,10 +19,17 @@ module Aws::CustomerProfiles
19
19
  Address = Shapes::StructureShape.new(name: 'Address')
20
20
  Attributes = Shapes::MapShape.new(name: 'Attributes')
21
21
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
22
+ BucketName = Shapes::StringShape.new(name: 'BucketName')
23
+ BucketPrefix = Shapes::StringShape.new(name: 'BucketPrefix')
24
+ ConnectorOperator = Shapes::StructureShape.new(name: 'ConnectorOperator')
25
+ ConnectorProfileName = Shapes::StringShape.new(name: 'ConnectorProfileName')
22
26
  CreateDomainRequest = Shapes::StructureShape.new(name: 'CreateDomainRequest')
23
27
  CreateDomainResponse = Shapes::StructureShape.new(name: 'CreateDomainResponse')
24
28
  CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
25
29
  CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
30
+ DataPullMode = Shapes::StringShape.new(name: 'DataPullMode')
31
+ Date = Shapes::TimestampShape.new(name: 'Date')
32
+ DatetimeTypeFieldName = Shapes::StringShape.new(name: 'DatetimeTypeFieldName')
26
33
  DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
27
34
  DeleteDomainResponse = Shapes::StructureShape.new(name: 'DeleteDomainResponse')
28
35
  DeleteIntegrationRequest = Shapes::StructureShape.new(name: 'DeleteIntegrationRequest')
@@ -35,11 +42,15 @@ module Aws::CustomerProfiles
35
42
  DeleteProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'DeleteProfileObjectTypeResponse')
36
43
  DeleteProfileRequest = Shapes::StructureShape.new(name: 'DeleteProfileRequest')
37
44
  DeleteProfileResponse = Shapes::StructureShape.new(name: 'DeleteProfileResponse')
45
+ DestinationField = Shapes::StringShape.new(name: 'DestinationField')
38
46
  DomainList = Shapes::ListShape.new(name: 'DomainList')
39
47
  DomainStats = Shapes::StructureShape.new(name: 'DomainStats')
40
48
  FieldContentType = Shapes::StringShape.new(name: 'FieldContentType')
41
49
  FieldMap = Shapes::MapShape.new(name: 'FieldMap')
42
50
  FieldNameList = Shapes::ListShape.new(name: 'FieldNameList')
51
+ FlowDefinition = Shapes::StructureShape.new(name: 'FlowDefinition')
52
+ FlowDescription = Shapes::StringShape.new(name: 'FlowDescription')
53
+ FlowName = Shapes::StringShape.new(name: 'FlowName')
43
54
  Gender = Shapes::StringShape.new(name: 'Gender')
44
55
  GetDomainRequest = Shapes::StructureShape.new(name: 'GetDomainRequest')
45
56
  GetDomainResponse = Shapes::StructureShape.new(name: 'GetDomainResponse')
@@ -49,9 +60,11 @@ module Aws::CustomerProfiles
49
60
  GetProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeResponse')
50
61
  GetProfileObjectTypeTemplateRequest = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateRequest')
51
62
  GetProfileObjectTypeTemplateResponse = Shapes::StructureShape.new(name: 'GetProfileObjectTypeTemplateResponse')
63
+ IncrementalPullConfig = Shapes::StructureShape.new(name: 'IncrementalPullConfig')
52
64
  IntegrationList = Shapes::ListShape.new(name: 'IntegrationList')
53
65
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
54
66
  KeyMap = Shapes::MapShape.new(name: 'KeyMap')
67
+ KmsArn = Shapes::StringShape.new(name: 'KmsArn')
55
68
  ListAccountIntegrationsRequest = Shapes::StructureShape.new(name: 'ListAccountIntegrationsRequest')
56
69
  ListAccountIntegrationsResponse = Shapes::StructureShape.new(name: 'ListAccountIntegrationsResponse')
57
70
  ListDomainItem = Shapes::StructureShape.new(name: 'ListDomainItem')
@@ -71,15 +84,20 @@ module Aws::CustomerProfiles
71
84
  ListProfileObjectsResponse = Shapes::StructureShape.new(name: 'ListProfileObjectsResponse')
72
85
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
73
86
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
87
+ MarketoConnectorOperator = Shapes::StringShape.new(name: 'MarketoConnectorOperator')
88
+ MarketoSourceProperties = Shapes::StructureShape.new(name: 'MarketoSourceProperties')
89
+ Object = Shapes::StringShape.new(name: 'Object')
74
90
  ObjectTypeField = Shapes::StructureShape.new(name: 'ObjectTypeField')
75
91
  ObjectTypeKey = Shapes::StructureShape.new(name: 'ObjectTypeKey')
76
92
  ObjectTypeKeyList = Shapes::ListShape.new(name: 'ObjectTypeKeyList')
93
+ OperatorPropertiesKeys = Shapes::StringShape.new(name: 'OperatorPropertiesKeys')
77
94
  PartyType = Shapes::StringShape.new(name: 'PartyType')
78
95
  Profile = Shapes::StructureShape.new(name: 'Profile')
79
96
  ProfileList = Shapes::ListShape.new(name: 'ProfileList')
80
97
  ProfileObjectList = Shapes::ListShape.new(name: 'ProfileObjectList')
81
98
  ProfileObjectTypeList = Shapes::ListShape.new(name: 'ProfileObjectTypeList')
82
99
  ProfileObjectTypeTemplateList = Shapes::ListShape.new(name: 'ProfileObjectTypeTemplateList')
100
+ Property = Shapes::StringShape.new(name: 'Property')
83
101
  PutIntegrationRequest = Shapes::StructureShape.new(name: 'PutIntegrationRequest')
84
102
  PutIntegrationResponse = Shapes::StructureShape.new(name: 'PutIntegrationResponse')
85
103
  PutProfileObjectRequest = Shapes::StructureShape.new(name: 'PutProfileObjectRequest')
@@ -87,8 +105,21 @@ module Aws::CustomerProfiles
87
105
  PutProfileObjectTypeRequest = Shapes::StructureShape.new(name: 'PutProfileObjectTypeRequest')
88
106
  PutProfileObjectTypeResponse = Shapes::StructureShape.new(name: 'PutProfileObjectTypeResponse')
89
107
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
108
+ S3ConnectorOperator = Shapes::StringShape.new(name: 'S3ConnectorOperator')
109
+ S3SourceProperties = Shapes::StructureShape.new(name: 'S3SourceProperties')
110
+ SalesforceConnectorOperator = Shapes::StringShape.new(name: 'SalesforceConnectorOperator')
111
+ SalesforceSourceProperties = Shapes::StructureShape.new(name: 'SalesforceSourceProperties')
112
+ ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
113
+ ScheduleOffset = Shapes::IntegerShape.new(name: 'ScheduleOffset')
114
+ ScheduledTriggerProperties = Shapes::StructureShape.new(name: 'ScheduledTriggerProperties')
90
115
  SearchProfilesRequest = Shapes::StructureShape.new(name: 'SearchProfilesRequest')
91
116
  SearchProfilesResponse = Shapes::StructureShape.new(name: 'SearchProfilesResponse')
117
+ ServiceNowConnectorOperator = Shapes::StringShape.new(name: 'ServiceNowConnectorOperator')
118
+ ServiceNowSourceProperties = Shapes::StructureShape.new(name: 'ServiceNowSourceProperties')
119
+ SourceConnectorProperties = Shapes::StructureShape.new(name: 'SourceConnectorProperties')
120
+ SourceConnectorType = Shapes::StringShape.new(name: 'SourceConnectorType')
121
+ SourceFields = Shapes::ListShape.new(name: 'SourceFields')
122
+ SourceFlowConfig = Shapes::StructureShape.new(name: 'SourceFlowConfig')
92
123
  StandardIdentifier = Shapes::StringShape.new(name: 'StandardIdentifier')
93
124
  StandardIdentifierList = Shapes::ListShape.new(name: 'StandardIdentifierList')
94
125
  TagArn = Shapes::StringShape.new(name: 'TagArn')
@@ -98,7 +129,15 @@ module Aws::CustomerProfiles
98
129
  TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
99
130
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
100
131
  TagValue = Shapes::StringShape.new(name: 'TagValue')
132
+ Task = Shapes::StructureShape.new(name: 'Task')
133
+ TaskPropertiesMap = Shapes::MapShape.new(name: 'TaskPropertiesMap')
134
+ TaskType = Shapes::StringShape.new(name: 'TaskType')
135
+ Tasks = Shapes::ListShape.new(name: 'Tasks')
101
136
  ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
137
+ Timezone = Shapes::StringShape.new(name: 'Timezone')
138
+ TriggerConfig = Shapes::StructureShape.new(name: 'TriggerConfig')
139
+ TriggerProperties = Shapes::StructureShape.new(name: 'TriggerProperties')
140
+ TriggerType = Shapes::StringShape.new(name: 'TriggerType')
102
141
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
103
142
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
104
143
  UpdateAddress = Shapes::StructureShape.new(name: 'UpdateAddress')
@@ -107,6 +146,8 @@ module Aws::CustomerProfiles
107
146
  UpdateDomainResponse = Shapes::StructureShape.new(name: 'UpdateDomainResponse')
108
147
  UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
109
148
  UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
149
+ ZendeskConnectorOperator = Shapes::StringShape.new(name: 'ZendeskConnectorOperator')
150
+ ZendeskSourceProperties = Shapes::StructureShape.new(name: 'ZendeskSourceProperties')
110
151
  boolean = Shapes::BooleanShape.new(name: 'boolean')
111
152
  encryptionKey = Shapes::StringShape.new(name: 'encryptionKey')
112
153
  expirationDaysInteger = Shapes::IntegerShape.new(name: 'expirationDaysInteger')
@@ -120,6 +161,7 @@ module Aws::CustomerProfiles
120
161
  string0To255 = Shapes::StringShape.new(name: 'string0To255')
121
162
  string1To1000 = Shapes::StringShape.new(name: 'string1To1000')
122
163
  string1To255 = Shapes::StringShape.new(name: 'string1To255')
164
+ stringTo2048 = Shapes::StringShape.new(name: 'stringTo2048')
123
165
  stringifiedJson = Shapes::StringShape.new(name: 'stringifiedJson')
124
166
  text = Shapes::StringShape.new(name: 'text')
125
167
  timestamp = Shapes::TimestampShape.new(name: 'timestamp')
@@ -158,6 +200,13 @@ module Aws::CustomerProfiles
158
200
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
159
201
  BadRequestException.struct_class = Types::BadRequestException
160
202
 
203
+ ConnectorOperator.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoConnectorOperator, location_name: "Marketo"))
204
+ ConnectorOperator.add_member(:s3, Shapes::ShapeRef.new(shape: S3ConnectorOperator, location_name: "S3"))
205
+ ConnectorOperator.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceConnectorOperator, location_name: "Salesforce"))
206
+ ConnectorOperator.add_member(:service_now, Shapes::ShapeRef.new(shape: ServiceNowConnectorOperator, location_name: "ServiceNow"))
207
+ ConnectorOperator.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskConnectorOperator, location_name: "Zendesk"))
208
+ ConnectorOperator.struct_class = Types::ConnectorOperator
209
+
161
210
  CreateDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
162
211
  CreateDomainRequest.add_member(:default_expiration_days, Shapes::ShapeRef.new(shape: expirationDaysInteger, required: true, location_name: "DefaultExpirationDays"))
163
212
  CreateDomainRequest.add_member(:default_encryption_key, Shapes::ShapeRef.new(shape: encryptionKey, location_name: "DefaultEncryptionKey"))
@@ -208,7 +257,7 @@ module Aws::CustomerProfiles
208
257
  DeleteDomainResponse.struct_class = Types::DeleteDomainResponse
209
258
 
210
259
  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"))
260
+ DeleteIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
212
261
  DeleteIntegrationRequest.struct_class = Types::DeleteIntegrationRequest
213
262
 
214
263
  DeleteIntegrationResponse.add_member(:message, Shapes::ShapeRef.new(shape: message, required: true, location_name: "Message"))
@@ -259,6 +308,14 @@ module Aws::CustomerProfiles
259
308
 
260
309
  FieldNameList.member = Shapes::ShapeRef.new(shape: name)
261
310
 
311
+ FlowDefinition.add_member(:description, Shapes::ShapeRef.new(shape: FlowDescription, location_name: "Description"))
312
+ FlowDefinition.add_member(:flow_name, Shapes::ShapeRef.new(shape: FlowName, required: true, location_name: "FlowName"))
313
+ FlowDefinition.add_member(:kms_arn, Shapes::ShapeRef.new(shape: KmsArn, required: true, location_name: "KmsArn"))
314
+ FlowDefinition.add_member(:source_flow_config, Shapes::ShapeRef.new(shape: SourceFlowConfig, required: true, location_name: "SourceFlowConfig"))
315
+ FlowDefinition.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, required: true, location_name: "Tasks"))
316
+ FlowDefinition.add_member(:trigger_config, Shapes::ShapeRef.new(shape: TriggerConfig, required: true, location_name: "TriggerConfig"))
317
+ FlowDefinition.struct_class = Types::FlowDefinition
318
+
262
319
  GetDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
263
320
  GetDomainRequest.struct_class = Types::GetDomainRequest
264
321
 
@@ -273,7 +330,7 @@ module Aws::CustomerProfiles
273
330
  GetDomainResponse.struct_class = Types::GetDomainResponse
274
331
 
275
332
  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"))
333
+ GetIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
277
334
  GetIntegrationRequest.struct_class = Types::GetIntegrationRequest
278
335
 
279
336
  GetIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
@@ -312,6 +369,9 @@ module Aws::CustomerProfiles
312
369
  GetProfileObjectTypeTemplateResponse.add_member(:keys, Shapes::ShapeRef.new(shape: KeyMap, location_name: "Keys"))
313
370
  GetProfileObjectTypeTemplateResponse.struct_class = Types::GetProfileObjectTypeTemplateResponse
314
371
 
372
+ IncrementalPullConfig.add_member(:datetime_type_field_name, Shapes::ShapeRef.new(shape: DatetimeTypeFieldName, location_name: "DatetimeTypeFieldName"))
373
+ IncrementalPullConfig.struct_class = Types::IncrementalPullConfig
374
+
315
375
  IntegrationList.member = Shapes::ShapeRef.new(shape: ListIntegrationItem)
316
376
 
317
377
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
@@ -411,6 +471,9 @@ module Aws::CustomerProfiles
411
471
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
412
472
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
413
473
 
474
+ MarketoSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
475
+ MarketoSourceProperties.struct_class = Types::MarketoSourceProperties
476
+
414
477
  ObjectTypeField.add_member(:source, Shapes::ShapeRef.new(shape: text, location_name: "Source"))
415
478
  ObjectTypeField.add_member(:target, Shapes::ShapeRef.new(shape: text, location_name: "Target"))
416
479
  ObjectTypeField.add_member(:content_type, Shapes::ShapeRef.new(shape: FieldContentType, location_name: "ContentType"))
@@ -455,9 +518,10 @@ module Aws::CustomerProfiles
455
518
  ProfileObjectTypeTemplateList.member = Shapes::ShapeRef.new(shape: ListProfileObjectTypeTemplateItem)
456
519
 
457
520
  PutIntegrationRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
458
- PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, required: true, location_name: "Uri"))
521
+ PutIntegrationRequest.add_member(:uri, Shapes::ShapeRef.new(shape: string1To255, location_name: "Uri"))
459
522
  PutIntegrationRequest.add_member(:object_type_name, Shapes::ShapeRef.new(shape: typeName, required: true, location_name: "ObjectTypeName"))
460
523
  PutIntegrationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
524
+ PutIntegrationRequest.add_member(:flow_definition, Shapes::ShapeRef.new(shape: FlowDefinition, location_name: "FlowDefinition"))
461
525
  PutIntegrationRequest.struct_class = Types::PutIntegrationRequest
462
526
 
463
527
  PutIntegrationResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location_name: "DomainName"))
@@ -504,6 +568,24 @@ module Aws::CustomerProfiles
504
568
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
505
569
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
506
570
 
571
+ S3SourceProperties.add_member(:bucket_name, Shapes::ShapeRef.new(shape: BucketName, required: true, location_name: "BucketName"))
572
+ S3SourceProperties.add_member(:bucket_prefix, Shapes::ShapeRef.new(shape: BucketPrefix, location_name: "BucketPrefix"))
573
+ S3SourceProperties.struct_class = Types::S3SourceProperties
574
+
575
+ SalesforceSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
576
+ SalesforceSourceProperties.add_member(:enable_dynamic_field_update, Shapes::ShapeRef.new(shape: boolean, location_name: "EnableDynamicFieldUpdate"))
577
+ SalesforceSourceProperties.add_member(:include_deleted_records, Shapes::ShapeRef.new(shape: boolean, location_name: "IncludeDeletedRecords"))
578
+ SalesforceSourceProperties.struct_class = Types::SalesforceSourceProperties
579
+
580
+ ScheduledTriggerProperties.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: ScheduleExpression, required: true, location_name: "ScheduleExpression"))
581
+ ScheduledTriggerProperties.add_member(:data_pull_mode, Shapes::ShapeRef.new(shape: DataPullMode, location_name: "DataPullMode"))
582
+ ScheduledTriggerProperties.add_member(:schedule_start_time, Shapes::ShapeRef.new(shape: Date, location_name: "ScheduleStartTime"))
583
+ ScheduledTriggerProperties.add_member(:schedule_end_time, Shapes::ShapeRef.new(shape: Date, location_name: "ScheduleEndTime"))
584
+ ScheduledTriggerProperties.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone"))
585
+ ScheduledTriggerProperties.add_member(:schedule_offset, Shapes::ShapeRef.new(shape: ScheduleOffset, location_name: "ScheduleOffset", metadata: {"box"=>true}))
586
+ ScheduledTriggerProperties.add_member(:first_execution_from, Shapes::ShapeRef.new(shape: Date, location_name: "FirstExecutionFrom"))
587
+ ScheduledTriggerProperties.struct_class = Types::ScheduledTriggerProperties
588
+
507
589
  SearchProfilesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location: "querystring", location_name: "next-token"))
508
590
  SearchProfilesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxSize100, location: "querystring", location_name: "max-results"))
509
591
  SearchProfilesRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: name, required: true, location: "uri", location_name: "DomainName"))
@@ -515,6 +597,24 @@ module Aws::CustomerProfiles
515
597
  SearchProfilesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: token, location_name: "NextToken"))
516
598
  SearchProfilesResponse.struct_class = Types::SearchProfilesResponse
517
599
 
600
+ ServiceNowSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
601
+ ServiceNowSourceProperties.struct_class = Types::ServiceNowSourceProperties
602
+
603
+ SourceConnectorProperties.add_member(:marketo, Shapes::ShapeRef.new(shape: MarketoSourceProperties, location_name: "Marketo"))
604
+ SourceConnectorProperties.add_member(:s3, Shapes::ShapeRef.new(shape: S3SourceProperties, location_name: "S3"))
605
+ SourceConnectorProperties.add_member(:salesforce, Shapes::ShapeRef.new(shape: SalesforceSourceProperties, location_name: "Salesforce"))
606
+ SourceConnectorProperties.add_member(:service_now, Shapes::ShapeRef.new(shape: ServiceNowSourceProperties, location_name: "ServiceNow"))
607
+ SourceConnectorProperties.add_member(:zendesk, Shapes::ShapeRef.new(shape: ZendeskSourceProperties, location_name: "Zendesk"))
608
+ SourceConnectorProperties.struct_class = Types::SourceConnectorProperties
609
+
610
+ SourceFields.member = Shapes::ShapeRef.new(shape: stringTo2048)
611
+
612
+ SourceFlowConfig.add_member(:connector_profile_name, Shapes::ShapeRef.new(shape: ConnectorProfileName, location_name: "ConnectorProfileName"))
613
+ SourceFlowConfig.add_member(:connector_type, Shapes::ShapeRef.new(shape: SourceConnectorType, required: true, location_name: "ConnectorType"))
614
+ SourceFlowConfig.add_member(:incremental_pull_config, Shapes::ShapeRef.new(shape: IncrementalPullConfig, location_name: "IncrementalPullConfig"))
615
+ SourceFlowConfig.add_member(:source_connector_properties, Shapes::ShapeRef.new(shape: SourceConnectorProperties, required: true, location_name: "SourceConnectorProperties"))
616
+ SourceFlowConfig.struct_class = Types::SourceFlowConfig
617
+
518
618
  StandardIdentifierList.member = Shapes::ShapeRef.new(shape: StandardIdentifier)
519
619
 
520
620
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -528,9 +628,28 @@ module Aws::CustomerProfiles
528
628
 
529
629
  TagResourceResponse.struct_class = Types::TagResourceResponse
530
630
 
631
+ Task.add_member(:connector_operator, Shapes::ShapeRef.new(shape: ConnectorOperator, location_name: "ConnectorOperator"))
632
+ Task.add_member(:destination_field, Shapes::ShapeRef.new(shape: DestinationField, location_name: "DestinationField"))
633
+ Task.add_member(:source_fields, Shapes::ShapeRef.new(shape: SourceFields, required: true, location_name: "SourceFields"))
634
+ Task.add_member(:task_properties, Shapes::ShapeRef.new(shape: TaskPropertiesMap, location_name: "TaskProperties"))
635
+ Task.add_member(:task_type, Shapes::ShapeRef.new(shape: TaskType, required: true, location_name: "TaskType"))
636
+ Task.struct_class = Types::Task
637
+
638
+ TaskPropertiesMap.key = Shapes::ShapeRef.new(shape: OperatorPropertiesKeys)
639
+ TaskPropertiesMap.value = Shapes::ShapeRef.new(shape: Property)
640
+
641
+ Tasks.member = Shapes::ShapeRef.new(shape: Task)
642
+
531
643
  ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: message, location_name: "Message"))
532
644
  ThrottlingException.struct_class = Types::ThrottlingException
533
645
 
646
+ TriggerConfig.add_member(:trigger_type, Shapes::ShapeRef.new(shape: TriggerType, required: true, location_name: "TriggerType"))
647
+ TriggerConfig.add_member(:trigger_properties, Shapes::ShapeRef.new(shape: TriggerProperties, location_name: "TriggerProperties"))
648
+ TriggerConfig.struct_class = Types::TriggerConfig
649
+
650
+ TriggerProperties.add_member(:scheduled, Shapes::ShapeRef.new(shape: ScheduledTriggerProperties, location_name: "Scheduled"))
651
+ TriggerProperties.struct_class = Types::TriggerProperties
652
+
534
653
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TagArn, required: true, location: "uri", location_name: "resourceArn"))
535
654
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
536
655
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -596,6 +715,9 @@ module Aws::CustomerProfiles
596
715
  UpdateProfileResponse.add_member(:profile_id, Shapes::ShapeRef.new(shape: uuid, required: true, location_name: "ProfileId"))
597
716
  UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
598
717
 
718
+ ZendeskSourceProperties.add_member(:object, Shapes::ShapeRef.new(shape: Object, required: true, location_name: "Object"))
719
+ ZendeskSourceProperties.struct_class = Types::ZendeskSourceProperties
720
+
599
721
  requestValueList.member = Shapes::ShapeRef.new(shape: string1To255)
600
722
 
601
723