aws-sdk-core 2.10.123 → 2.10.124
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/alexaforbusiness/2017-11-09/api-2.json +27 -2
- data/apis/codebuild/2016-10-06/api-2.json +15 -4
- data/apis/guardduty/2017-11-28/api-2.json +25 -0
- data/apis/lambda/2015-03-31/api-2.json +42 -14
- data/endpoints.json +21 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f7f6dff905d6de83ecf42ecc91f6a182b8a98e6
|
4
|
+
data.tar.gz: 94a4e31646a2a1d83a91f7ffa55b9e7d47f2c2d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a9970fb060473a937f06dc51eeda7c3ecd720286187299df591104881c083b3e16f5058384357c55e638180f7928dbfeebc9cec93a086d289fbb0c6ba16cf36
|
7
|
+
data.tar.gz: 238b2d8cf5c1b8aa19ff53f5aa75a292bbeb4a715af8b70968858749ff6a91aaa77394c3823a8149111e91686ab7e3798e75a9ef87bd2851d7f9ad3a91ba18d4
|
@@ -629,7 +629,8 @@
|
|
629
629
|
"SoftwareVersion":{"shape":"SoftwareVersion"},
|
630
630
|
"MacAddress":{"shape":"MacAddress"},
|
631
631
|
"RoomArn":{"shape":"Arn"},
|
632
|
-
"DeviceStatus":{"shape":"DeviceStatus"}
|
632
|
+
"DeviceStatus":{"shape":"DeviceStatus"},
|
633
|
+
"DeviceStatusInfo":{"shape":"DeviceStatusInfo"}
|
633
634
|
}
|
634
635
|
},
|
635
636
|
"DeviceData":{
|
@@ -643,7 +644,8 @@
|
|
643
644
|
"MacAddress":{"shape":"MacAddress"},
|
644
645
|
"DeviceStatus":{"shape":"DeviceStatus"},
|
645
646
|
"RoomArn":{"shape":"Arn"},
|
646
|
-
"RoomName":{"shape":"RoomName"}
|
647
|
+
"RoomName":{"shape":"RoomName"},
|
648
|
+
"DeviceStatusInfo":{"shape":"DeviceStatusInfo"}
|
647
649
|
}
|
648
650
|
},
|
649
651
|
"DeviceDataList":{
|
@@ -668,6 +670,29 @@
|
|
668
670
|
"WAS_OFFLINE"
|
669
671
|
]
|
670
672
|
},
|
673
|
+
"DeviceStatusDetail":{
|
674
|
+
"type":"structure",
|
675
|
+
"members":{
|
676
|
+
"Code":{"shape":"DeviceStatusDetailCode"}
|
677
|
+
}
|
678
|
+
},
|
679
|
+
"DeviceStatusDetailCode":{
|
680
|
+
"type":"string",
|
681
|
+
"enum":[
|
682
|
+
"DEVICE_SOFTWARE_UPDATE_NEEDED",
|
683
|
+
"DEVICE_WAS_OFFLINE"
|
684
|
+
]
|
685
|
+
},
|
686
|
+
"DeviceStatusDetails":{
|
687
|
+
"type":"list",
|
688
|
+
"member":{"shape":"DeviceStatusDetail"}
|
689
|
+
},
|
690
|
+
"DeviceStatusInfo":{
|
691
|
+
"type":"structure",
|
692
|
+
"members":{
|
693
|
+
"DeviceStatusDetails":{"shape":"DeviceStatusDetails"}
|
694
|
+
}
|
695
|
+
},
|
671
696
|
"DeviceType":{
|
672
697
|
"type":"string",
|
673
698
|
"pattern":"[a-zA-Z0-9]{1,200}"
|
@@ -499,6 +499,10 @@
|
|
499
499
|
"type":"list",
|
500
500
|
"member":{"shape":"EnvironmentVariable"}
|
501
501
|
},
|
502
|
+
"GitCloneDepth":{
|
503
|
+
"type":"integer",
|
504
|
+
"min":0
|
505
|
+
},
|
502
506
|
"ImageVersions":{
|
503
507
|
"type":"list",
|
504
508
|
"member":{"shape":"String"}
|
@@ -706,7 +710,8 @@
|
|
706
710
|
"image":{"shape":"NonEmptyString"},
|
707
711
|
"computeType":{"shape":"ComputeType"},
|
708
712
|
"environmentVariables":{"shape":"EnvironmentVariables"},
|
709
|
-
"privilegedMode":{"shape":"WrapperBoolean"}
|
713
|
+
"privilegedMode":{"shape":"WrapperBoolean"},
|
714
|
+
"certificate":{"shape":"String"}
|
710
715
|
}
|
711
716
|
},
|
712
717
|
"ProjectName":{
|
@@ -735,8 +740,10 @@
|
|
735
740
|
"members":{
|
736
741
|
"type":{"shape":"SourceType"},
|
737
742
|
"location":{"shape":"String"},
|
743
|
+
"gitCloneDepth":{"shape":"GitCloneDepth"},
|
738
744
|
"buildspec":{"shape":"String"},
|
739
|
-
"auth":{"shape":"SourceAuth"}
|
745
|
+
"auth":{"shape":"SourceAuth"},
|
746
|
+
"insecureSsl":{"shape":"WrapperBoolean"}
|
740
747
|
}
|
741
748
|
},
|
742
749
|
"Projects":{
|
@@ -786,7 +793,8 @@
|
|
786
793
|
"CODEPIPELINE",
|
787
794
|
"GITHUB",
|
788
795
|
"S3",
|
789
|
-
"BITBUCKET"
|
796
|
+
"BITBUCKET",
|
797
|
+
"GITHUB_ENTERPRISE"
|
790
798
|
]
|
791
799
|
},
|
792
800
|
"StartBuildInput":{
|
@@ -797,6 +805,7 @@
|
|
797
805
|
"sourceVersion":{"shape":"String"},
|
798
806
|
"artifactsOverride":{"shape":"ProjectArtifacts"},
|
799
807
|
"environmentVariablesOverride":{"shape":"EnvironmentVariables"},
|
808
|
+
"gitCloneDepthOverride":{"shape":"GitCloneDepth"},
|
800
809
|
"buildspecOverride":{"shape":"String"},
|
801
810
|
"timeoutInMinutesOverride":{"shape":"TimeOut"}
|
802
811
|
}
|
@@ -897,7 +906,9 @@
|
|
897
906
|
"Webhook":{
|
898
907
|
"type":"structure",
|
899
908
|
"members":{
|
900
|
-
"url":{"shape":"NonEmptyString"}
|
909
|
+
"url":{"shape":"NonEmptyString"},
|
910
|
+
"payloadUrl":{"shape":"NonEmptyString"},
|
911
|
+
"secret":{"shape":"NonEmptyString"}
|
901
912
|
}
|
902
913
|
},
|
903
914
|
"WrapperBoolean":{"type":"boolean"},
|
@@ -739,6 +739,27 @@
|
|
739
739
|
"type" : "structure",
|
740
740
|
"members" : { }
|
741
741
|
},
|
742
|
+
"AccessKeyDetails" : {
|
743
|
+
"type" : "structure",
|
744
|
+
"members" : {
|
745
|
+
"AccessKeyId" : {
|
746
|
+
"shape" : "__string",
|
747
|
+
"locationName" : "accessKeyId"
|
748
|
+
},
|
749
|
+
"PrincipalId" : {
|
750
|
+
"shape" : "__string",
|
751
|
+
"locationName" : "principalId"
|
752
|
+
},
|
753
|
+
"UserName" : {
|
754
|
+
"shape" : "__string",
|
755
|
+
"locationName" : "userName"
|
756
|
+
},
|
757
|
+
"UserType" : {
|
758
|
+
"shape" : "__string",
|
759
|
+
"locationName" : "userType"
|
760
|
+
}
|
761
|
+
}
|
762
|
+
},
|
742
763
|
"AccountDetail" : {
|
743
764
|
"type" : "structure",
|
744
765
|
"members" : {
|
@@ -2282,6 +2303,10 @@
|
|
2282
2303
|
"Resource" : {
|
2283
2304
|
"type" : "structure",
|
2284
2305
|
"members" : {
|
2306
|
+
"AccessKeyDetails" : {
|
2307
|
+
"shape" : "AccessKeyDetails",
|
2308
|
+
"locationName" : "accessKeyDetails"
|
2309
|
+
},
|
2285
2310
|
"InstanceDetails" : {
|
2286
2311
|
"shape" : "InstanceDetails",
|
2287
2312
|
"locationName" : "instanceDetails"
|
@@ -25,7 +25,8 @@
|
|
25
25
|
{"shape":"ResourceConflictException"},
|
26
26
|
{"shape":"InvalidParameterValueException"},
|
27
27
|
{"shape":"PolicyLengthExceededException"},
|
28
|
-
{"shape":"TooManyRequestsException"}
|
28
|
+
{"shape":"TooManyRequestsException"},
|
29
|
+
{"shape":"PreconditionFailedException"}
|
29
30
|
]
|
30
31
|
},
|
31
32
|
"CreateAlias":{
|
@@ -375,7 +376,8 @@
|
|
375
376
|
{"shape":"ResourceNotFoundException"},
|
376
377
|
{"shape":"InvalidParameterValueException"},
|
377
378
|
{"shape":"TooManyRequestsException"},
|
378
|
-
{"shape":"CodeStorageExceededException"}
|
379
|
+
{"shape":"CodeStorageExceededException"},
|
380
|
+
{"shape":"PreconditionFailedException"}
|
379
381
|
]
|
380
382
|
},
|
381
383
|
"PutFunctionConcurrency":{
|
@@ -406,7 +408,8 @@
|
|
406
408
|
{"shape":"ServiceException"},
|
407
409
|
{"shape":"ResourceNotFoundException"},
|
408
410
|
{"shape":"InvalidParameterValueException"},
|
409
|
-
{"shape":"TooManyRequestsException"}
|
411
|
+
{"shape":"TooManyRequestsException"},
|
412
|
+
{"shape":"PreconditionFailedException"}
|
410
413
|
]
|
411
414
|
},
|
412
415
|
"TagResource":{
|
@@ -452,7 +455,8 @@
|
|
452
455
|
{"shape":"ServiceException"},
|
453
456
|
{"shape":"ResourceNotFoundException"},
|
454
457
|
{"shape":"InvalidParameterValueException"},
|
455
|
-
{"shape":"TooManyRequestsException"}
|
458
|
+
{"shape":"TooManyRequestsException"},
|
459
|
+
{"shape":"PreconditionFailedException"}
|
456
460
|
]
|
457
461
|
},
|
458
462
|
"UpdateEventSourceMapping":{
|
@@ -486,7 +490,8 @@
|
|
486
490
|
{"shape":"ResourceNotFoundException"},
|
487
491
|
{"shape":"InvalidParameterValueException"},
|
488
492
|
{"shape":"TooManyRequestsException"},
|
489
|
-
{"shape":"CodeStorageExceededException"}
|
493
|
+
{"shape":"CodeStorageExceededException"},
|
494
|
+
{"shape":"PreconditionFailedException"}
|
490
495
|
]
|
491
496
|
},
|
492
497
|
"UpdateFunctionConfiguration":{
|
@@ -503,7 +508,8 @@
|
|
503
508
|
{"shape":"ResourceNotFoundException"},
|
504
509
|
{"shape":"InvalidParameterValueException"},
|
505
510
|
{"shape":"TooManyRequestsException"},
|
506
|
-
{"shape":"ResourceConflictException"}
|
511
|
+
{"shape":"ResourceConflictException"},
|
512
|
+
{"shape":"PreconditionFailedException"}
|
507
513
|
]
|
508
514
|
}
|
509
515
|
},
|
@@ -553,7 +559,8 @@
|
|
553
559
|
"shape":"Qualifier",
|
554
560
|
"location":"querystring",
|
555
561
|
"locationName":"Qualifier"
|
556
|
-
}
|
562
|
+
},
|
563
|
+
"RevisionId":{"shape":"String"}
|
557
564
|
}
|
558
565
|
},
|
559
566
|
"AddPermissionResponse":{
|
@@ -586,7 +593,8 @@
|
|
586
593
|
"Name":{"shape":"Alias"},
|
587
594
|
"FunctionVersion":{"shape":"Version"},
|
588
595
|
"Description":{"shape":"Description"},
|
589
|
-
"RoutingConfig":{"shape":"AliasRoutingConfiguration"}
|
596
|
+
"RoutingConfig":{"shape":"AliasRoutingConfiguration"},
|
597
|
+
"RevisionId":{"shape":"String"}
|
590
598
|
}
|
591
599
|
},
|
592
600
|
"AliasList":{
|
@@ -907,7 +915,8 @@
|
|
907
915
|
"Environment":{"shape":"EnvironmentResponse"},
|
908
916
|
"KMSKeyArn":{"shape":"KMSKeyArn"},
|
909
917
|
"TracingConfig":{"shape":"TracingConfigResponse"},
|
910
|
-
"MasterArn":{"shape":"FunctionArn"}
|
918
|
+
"MasterArn":{"shape":"FunctionArn"},
|
919
|
+
"RevisionId":{"shape":"String"}
|
911
920
|
}
|
912
921
|
},
|
913
922
|
"FunctionList":{
|
@@ -1026,7 +1035,8 @@
|
|
1026
1035
|
"GetPolicyResponse":{
|
1027
1036
|
"type":"structure",
|
1028
1037
|
"members":{
|
1029
|
-
"Policy":{"shape":"String"}
|
1038
|
+
"Policy":{"shape":"String"},
|
1039
|
+
"RevisionId":{"shape":"String"}
|
1030
1040
|
}
|
1031
1041
|
},
|
1032
1042
|
"Handler":{
|
@@ -1413,6 +1423,15 @@
|
|
1413
1423
|
"error":{"httpStatusCode":400},
|
1414
1424
|
"exception":true
|
1415
1425
|
},
|
1426
|
+
"PreconditionFailedException":{
|
1427
|
+
"type":"structure",
|
1428
|
+
"members":{
|
1429
|
+
"Type":{"shape":"String"},
|
1430
|
+
"message":{"shape":"String"}
|
1431
|
+
},
|
1432
|
+
"error":{"httpStatusCode":412},
|
1433
|
+
"exception":true
|
1434
|
+
},
|
1416
1435
|
"Principal":{
|
1417
1436
|
"type":"string",
|
1418
1437
|
"pattern":".*"
|
@@ -1427,7 +1446,8 @@
|
|
1427
1446
|
"locationName":"FunctionName"
|
1428
1447
|
},
|
1429
1448
|
"CodeSha256":{"shape":"String"},
|
1430
|
-
"Description":{"shape":"Description"}
|
1449
|
+
"Description":{"shape":"Description"},
|
1450
|
+
"RevisionId":{"shape":"String"}
|
1431
1451
|
}
|
1432
1452
|
},
|
1433
1453
|
"PutFunctionConcurrencyRequest":{
|
@@ -1472,6 +1492,11 @@
|
|
1472
1492
|
"shape":"Qualifier",
|
1473
1493
|
"location":"querystring",
|
1474
1494
|
"locationName":"Qualifier"
|
1495
|
+
},
|
1496
|
+
"RevisionId":{
|
1497
|
+
"shape":"String",
|
1498
|
+
"location":"querystring",
|
1499
|
+
"locationName":"RevisionId"
|
1475
1500
|
}
|
1476
1501
|
}
|
1477
1502
|
},
|
@@ -1716,7 +1741,8 @@
|
|
1716
1741
|
},
|
1717
1742
|
"FunctionVersion":{"shape":"Version"},
|
1718
1743
|
"Description":{"shape":"Description"},
|
1719
|
-
"RoutingConfig":{"shape":"AliasRoutingConfiguration"}
|
1744
|
+
"RoutingConfig":{"shape":"AliasRoutingConfiguration"},
|
1745
|
+
"RevisionId":{"shape":"String"}
|
1720
1746
|
}
|
1721
1747
|
},
|
1722
1748
|
"UpdateEventSourceMappingRequest":{
|
@@ -1747,7 +1773,8 @@
|
|
1747
1773
|
"S3Key":{"shape":"S3Key"},
|
1748
1774
|
"S3ObjectVersion":{"shape":"S3ObjectVersion"},
|
1749
1775
|
"Publish":{"shape":"Boolean"},
|
1750
|
-
"DryRun":{"shape":"Boolean"}
|
1776
|
+
"DryRun":{"shape":"Boolean"},
|
1777
|
+
"RevisionId":{"shape":"String"}
|
1751
1778
|
}
|
1752
1779
|
},
|
1753
1780
|
"UpdateFunctionConfigurationRequest":{
|
@@ -1769,7 +1796,8 @@
|
|
1769
1796
|
"Runtime":{"shape":"Runtime"},
|
1770
1797
|
"DeadLetterConfig":{"shape":"DeadLetterConfig"},
|
1771
1798
|
"KMSKeyArn":{"shape":"KMSKeyArn"},
|
1772
|
-
"TracingConfig":{"shape":"TracingConfig"}
|
1799
|
+
"TracingConfig":{"shape":"TracingConfig"},
|
1800
|
+
"RevisionId":{"shape":"String"}
|
1773
1801
|
}
|
1774
1802
|
},
|
1775
1803
|
"Version":{
|
data/endpoints.json
CHANGED
@@ -180,6 +180,22 @@
|
|
180
180
|
"us-west-2" : { }
|
181
181
|
}
|
182
182
|
},
|
183
|
+
"autoscaling-plans" : {
|
184
|
+
"defaults" : {
|
185
|
+
"credentialScope" : {
|
186
|
+
"service" : "autoscaling-plans"
|
187
|
+
},
|
188
|
+
"hostname" : "autoscaling.{region}.amazonaws.com",
|
189
|
+
"protocols" : [ "http", "https" ]
|
190
|
+
},
|
191
|
+
"endpoints" : {
|
192
|
+
"ap-southeast-1" : { },
|
193
|
+
"eu-west-1" : { },
|
194
|
+
"us-east-1" : { },
|
195
|
+
"us-east-2" : { },
|
196
|
+
"us-west-2" : { }
|
197
|
+
}
|
198
|
+
},
|
183
199
|
"batch" : {
|
184
200
|
"endpoints" : {
|
185
201
|
"ap-northeast-1" : { },
|
@@ -2085,6 +2101,11 @@
|
|
2085
2101
|
"us-gov-west-1" : { }
|
2086
2102
|
}
|
2087
2103
|
},
|
2104
|
+
"ecs" : {
|
2105
|
+
"endpoints" : {
|
2106
|
+
"us-gov-west-1" : { }
|
2107
|
+
}
|
2108
|
+
},
|
2088
2109
|
"elasticache" : {
|
2089
2110
|
"endpoints" : {
|
2090
2111
|
"us-gov-west-1" : { }
|
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.124
|
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: 2018-01-
|
11
|
+
date: 2018-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|