aws-sdk-core 2.10.87 → 2.10.88
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 +12 -1
- data/apis/cloudformation/2010-05-15/api-2.json +51 -3
- data/apis/codebuild/2016-10-06/api-2.json +88 -4
- data/apis/elasticmapreduce/2009-03-31/api-2.json +18 -2
- data/apis/rekognition/2016-06-27/api-2.json +89 -6
- data/apis/shield/2016-06-02/api-2.json +86 -1
- data/apis/shield/2016-06-02/paginators-1.json +4 -0
- data/apis/storagegateway/2013-06-30/api-2.json +44 -5
- data/apis/xray/2016-04-12/api-2.json +22 -10
- data/apis/xray/2016-04-12/paginators-1.json +21 -1
- data/endpoints.json +20 -0
- data/lib/aws-sdk-core/shield.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10d634c5431d6565b3e68db1f1d11a57608fcd7c
|
4
|
+
data.tar.gz: 0688e52bd95098a10a14bdfc5f8955959c89263d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db4858506b4558b4aa55d182fe3e067fe784ecd3314d88f2c20ccf04ba9998f2aa05a6533027e11c12ff000b9f33f31b133a1a148c4d9e68997b799b8a57b998
|
7
|
+
data.tar.gz: 1ddfc12634a9b41e104583e6552bd516f970a99323175c912dae8c92c67c105d5e5c6fca0ca220489715de6f460f479205550b4a77cefb22bda8ebdcdf88485d
|
@@ -5,6 +5,7 @@
|
|
5
5
|
"endpointPrefix":"apigateway",
|
6
6
|
"protocol":"rest-json",
|
7
7
|
"serviceFullName":"Amazon API Gateway",
|
8
|
+
"serviceId":"API Gateway",
|
8
9
|
"signatureVersion":"v4",
|
9
10
|
"uid":"apigateway-2015-07-09"
|
10
11
|
},
|
@@ -1754,6 +1755,13 @@
|
|
1754
1755
|
}
|
1755
1756
|
},
|
1756
1757
|
"shapes":{
|
1758
|
+
"AccessLogSettings":{
|
1759
|
+
"type":"structure",
|
1760
|
+
"members":{
|
1761
|
+
"format":{"shape":"String"},
|
1762
|
+
"destinationArn":{"shape":"String"}
|
1763
|
+
}
|
1764
|
+
},
|
1757
1765
|
"Account":{
|
1758
1766
|
"type":"structure",
|
1759
1767
|
"members":{
|
@@ -3752,6 +3760,7 @@
|
|
3752
3760
|
"requestTemplates":{"shape":"MapOfStringToString"},
|
3753
3761
|
"passthroughBehavior":{"shape":"String"},
|
3754
3762
|
"contentHandling":{"shape":"ContentHandlingStrategy"},
|
3763
|
+
"timeoutInMillis":{"shape":"Integer"},
|
3755
3764
|
"cacheNamespace":{"shape":"String"},
|
3756
3765
|
"cacheKeyParameters":{"shape":"ListOfString"},
|
3757
3766
|
"integrationResponses":{"shape":"MapOfIntegrationResponse"}
|
@@ -4111,7 +4120,8 @@
|
|
4111
4120
|
"passthroughBehavior":{"shape":"String"},
|
4112
4121
|
"cacheNamespace":{"shape":"String"},
|
4113
4122
|
"cacheKeyParameters":{"shape":"ListOfString"},
|
4114
|
-
"contentHandling":{"shape":"ContentHandlingStrategy"}
|
4123
|
+
"contentHandling":{"shape":"ContentHandlingStrategy"},
|
4124
|
+
"timeoutInMillis":{"shape":"NullableInteger"}
|
4115
4125
|
}
|
4116
4126
|
},
|
4117
4127
|
"PutIntegrationResponseRequest":{
|
@@ -4403,6 +4413,7 @@
|
|
4403
4413
|
"methodSettings":{"shape":"MapOfMethodSettings"},
|
4404
4414
|
"variables":{"shape":"MapOfStringToString"},
|
4405
4415
|
"documentationVersion":{"shape":"String"},
|
4416
|
+
"accessLogSettings":{"shape":"AccessLogSettings"},
|
4406
4417
|
"createdDate":{"shape":"Timestamp"},
|
4407
4418
|
"lastUpdatedDate":{"shape":"Timestamp"}
|
4408
4419
|
}
|
@@ -5,6 +5,7 @@
|
|
5
5
|
"endpointPrefix":"cloudformation",
|
6
6
|
"protocol":"query",
|
7
7
|
"serviceFullName":"AWS CloudFormation",
|
8
|
+
"serviceId":"CloudFormation",
|
8
9
|
"signatureVersion":"v4",
|
9
10
|
"uid":"cloudformation-2010-05-15",
|
10
11
|
"xmlNamespace":"http://cloudformation.amazonaws.com/doc/2010-05-15/"
|
@@ -530,6 +531,26 @@
|
|
530
531
|
{"shape":"TokenAlreadyExistsException"}
|
531
532
|
]
|
532
533
|
},
|
534
|
+
"UpdateStackInstances":{
|
535
|
+
"name":"UpdateStackInstances",
|
536
|
+
"http":{
|
537
|
+
"method":"POST",
|
538
|
+
"requestUri":"/"
|
539
|
+
},
|
540
|
+
"input":{"shape":"UpdateStackInstancesInput"},
|
541
|
+
"output":{
|
542
|
+
"shape":"UpdateStackInstancesOutput",
|
543
|
+
"resultWrapper":"UpdateStackInstancesResult"
|
544
|
+
},
|
545
|
+
"errors":[
|
546
|
+
{"shape":"StackSetNotFoundException"},
|
547
|
+
{"shape":"StackInstanceNotFoundException"},
|
548
|
+
{"shape":"OperationInProgressException"},
|
549
|
+
{"shape":"OperationIdAlreadyExistsException"},
|
550
|
+
{"shape":"StaleRequestException"},
|
551
|
+
{"shape":"InvalidOperationException"}
|
552
|
+
]
|
553
|
+
},
|
533
554
|
"UpdateStackSet":{
|
534
555
|
"name":"UpdateStackSet",
|
535
556
|
"http":{
|
@@ -836,6 +857,7 @@
|
|
836
857
|
"StackSetName":{"shape":"StackSetName"},
|
837
858
|
"Accounts":{"shape":"AccountList"},
|
838
859
|
"Regions":{"shape":"RegionList"},
|
860
|
+
"ParameterOverrides":{"shape":"Parameters"},
|
839
861
|
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
840
862
|
"OperationId":{
|
841
863
|
"shape":"ClientRequestToken",
|
@@ -1527,7 +1549,8 @@
|
|
1527
1549
|
"members":{
|
1528
1550
|
"ParameterKey":{"shape":"ParameterKey"},
|
1529
1551
|
"ParameterValue":{"shape":"ParameterValue"},
|
1530
|
-
"UsePreviousValue":{"shape":"UsePreviousValue"}
|
1552
|
+
"UsePreviousValue":{"shape":"UsePreviousValue"},
|
1553
|
+
"ResolvedValue":{"shape":"ParameterValue"}
|
1531
1554
|
}
|
1532
1555
|
},
|
1533
1556
|
"ParameterConstraints":{
|
@@ -1799,6 +1822,7 @@
|
|
1799
1822
|
"Region":{"shape":"Region"},
|
1800
1823
|
"Account":{"shape":"Account"},
|
1801
1824
|
"StackId":{"shape":"StackId"},
|
1825
|
+
"ParameterOverrides":{"shape":"Parameters"},
|
1802
1826
|
"Status":{"shape":"StackInstanceStatus"},
|
1803
1827
|
"StatusReason":{"shape":"Reason"}
|
1804
1828
|
}
|
@@ -1946,8 +1970,7 @@
|
|
1946
1970
|
"StackSetName":{"type":"string"},
|
1947
1971
|
"StackSetNameOrId":{
|
1948
1972
|
"type":"string",
|
1949
|
-
"
|
1950
|
-
"pattern":"[a-zA-Z][-a-zA-Z0-9]*"
|
1973
|
+
"pattern":"[a-zA-Z][-a-zA-Z0-9]*(?::[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12})?"
|
1951
1974
|
},
|
1952
1975
|
"StackSetNotEmptyException":{
|
1953
1976
|
"type":"structure",
|
@@ -2256,6 +2279,31 @@
|
|
2256
2279
|
"ClientRequestToken":{"shape":"ClientRequestToken"}
|
2257
2280
|
}
|
2258
2281
|
},
|
2282
|
+
"UpdateStackInstancesInput":{
|
2283
|
+
"type":"structure",
|
2284
|
+
"required":[
|
2285
|
+
"StackSetName",
|
2286
|
+
"Accounts",
|
2287
|
+
"Regions"
|
2288
|
+
],
|
2289
|
+
"members":{
|
2290
|
+
"StackSetName":{"shape":"StackSetName"},
|
2291
|
+
"Accounts":{"shape":"AccountList"},
|
2292
|
+
"Regions":{"shape":"RegionList"},
|
2293
|
+
"ParameterOverrides":{"shape":"Parameters"},
|
2294
|
+
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
|
2295
|
+
"OperationId":{
|
2296
|
+
"shape":"ClientRequestToken",
|
2297
|
+
"idempotencyToken":true
|
2298
|
+
}
|
2299
|
+
}
|
2300
|
+
},
|
2301
|
+
"UpdateStackInstancesOutput":{
|
2302
|
+
"type":"structure",
|
2303
|
+
"members":{
|
2304
|
+
"OperationId":{"shape":"ClientRequestToken"}
|
2305
|
+
}
|
2306
|
+
},
|
2259
2307
|
"UpdateStackOutput":{
|
2260
2308
|
"type":"structure",
|
2261
2309
|
"members":{
|
@@ -102,6 +102,19 @@
|
|
102
102
|
{"shape":"OAuthProviderException"}
|
103
103
|
]
|
104
104
|
},
|
105
|
+
"InvalidateProjectCache":{
|
106
|
+
"name":"InvalidateProjectCache",
|
107
|
+
"http":{
|
108
|
+
"method":"POST",
|
109
|
+
"requestUri":"/"
|
110
|
+
},
|
111
|
+
"input":{"shape":"InvalidateProjectCacheInput"},
|
112
|
+
"output":{"shape":"InvalidateProjectCacheOutput"},
|
113
|
+
"errors":[
|
114
|
+
{"shape":"InvalidInputException"},
|
115
|
+
{"shape":"ResourceNotFoundException"}
|
116
|
+
]
|
117
|
+
},
|
105
118
|
"ListBuilds":{
|
106
119
|
"name":"ListBuilds",
|
107
120
|
"http":{
|
@@ -275,11 +288,14 @@
|
|
275
288
|
"phases":{"shape":"BuildPhases"},
|
276
289
|
"source":{"shape":"ProjectSource"},
|
277
290
|
"artifacts":{"shape":"BuildArtifacts"},
|
291
|
+
"cache":{"shape":"ProjectCache"},
|
278
292
|
"environment":{"shape":"ProjectEnvironment"},
|
279
293
|
"logs":{"shape":"LogsLocation"},
|
280
294
|
"timeoutInMinutes":{"shape":"WrapperInt"},
|
281
295
|
"buildComplete":{"shape":"Boolean"},
|
282
|
-
"initiator":{"shape":"String"}
|
296
|
+
"initiator":{"shape":"String"},
|
297
|
+
"vpcConfig":{"shape":"VpcConfig"},
|
298
|
+
"networkInterface":{"shape":"NetworkInterface"}
|
283
299
|
}
|
284
300
|
},
|
285
301
|
"BuildArtifacts":{
|
@@ -341,6 +357,13 @@
|
|
341
357
|
"type":"list",
|
342
358
|
"member":{"shape":"BuildNotDeleted"}
|
343
359
|
},
|
360
|
+
"CacheType":{
|
361
|
+
"type":"string",
|
362
|
+
"enum":[
|
363
|
+
"NO_CACHE",
|
364
|
+
"S3"
|
365
|
+
]
|
366
|
+
},
|
344
367
|
"ComputeType":{
|
345
368
|
"type":"string",
|
346
369
|
"enum":[
|
@@ -362,11 +385,14 @@
|
|
362
385
|
"description":{"shape":"ProjectDescription"},
|
363
386
|
"source":{"shape":"ProjectSource"},
|
364
387
|
"artifacts":{"shape":"ProjectArtifacts"},
|
388
|
+
"cache":{"shape":"ProjectCache"},
|
365
389
|
"environment":{"shape":"ProjectEnvironment"},
|
366
390
|
"serviceRole":{"shape":"NonEmptyString"},
|
367
391
|
"timeoutInMinutes":{"shape":"TimeOut"},
|
368
392
|
"encryptionKey":{"shape":"NonEmptyString"},
|
369
|
-
"tags":{"shape":"TagList"}
|
393
|
+
"tags":{"shape":"TagList"},
|
394
|
+
"vpcConfig":{"shape":"VpcConfig"},
|
395
|
+
"badgeEnabled":{"shape":"WrapperBoolean"}
|
370
396
|
}
|
371
397
|
},
|
372
398
|
"CreateProjectOutput":{
|
@@ -478,6 +504,18 @@
|
|
478
504
|
},
|
479
505
|
"exception":true
|
480
506
|
},
|
507
|
+
"InvalidateProjectCacheInput":{
|
508
|
+
"type":"structure",
|
509
|
+
"required":["projectName"],
|
510
|
+
"members":{
|
511
|
+
"projectName":{"shape":"NonEmptyString"}
|
512
|
+
}
|
513
|
+
},
|
514
|
+
"InvalidateProjectCacheOutput":{
|
515
|
+
"type":"structure",
|
516
|
+
"members":{
|
517
|
+
}
|
518
|
+
},
|
481
519
|
"KeyInput":{
|
482
520
|
"type":"string",
|
483
521
|
"max":127,
|
@@ -562,6 +600,13 @@
|
|
562
600
|
"deepLink":{"shape":"String"}
|
563
601
|
}
|
564
602
|
},
|
603
|
+
"NetworkInterface":{
|
604
|
+
"type":"structure",
|
605
|
+
"members":{
|
606
|
+
"subnetId":{"shape":"NonEmptyString"},
|
607
|
+
"networkInterfaceId":{"shape":"NonEmptyString"}
|
608
|
+
}
|
609
|
+
},
|
565
610
|
"NonEmptyString":{
|
566
611
|
"type":"string",
|
567
612
|
"min":1
|
@@ -599,6 +644,7 @@
|
|
599
644
|
"description":{"shape":"ProjectDescription"},
|
600
645
|
"source":{"shape":"ProjectSource"},
|
601
646
|
"artifacts":{"shape":"ProjectArtifacts"},
|
647
|
+
"cache":{"shape":"ProjectCache"},
|
602
648
|
"environment":{"shape":"ProjectEnvironment"},
|
603
649
|
"serviceRole":{"shape":"NonEmptyString"},
|
604
650
|
"timeoutInMinutes":{"shape":"TimeOut"},
|
@@ -606,7 +652,9 @@
|
|
606
652
|
"tags":{"shape":"TagList"},
|
607
653
|
"created":{"shape":"Timestamp"},
|
608
654
|
"lastModified":{"shape":"Timestamp"},
|
609
|
-
"webhook":{"shape":"Webhook"}
|
655
|
+
"webhook":{"shape":"Webhook"},
|
656
|
+
"vpcConfig":{"shape":"VpcConfig"},
|
657
|
+
"badge":{"shape":"ProjectBadge"}
|
610
658
|
}
|
611
659
|
},
|
612
660
|
"ProjectArtifacts":{
|
@@ -621,6 +669,21 @@
|
|
621
669
|
"packaging":{"shape":"ArtifactPackaging"}
|
622
670
|
}
|
623
671
|
},
|
672
|
+
"ProjectBadge":{
|
673
|
+
"type":"structure",
|
674
|
+
"members":{
|
675
|
+
"badgeEnabled":{"shape":"Boolean"},
|
676
|
+
"badgeRequestUrl":{"shape":"String"}
|
677
|
+
}
|
678
|
+
},
|
679
|
+
"ProjectCache":{
|
680
|
+
"type":"structure",
|
681
|
+
"required":["type"],
|
682
|
+
"members":{
|
683
|
+
"type":{"shape":"CacheType"},
|
684
|
+
"location":{"shape":"String"}
|
685
|
+
}
|
686
|
+
},
|
624
687
|
"ProjectDescription":{
|
625
688
|
"type":"string",
|
626
689
|
"max":255,
|
@@ -687,6 +750,11 @@
|
|
687
750
|
},
|
688
751
|
"exception":true
|
689
752
|
},
|
753
|
+
"SecurityGroupIds":{
|
754
|
+
"type":"list",
|
755
|
+
"member":{"shape":"NonEmptyString"},
|
756
|
+
"max":5
|
757
|
+
},
|
690
758
|
"SortOrderType":{
|
691
759
|
"type":"string",
|
692
760
|
"enum":[
|
@@ -759,6 +827,11 @@
|
|
759
827
|
}
|
760
828
|
},
|
761
829
|
"String":{"type":"string"},
|
830
|
+
"Subnets":{
|
831
|
+
"type":"list",
|
832
|
+
"member":{"shape":"NonEmptyString"},
|
833
|
+
"max":16
|
834
|
+
},
|
762
835
|
"Tag":{
|
763
836
|
"type":"structure",
|
764
837
|
"members":{
|
@@ -786,11 +859,14 @@
|
|
786
859
|
"description":{"shape":"ProjectDescription"},
|
787
860
|
"source":{"shape":"ProjectSource"},
|
788
861
|
"artifacts":{"shape":"ProjectArtifacts"},
|
862
|
+
"cache":{"shape":"ProjectCache"},
|
789
863
|
"environment":{"shape":"ProjectEnvironment"},
|
790
864
|
"serviceRole":{"shape":"NonEmptyString"},
|
791
865
|
"timeoutInMinutes":{"shape":"TimeOut"},
|
792
866
|
"encryptionKey":{"shape":"NonEmptyString"},
|
793
|
-
"tags":{"shape":"TagList"}
|
867
|
+
"tags":{"shape":"TagList"},
|
868
|
+
"vpcConfig":{"shape":"VpcConfig"},
|
869
|
+
"badgeEnabled":{"shape":"WrapperBoolean"}
|
794
870
|
}
|
795
871
|
},
|
796
872
|
"UpdateProjectOutput":{
|
@@ -805,6 +881,14 @@
|
|
805
881
|
"min":1,
|
806
882
|
"pattern":"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=@+\\\\-]*)$"
|
807
883
|
},
|
884
|
+
"VpcConfig":{
|
885
|
+
"type":"structure",
|
886
|
+
"members":{
|
887
|
+
"vpcId":{"shape":"NonEmptyString"},
|
888
|
+
"subnets":{"shape":"Subnets"},
|
889
|
+
"securityGroupIds":{"shape":"SecurityGroupIds"}
|
890
|
+
}
|
891
|
+
},
|
808
892
|
"Webhook":{
|
809
893
|
"type":"structure",
|
810
894
|
"members":{
|
@@ -602,7 +602,8 @@
|
|
602
602
|
"ScaleDownBehavior":{"shape":"ScaleDownBehavior"},
|
603
603
|
"CustomAmiId":{"shape":"XmlStringMaxLen256"},
|
604
604
|
"EbsRootVolumeSize":{"shape":"Integer"},
|
605
|
-
"RepoUpgradeOnBoot":{"shape":"RepoUpgradeOnBoot"}
|
605
|
+
"RepoUpgradeOnBoot":{"shape":"RepoUpgradeOnBoot"},
|
606
|
+
"KerberosAttributes":{"shape":"KerberosAttributes"}
|
606
607
|
}
|
607
608
|
},
|
608
609
|
"ClusterId":{"type":"string"},
|
@@ -1416,6 +1417,20 @@
|
|
1416
1417
|
"HadoopVersion":{"shape":"XmlStringMaxLen256"}
|
1417
1418
|
}
|
1418
1419
|
},
|
1420
|
+
"KerberosAttributes":{
|
1421
|
+
"type":"structure",
|
1422
|
+
"required":[
|
1423
|
+
"Realm",
|
1424
|
+
"KdcAdminPassword"
|
1425
|
+
],
|
1426
|
+
"members":{
|
1427
|
+
"Realm":{"shape":"XmlStringMaxLen256"},
|
1428
|
+
"KdcAdminPassword":{"shape":"XmlStringMaxLen256"},
|
1429
|
+
"CrossRealmTrustPrincipalPassword":{"shape":"XmlStringMaxLen256"},
|
1430
|
+
"ADDomainJoinUser":{"shape":"XmlStringMaxLen256"},
|
1431
|
+
"ADDomainJoinPassword":{"shape":"XmlStringMaxLen256"}
|
1432
|
+
}
|
1433
|
+
},
|
1419
1434
|
"KeyValue":{
|
1420
1435
|
"type":"structure",
|
1421
1436
|
"members":{
|
@@ -1679,7 +1694,8 @@
|
|
1679
1694
|
"ScaleDownBehavior":{"shape":"ScaleDownBehavior"},
|
1680
1695
|
"CustomAmiId":{"shape":"XmlStringMaxLen256"},
|
1681
1696
|
"EbsRootVolumeSize":{"shape":"Integer"},
|
1682
|
-
"RepoUpgradeOnBoot":{"shape":"RepoUpgradeOnBoot"}
|
1697
|
+
"RepoUpgradeOnBoot":{"shape":"RepoUpgradeOnBoot"},
|
1698
|
+
"KerberosAttributes":{"shape":"KerberosAttributes"}
|
1683
1699
|
}
|
1684
1700
|
},
|
1685
1701
|
"RunJobFlowOutput":{
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceFullName":"Amazon Rekognition",
|
9
|
+
"serviceId":"Rekognition",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"targetPrefix":"RekognitionService",
|
11
12
|
"uid":"rekognition-2016-06-27"
|
@@ -138,6 +139,25 @@
|
|
138
139
|
{"shape":"InvalidImageFormatException"}
|
139
140
|
]
|
140
141
|
},
|
142
|
+
"DetectText":{
|
143
|
+
"name":"DetectText",
|
144
|
+
"http":{
|
145
|
+
"method":"POST",
|
146
|
+
"requestUri":"/"
|
147
|
+
},
|
148
|
+
"input":{"shape":"DetectTextRequest"},
|
149
|
+
"output":{"shape":"DetectTextResponse"},
|
150
|
+
"errors":[
|
151
|
+
{"shape":"InvalidS3ObjectException"},
|
152
|
+
{"shape":"InvalidParameterException"},
|
153
|
+
{"shape":"ImageTooLargeException"},
|
154
|
+
{"shape":"AccessDeniedException"},
|
155
|
+
{"shape":"InternalServerError"},
|
156
|
+
{"shape":"ThrottlingException"},
|
157
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
158
|
+
{"shape":"InvalidImageFormatException"}
|
159
|
+
]
|
160
|
+
},
|
141
161
|
"GetCelebrityInfo":{
|
142
162
|
"name":"GetCelebrityInfo",
|
143
163
|
"http":{
|
@@ -404,7 +424,8 @@
|
|
404
424
|
"type":"structure",
|
405
425
|
"members":{
|
406
426
|
"StatusCode":{"shape":"UInteger"},
|
407
|
-
"CollectionArn":{"shape":"String"}
|
427
|
+
"CollectionArn":{"shape":"String"},
|
428
|
+
"FaceModelVersion":{"shape":"String"}
|
408
429
|
}
|
409
430
|
},
|
410
431
|
"Degree":{
|
@@ -487,6 +508,19 @@
|
|
487
508
|
"ModerationLabels":{"shape":"ModerationLabels"}
|
488
509
|
}
|
489
510
|
},
|
511
|
+
"DetectTextRequest":{
|
512
|
+
"type":"structure",
|
513
|
+
"required":["Image"],
|
514
|
+
"members":{
|
515
|
+
"Image":{"shape":"Image"}
|
516
|
+
}
|
517
|
+
},
|
518
|
+
"DetectTextResponse":{
|
519
|
+
"type":"structure",
|
520
|
+
"members":{
|
521
|
+
"TextDetections":{"shape":"TextDetectionList"}
|
522
|
+
}
|
523
|
+
},
|
490
524
|
"Emotion":{
|
491
525
|
"type":"structure",
|
492
526
|
"members":{
|
@@ -590,6 +624,10 @@
|
|
590
624
|
"type":"list",
|
591
625
|
"member":{"shape":"FaceMatch"}
|
592
626
|
},
|
627
|
+
"FaceModelVersionList":{
|
628
|
+
"type":"list",
|
629
|
+
"member":{"shape":"String"}
|
630
|
+
},
|
593
631
|
"FaceRecord":{
|
594
632
|
"type":"structure",
|
595
633
|
"members":{
|
@@ -616,6 +654,13 @@
|
|
616
654
|
"Female"
|
617
655
|
]
|
618
656
|
},
|
657
|
+
"Geometry":{
|
658
|
+
"type":"structure",
|
659
|
+
"members":{
|
660
|
+
"BoundingBox":{"shape":"BoundingBox"},
|
661
|
+
"Polygon":{"shape":"Polygon"}
|
662
|
+
}
|
663
|
+
},
|
619
664
|
"GetCelebrityInfoRequest":{
|
620
665
|
"type":"structure",
|
621
666
|
"required":["Id"],
|
@@ -676,7 +721,8 @@
|
|
676
721
|
"type":"structure",
|
677
722
|
"members":{
|
678
723
|
"FaceRecords":{"shape":"FaceRecordList"},
|
679
|
-
"OrientationCorrection":{"shape":"OrientationCorrection"}
|
724
|
+
"OrientationCorrection":{"shape":"OrientationCorrection"},
|
725
|
+
"FaceModelVersion":{"shape":"String"}
|
680
726
|
}
|
681
727
|
},
|
682
728
|
"InternalServerError":{
|
@@ -774,7 +820,8 @@
|
|
774
820
|
"type":"structure",
|
775
821
|
"members":{
|
776
822
|
"CollectionIds":{"shape":"CollectionIdList"},
|
777
|
-
"NextToken":{"shape":"PaginationToken"}
|
823
|
+
"NextToken":{"shape":"PaginationToken"},
|
824
|
+
"FaceModelVersions":{"shape":"FaceModelVersionList"}
|
778
825
|
}
|
779
826
|
},
|
780
827
|
"ListFacesRequest":{
|
@@ -790,7 +837,8 @@
|
|
790
837
|
"type":"structure",
|
791
838
|
"members":{
|
792
839
|
"Faces":{"shape":"FaceList"},
|
793
|
-
"NextToken":{"shape":"String"}
|
840
|
+
"NextToken":{"shape":"String"},
|
841
|
+
"FaceModelVersion":{"shape":"String"}
|
794
842
|
}
|
795
843
|
},
|
796
844
|
"MaxFaces":{
|
@@ -847,6 +895,17 @@
|
|
847
895
|
"max":100,
|
848
896
|
"min":0
|
849
897
|
},
|
898
|
+
"Point":{
|
899
|
+
"type":"structure",
|
900
|
+
"members":{
|
901
|
+
"X":{"shape":"Float"},
|
902
|
+
"Y":{"shape":"Float"}
|
903
|
+
}
|
904
|
+
},
|
905
|
+
"Polygon":{
|
906
|
+
"type":"list",
|
907
|
+
"member":{"shape":"Point"}
|
908
|
+
},
|
850
909
|
"Pose":{
|
851
910
|
"type":"structure",
|
852
911
|
"members":{
|
@@ -934,7 +993,8 @@
|
|
934
993
|
"members":{
|
935
994
|
"SearchedFaceBoundingBox":{"shape":"BoundingBox"},
|
936
995
|
"SearchedFaceConfidence":{"shape":"Percent"},
|
937
|
-
"FaceMatches":{"shape":"FaceMatchList"}
|
996
|
+
"FaceMatches":{"shape":"FaceMatchList"},
|
997
|
+
"FaceModelVersion":{"shape":"String"}
|
938
998
|
}
|
939
999
|
},
|
940
1000
|
"SearchFacesRequest":{
|
@@ -954,7 +1014,8 @@
|
|
954
1014
|
"type":"structure",
|
955
1015
|
"members":{
|
956
1016
|
"SearchedFaceId":{"shape":"FaceId"},
|
957
|
-
"FaceMatches":{"shape":"FaceMatchList"}
|
1017
|
+
"FaceMatches":{"shape":"FaceMatchList"},
|
1018
|
+
"FaceModelVersion":{"shape":"String"}
|
958
1019
|
}
|
959
1020
|
},
|
960
1021
|
"Smile":{
|
@@ -972,6 +1033,28 @@
|
|
972
1033
|
"Confidence":{"shape":"Percent"}
|
973
1034
|
}
|
974
1035
|
},
|
1036
|
+
"TextDetection":{
|
1037
|
+
"type":"structure",
|
1038
|
+
"members":{
|
1039
|
+
"DetectedText":{"shape":"String"},
|
1040
|
+
"Type":{"shape":"TextTypes"},
|
1041
|
+
"Id":{"shape":"UInteger"},
|
1042
|
+
"ParentId":{"shape":"UInteger"},
|
1043
|
+
"Confidence":{"shape":"Percent"},
|
1044
|
+
"Geometry":{"shape":"Geometry"}
|
1045
|
+
}
|
1046
|
+
},
|
1047
|
+
"TextDetectionList":{
|
1048
|
+
"type":"list",
|
1049
|
+
"member":{"shape":"TextDetection"}
|
1050
|
+
},
|
1051
|
+
"TextTypes":{
|
1052
|
+
"type":"string",
|
1053
|
+
"enum":[
|
1054
|
+
"LINE",
|
1055
|
+
"WORD"
|
1056
|
+
]
|
1057
|
+
},
|
975
1058
|
"ThrottlingException":{
|
976
1059
|
"type":"structure",
|
977
1060
|
"members":{
|
@@ -110,6 +110,18 @@
|
|
110
110
|
{"shape":"ResourceNotFoundException"}
|
111
111
|
]
|
112
112
|
},
|
113
|
+
"GetSubscriptionState":{
|
114
|
+
"name":"GetSubscriptionState",
|
115
|
+
"http":{
|
116
|
+
"method":"POST",
|
117
|
+
"requestUri":"/"
|
118
|
+
},
|
119
|
+
"input":{"shape":"GetSubscriptionStateRequest"},
|
120
|
+
"output":{"shape":"GetSubscriptionStateResponse"},
|
121
|
+
"errors":[
|
122
|
+
{"shape":"InternalErrorException"}
|
123
|
+
]
|
124
|
+
},
|
113
125
|
"ListAttacks":{
|
114
126
|
"name":"ListAttacks",
|
115
127
|
"http":{
|
@@ -148,6 +160,7 @@
|
|
148
160
|
"StartTime":{"shape":"AttackTimestamp"},
|
149
161
|
"EndTime":{"shape":"AttackTimestamp"},
|
150
162
|
"AttackCounters":{"shape":"SummarizedCounterList"},
|
163
|
+
"AttackProperties":{"shape":"AttackProperties"},
|
151
164
|
"Mitigations":{"shape":"MitigationList"}
|
152
165
|
}
|
153
166
|
},
|
@@ -157,6 +170,38 @@
|
|
157
170
|
"min":1,
|
158
171
|
"pattern":"[a-zA-Z0-9\\\\-]*"
|
159
172
|
},
|
173
|
+
"AttackLayer":{
|
174
|
+
"type":"string",
|
175
|
+
"enum":[
|
176
|
+
"NETWORK",
|
177
|
+
"APPLICATION"
|
178
|
+
]
|
179
|
+
},
|
180
|
+
"AttackProperties":{
|
181
|
+
"type":"list",
|
182
|
+
"member":{"shape":"AttackProperty"}
|
183
|
+
},
|
184
|
+
"AttackProperty":{
|
185
|
+
"type":"structure",
|
186
|
+
"members":{
|
187
|
+
"AttackLayer":{"shape":"AttackLayer"},
|
188
|
+
"AttackPropertyIdentifier":{"shape":"AttackPropertyIdentifier"},
|
189
|
+
"TopContributors":{"shape":"TopContributors"},
|
190
|
+
"Unit":{"shape":"Unit"},
|
191
|
+
"Total":{"shape":"Long"}
|
192
|
+
}
|
193
|
+
},
|
194
|
+
"AttackPropertyIdentifier":{
|
195
|
+
"type":"string",
|
196
|
+
"enum":[
|
197
|
+
"DESTINATION_URL",
|
198
|
+
"REFERRER",
|
199
|
+
"SOURCE_ASN",
|
200
|
+
"SOURCE_COUNTRY",
|
201
|
+
"SOURCE_IP_ADDRESS",
|
202
|
+
"SOURCE_USER_AGENT"
|
203
|
+
]
|
204
|
+
},
|
160
205
|
"AttackSummaries":{
|
161
206
|
"type":"list",
|
162
207
|
"member":{"shape":"AttackSummary"}
|
@@ -183,6 +228,13 @@
|
|
183
228
|
"type":"list",
|
184
229
|
"member":{"shape":"AttackVectorDescription"}
|
185
230
|
},
|
231
|
+
"Contributor":{
|
232
|
+
"type":"structure",
|
233
|
+
"members":{
|
234
|
+
"Name":{"shape":"String"},
|
235
|
+
"Value":{"shape":"Long"}
|
236
|
+
}
|
237
|
+
},
|
186
238
|
"CreateProtectionRequest":{
|
187
239
|
"type":"structure",
|
188
240
|
"required":[
|
@@ -274,6 +326,18 @@
|
|
274
326
|
"type":"long",
|
275
327
|
"min":0
|
276
328
|
},
|
329
|
+
"GetSubscriptionStateRequest":{
|
330
|
+
"type":"structure",
|
331
|
+
"members":{
|
332
|
+
}
|
333
|
+
},
|
334
|
+
"GetSubscriptionStateResponse":{
|
335
|
+
"type":"structure",
|
336
|
+
"required":["SubscriptionState"],
|
337
|
+
"members":{
|
338
|
+
"SubscriptionState":{"shape":"SubscriptionState"}
|
339
|
+
}
|
340
|
+
},
|
277
341
|
"Integer":{"type":"integer"},
|
278
342
|
"InternalErrorException":{
|
279
343
|
"type":"structure",
|
@@ -353,10 +417,11 @@
|
|
353
417
|
},
|
354
418
|
"exception":true
|
355
419
|
},
|
420
|
+
"Long":{"type":"long"},
|
356
421
|
"MaxResults":{
|
357
422
|
"type":"integer",
|
358
423
|
"box":true,
|
359
|
-
"max":
|
424
|
+
"max":10000,
|
360
425
|
"min":0
|
361
426
|
},
|
362
427
|
"Mitigation":{
|
@@ -450,6 +515,13 @@
|
|
450
515
|
"TimeCommitmentInSeconds":{"shape":"DurationInSeconds"}
|
451
516
|
}
|
452
517
|
},
|
518
|
+
"SubscriptionState":{
|
519
|
+
"type":"string",
|
520
|
+
"enum":[
|
521
|
+
"ACTIVE",
|
522
|
+
"INACTIVE"
|
523
|
+
]
|
524
|
+
},
|
453
525
|
"SummarizedAttackVector":{
|
454
526
|
"type":"structure",
|
455
527
|
"required":["VectorType"],
|
@@ -489,6 +561,19 @@
|
|
489
561
|
"type":"string",
|
490
562
|
"min":1
|
491
563
|
},
|
564
|
+
"TopContributors":{
|
565
|
+
"type":"list",
|
566
|
+
"member":{"shape":"Contributor"}
|
567
|
+
},
|
568
|
+
"Unit":{
|
569
|
+
"type":"string",
|
570
|
+
"enum":[
|
571
|
+
"BITS",
|
572
|
+
"BYTES",
|
573
|
+
"PACKETS",
|
574
|
+
"REQUESTS"
|
575
|
+
]
|
576
|
+
},
|
492
577
|
"errorMessage":{"type":"string"}
|
493
578
|
}
|
494
579
|
}
|
@@ -6,6 +6,7 @@
|
|
6
6
|
"jsonVersion":"1.1",
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceFullName":"AWS Storage Gateway",
|
9
|
+
"serviceId":"Storage Gateway",
|
9
10
|
"signatureVersion":"v4",
|
10
11
|
"targetPrefix":"StorageGateway_20130630",
|
11
12
|
"uid":"storagegateway-2013-06-30"
|
@@ -611,6 +612,19 @@
|
|
611
612
|
{"shape":"InternalServerError"}
|
612
613
|
]
|
613
614
|
},
|
615
|
+
"NotifyWhenUploaded":{
|
616
|
+
"name":"NotifyWhenUploaded",
|
617
|
+
"http":{
|
618
|
+
"method":"POST",
|
619
|
+
"requestUri":"/"
|
620
|
+
},
|
621
|
+
"input":{"shape":"NotifyWhenUploadedInput"},
|
622
|
+
"output":{"shape":"NotifyWhenUploadedOutput"},
|
623
|
+
"errors":[
|
624
|
+
{"shape":"InvalidGatewayRequestException"},
|
625
|
+
{"shape":"InternalServerError"}
|
626
|
+
]
|
627
|
+
},
|
614
628
|
"RefreshCache":{
|
615
629
|
"name":"RefreshCache",
|
616
630
|
"http":{
|
@@ -943,7 +957,8 @@
|
|
943
957
|
"VolumeProgress":{"shape":"DoubleObject"},
|
944
958
|
"SourceSnapshotId":{"shape":"SnapshotId"},
|
945
959
|
"VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
|
946
|
-
"CreatedDate":{"shape":"CreatedDate"}
|
960
|
+
"CreatedDate":{"shape":"CreatedDate"},
|
961
|
+
"VolumeUsedInBytes":{"shape":"VolumeUsedInBytes"}
|
947
962
|
}
|
948
963
|
},
|
949
964
|
"CachediSCSIVolumes":{
|
@@ -1052,7 +1067,8 @@
|
|
1052
1067
|
"DefaultStorageClass":{"shape":"StorageClass"},
|
1053
1068
|
"ClientList":{"shape":"FileShareClientList"},
|
1054
1069
|
"Squash":{"shape":"Squash"},
|
1055
|
-
"ReadOnly":{"shape":"Boolean"}
|
1070
|
+
"ReadOnly":{"shape":"Boolean"},
|
1071
|
+
"GuessMIMETypeEnabled":{"shape":"Boolean"}
|
1056
1072
|
}
|
1057
1073
|
},
|
1058
1074
|
"CreateNFSFileShareOutput":{
|
@@ -1974,7 +1990,8 @@
|
|
1974
1990
|
"DefaultStorageClass":{"shape":"StorageClass"},
|
1975
1991
|
"ClientList":{"shape":"FileShareClientList"},
|
1976
1992
|
"Squash":{"shape":"Squash"},
|
1977
|
-
"ReadOnly":{"shape":"Boolean"}
|
1993
|
+
"ReadOnly":{"shape":"Boolean"},
|
1994
|
+
"GuessMIMETypeEnabled":{"shape":"Boolean"}
|
1978
1995
|
}
|
1979
1996
|
},
|
1980
1997
|
"NFSFileShareInfoList":{
|
@@ -1998,6 +2015,25 @@
|
|
1998
2015
|
"max":25,
|
1999
2016
|
"min":1
|
2000
2017
|
},
|
2018
|
+
"NotificationId":{
|
2019
|
+
"type":"string",
|
2020
|
+
"max":2048,
|
2021
|
+
"min":1
|
2022
|
+
},
|
2023
|
+
"NotifyWhenUploadedInput":{
|
2024
|
+
"type":"structure",
|
2025
|
+
"required":["FileShareARN"],
|
2026
|
+
"members":{
|
2027
|
+
"FileShareARN":{"shape":"FileShareARN"}
|
2028
|
+
}
|
2029
|
+
},
|
2030
|
+
"NotifyWhenUploadedOutput":{
|
2031
|
+
"type":"structure",
|
2032
|
+
"members":{
|
2033
|
+
"FileShareARN":{"shape":"FileShareARN"},
|
2034
|
+
"NotificationId":{"shape":"NotificationId"}
|
2035
|
+
}
|
2036
|
+
},
|
2001
2037
|
"NumTapesToCreate":{
|
2002
2038
|
"type":"integer",
|
2003
2039
|
"max":10,
|
@@ -2206,7 +2242,8 @@
|
|
2206
2242
|
"SourceSnapshotId":{"shape":"SnapshotId"},
|
2207
2243
|
"PreservedExistingData":{"shape":"boolean"},
|
2208
2244
|
"VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
|
2209
|
-
"CreatedDate":{"shape":"CreatedDate"}
|
2245
|
+
"CreatedDate":{"shape":"CreatedDate"},
|
2246
|
+
"VolumeUsedInBytes":{"shape":"VolumeUsedInBytes"}
|
2210
2247
|
}
|
2211
2248
|
},
|
2212
2249
|
"StorediSCSIVolumes":{
|
@@ -2444,7 +2481,8 @@
|
|
2444
2481
|
"DefaultStorageClass":{"shape":"StorageClass"},
|
2445
2482
|
"ClientList":{"shape":"FileShareClientList"},
|
2446
2483
|
"Squash":{"shape":"Squash"},
|
2447
|
-
"ReadOnly":{"shape":"Boolean"}
|
2484
|
+
"ReadOnly":{"shape":"Boolean"},
|
2485
|
+
"GuessMIMETypeEnabled":{"shape":"Boolean"}
|
2448
2486
|
}
|
2449
2487
|
},
|
2450
2488
|
"UpdateNFSFileShareOutput":{
|
@@ -2568,6 +2606,7 @@
|
|
2568
2606
|
"max":100,
|
2569
2607
|
"min":3
|
2570
2608
|
},
|
2609
|
+
"VolumeUsedInBytes":{"type":"long"},
|
2571
2610
|
"VolumeiSCSIAttributes":{
|
2572
2611
|
"type":"structure",
|
2573
2612
|
"members":{
|
@@ -147,6 +147,10 @@
|
|
147
147
|
}
|
148
148
|
},
|
149
149
|
"Double":{"type":"double"},
|
150
|
+
"EC2InstanceId":{
|
151
|
+
"type":"string",
|
152
|
+
"max":20
|
153
|
+
},
|
150
154
|
"Edge":{
|
151
155
|
"type":"structure",
|
152
156
|
"members":{
|
@@ -172,6 +176,7 @@
|
|
172
176
|
"TotalResponseTime":{"shape":"NullableDouble"}
|
173
177
|
}
|
174
178
|
},
|
179
|
+
"ErrorMessage":{"type":"string"},
|
175
180
|
"ErrorStatistics":{
|
176
181
|
"type":"structure",
|
177
182
|
"members":{
|
@@ -190,7 +195,7 @@
|
|
190
195
|
"FilterExpression":{
|
191
196
|
"type":"string",
|
192
197
|
"max":2000,
|
193
|
-
"min":
|
198
|
+
"min":1
|
194
199
|
},
|
195
200
|
"GetServiceGraphRequest":{
|
196
201
|
"type":"structure",
|
@@ -262,6 +267,10 @@
|
|
262
267
|
"Count":{"shape":"Integer"}
|
263
268
|
}
|
264
269
|
},
|
270
|
+
"Hostname":{
|
271
|
+
"type":"string",
|
272
|
+
"max":255
|
273
|
+
},
|
265
274
|
"Http":{
|
266
275
|
"type":"structure",
|
267
276
|
"members":{
|
@@ -276,6 +285,7 @@
|
|
276
285
|
"InvalidRequestException":{
|
277
286
|
"type":"structure",
|
278
287
|
"members":{
|
288
|
+
"Message":{"shape":"ErrorMessage"}
|
279
289
|
},
|
280
290
|
"exception":true
|
281
291
|
},
|
@@ -288,9 +298,9 @@
|
|
288
298
|
"required":["TelemetryRecords"],
|
289
299
|
"members":{
|
290
300
|
"TelemetryRecords":{"shape":"TelemetryRecordList"},
|
291
|
-
"EC2InstanceId":{"shape":"
|
292
|
-
"Hostname":{"shape":"
|
293
|
-
"ResourceARN":{"shape":"
|
301
|
+
"EC2InstanceId":{"shape":"EC2InstanceId"},
|
302
|
+
"Hostname":{"shape":"Hostname"},
|
303
|
+
"ResourceARN":{"shape":"ResourceARN"}
|
294
304
|
}
|
295
305
|
},
|
296
306
|
"PutTelemetryRecordsResult":{
|
@@ -311,6 +321,10 @@
|
|
311
321
|
"UnprocessedTraceSegments":{"shape":"UnprocessedTraceSegmentList"}
|
312
322
|
}
|
313
323
|
},
|
324
|
+
"ResourceARN":{
|
325
|
+
"type":"string",
|
326
|
+
"max":500
|
327
|
+
},
|
314
328
|
"Segment":{
|
315
329
|
"type":"structure",
|
316
330
|
"members":{
|
@@ -322,11 +336,7 @@
|
|
322
336
|
"type":"string",
|
323
337
|
"min":1
|
324
338
|
},
|
325
|
-
"SegmentId":{
|
326
|
-
"type":"string",
|
327
|
-
"max":16,
|
328
|
-
"min":16
|
329
|
-
},
|
339
|
+
"SegmentId":{"type":"string"},
|
330
340
|
"SegmentList":{
|
331
341
|
"type":"list",
|
332
342
|
"member":{"shape":"Segment"}
|
@@ -383,6 +393,7 @@
|
|
383
393
|
"String":{"type":"string"},
|
384
394
|
"TelemetryRecord":{
|
385
395
|
"type":"structure",
|
396
|
+
"required":["Timestamp"],
|
386
397
|
"members":{
|
387
398
|
"Timestamp":{"shape":"Timestamp"},
|
388
399
|
"SegmentsReceivedCount":{"shape":"NullableInteger"},
|
@@ -399,6 +410,7 @@
|
|
399
410
|
"ThrottledException":{
|
400
411
|
"type":"structure",
|
401
412
|
"members":{
|
413
|
+
"Message":{"shape":"ErrorMessage"}
|
402
414
|
},
|
403
415
|
"error":{"httpStatusCode":429},
|
404
416
|
"exception":true
|
@@ -415,7 +427,7 @@
|
|
415
427
|
"TraceId":{
|
416
428
|
"type":"string",
|
417
429
|
"max":35,
|
418
|
-
"min":
|
430
|
+
"min":1
|
419
431
|
},
|
420
432
|
"TraceIdList":{
|
421
433
|
"type":"list",
|
@@ -1,4 +1,24 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"BatchGetTraces": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"result_key": "Traces"
|
7
|
+
},
|
8
|
+
"GetServiceGraph": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"result_key": "Services"
|
12
|
+
},
|
13
|
+
"GetTraceGraph": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"result_key": "Services"
|
17
|
+
},
|
18
|
+
"GetTraceSummaries": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"result_key": "TraceSummaries"
|
22
|
+
}
|
3
23
|
}
|
4
|
-
}
|
24
|
+
}
|
data/endpoints.json
CHANGED
@@ -478,6 +478,17 @@
|
|
478
478
|
"us-west-2" : { }
|
479
479
|
}
|
480
480
|
},
|
481
|
+
"dax" : {
|
482
|
+
"endpoints" : {
|
483
|
+
"ap-northeast-1" : { },
|
484
|
+
"ap-south-1" : { },
|
485
|
+
"eu-west-1" : { },
|
486
|
+
"sa-east-1" : { },
|
487
|
+
"us-east-1" : { },
|
488
|
+
"us-west-1" : { },
|
489
|
+
"us-west-2" : { }
|
490
|
+
}
|
491
|
+
},
|
481
492
|
"devicefarm" : {
|
482
493
|
"endpoints" : {
|
483
494
|
"us-west-2" : { }
|
@@ -1136,9 +1147,18 @@
|
|
1136
1147
|
"polly" : {
|
1137
1148
|
"endpoints" : {
|
1138
1149
|
"ap-northeast-1" : { },
|
1150
|
+
"ap-northeast-2" : { },
|
1151
|
+
"ap-south-1" : { },
|
1152
|
+
"ap-southeast-1" : { },
|
1153
|
+
"ap-southeast-2" : { },
|
1154
|
+
"ca-central-1" : { },
|
1155
|
+
"eu-central-1" : { },
|
1139
1156
|
"eu-west-1" : { },
|
1157
|
+
"eu-west-2" : { },
|
1158
|
+
"sa-east-1" : { },
|
1140
1159
|
"us-east-1" : { },
|
1141
1160
|
"us-east-2" : { },
|
1161
|
+
"us-west-1" : { },
|
1142
1162
|
"us-west-2" : { }
|
1143
1163
|
}
|
1144
1164
|
},
|
data/lib/aws-sdk-core/shield.rb
CHANGED
@@ -2,4 +2,5 @@ Aws.add_service(:Shield, {
|
|
2
2
|
api: "#{Aws::API_DIR}/shield/2016-06-02/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/shield/2016-06-02/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/shield/2016-06-02/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/shield/2016-06-02/paginators-1.json",
|
5
6
|
})
|
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.10.
|
4
|
+
version: 2.10.88
|
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: 2017-11-
|
11
|
+
date: 2017-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -398,6 +398,7 @@ files:
|
|
398
398
|
- apis/servicecatalog/2015-12-10/paginators-1.json
|
399
399
|
- apis/shield/2016-06-02/api-2.json
|
400
400
|
- apis/shield/2016-06-02/examples-1.json
|
401
|
+
- apis/shield/2016-06-02/paginators-1.json
|
401
402
|
- apis/sms/2016-10-24/api-2.json
|
402
403
|
- apis/sms/2016-10-24/examples-1.json
|
403
404
|
- apis/sms/2016-10-24/paginators-1.json
|