aws-sdk-cloudwatchevidently 1.52.0 → 1.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4dd5170807559b0d1fb8811f511eb6e88f0c86fb83f3d8ad93daf1d82816a8e
4
- data.tar.gz: 4301bd9b7533322171d7b8fcea6149ddae3999868e70b710f90fe9d00b997a44
3
+ metadata.gz: 77e8b426cb0ffb7a818e9a632c6a89adceed328719aa1fb4a93e03594ae583b8
4
+ data.tar.gz: 97ed140a135a9b73e3caca07c8c595fe97bb7bb7984d4752e0c0478b9d122caf
5
5
  SHA512:
6
- metadata.gz: 70d2295586c3eee349fd20bda0029a64adc642dae42e17a98e6811bd505c28210dc3c21d6ff91e944e43b145aad33df5b857b4fe6ec02c47abb94a847ec53ec5
7
- data.tar.gz: 7dd60e917f41fc62676f19b8a18e66a4defca1dd4f733762f40fa2151c75c30367d742c010b27e3112f1dd939605fc6889ab02c69a3188188b09af786b9990c7
6
+ metadata.gz: 04fa35ccfdb57a2459bcc089681afe8da26496b95eca093bd627c1d74003bb7ff150cff934d8e238964ef3405001a192448c4c7e53ed18285678fe5608b1d9dd
7
+ data.tar.gz: 11b0bdfcb95ffc753a9ff5c4bea2615aa19ed81456352939aa179921fa9fa3548102c33edf8b5c23194c33715945f6a755b781a1ab6d4c9cf608e72643eda1a8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2026-01-26)
5
+ ------------------
6
+
7
+ * Feature - Deprecate all Evidently API for AWS CloudWatch Evidently deprecation
8
+
4
9
  1.52.0 (2026-01-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -3232,7 +3232,7 @@ module Aws::CloudWatchEvidently
3232
3232
  tracer: tracer
3233
3233
  )
3234
3234
  context[:gem_name] = 'aws-sdk-cloudwatchevidently'
3235
- context[:gem_version] = '1.52.0'
3235
+ context[:gem_version] = '1.53.0'
3236
3236
  Seahorse::Client::Request.new(handlers, context)
3237
3237
  end
3238
3238
 
@@ -1022,9 +1022,11 @@ module Aws::CloudWatchEvidently
1022
1022
 
1023
1023
  api.metadata = {
1024
1024
  "apiVersion" => "2021-02-01",
1025
+ "auth" => ["aws.auth#sigv4"],
1025
1026
  "endpointPrefix" => "evidently",
1026
1027
  "jsonVersion" => "1.1",
1027
1028
  "protocol" => "rest-json",
1029
+ "protocols" => ["rest-json"],
1028
1030
  "serviceFullName" => "Amazon CloudWatch Evidently",
1029
1031
  "serviceId" => "Evidently",
1030
1032
  "signatureVersion" => "v4",
@@ -1036,6 +1038,7 @@ module Aws::CloudWatchEvidently
1036
1038
  o.name = "BatchEvaluateFeature"
1037
1039
  o.http_method = "POST"
1038
1040
  o.http_request_uri = "/projects/{project}/evaluations"
1041
+ o.deprecated = true
1039
1042
  o.endpoint_pattern = {
1040
1043
  "hostPrefix" => "dataplane.",
1041
1044
  }
@@ -1051,6 +1054,7 @@ module Aws::CloudWatchEvidently
1051
1054
  o.name = "CreateExperiment"
1052
1055
  o.http_method = "POST"
1053
1056
  o.http_request_uri = "/projects/{project}/experiments"
1057
+ o.deprecated = true
1054
1058
  o.input = Shapes::ShapeRef.new(shape: CreateExperimentRequest)
1055
1059
  o.output = Shapes::ShapeRef.new(shape: CreateExperimentResponse)
1056
1060
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1064,6 +1068,7 @@ module Aws::CloudWatchEvidently
1064
1068
  o.name = "CreateFeature"
1065
1069
  o.http_method = "POST"
1066
1070
  o.http_request_uri = "/projects/{project}/features"
1071
+ o.deprecated = true
1067
1072
  o.input = Shapes::ShapeRef.new(shape: CreateFeatureRequest)
1068
1073
  o.output = Shapes::ShapeRef.new(shape: CreateFeatureResponse)
1069
1074
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1077,6 +1082,7 @@ module Aws::CloudWatchEvidently
1077
1082
  o.name = "CreateLaunch"
1078
1083
  o.http_method = "POST"
1079
1084
  o.http_request_uri = "/projects/{project}/launches"
1085
+ o.deprecated = true
1080
1086
  o.input = Shapes::ShapeRef.new(shape: CreateLaunchRequest)
1081
1087
  o.output = Shapes::ShapeRef.new(shape: CreateLaunchResponse)
1082
1088
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1090,6 +1096,7 @@ module Aws::CloudWatchEvidently
1090
1096
  o.name = "CreateProject"
1091
1097
  o.http_method = "POST"
1092
1098
  o.http_request_uri = "/projects"
1099
+ o.deprecated = true
1093
1100
  o.input = Shapes::ShapeRef.new(shape: CreateProjectRequest)
1094
1101
  o.output = Shapes::ShapeRef.new(shape: CreateProjectResponse)
1095
1102
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1102,6 +1109,7 @@ module Aws::CloudWatchEvidently
1102
1109
  o.name = "CreateSegment"
1103
1110
  o.http_method = "POST"
1104
1111
  o.http_request_uri = "/segments"
1112
+ o.deprecated = true
1105
1113
  o.input = Shapes::ShapeRef.new(shape: CreateSegmentRequest)
1106
1114
  o.output = Shapes::ShapeRef.new(shape: CreateSegmentResponse)
1107
1115
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1114,6 +1122,7 @@ module Aws::CloudWatchEvidently
1114
1122
  o.name = "DeleteExperiment"
1115
1123
  o.http_method = "DELETE"
1116
1124
  o.http_request_uri = "/projects/{project}/experiments/{experiment}"
1125
+ o.deprecated = true
1117
1126
  o.input = Shapes::ShapeRef.new(shape: DeleteExperimentRequest)
1118
1127
  o.output = Shapes::ShapeRef.new(shape: DeleteExperimentResponse)
1119
1128
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1128,6 +1137,7 @@ module Aws::CloudWatchEvidently
1128
1137
  o.name = "DeleteFeature"
1129
1138
  o.http_method = "DELETE"
1130
1139
  o.http_request_uri = "/projects/{project}/features/{feature}"
1140
+ o.deprecated = true
1131
1141
  o.input = Shapes::ShapeRef.new(shape: DeleteFeatureRequest)
1132
1142
  o.output = Shapes::ShapeRef.new(shape: DeleteFeatureResponse)
1133
1143
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1141,6 +1151,7 @@ module Aws::CloudWatchEvidently
1141
1151
  o.name = "DeleteLaunch"
1142
1152
  o.http_method = "DELETE"
1143
1153
  o.http_request_uri = "/projects/{project}/launches/{launch}"
1154
+ o.deprecated = true
1144
1155
  o.input = Shapes::ShapeRef.new(shape: DeleteLaunchRequest)
1145
1156
  o.output = Shapes::ShapeRef.new(shape: DeleteLaunchResponse)
1146
1157
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1154,6 +1165,7 @@ module Aws::CloudWatchEvidently
1154
1165
  o.name = "DeleteProject"
1155
1166
  o.http_method = "DELETE"
1156
1167
  o.http_request_uri = "/projects/{project}"
1168
+ o.deprecated = true
1157
1169
  o.input = Shapes::ShapeRef.new(shape: DeleteProjectRequest)
1158
1170
  o.output = Shapes::ShapeRef.new(shape: DeleteProjectResponse)
1159
1171
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1167,6 +1179,7 @@ module Aws::CloudWatchEvidently
1167
1179
  o.name = "DeleteSegment"
1168
1180
  o.http_method = "DELETE"
1169
1181
  o.http_request_uri = "/segments/{segment}"
1182
+ o.deprecated = true
1170
1183
  o.input = Shapes::ShapeRef.new(shape: DeleteSegmentRequest)
1171
1184
  o.output = Shapes::ShapeRef.new(shape: DeleteSegmentResponse)
1172
1185
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1180,6 +1193,7 @@ module Aws::CloudWatchEvidently
1180
1193
  o.name = "EvaluateFeature"
1181
1194
  o.http_method = "POST"
1182
1195
  o.http_request_uri = "/projects/{project}/evaluations/{feature}"
1196
+ o.deprecated = true
1183
1197
  o.endpoint_pattern = {
1184
1198
  "hostPrefix" => "dataplane.",
1185
1199
  }
@@ -1195,6 +1209,7 @@ module Aws::CloudWatchEvidently
1195
1209
  o.name = "GetExperiment"
1196
1210
  o.http_method = "GET"
1197
1211
  o.http_request_uri = "/projects/{project}/experiments/{experiment}"
1212
+ o.deprecated = true
1198
1213
  o.input = Shapes::ShapeRef.new(shape: GetExperimentRequest)
1199
1214
  o.output = Shapes::ShapeRef.new(shape: GetExperimentResponse)
1200
1215
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1207,6 +1222,7 @@ module Aws::CloudWatchEvidently
1207
1222
  o.name = "GetExperimentResults"
1208
1223
  o.http_method = "POST"
1209
1224
  o.http_request_uri = "/projects/{project}/experiments/{experiment}/results"
1225
+ o.deprecated = true
1210
1226
  o.input = Shapes::ShapeRef.new(shape: GetExperimentResultsRequest)
1211
1227
  o.output = Shapes::ShapeRef.new(shape: GetExperimentResultsResponse)
1212
1228
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1220,6 +1236,7 @@ module Aws::CloudWatchEvidently
1220
1236
  o.name = "GetFeature"
1221
1237
  o.http_method = "GET"
1222
1238
  o.http_request_uri = "/projects/{project}/features/{feature}"
1239
+ o.deprecated = true
1223
1240
  o.input = Shapes::ShapeRef.new(shape: GetFeatureRequest)
1224
1241
  o.output = Shapes::ShapeRef.new(shape: GetFeatureResponse)
1225
1242
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1232,6 +1249,7 @@ module Aws::CloudWatchEvidently
1232
1249
  o.name = "GetLaunch"
1233
1250
  o.http_method = "GET"
1234
1251
  o.http_request_uri = "/projects/{project}/launches/{launch}"
1252
+ o.deprecated = true
1235
1253
  o.input = Shapes::ShapeRef.new(shape: GetLaunchRequest)
1236
1254
  o.output = Shapes::ShapeRef.new(shape: GetLaunchResponse)
1237
1255
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1244,6 +1262,7 @@ module Aws::CloudWatchEvidently
1244
1262
  o.name = "GetProject"
1245
1263
  o.http_method = "GET"
1246
1264
  o.http_request_uri = "/projects/{project}"
1265
+ o.deprecated = true
1247
1266
  o.input = Shapes::ShapeRef.new(shape: GetProjectRequest)
1248
1267
  o.output = Shapes::ShapeRef.new(shape: GetProjectResponse)
1249
1268
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1256,6 +1275,7 @@ module Aws::CloudWatchEvidently
1256
1275
  o.name = "GetSegment"
1257
1276
  o.http_method = "GET"
1258
1277
  o.http_request_uri = "/segments/{segment}"
1278
+ o.deprecated = true
1259
1279
  o.input = Shapes::ShapeRef.new(shape: GetSegmentRequest)
1260
1280
  o.output = Shapes::ShapeRef.new(shape: GetSegmentResponse)
1261
1281
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1268,6 +1288,7 @@ module Aws::CloudWatchEvidently
1268
1288
  o.name = "ListExperiments"
1269
1289
  o.http_method = "GET"
1270
1290
  o.http_request_uri = "/projects/{project}/experiments"
1291
+ o.deprecated = true
1271
1292
  o.input = Shapes::ShapeRef.new(shape: ListExperimentsRequest)
1272
1293
  o.output = Shapes::ShapeRef.new(shape: ListExperimentsResponse)
1273
1294
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1285,6 +1306,7 @@ module Aws::CloudWatchEvidently
1285
1306
  o.name = "ListFeatures"
1286
1307
  o.http_method = "GET"
1287
1308
  o.http_request_uri = "/projects/{project}/features"
1309
+ o.deprecated = true
1288
1310
  o.input = Shapes::ShapeRef.new(shape: ListFeaturesRequest)
1289
1311
  o.output = Shapes::ShapeRef.new(shape: ListFeaturesResponse)
1290
1312
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1303,6 +1325,7 @@ module Aws::CloudWatchEvidently
1303
1325
  o.name = "ListLaunches"
1304
1326
  o.http_method = "GET"
1305
1327
  o.http_request_uri = "/projects/{project}/launches"
1328
+ o.deprecated = true
1306
1329
  o.input = Shapes::ShapeRef.new(shape: ListLaunchesRequest)
1307
1330
  o.output = Shapes::ShapeRef.new(shape: ListLaunchesResponse)
1308
1331
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1320,6 +1343,7 @@ module Aws::CloudWatchEvidently
1320
1343
  o.name = "ListProjects"
1321
1344
  o.http_method = "GET"
1322
1345
  o.http_request_uri = "/projects"
1346
+ o.deprecated = true
1323
1347
  o.input = Shapes::ShapeRef.new(shape: ListProjectsRequest)
1324
1348
  o.output = Shapes::ShapeRef.new(shape: ListProjectsResponse)
1325
1349
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1337,6 +1361,7 @@ module Aws::CloudWatchEvidently
1337
1361
  o.name = "ListSegmentReferences"
1338
1362
  o.http_method = "GET"
1339
1363
  o.http_request_uri = "/segments/{segment}/references"
1364
+ o.deprecated = true
1340
1365
  o.input = Shapes::ShapeRef.new(shape: ListSegmentReferencesRequest)
1341
1366
  o.output = Shapes::ShapeRef.new(shape: ListSegmentReferencesResponse)
1342
1367
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1355,6 +1380,7 @@ module Aws::CloudWatchEvidently
1355
1380
  o.name = "ListSegments"
1356
1381
  o.http_method = "GET"
1357
1382
  o.http_request_uri = "/segments"
1383
+ o.deprecated = true
1358
1384
  o.input = Shapes::ShapeRef.new(shape: ListSegmentsRequest)
1359
1385
  o.output = Shapes::ShapeRef.new(shape: ListSegmentsResponse)
1360
1386
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1372,6 +1398,7 @@ module Aws::CloudWatchEvidently
1372
1398
  o.name = "ListTagsForResource"
1373
1399
  o.http_method = "GET"
1374
1400
  o.http_request_uri = "/tags/{resourceArn}"
1401
+ o.deprecated = true
1375
1402
  o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1376
1403
  o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1377
1404
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1383,6 +1410,7 @@ module Aws::CloudWatchEvidently
1383
1410
  o.name = "PutProjectEvents"
1384
1411
  o.http_method = "POST"
1385
1412
  o.http_request_uri = "/events/projects/{project}"
1413
+ o.deprecated = true
1386
1414
  o.endpoint_pattern = {
1387
1415
  "hostPrefix" => "dataplane.",
1388
1416
  }
@@ -1398,6 +1426,7 @@ module Aws::CloudWatchEvidently
1398
1426
  o.name = "StartExperiment"
1399
1427
  o.http_method = "POST"
1400
1428
  o.http_request_uri = "/projects/{project}/experiments/{experiment}/start"
1429
+ o.deprecated = true
1401
1430
  o.input = Shapes::ShapeRef.new(shape: StartExperimentRequest)
1402
1431
  o.output = Shapes::ShapeRef.new(shape: StartExperimentResponse)
1403
1432
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1412,6 +1441,7 @@ module Aws::CloudWatchEvidently
1412
1441
  o.name = "StartLaunch"
1413
1442
  o.http_method = "POST"
1414
1443
  o.http_request_uri = "/projects/{project}/launches/{launch}/start"
1444
+ o.deprecated = true
1415
1445
  o.input = Shapes::ShapeRef.new(shape: StartLaunchRequest)
1416
1446
  o.output = Shapes::ShapeRef.new(shape: StartLaunchResponse)
1417
1447
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1426,6 +1456,7 @@ module Aws::CloudWatchEvidently
1426
1456
  o.name = "StopExperiment"
1427
1457
  o.http_method = "POST"
1428
1458
  o.http_request_uri = "/projects/{project}/experiments/{experiment}/cancel"
1459
+ o.deprecated = true
1429
1460
  o.input = Shapes::ShapeRef.new(shape: StopExperimentRequest)
1430
1461
  o.output = Shapes::ShapeRef.new(shape: StopExperimentResponse)
1431
1462
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1440,6 +1471,7 @@ module Aws::CloudWatchEvidently
1440
1471
  o.name = "StopLaunch"
1441
1472
  o.http_method = "POST"
1442
1473
  o.http_request_uri = "/projects/{project}/launches/{launch}/cancel"
1474
+ o.deprecated = true
1443
1475
  o.input = Shapes::ShapeRef.new(shape: StopLaunchRequest)
1444
1476
  o.output = Shapes::ShapeRef.new(shape: StopLaunchResponse)
1445
1477
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1452,6 +1484,7 @@ module Aws::CloudWatchEvidently
1452
1484
  o.name = "TagResource"
1453
1485
  o.http_method = "POST"
1454
1486
  o.http_request_uri = "/tags/{resourceArn}"
1487
+ o.deprecated = true
1455
1488
  o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1456
1489
  o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1457
1490
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1463,6 +1496,7 @@ module Aws::CloudWatchEvidently
1463
1496
  o.name = "TestSegmentPattern"
1464
1497
  o.http_method = "POST"
1465
1498
  o.http_request_uri = "/test-segment-pattern"
1499
+ o.deprecated = true
1466
1500
  o.input = Shapes::ShapeRef.new(shape: TestSegmentPatternRequest)
1467
1501
  o.output = Shapes::ShapeRef.new(shape: TestSegmentPatternResponse)
1468
1502
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -1474,6 +1508,7 @@ module Aws::CloudWatchEvidently
1474
1508
  o.name = "UntagResource"
1475
1509
  o.http_method = "DELETE"
1476
1510
  o.http_request_uri = "/tags/{resourceArn}"
1511
+ o.deprecated = true
1477
1512
  o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1478
1513
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1479
1514
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1485,6 +1520,7 @@ module Aws::CloudWatchEvidently
1485
1520
  o.name = "UpdateExperiment"
1486
1521
  o.http_method = "PATCH"
1487
1522
  o.http_request_uri = "/projects/{project}/experiments/{experiment}"
1523
+ o.deprecated = true
1488
1524
  o.input = Shapes::ShapeRef.new(shape: UpdateExperimentRequest)
1489
1525
  o.output = Shapes::ShapeRef.new(shape: UpdateExperimentResponse)
1490
1526
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1497,6 +1533,7 @@ module Aws::CloudWatchEvidently
1497
1533
  o.name = "UpdateFeature"
1498
1534
  o.http_method = "PATCH"
1499
1535
  o.http_request_uri = "/projects/{project}/features/{feature}"
1536
+ o.deprecated = true
1500
1537
  o.input = Shapes::ShapeRef.new(shape: UpdateFeatureRequest)
1501
1538
  o.output = Shapes::ShapeRef.new(shape: UpdateFeatureResponse)
1502
1539
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1510,6 +1547,7 @@ module Aws::CloudWatchEvidently
1510
1547
  o.name = "UpdateLaunch"
1511
1548
  o.http_method = "PATCH"
1512
1549
  o.http_request_uri = "/projects/{project}/launches/{launch}"
1550
+ o.deprecated = true
1513
1551
  o.input = Shapes::ShapeRef.new(shape: UpdateLaunchRequest)
1514
1552
  o.output = Shapes::ShapeRef.new(shape: UpdateLaunchResponse)
1515
1553
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1522,6 +1560,7 @@ module Aws::CloudWatchEvidently
1522
1560
  o.name = "UpdateProject"
1523
1561
  o.http_method = "PATCH"
1524
1562
  o.http_request_uri = "/projects/{project}"
1563
+ o.deprecated = true
1525
1564
  o.input = Shapes::ShapeRef.new(shape: UpdateProjectRequest)
1526
1565
  o.output = Shapes::ShapeRef.new(shape: UpdateProjectResponse)
1527
1566
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1535,6 +1574,7 @@ module Aws::CloudWatchEvidently
1535
1574
  o.name = "UpdateProjectDataDelivery"
1536
1575
  o.http_method = "PATCH"
1537
1576
  o.http_request_uri = "/projects/{project}/data-delivery"
1577
+ o.deprecated = true
1538
1578
  o.input = Shapes::ShapeRef.new(shape: UpdateProjectDataDeliveryRequest)
1539
1579
  o.output = Shapes::ShapeRef.new(shape: UpdateProjectDataDeliveryResponse)
1540
1580
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -54,7 +54,7 @@ module Aws::CloudWatchEvidently
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevidently/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevidently/endpoints'
56
56
 
57
- GEM_VERSION = '1.52.0'
57
+ GEM_VERSION = '1.53.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevidently
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -35,14 +35,14 @@ dependencies:
35
35
  requirements:
36
36
  - - "~>"
37
37
  - !ruby/object:Gem::Version
38
- version: '1.1'
38
+ version: '1.5'
39
39
  type: :runtime
40
40
  prerelease: false
41
41
  version_requirements: !ruby/object:Gem::Requirement
42
42
  requirements:
43
43
  - - "~>"
44
44
  - !ruby/object:Gem::Version
45
- version: '1.1'
45
+ version: '1.5'
46
46
  description: Official AWS Ruby gem for Amazon CloudWatch Evidently. This gem is part
47
47
  of the AWS SDK for Ruby.
48
48
  email: