aws-sdk-core 2.11.139 → 2.11.140
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codestar/2017-04-19/api-2.json +25 -4
- data/apis/codestar/2017-04-19/smoke.json +11 -0
- data/apis/ec2/2016-11-15/api-2.json +4 -1
- 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: d9bfd2247b2fef82a517cd4ddbd2ff33e474c3f1
|
4
|
+
data.tar.gz: 6ddeea450f4ffda8a8565b0d7f14ad36d495ed90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 284d652e44910edd0a9562690ede931f1c71e29350292c9c1513cea61657ab2bc8ac2bd17a6466fb601e3d3a2337bbf10e8107734766ff10b545e04f8f9d378e
|
7
|
+
data.tar.gz: a0c96dac1631332b2a9212ed3733c6a922d6b3ee89fbc635798cee5b1c9fcd8764719988c8f4a3f40b8be934db8e2c9f41e02f715f5c82872f34d2340d333c8b
|
@@ -7,6 +7,7 @@
|
|
7
7
|
"protocol":"json",
|
8
8
|
"serviceAbbreviation":"CodeStar",
|
9
9
|
"serviceFullName":"AWS CodeStar",
|
10
|
+
"serviceId":"CodeStar",
|
10
11
|
"signatureVersion":"v4",
|
11
12
|
"targetPrefix":"CodeStar_20170419",
|
12
13
|
"uid":"codestar-2017-04-19"
|
@@ -321,7 +322,8 @@
|
|
321
322
|
"name":{"shape":"ProjectName"},
|
322
323
|
"id":{"shape":"ProjectId"},
|
323
324
|
"description":{"shape":"ProjectDescription"},
|
324
|
-
"clientRequestToken":{"shape":"ClientRequestToken"}
|
325
|
+
"clientRequestToken":{"shape":"ClientRequestToken"},
|
326
|
+
"tags":{"shape":"Tags"}
|
325
327
|
}
|
326
328
|
},
|
327
329
|
"CreateProjectResult":{
|
@@ -412,7 +414,8 @@
|
|
412
414
|
"clientRequestToken":{"shape":"ClientRequestToken"},
|
413
415
|
"createdTimeStamp":{"shape":"CreatedTimestamp"},
|
414
416
|
"stackId":{"shape":"StackId"},
|
415
|
-
"projectTemplateId":{"shape":"ProjectTemplateId"}
|
417
|
+
"projectTemplateId":{"shape":"ProjectTemplateId"},
|
418
|
+
"status":{"shape":"ProjectStatus"}
|
416
419
|
}
|
417
420
|
},
|
418
421
|
"DescribeUserProfileRequest":{
|
@@ -632,6 +635,14 @@
|
|
632
635
|
},
|
633
636
|
"exception":true
|
634
637
|
},
|
638
|
+
"ProjectStatus":{
|
639
|
+
"type":"structure",
|
640
|
+
"required":["state"],
|
641
|
+
"members":{
|
642
|
+
"state":{"shape":"State"},
|
643
|
+
"reason":{"shape":"Reason"}
|
644
|
+
}
|
645
|
+
},
|
635
646
|
"ProjectSummary":{
|
636
647
|
"type":"structure",
|
637
648
|
"members":{
|
@@ -642,12 +653,17 @@
|
|
642
653
|
"ProjectTemplateId":{
|
643
654
|
"type":"string",
|
644
655
|
"min":1,
|
645
|
-
"pattern":"^arn:aws[^:\\s]{0,5}:codestar:[^:\\s]+::project-template\\/[a-z0-9-]+$"
|
656
|
+
"pattern":"^arn:aws[^:\\s]{0,5}:codestar:[^:\\s]+::project-template(\\/(github|codecommit))?\\/[a-z0-9-]+$"
|
646
657
|
},
|
647
658
|
"ProjectsList":{
|
648
659
|
"type":"list",
|
649
660
|
"member":{"shape":"ProjectSummary"}
|
650
661
|
},
|
662
|
+
"Reason":{
|
663
|
+
"type":"string",
|
664
|
+
"max":1024,
|
665
|
+
"pattern":"^$|^\\S(.*\\S)?$"
|
666
|
+
},
|
651
667
|
"RemoteAccessAllowed":{"type":"boolean"},
|
652
668
|
"Resource":{
|
653
669
|
"type":"structure",
|
@@ -678,6 +694,10 @@
|
|
678
694
|
"type":"string",
|
679
695
|
"pattern":"^arn:aws[^:\\s]*:cloudformation:[^:\\s]+:[0-9]{12}:stack\\/[^:\\s]+\\/[^:\\s]+$"
|
680
696
|
},
|
697
|
+
"State":{
|
698
|
+
"type":"string",
|
699
|
+
"pattern":"^(CreateInProgress|CreateComplete|CreateFailed|DeleteComplete|DeleteFailed|DeleteInProgress|UpdateComplete|UpdateInProgress|UpdateFailed|Unknown)$"
|
700
|
+
},
|
681
701
|
"TagKey":{
|
682
702
|
"type":"string",
|
683
703
|
"max":128,
|
@@ -841,7 +861,8 @@
|
|
841
861
|
"type":"string",
|
842
862
|
"max":64,
|
843
863
|
"min":1,
|
844
|
-
"pattern":"^\\S(.*\\S)?$"
|
864
|
+
"pattern":"^\\S(.*\\S)?$",
|
865
|
+
"sensitive":true
|
845
866
|
},
|
846
867
|
"UserProfileNotFoundException":{
|
847
868
|
"type":"structure",
|
@@ -11815,7 +11815,10 @@
|
|
11815
11815
|
"z1d.2xlarge",
|
11816
11816
|
"z1d.3xlarge",
|
11817
11817
|
"z1d.6xlarge",
|
11818
|
-
"z1d.12xlarge"
|
11818
|
+
"z1d.12xlarge",
|
11819
|
+
"u-6tb1.metal",
|
11820
|
+
"u-9tb1.metal",
|
11821
|
+
"u-12tb1.metal"
|
11819
11822
|
]
|
11820
11823
|
},
|
11821
11824
|
"InstanceTypeList":{
|
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.140
|
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-09-
|
11
|
+
date: 2018-09-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -181,6 +181,7 @@ files:
|
|
181
181
|
- apis/codestar/2017-04-19/api-2.json
|
182
182
|
- apis/codestar/2017-04-19/examples-1.json
|
183
183
|
- apis/codestar/2017-04-19/paginators-1.json
|
184
|
+
- apis/codestar/2017-04-19/smoke.json
|
184
185
|
- apis/cognito-identity/2014-06-30/api-2.json
|
185
186
|
- apis/cognito-identity/2014-06-30/examples-1.json
|
186
187
|
- apis/cognito-identity/2014-06-30/paginators-1.json
|