aws-sdk-core 2.11.521 → 2.11.522
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +10 -2
- data/apis/cloudfront/2019-03-26/api-2.json +3 -1
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +49 -2
- data/apis/personalize-runtime/2018-05-22/api-2.json +2 -1
- data/apis/personalize/2018-05-22/api-2.json +147 -0
- data/apis/pinpoint/2016-12-01/api-2.json +95 -0
- data/apis/runtime.sagemaker/2017-05-13/api-2.json +11 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +31 -13
- data/endpoints.json +36 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50dce9a13af75a9662614345fde9a6f944d0ef0f98e0860a1127ba6150eab92b
|
4
|
+
data.tar.gz: a2fe73eebe4825b58cf9bd207659770be542c91aface43a9e9cbb16ff60ae4b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bd3e211c982855faf971ecbb8481145f3a7da9ad0eb482245dae5d986898a252ade45c29b259425db1a286a92c87a3bcffd4f10f9a7032c4bc6daf34c66fddc
|
7
|
+
data.tar.gz: 367c557badf9b8b2ac49a0e0047890cfac8590980db2b776d775e72a116c9680776202613c4b3e842d4ffca527421061c2086611303784c61a83f561079143d2
|
@@ -4022,7 +4022,8 @@
|
|
4022
4022
|
"timeoutInMillis":{"shape":"Integer"},
|
4023
4023
|
"cacheNamespace":{"shape":"String"},
|
4024
4024
|
"cacheKeyParameters":{"shape":"ListOfString"},
|
4025
|
-
"integrationResponses":{"shape":"MapOfIntegrationResponse"}
|
4025
|
+
"integrationResponses":{"shape":"MapOfIntegrationResponse"},
|
4026
|
+
"tlsConfig":{"shape":"TlsConfig"}
|
4026
4027
|
}
|
4027
4028
|
},
|
4028
4029
|
"IntegrationResponse":{
|
@@ -4387,7 +4388,8 @@
|
|
4387
4388
|
"cacheNamespace":{"shape":"String"},
|
4388
4389
|
"cacheKeyParameters":{"shape":"ListOfString"},
|
4389
4390
|
"contentHandling":{"shape":"ContentHandlingStrategy"},
|
4390
|
-
"timeoutInMillis":{"shape":"NullableInteger"}
|
4391
|
+
"timeoutInMillis":{"shape":"NullableInteger"},
|
4392
|
+
"tlsConfig":{"shape":"TlsConfig"}
|
4391
4393
|
}
|
4392
4394
|
},
|
4393
4395
|
"PutIntegrationResponseRequest":{
|
@@ -4832,6 +4834,12 @@
|
|
4832
4834
|
}
|
4833
4835
|
},
|
4834
4836
|
"Timestamp":{"type":"timestamp"},
|
4837
|
+
"TlsConfig":{
|
4838
|
+
"type":"structure",
|
4839
|
+
"members":{
|
4840
|
+
"insecureSkipVerification":{"shape":"Boolean"}
|
4841
|
+
}
|
4842
|
+
},
|
4835
4843
|
"TooManyRequestsException":{
|
4836
4844
|
"type":"structure",
|
4837
4845
|
"members":{
|
@@ -2963,7 +2963,9 @@
|
|
2963
2963
|
"OriginPath":{"shape":"string"},
|
2964
2964
|
"CustomHeaders":{"shape":"CustomHeaders"},
|
2965
2965
|
"S3OriginConfig":{"shape":"S3OriginConfig"},
|
2966
|
-
"CustomOriginConfig":{"shape":"CustomOriginConfig"}
|
2966
|
+
"CustomOriginConfig":{"shape":"CustomOriginConfig"},
|
2967
|
+
"ConnectionAttempts":{"shape":"integer"},
|
2968
|
+
"ConnectionTimeout":{"shape":"integer"}
|
2967
2969
|
}
|
2968
2970
|
},
|
2969
2971
|
"OriginCustomHeader":{
|
@@ -39,6 +39,17 @@
|
|
39
39
|
{"shape":"ManagedActionInvalidStateException"}
|
40
40
|
]
|
41
41
|
},
|
42
|
+
"AssociateEnvironmentOperationsRole":{
|
43
|
+
"name":"AssociateEnvironmentOperationsRole",
|
44
|
+
"http":{
|
45
|
+
"method":"POST",
|
46
|
+
"requestUri":"/"
|
47
|
+
},
|
48
|
+
"input":{"shape":"AssociateEnvironmentOperationsRoleMessage"},
|
49
|
+
"errors":[
|
50
|
+
{"shape":"InsufficientPrivilegesException"}
|
51
|
+
]
|
52
|
+
},
|
42
53
|
"CheckDNSAvailability":{
|
43
54
|
"name":"CheckDNSAvailability",
|
44
55
|
"http":{
|
@@ -414,6 +425,17 @@
|
|
414
425
|
{"shape":"ElasticBeanstalkServiceException"}
|
415
426
|
]
|
416
427
|
},
|
428
|
+
"DisassociateEnvironmentOperationsRole":{
|
429
|
+
"name":"DisassociateEnvironmentOperationsRole",
|
430
|
+
"http":{
|
431
|
+
"method":"POST",
|
432
|
+
"requestUri":"/"
|
433
|
+
},
|
434
|
+
"input":{"shape":"DisassociateEnvironmentOperationsRoleMessage"},
|
435
|
+
"errors":[
|
436
|
+
{"shape":"InsufficientPrivilegesException"}
|
437
|
+
]
|
438
|
+
},
|
417
439
|
"ListAvailableSolutionStacks":{
|
418
440
|
"name":"ListAvailableSolutionStacks",
|
419
441
|
"http":{
|
@@ -801,6 +823,17 @@
|
|
801
823
|
"Status":{"shape":"String"}
|
802
824
|
}
|
803
825
|
},
|
826
|
+
"AssociateEnvironmentOperationsRoleMessage":{
|
827
|
+
"type":"structure",
|
828
|
+
"required":[
|
829
|
+
"EnvironmentName",
|
830
|
+
"OperationsRole"
|
831
|
+
],
|
832
|
+
"members":{
|
833
|
+
"EnvironmentName":{"shape":"EnvironmentName"},
|
834
|
+
"OperationsRole":{"shape":"OperationsRole"}
|
835
|
+
}
|
836
|
+
},
|
804
837
|
"AutoCreateApplication":{"type":"boolean"},
|
805
838
|
"AutoScalingGroup":{
|
806
839
|
"type":"structure",
|
@@ -1075,7 +1108,8 @@
|
|
1075
1108
|
"SolutionStackName":{"shape":"SolutionStackName"},
|
1076
1109
|
"PlatformArn":{"shape":"PlatformArn"},
|
1077
1110
|
"OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
|
1078
|
-
"OptionsToRemove":{"shape":"OptionsSpecifierList"}
|
1111
|
+
"OptionsToRemove":{"shape":"OptionsSpecifierList"},
|
1112
|
+
"OperationsRole":{"shape":"OperationsRole"}
|
1079
1113
|
}
|
1080
1114
|
},
|
1081
1115
|
"CreatePlatformVersionRequest":{
|
@@ -1356,6 +1390,13 @@
|
|
1356
1390
|
"type":"string",
|
1357
1391
|
"max":200
|
1358
1392
|
},
|
1393
|
+
"DisassociateEnvironmentOperationsRoleMessage":{
|
1394
|
+
"type":"structure",
|
1395
|
+
"required":["EnvironmentName"],
|
1396
|
+
"members":{
|
1397
|
+
"EnvironmentName":{"shape":"EnvironmentName"}
|
1398
|
+
}
|
1399
|
+
},
|
1359
1400
|
"Ec2InstanceId":{"type":"string"},
|
1360
1401
|
"ElasticBeanstalkServiceException":{
|
1361
1402
|
"type":"structure",
|
@@ -1388,7 +1429,8 @@
|
|
1388
1429
|
"Resources":{"shape":"EnvironmentResourcesDescription"},
|
1389
1430
|
"Tier":{"shape":"EnvironmentTier"},
|
1390
1431
|
"EnvironmentLinks":{"shape":"EnvironmentLinks"},
|
1391
|
-
"EnvironmentArn":{"shape":"EnvironmentArn"}
|
1432
|
+
"EnvironmentArn":{"shape":"EnvironmentArn"},
|
1433
|
+
"OperationsRole":{"shape":"OperationsRole"}
|
1392
1434
|
}
|
1393
1435
|
},
|
1394
1436
|
"EnvironmentDescriptionsList":{
|
@@ -1878,6 +1920,11 @@
|
|
1878
1920
|
},
|
1879
1921
|
"exception":true
|
1880
1922
|
},
|
1923
|
+
"OperationsRole":{
|
1924
|
+
"type":"string",
|
1925
|
+
"max":256,
|
1926
|
+
"min":1
|
1927
|
+
},
|
1881
1928
|
"OptionNamespace":{"type":"string"},
|
1882
1929
|
"OptionRestrictionMaxLength":{"type":"integer"},
|
1883
1930
|
"OptionRestrictionMaxValue":{"type":"integer"},
|
@@ -110,6 +110,21 @@
|
|
110
110
|
],
|
111
111
|
"idempotent":true
|
112
112
|
},
|
113
|
+
"CreateFilter":{
|
114
|
+
"name":"CreateFilter",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{"shape":"CreateFilterRequest"},
|
120
|
+
"output":{"shape":"CreateFilterResponse"},
|
121
|
+
"errors":[
|
122
|
+
{"shape":"InvalidInputException"},
|
123
|
+
{"shape":"ResourceAlreadyExistsException"},
|
124
|
+
{"shape":"ResourceNotFoundException"},
|
125
|
+
{"shape":"LimitExceededException"}
|
126
|
+
]
|
127
|
+
},
|
113
128
|
"CreateSchema":{
|
114
129
|
"name":"CreateSchema",
|
115
130
|
"http":{
|
@@ -211,6 +226,18 @@
|
|
211
226
|
],
|
212
227
|
"idempotent":true
|
213
228
|
},
|
229
|
+
"DeleteFilter":{
|
230
|
+
"name":"DeleteFilter",
|
231
|
+
"http":{
|
232
|
+
"method":"POST",
|
233
|
+
"requestUri":"/"
|
234
|
+
},
|
235
|
+
"input":{"shape":"DeleteFilterRequest"},
|
236
|
+
"errors":[
|
237
|
+
{"shape":"InvalidInputException"},
|
238
|
+
{"shape":"ResourceNotFoundException"}
|
239
|
+
]
|
240
|
+
},
|
214
241
|
"DeleteSchema":{
|
215
242
|
"name":"DeleteSchema",
|
216
243
|
"http":{
|
@@ -351,6 +378,20 @@
|
|
351
378
|
],
|
352
379
|
"idempotent":true
|
353
380
|
},
|
381
|
+
"DescribeFilter":{
|
382
|
+
"name":"DescribeFilter",
|
383
|
+
"http":{
|
384
|
+
"method":"POST",
|
385
|
+
"requestUri":"/"
|
386
|
+
},
|
387
|
+
"input":{"shape":"DescribeFilterRequest"},
|
388
|
+
"output":{"shape":"DescribeFilterResponse"},
|
389
|
+
"errors":[
|
390
|
+
{"shape":"InvalidInputException"},
|
391
|
+
{"shape":"ResourceNotFoundException"}
|
392
|
+
],
|
393
|
+
"idempotent":true
|
394
|
+
},
|
354
395
|
"DescribeRecipe":{
|
355
396
|
"name":"DescribeRecipe",
|
356
397
|
"http":{
|
@@ -504,6 +545,20 @@
|
|
504
545
|
],
|
505
546
|
"idempotent":true
|
506
547
|
},
|
548
|
+
"ListFilters":{
|
549
|
+
"name":"ListFilters",
|
550
|
+
"http":{
|
551
|
+
"method":"POST",
|
552
|
+
"requestUri":"/"
|
553
|
+
},
|
554
|
+
"input":{"shape":"ListFiltersRequest"},
|
555
|
+
"output":{"shape":"ListFiltersResponse"},
|
556
|
+
"errors":[
|
557
|
+
{"shape":"InvalidInputException"},
|
558
|
+
{"shape":"InvalidNextTokenException"}
|
559
|
+
],
|
560
|
+
"idempotent":true
|
561
|
+
},
|
507
562
|
"ListRecipes":{
|
508
563
|
"name":"ListRecipes",
|
509
564
|
"http":{
|
@@ -635,6 +690,7 @@
|
|
635
690
|
"members":{
|
636
691
|
"jobName":{"shape":"Name"},
|
637
692
|
"batchInferenceJobArn":{"shape":"Arn"},
|
693
|
+
"filterArn":{"shape":"Arn"},
|
638
694
|
"failureReason":{"shape":"FailureReason"},
|
639
695
|
"solutionVersionArn":{"shape":"Arn"},
|
640
696
|
"numResults":{"shape":"NumBatchResults"},
|
@@ -773,6 +829,7 @@
|
|
773
829
|
"members":{
|
774
830
|
"jobName":{"shape":"Name"},
|
775
831
|
"solutionVersionArn":{"shape":"Arn"},
|
832
|
+
"filterArn":{"shape":"Arn"},
|
776
833
|
"numResults":{"shape":"NumBatchResults"},
|
777
834
|
"jobInput":{"shape":"BatchInferenceJobInput"},
|
778
835
|
"jobOutput":{"shape":"BatchInferenceJobOutput"},
|
@@ -879,6 +936,25 @@
|
|
879
936
|
"trackingId":{"shape":"TrackingId"}
|
880
937
|
}
|
881
938
|
},
|
939
|
+
"CreateFilterRequest":{
|
940
|
+
"type":"structure",
|
941
|
+
"required":[
|
942
|
+
"name",
|
943
|
+
"datasetGroupArn",
|
944
|
+
"filterExpression"
|
945
|
+
],
|
946
|
+
"members":{
|
947
|
+
"name":{"shape":"Name"},
|
948
|
+
"datasetGroupArn":{"shape":"Arn"},
|
949
|
+
"filterExpression":{"shape":"FilterExpression"}
|
950
|
+
}
|
951
|
+
},
|
952
|
+
"CreateFilterResponse":{
|
953
|
+
"type":"structure",
|
954
|
+
"members":{
|
955
|
+
"filterArn":{"shape":"Arn"}
|
956
|
+
}
|
957
|
+
},
|
882
958
|
"CreateSchemaRequest":{
|
883
959
|
"type":"structure",
|
884
960
|
"required":[
|
@@ -1127,6 +1203,13 @@
|
|
1127
1203
|
"eventTrackerArn":{"shape":"Arn"}
|
1128
1204
|
}
|
1129
1205
|
},
|
1206
|
+
"DeleteFilterRequest":{
|
1207
|
+
"type":"structure",
|
1208
|
+
"required":["filterArn"],
|
1209
|
+
"members":{
|
1210
|
+
"filterArn":{"shape":"Arn"}
|
1211
|
+
}
|
1212
|
+
},
|
1130
1213
|
"DeleteSchemaRequest":{
|
1131
1214
|
"type":"structure",
|
1132
1215
|
"required":["schemaArn"],
|
@@ -1245,6 +1328,19 @@
|
|
1245
1328
|
"featureTransformation":{"shape":"FeatureTransformation"}
|
1246
1329
|
}
|
1247
1330
|
},
|
1331
|
+
"DescribeFilterRequest":{
|
1332
|
+
"type":"structure",
|
1333
|
+
"required":["filterArn"],
|
1334
|
+
"members":{
|
1335
|
+
"filterArn":{"shape":"Arn"}
|
1336
|
+
}
|
1337
|
+
},
|
1338
|
+
"DescribeFilterResponse":{
|
1339
|
+
"type":"structure",
|
1340
|
+
"members":{
|
1341
|
+
"filter":{"shape":"Filter"}
|
1342
|
+
}
|
1343
|
+
},
|
1248
1344
|
"DescribeRecipeRequest":{
|
1249
1345
|
"type":"structure",
|
1250
1346
|
"required":["recipeArn"],
|
@@ -1363,6 +1459,42 @@
|
|
1363
1459
|
"value":{"shape":"ParameterValue"},
|
1364
1460
|
"max":100
|
1365
1461
|
},
|
1462
|
+
"Filter":{
|
1463
|
+
"type":"structure",
|
1464
|
+
"members":{
|
1465
|
+
"name":{"shape":"Name"},
|
1466
|
+
"filterArn":{"shape":"Arn"},
|
1467
|
+
"creationDateTime":{"shape":"Date"},
|
1468
|
+
"lastUpdatedDateTime":{"shape":"Date"},
|
1469
|
+
"datasetGroupArn":{"shape":"Arn"},
|
1470
|
+
"failureReason":{"shape":"FailureReason"},
|
1471
|
+
"filterExpression":{"shape":"FilterExpression"},
|
1472
|
+
"status":{"shape":"Status"}
|
1473
|
+
}
|
1474
|
+
},
|
1475
|
+
"FilterExpression":{
|
1476
|
+
"type":"string",
|
1477
|
+
"max":2500,
|
1478
|
+
"min":1,
|
1479
|
+
"sensitive":true
|
1480
|
+
},
|
1481
|
+
"FilterSummary":{
|
1482
|
+
"type":"structure",
|
1483
|
+
"members":{
|
1484
|
+
"name":{"shape":"Name"},
|
1485
|
+
"filterArn":{"shape":"Arn"},
|
1486
|
+
"creationDateTime":{"shape":"Date"},
|
1487
|
+
"lastUpdatedDateTime":{"shape":"Date"},
|
1488
|
+
"datasetGroupArn":{"shape":"Arn"},
|
1489
|
+
"failureReason":{"shape":"FailureReason"},
|
1490
|
+
"status":{"shape":"Status"}
|
1491
|
+
}
|
1492
|
+
},
|
1493
|
+
"Filters":{
|
1494
|
+
"type":"list",
|
1495
|
+
"member":{"shape":"FilterSummary"},
|
1496
|
+
"max":100
|
1497
|
+
},
|
1366
1498
|
"GetSolutionMetricsRequest":{
|
1367
1499
|
"type":"structure",
|
1368
1500
|
"required":["solutionVersionArn"],
|
@@ -1554,6 +1686,21 @@
|
|
1554
1686
|
"nextToken":{"shape":"NextToken"}
|
1555
1687
|
}
|
1556
1688
|
},
|
1689
|
+
"ListFiltersRequest":{
|
1690
|
+
"type":"structure",
|
1691
|
+
"members":{
|
1692
|
+
"datasetGroupArn":{"shape":"Arn"},
|
1693
|
+
"nextToken":{"shape":"NextToken"},
|
1694
|
+
"maxResults":{"shape":"MaxResults"}
|
1695
|
+
}
|
1696
|
+
},
|
1697
|
+
"ListFiltersResponse":{
|
1698
|
+
"type":"structure",
|
1699
|
+
"members":{
|
1700
|
+
"Filters":{"shape":"Filters"},
|
1701
|
+
"nextToken":{"shape":"NextToken"}
|
1702
|
+
}
|
1703
|
+
},
|
1557
1704
|
"ListRecipesRequest":{
|
1558
1705
|
"type":"structure",
|
1559
1706
|
"members":{
|
@@ -4566,6 +4566,9 @@
|
|
4566
4566
|
"Activity": {
|
4567
4567
|
"type": "structure",
|
4568
4568
|
"members": {
|
4569
|
+
"CUSTOM": {
|
4570
|
+
"shape": "CustomMessageActivity"
|
4571
|
+
},
|
4569
4572
|
"ConditionalSplit": {
|
4570
4573
|
"shape": "ConditionalSplitActivity"
|
4571
4574
|
},
|
@@ -4581,9 +4584,15 @@
|
|
4581
4584
|
"MultiCondition": {
|
4582
4585
|
"shape": "MultiConditionalSplitActivity"
|
4583
4586
|
},
|
4587
|
+
"PUSH": {
|
4588
|
+
"shape": "PushMessageActivity"
|
4589
|
+
},
|
4584
4590
|
"RandomSplit": {
|
4585
4591
|
"shape": "RandomSplitActivity"
|
4586
4592
|
},
|
4593
|
+
"SMS": {
|
4594
|
+
"shape": "SMSMessageActivity"
|
4595
|
+
},
|
4587
4596
|
"Wait": {
|
4588
4597
|
"shape": "WaitActivity"
|
4589
4598
|
}
|
@@ -5226,6 +5235,7 @@
|
|
5226
5235
|
"ChannelType": {
|
5227
5236
|
"type": "string",
|
5228
5237
|
"enum": [
|
5238
|
+
"PUSH",
|
5229
5239
|
"GCM",
|
5230
5240
|
"APNS",
|
5231
5241
|
"APNS_SANDBOX",
|
@@ -5675,6 +5685,29 @@
|
|
5675
5685
|
"DeliveryUri"
|
5676
5686
|
]
|
5677
5687
|
},
|
5688
|
+
"CustomMessageActivity": {
|
5689
|
+
"type": "structure",
|
5690
|
+
"members": {
|
5691
|
+
"DeliveryUri": {
|
5692
|
+
"shape": "__string"
|
5693
|
+
},
|
5694
|
+
"EndpointTypes": {
|
5695
|
+
"shape": "ListOf__EndpointTypesElement"
|
5696
|
+
},
|
5697
|
+
"MessageConfig": {
|
5698
|
+
"shape": "JourneyCustomMessage"
|
5699
|
+
},
|
5700
|
+
"NextActivity": {
|
5701
|
+
"shape": "__string"
|
5702
|
+
},
|
5703
|
+
"TemplateName": {
|
5704
|
+
"shape": "__string"
|
5705
|
+
},
|
5706
|
+
"TemplateVersion": {
|
5707
|
+
"shape": "__string"
|
5708
|
+
}
|
5709
|
+
}
|
5710
|
+
},
|
5678
5711
|
"DefaultMessage": {
|
5679
5712
|
"type": "structure",
|
5680
5713
|
"members": {
|
@@ -8925,6 +8958,14 @@
|
|
8925
8958
|
"FAILED"
|
8926
8959
|
]
|
8927
8960
|
},
|
8961
|
+
"JourneyCustomMessage": {
|
8962
|
+
"type": "structure",
|
8963
|
+
"members": {
|
8964
|
+
"Data": {
|
8965
|
+
"shape": "__string"
|
8966
|
+
}
|
8967
|
+
}
|
8968
|
+
},
|
8928
8969
|
"JourneyDateRangeKpiResponse": {
|
8929
8970
|
"type": "structure",
|
8930
8971
|
"members": {
|
@@ -9035,6 +9076,14 @@
|
|
9035
9076
|
}
|
9036
9077
|
}
|
9037
9078
|
},
|
9079
|
+
"JourneyPushMessage": {
|
9080
|
+
"type": "structure",
|
9081
|
+
"members": {
|
9082
|
+
"TimeToLive": {
|
9083
|
+
"shape": "__string"
|
9084
|
+
}
|
9085
|
+
}
|
9086
|
+
},
|
9038
9087
|
"JourneyResponse": {
|
9039
9088
|
"type": "structure",
|
9040
9089
|
"members": {
|
@@ -9091,6 +9140,17 @@
|
|
9091
9140
|
"ApplicationId"
|
9092
9141
|
]
|
9093
9142
|
},
|
9143
|
+
"JourneySMSMessage": {
|
9144
|
+
"type": "structure",
|
9145
|
+
"members": {
|
9146
|
+
"MessageType": {
|
9147
|
+
"shape": "MessageType"
|
9148
|
+
},
|
9149
|
+
"SenderId": {
|
9150
|
+
"shape": "__string"
|
9151
|
+
}
|
9152
|
+
}
|
9153
|
+
},
|
9094
9154
|
"JourneySchedule": {
|
9095
9155
|
"type": "structure",
|
9096
9156
|
"members": {
|
@@ -9656,6 +9716,23 @@
|
|
9656
9716
|
}
|
9657
9717
|
}
|
9658
9718
|
},
|
9719
|
+
"PushMessageActivity": {
|
9720
|
+
"type": "structure",
|
9721
|
+
"members": {
|
9722
|
+
"MessageConfig": {
|
9723
|
+
"shape": "JourneyPushMessage"
|
9724
|
+
},
|
9725
|
+
"NextActivity": {
|
9726
|
+
"shape": "__string"
|
9727
|
+
},
|
9728
|
+
"TemplateName": {
|
9729
|
+
"shape": "__string"
|
9730
|
+
},
|
9731
|
+
"TemplateVersion": {
|
9732
|
+
"shape": "__string"
|
9733
|
+
}
|
9734
|
+
}
|
9735
|
+
},
|
9659
9736
|
"PushNotificationTemplateRequest": {
|
9660
9737
|
"type": "structure",
|
9661
9738
|
"members": {
|
@@ -10077,6 +10154,23 @@
|
|
10077
10154
|
}
|
10078
10155
|
}
|
10079
10156
|
},
|
10157
|
+
"SMSMessageActivity": {
|
10158
|
+
"type": "structure",
|
10159
|
+
"members": {
|
10160
|
+
"MessageConfig": {
|
10161
|
+
"shape": "JourneySMSMessage"
|
10162
|
+
},
|
10163
|
+
"NextActivity": {
|
10164
|
+
"shape": "__string"
|
10165
|
+
},
|
10166
|
+
"TemplateName": {
|
10167
|
+
"shape": "__string"
|
10168
|
+
},
|
10169
|
+
"TemplateVersion": {
|
10170
|
+
"shape": "__string"
|
10171
|
+
}
|
10172
|
+
}
|
10173
|
+
},
|
10080
10174
|
"SMSTemplateRequest": {
|
10081
10175
|
"type": "structure",
|
10082
10176
|
"members": {
|
@@ -12003,6 +12097,7 @@
|
|
12003
12097
|
"__EndpointTypesElement": {
|
12004
12098
|
"type": "string",
|
12005
12099
|
"enum": [
|
12100
|
+
"PUSH",
|
12006
12101
|
"GCM",
|
12007
12102
|
"APNS",
|
12008
12103
|
"APNS_SANDBOX",
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"shapes":{
|
32
32
|
"BodyBlob":{
|
33
33
|
"type":"blob",
|
34
|
-
"max":
|
34
|
+
"max":6291456,
|
35
35
|
"sensitive":true
|
36
36
|
},
|
37
37
|
"CustomAttributesHeader":{
|
@@ -92,6 +92,11 @@
|
|
92
92
|
"shape":"TargetModelHeader",
|
93
93
|
"location":"header",
|
94
94
|
"locationName":"X-Amzn-SageMaker-Target-Model"
|
95
|
+
},
|
96
|
+
"TargetVariant":{
|
97
|
+
"shape":"TargetVariantHeader",
|
98
|
+
"location":"header",
|
99
|
+
"locationName":"X-Amzn-SageMaker-Target-Variant"
|
95
100
|
}
|
96
101
|
},
|
97
102
|
"payload":"Body"
|
@@ -152,6 +157,11 @@
|
|
152
157
|
"min":1,
|
153
158
|
"pattern":"\\A\\S[\\p{Print}]*\\z"
|
154
159
|
},
|
160
|
+
"TargetVariantHeader":{
|
161
|
+
"type":"string",
|
162
|
+
"max":63,
|
163
|
+
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
164
|
+
},
|
155
165
|
"ValidationError":{
|
156
166
|
"type":"structure",
|
157
167
|
"members":{
|
@@ -435,7 +435,8 @@
|
|
435
435
|
"input":{"shape":"DescribeProductAsAdminInput"},
|
436
436
|
"output":{"shape":"DescribeProductAsAdminOutput"},
|
437
437
|
"errors":[
|
438
|
-
{"shape":"ResourceNotFoundException"}
|
438
|
+
{"shape":"ResourceNotFoundException"},
|
439
|
+
{"shape":"InvalidParametersException"}
|
439
440
|
]
|
440
441
|
},
|
441
442
|
"DescribeProductView":{
|
@@ -485,7 +486,8 @@
|
|
485
486
|
"input":{"shape":"DescribeProvisioningArtifactInput"},
|
486
487
|
"output":{"shape":"DescribeProvisioningArtifactOutput"},
|
487
488
|
"errors":[
|
488
|
-
{"shape":"ResourceNotFoundException"}
|
489
|
+
{"shape":"ResourceNotFoundException"},
|
490
|
+
{"shape":"InvalidParametersException"}
|
489
491
|
]
|
490
492
|
},
|
491
493
|
"DescribeProvisioningParameters":{
|
@@ -1800,10 +1802,10 @@
|
|
1800
1802
|
},
|
1801
1803
|
"DescribeProductAsAdminInput":{
|
1802
1804
|
"type":"structure",
|
1803
|
-
"required":["Id"],
|
1804
1805
|
"members":{
|
1805
1806
|
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1806
|
-
"Id":{"shape":"Id"}
|
1807
|
+
"Id":{"shape":"Id"},
|
1808
|
+
"Name":{"shape":"ProductViewName"}
|
1807
1809
|
}
|
1808
1810
|
},
|
1809
1811
|
"DescribeProductAsAdminOutput":{
|
@@ -1818,10 +1820,10 @@
|
|
1818
1820
|
},
|
1819
1821
|
"DescribeProductInput":{
|
1820
1822
|
"type":"structure",
|
1821
|
-
"required":["Id"],
|
1822
1823
|
"members":{
|
1823
1824
|
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1824
|
-
"Id":{"shape":"Id"}
|
1825
|
+
"Id":{"shape":"Id"},
|
1826
|
+
"Name":{"shape":"ProductViewName"}
|
1825
1827
|
}
|
1826
1828
|
},
|
1827
1829
|
"DescribeProductOutput":{
|
@@ -1829,7 +1831,8 @@
|
|
1829
1831
|
"members":{
|
1830
1832
|
"ProductViewSummary":{"shape":"ProductViewSummary"},
|
1831
1833
|
"ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"},
|
1832
|
-
"Budgets":{"shape":"Budgets"}
|
1834
|
+
"Budgets":{"shape":"Budgets"},
|
1835
|
+
"LaunchPaths":{"shape":"LaunchPaths"}
|
1833
1836
|
}
|
1834
1837
|
},
|
1835
1838
|
"DescribeProductViewInput":{
|
@@ -1882,14 +1885,12 @@
|
|
1882
1885
|
},
|
1883
1886
|
"DescribeProvisioningArtifactInput":{
|
1884
1887
|
"type":"structure",
|
1885
|
-
"required":[
|
1886
|
-
"ProvisioningArtifactId",
|
1887
|
-
"ProductId"
|
1888
|
-
],
|
1889
1888
|
"members":{
|
1890
1889
|
"AcceptLanguage":{"shape":"AcceptLanguage"},
|
1891
1890
|
"ProvisioningArtifactId":{"shape":"Id"},
|
1892
1891
|
"ProductId":{"shape":"Id"},
|
1892
|
+
"ProvisioningArtifactName":{"shape":"ProvisioningArtifactName"},
|
1893
|
+
"ProductName":{"shape":"ProductViewName"},
|
1893
1894
|
"Verbose":{"shape":"Verbose"}
|
1894
1895
|
}
|
1895
1896
|
},
|
@@ -2250,6 +2251,13 @@
|
|
2250
2251
|
"exception":true
|
2251
2252
|
},
|
2252
2253
|
"LastRequestId":{"type":"string"},
|
2254
|
+
"LaunchPath":{
|
2255
|
+
"type":"structure",
|
2256
|
+
"members":{
|
2257
|
+
"Id":{"shape":"Id"},
|
2258
|
+
"Name":{"shape":"PortfolioName"}
|
2259
|
+
}
|
2260
|
+
},
|
2253
2261
|
"LaunchPathSummaries":{
|
2254
2262
|
"type":"list",
|
2255
2263
|
"member":{"shape":"LaunchPathSummary"}
|
@@ -2263,6 +2271,10 @@
|
|
2263
2271
|
"Name":{"shape":"PortfolioName"}
|
2264
2272
|
}
|
2265
2273
|
},
|
2274
|
+
"LaunchPaths":{
|
2275
|
+
"type":"list",
|
2276
|
+
"member":{"shape":"LaunchPath"}
|
2277
|
+
},
|
2266
2278
|
"LimitExceededException":{
|
2267
2279
|
"type":"structure",
|
2268
2280
|
"members":{
|
@@ -3034,7 +3046,10 @@
|
|
3034
3046
|
},
|
3035
3047
|
"ProvisioningArtifactActive":{"type":"boolean"},
|
3036
3048
|
"ProvisioningArtifactCreatedTime":{"type":"timestamp"},
|
3037
|
-
"ProvisioningArtifactDescription":{
|
3049
|
+
"ProvisioningArtifactDescription":{
|
3050
|
+
"type":"string",
|
3051
|
+
"max":8192
|
3052
|
+
},
|
3038
3053
|
"ProvisioningArtifactDetail":{
|
3039
3054
|
"type":"structure",
|
3040
3055
|
"members":{
|
@@ -3067,7 +3082,10 @@
|
|
3067
3082
|
},
|
3068
3083
|
"ProvisioningArtifactInfoKey":{"type":"string"},
|
3069
3084
|
"ProvisioningArtifactInfoValue":{"type":"string"},
|
3070
|
-
"ProvisioningArtifactName":{
|
3085
|
+
"ProvisioningArtifactName":{
|
3086
|
+
"type":"string",
|
3087
|
+
"max":8192
|
3088
|
+
},
|
3071
3089
|
"ProvisioningArtifactParameter":{
|
3072
3090
|
"type":"structure",
|
3073
3091
|
"members":{
|
data/endpoints.json
CHANGED
@@ -4681,6 +4681,30 @@
|
|
4681
4681
|
"eu-west-1" : { },
|
4682
4682
|
"eu-west-2" : { },
|
4683
4683
|
"eu-west-3" : { },
|
4684
|
+
"fips-us-east-1" : {
|
4685
|
+
"credentialScope" : {
|
4686
|
+
"region" : "us-east-1"
|
4687
|
+
},
|
4688
|
+
"hostname" : "securityhub-fips.us-east-1.amazonaws.com"
|
4689
|
+
},
|
4690
|
+
"fips-us-east-2" : {
|
4691
|
+
"credentialScope" : {
|
4692
|
+
"region" : "us-east-2"
|
4693
|
+
},
|
4694
|
+
"hostname" : "securityhub-fips.us-east-2.amazonaws.com"
|
4695
|
+
},
|
4696
|
+
"fips-us-west-1" : {
|
4697
|
+
"credentialScope" : {
|
4698
|
+
"region" : "us-west-1"
|
4699
|
+
},
|
4700
|
+
"hostname" : "securityhub-fips.us-west-1.amazonaws.com"
|
4701
|
+
},
|
4702
|
+
"fips-us-west-2" : {
|
4703
|
+
"credentialScope" : {
|
4704
|
+
"region" : "us-west-2"
|
4705
|
+
},
|
4706
|
+
"hostname" : "securityhub-fips.us-west-2.amazonaws.com"
|
4707
|
+
},
|
4684
4708
|
"me-south-1" : { },
|
4685
4709
|
"sa-east-1" : { },
|
4686
4710
|
"us-east-1" : { },
|
@@ -7597,6 +7621,18 @@
|
|
7597
7621
|
},
|
7598
7622
|
"securityhub" : {
|
7599
7623
|
"endpoints" : {
|
7624
|
+
"fips-us-gov-east-1" : {
|
7625
|
+
"credentialScope" : {
|
7626
|
+
"region" : "us-gov-east-1"
|
7627
|
+
},
|
7628
|
+
"hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com"
|
7629
|
+
},
|
7630
|
+
"fips-us-gov-west-1" : {
|
7631
|
+
"credentialScope" : {
|
7632
|
+
"region" : "us-gov-west-1"
|
7633
|
+
},
|
7634
|
+
"hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com"
|
7635
|
+
},
|
7600
7636
|
"us-gov-east-1" : { },
|
7601
7637
|
"us-gov-west-1" : { }
|
7602
7638
|
}
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.522
|
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-06-
|
11
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|