aws-sdk-core 2.11.120 → 2.11.121
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 +4 -4
- data/apis/codebuild/2016-10-06/api-2.json +55 -4
- data/apis/sagemaker/2017-07-24/api-2.json +3 -1
- 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: d531b6ee1329405935821f2b7a8bf6c3e72c04e9
|
|
4
|
+
data.tar.gz: 1480e092653bf59d9f5d59004ae5492b6a6d9247
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: accb391e822fc04f63994b4dae487b228b0c76dd842c451ad8766aaab6637eda9e69121462b4a3eafd48dd182e021c66bc07980be0f07dbee6cd060888607c0d
|
|
7
|
+
data.tar.gz: 9d92bb0dfe90d6fc99469117c1c22f86cafd21eb7432d3753bed79b2442ad2546ccce2fd40afad1efc54aaef69fad2ada3f3e074b6b9c362a5a8b305494e4ed3
|
|
@@ -302,7 +302,10 @@
|
|
|
302
302
|
"projectName":{"shape":"NonEmptyString"},
|
|
303
303
|
"phases":{"shape":"BuildPhases"},
|
|
304
304
|
"source":{"shape":"ProjectSource"},
|
|
305
|
+
"secondarySources":{"shape":"ProjectSources"},
|
|
306
|
+
"secondarySourceVersions":{"shape":"ProjectSecondarySourceVersions"},
|
|
305
307
|
"artifacts":{"shape":"BuildArtifacts"},
|
|
308
|
+
"secondaryArtifacts":{"shape":"BuildArtifactsList"},
|
|
306
309
|
"cache":{"shape":"ProjectCache"},
|
|
307
310
|
"environment":{"shape":"ProjectEnvironment"},
|
|
308
311
|
"serviceRole":{"shape":"NonEmptyString"},
|
|
@@ -322,9 +325,16 @@
|
|
|
322
325
|
"sha256sum":{"shape":"String"},
|
|
323
326
|
"md5sum":{"shape":"String"},
|
|
324
327
|
"overrideArtifactName":{"shape":"WrapperBoolean"},
|
|
325
|
-
"encryptionDisabled":{"shape":"WrapperBoolean"}
|
|
328
|
+
"encryptionDisabled":{"shape":"WrapperBoolean"},
|
|
329
|
+
"artifactIdentifier":{"shape":"String"}
|
|
326
330
|
}
|
|
327
331
|
},
|
|
332
|
+
"BuildArtifactsList":{
|
|
333
|
+
"type":"list",
|
|
334
|
+
"member":{"shape":"BuildArtifacts"},
|
|
335
|
+
"max":12,
|
|
336
|
+
"min":0
|
|
337
|
+
},
|
|
328
338
|
"BuildIds":{
|
|
329
339
|
"type":"list",
|
|
330
340
|
"member":{"shape":"NonEmptyString"},
|
|
@@ -404,7 +414,9 @@
|
|
|
404
414
|
"name":{"shape":"ProjectName"},
|
|
405
415
|
"description":{"shape":"ProjectDescription"},
|
|
406
416
|
"source":{"shape":"ProjectSource"},
|
|
417
|
+
"secondarySources":{"shape":"ProjectSources"},
|
|
407
418
|
"artifacts":{"shape":"ProjectArtifacts"},
|
|
419
|
+
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
|
|
408
420
|
"cache":{"shape":"ProjectCache"},
|
|
409
421
|
"environment":{"shape":"ProjectEnvironment"},
|
|
410
422
|
"serviceRole":{"shape":"NonEmptyString"},
|
|
@@ -677,7 +689,9 @@
|
|
|
677
689
|
"arn":{"shape":"String"},
|
|
678
690
|
"description":{"shape":"ProjectDescription"},
|
|
679
691
|
"source":{"shape":"ProjectSource"},
|
|
692
|
+
"secondarySources":{"shape":"ProjectSources"},
|
|
680
693
|
"artifacts":{"shape":"ProjectArtifacts"},
|
|
694
|
+
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
|
|
681
695
|
"cache":{"shape":"ProjectCache"},
|
|
682
696
|
"environment":{"shape":"ProjectEnvironment"},
|
|
683
697
|
"serviceRole":{"shape":"NonEmptyString"},
|
|
@@ -702,9 +716,16 @@
|
|
|
702
716
|
"name":{"shape":"String"},
|
|
703
717
|
"packaging":{"shape":"ArtifactPackaging"},
|
|
704
718
|
"overrideArtifactName":{"shape":"WrapperBoolean"},
|
|
705
|
-
"encryptionDisabled":{"shape":"WrapperBoolean"}
|
|
719
|
+
"encryptionDisabled":{"shape":"WrapperBoolean"},
|
|
720
|
+
"artifactIdentifier":{"shape":"String"}
|
|
706
721
|
}
|
|
707
722
|
},
|
|
723
|
+
"ProjectArtifactsList":{
|
|
724
|
+
"type":"list",
|
|
725
|
+
"member":{"shape":"ProjectArtifacts"},
|
|
726
|
+
"max":12,
|
|
727
|
+
"min":0
|
|
728
|
+
},
|
|
708
729
|
"ProjectBadge":{
|
|
709
730
|
"type":"structure",
|
|
710
731
|
"members":{
|
|
@@ -753,6 +774,12 @@
|
|
|
753
774
|
"max":100,
|
|
754
775
|
"min":1
|
|
755
776
|
},
|
|
777
|
+
"ProjectSecondarySourceVersions":{
|
|
778
|
+
"type":"list",
|
|
779
|
+
"member":{"shape":"ProjectSourceVersion"},
|
|
780
|
+
"max":12,
|
|
781
|
+
"min":0
|
|
782
|
+
},
|
|
756
783
|
"ProjectSortByType":{
|
|
757
784
|
"type":"string",
|
|
758
785
|
"enum":[
|
|
@@ -771,9 +798,27 @@
|
|
|
771
798
|
"buildspec":{"shape":"String"},
|
|
772
799
|
"auth":{"shape":"SourceAuth"},
|
|
773
800
|
"reportBuildStatus":{"shape":"WrapperBoolean"},
|
|
774
|
-
"insecureSsl":{"shape":"WrapperBoolean"}
|
|
801
|
+
"insecureSsl":{"shape":"WrapperBoolean"},
|
|
802
|
+
"sourceIdentifier":{"shape":"String"}
|
|
775
803
|
}
|
|
776
804
|
},
|
|
805
|
+
"ProjectSourceVersion":{
|
|
806
|
+
"type":"structure",
|
|
807
|
+
"required":[
|
|
808
|
+
"sourceIdentifier",
|
|
809
|
+
"sourceVersion"
|
|
810
|
+
],
|
|
811
|
+
"members":{
|
|
812
|
+
"sourceIdentifier":{"shape":"String"},
|
|
813
|
+
"sourceVersion":{"shape":"String"}
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"ProjectSources":{
|
|
817
|
+
"type":"list",
|
|
818
|
+
"member":{"shape":"ProjectSource"},
|
|
819
|
+
"max":12,
|
|
820
|
+
"min":0
|
|
821
|
+
},
|
|
777
822
|
"Projects":{
|
|
778
823
|
"type":"list",
|
|
779
824
|
"member":{"shape":"Project"}
|
|
@@ -822,7 +867,8 @@
|
|
|
822
867
|
"GITHUB",
|
|
823
868
|
"S3",
|
|
824
869
|
"BITBUCKET",
|
|
825
|
-
"GITHUB_ENTERPRISE"
|
|
870
|
+
"GITHUB_ENTERPRISE",
|
|
871
|
+
"NO_SOURCE"
|
|
826
872
|
]
|
|
827
873
|
},
|
|
828
874
|
"StartBuildInput":{
|
|
@@ -830,8 +876,11 @@
|
|
|
830
876
|
"required":["projectName"],
|
|
831
877
|
"members":{
|
|
832
878
|
"projectName":{"shape":"NonEmptyString"},
|
|
879
|
+
"secondarySourcesOverride":{"shape":"ProjectSources"},
|
|
880
|
+
"secondarySourcesVersionOverride":{"shape":"ProjectSecondarySourceVersions"},
|
|
833
881
|
"sourceVersion":{"shape":"String"},
|
|
834
882
|
"artifactsOverride":{"shape":"ProjectArtifacts"},
|
|
883
|
+
"secondaryArtifactsOverride":{"shape":"ProjectArtifactsList"},
|
|
835
884
|
"environmentVariablesOverride":{"shape":"EnvironmentVariables"},
|
|
836
885
|
"sourceTypeOverride":{"shape":"SourceType"},
|
|
837
886
|
"sourceLocationOverride":{"shape":"String"},
|
|
@@ -913,7 +962,9 @@
|
|
|
913
962
|
"name":{"shape":"NonEmptyString"},
|
|
914
963
|
"description":{"shape":"ProjectDescription"},
|
|
915
964
|
"source":{"shape":"ProjectSource"},
|
|
965
|
+
"secondarySources":{"shape":"ProjectSources"},
|
|
916
966
|
"artifacts":{"shape":"ProjectArtifacts"},
|
|
967
|
+
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
|
|
917
968
|
"cache":{"shape":"ProjectCache"},
|
|
918
969
|
"environment":{"shape":"ProjectEnvironment"},
|
|
919
970
|
"serviceRole":{"shape":"NonEmptyString"},
|
|
@@ -1178,6 +1178,7 @@
|
|
|
1178
1178
|
"OutOfService",
|
|
1179
1179
|
"Creating",
|
|
1180
1180
|
"Updating",
|
|
1181
|
+
"SystemUpdating",
|
|
1181
1182
|
"RollingBack",
|
|
1182
1183
|
"InService",
|
|
1183
1184
|
"Deleting",
|
|
@@ -2535,7 +2536,8 @@
|
|
|
2535
2536
|
],
|
|
2536
2537
|
"members":{
|
|
2537
2538
|
"InstanceType":{"shape":"TransformInstanceType"},
|
|
2538
|
-
"InstanceCount":{"shape":"TransformInstanceCount"}
|
|
2539
|
+
"InstanceCount":{"shape":"TransformInstanceCount"},
|
|
2540
|
+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
|
|
2539
2541
|
}
|
|
2540
2542
|
},
|
|
2541
2543
|
"TransformS3DataSource":{
|
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.121
|
|
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-08-
|
|
11
|
+
date: 2018-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|