Skip to content

Commit 05a7de0

Browse files
Release v1.44.118 (2022-10-18) (#4590)
Release v1.44.118 (2022-10-18) === ### Service Client Updates * `service/frauddetector`: Updates service documentation * `service/sagemaker`: Updates service API and documentation * This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data. * `service/servicediscovery`: Updates service API, documentation, and examples * `service/sesv2`: Updates service API and documentation
1 parent ce2a75a commit 05a7de0

File tree

23 files changed

+4163
-191
lines changed

23 files changed

+4163
-191
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.44.118 (2022-10-18)
2+
===
3+
4+
### Service Client Updates
5+
* `service/frauddetector`: Updates service documentation
6+
* `service/sagemaker`: Updates service API and documentation
7+
* This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data.
8+
* `service/servicediscovery`: Updates service API, documentation, and examples
9+
* `service/sesv2`: Updates service API and documentation
10+
111
Release v1.44.117 (2022-10-17)
212
===
313

aws/endpoints/defaults.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.117"
8+
const SDKVersion = "1.44.118"

models/apis/frauddetector/2019-11-15/docs-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
"CreateDetectorVersionResult$status": "<p>The status of the detector version.</p>",
526526
"DetectorVersionSummary$status": "<p>The detector version status. </p>",
527527
"GetDetectorVersionResult$status": "<p>The status of the detector version.</p>",
528-
"UpdateDetectorVersionStatusRequest$status": "<p>The new status.</p>"
528+
"UpdateDetectorVersionStatusRequest$status": "<p>The new status.</p> <p>The only supported values are <code>ACTIVE</code> and <code>INACTIVE</code> </p>"
529529
}
530530
},
531531
"DetectorVersionSummary": {
@@ -931,7 +931,7 @@
931931
"base": null,
932932
"refs": {
933933
"KMSKey$kmsEncryptionKeyArn": "<p>The encryption key ARN.</p>",
934-
"PutKMSEncryptionKeyRequest$kmsEncryptionKeyArn": "<p>The KMS encryption key ARN.</p>"
934+
"PutKMSEncryptionKeyRequest$kmsEncryptionKeyArn": "<p>The KMS encryption key ARN.</p> <p>The KMS key must be single-Region key. Amazon Fraud Detector does not support multi-Region KMS key.</p>"
935935
}
936936
},
937937
"Label": {
@@ -1863,8 +1863,8 @@
18631863
"refs": {
18641864
"BatchImport$iamRoleArn": "<p>The ARN of the IAM role to use for this job request.</p>",
18651865
"BatchPrediction$iamRoleArn": "<p>The ARN of the IAM role to use for this job request.</p>",
1866-
"CreateBatchImportJobRequest$iamRoleArn": "<p>The ARN of the IAM role created for Amazon S3 bucket that holds your data file. The IAM role must have read and write permissions to both input and output S3 buckets.</p>",
1867-
"CreateBatchPredictionJobRequest$iamRoleArn": "<p>The ARN of the IAM role to use for this job request.</p>",
1866+
"CreateBatchImportJobRequest$iamRoleArn": "<p>The ARN of the IAM role created for Amazon S3 bucket that holds your data file.</p> <p>The IAM role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html\">User policy examples</a> in the <i>Amazon S3 User Guide</i>.</p>",
1867+
"CreateBatchPredictionJobRequest$iamRoleArn": "<p>The ARN of the IAM role to use for this job request.</p> <p>The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html\">User policy examples</a> in the <i>Amazon S3 User Guide</i>.</p>",
18681868
"ExternalEventsDetail$dataAccessRoleArn": "<p>The ARN of the role that provides Amazon Fraud Detector access to the data location.</p>"
18691869
}
18701870
},
Lines changed: 315 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,315 @@
1+
{
2+
"version": "1.0",
3+
"parameters": {
4+
"Region": {
5+
"builtIn": "AWS::Region",
6+
"required": true,
7+
"documentation": "The AWS region used to dispatch the request.",
8+
"type": "String"
9+
},
10+
"UseDualStack": {
11+
"builtIn": "AWS::UseDualStack",
12+
"required": true,
13+
"default": false,
14+
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15+
"type": "Boolean"
16+
},
17+
"UseFIPS": {
18+
"builtIn": "AWS::UseFIPS",
19+
"required": true,
20+
"default": false,
21+
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22+
"type": "Boolean"
23+
},
24+
"Endpoint": {
25+
"builtIn": "SDK::Endpoint",
26+
"required": false,
27+
"documentation": "Override the endpoint used to send this request",
28+
"type": "String"
29+
}
30+
},
31+
"rules": [
32+
{
33+
"conditions": [
34+
{
35+
"fn": "aws.partition",
36+
"argv": [
37+
{
38+
"ref": "Region"
39+
}
40+
],
41+
"assign": "PartitionResult"
42+
}
43+
],
44+
"type": "tree",
45+
"rules": [
46+
{
47+
"conditions": [
48+
{
49+
"fn": "isSet",
50+
"argv": [
51+
{
52+
"ref": "Endpoint"
53+
}
54+
]
55+
},
56+
{
57+
"fn": "parseURL",
58+
"argv": [
59+
{
60+
"ref": "Endpoint"
61+
}
62+
],
63+
"assign": "url"
64+
}
65+
],
66+
"type": "tree",
67+
"rules": [
68+
{
69+
"conditions": [
70+
{
71+
"fn": "booleanEquals",
72+
"argv": [
73+
{
74+
"ref": "UseFIPS"
75+
},
76+
true
77+
]
78+
}
79+
],
80+
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
81+
"type": "error"
82+
},
83+
{
84+
"conditions": [],
85+
"type": "tree",
86+
"rules": [
87+
{
88+
"conditions": [
89+
{
90+
"fn": "booleanEquals",
91+
"argv": [
92+
{
93+
"ref": "UseDualStack"
94+
},
95+
true
96+
]
97+
}
98+
],
99+
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
100+
"type": "error"
101+
},
102+
{
103+
"conditions": [],
104+
"endpoint": {
105+
"url": {
106+
"ref": "Endpoint"
107+
},
108+
"properties": {},
109+
"headers": {}
110+
},
111+
"type": "endpoint"
112+
}
113+
]
114+
}
115+
]
116+
},
117+
{
118+
"conditions": [
119+
{
120+
"fn": "booleanEquals",
121+
"argv": [
122+
{
123+
"ref": "UseFIPS"
124+
},
125+
true
126+
]
127+
},
128+
{
129+
"fn": "booleanEquals",
130+
"argv": [
131+
{
132+
"ref": "UseDualStack"
133+
},
134+
true
135+
]
136+
}
137+
],
138+
"type": "tree",
139+
"rules": [
140+
{
141+
"conditions": [
142+
{
143+
"fn": "booleanEquals",
144+
"argv": [
145+
true,
146+
{
147+
"fn": "getAttr",
148+
"argv": [
149+
{
150+
"ref": "PartitionResult"
151+
},
152+
"supportsFIPS"
153+
]
154+
}
155+
]
156+
},
157+
{
158+
"fn": "booleanEquals",
159+
"argv": [
160+
true,
161+
{
162+
"fn": "getAttr",
163+
"argv": [
164+
{
165+
"ref": "PartitionResult"
166+
},
167+
"supportsDualStack"
168+
]
169+
}
170+
]
171+
}
172+
],
173+
"type": "tree",
174+
"rules": [
175+
{
176+
"conditions": [],
177+
"endpoint": {
178+
"url": "https://frauddetector-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
179+
"properties": {},
180+
"headers": {}
181+
},
182+
"type": "endpoint"
183+
}
184+
]
185+
},
186+
{
187+
"conditions": [],
188+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
189+
"type": "error"
190+
}
191+
]
192+
},
193+
{
194+
"conditions": [
195+
{
196+
"fn": "booleanEquals",
197+
"argv": [
198+
{
199+
"ref": "UseFIPS"
200+
},
201+
true
202+
]
203+
}
204+
],
205+
"type": "tree",
206+
"rules": [
207+
{
208+
"conditions": [
209+
{
210+
"fn": "booleanEquals",
211+
"argv": [
212+
true,
213+
{
214+
"fn": "getAttr",
215+
"argv": [
216+
{
217+
"ref": "PartitionResult"
218+
},
219+
"supportsFIPS"
220+
]
221+
}
222+
]
223+
}
224+
],
225+
"type": "tree",
226+
"rules": [
227+
{
228+
"conditions": [],
229+
"type": "tree",
230+
"rules": [
231+
{
232+
"conditions": [],
233+
"endpoint": {
234+
"url": "https://frauddetector-fips.{Region}.{PartitionResult#dnsSuffix}",
235+
"properties": {},
236+
"headers": {}
237+
},
238+
"type": "endpoint"
239+
}
240+
]
241+
}
242+
]
243+
},
244+
{
245+
"conditions": [],
246+
"error": "FIPS is enabled but this partition does not support FIPS",
247+
"type": "error"
248+
}
249+
]
250+
},
251+
{
252+
"conditions": [
253+
{
254+
"fn": "booleanEquals",
255+
"argv": [
256+
{
257+
"ref": "UseDualStack"
258+
},
259+
true
260+
]
261+
}
262+
],
263+
"type": "tree",
264+
"rules": [
265+
{
266+
"conditions": [
267+
{
268+
"fn": "booleanEquals",
269+
"argv": [
270+
true,
271+
{
272+
"fn": "getAttr",
273+
"argv": [
274+
{
275+
"ref": "PartitionResult"
276+
},
277+
"supportsDualStack"
278+
]
279+
}
280+
]
281+
}
282+
],
283+
"type": "tree",
284+
"rules": [
285+
{
286+
"conditions": [],
287+
"endpoint": {
288+
"url": "https://frauddetector.{Region}.{PartitionResult#dualStackDnsSuffix}",
289+
"properties": {},
290+
"headers": {}
291+
},
292+
"type": "endpoint"
293+
}
294+
]
295+
},
296+
{
297+
"conditions": [],
298+
"error": "DualStack is enabled but this partition does not support DualStack",
299+
"type": "error"
300+
}
301+
]
302+
},
303+
{
304+
"conditions": [],
305+
"endpoint": {
306+
"url": "https://frauddetector.{Region}.{PartitionResult#dnsSuffix}",
307+
"properties": {},
308+
"headers": {}
309+
},
310+
"type": "endpoint"
311+
}
312+
]
313+
}
314+
]
315+
}

0 commit comments

Comments
 (0)