aws-sdk-core 2.11.292 → 2.11.293
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/servicecatalog/2015-12-10/api-2.json +13 -3
- 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: 6b9272cd56a32602ed98c483d79ece949126c611
|
4
|
+
data.tar.gz: 8993e166cdd1fcb8de18b24796d6bc36fcca043c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81221f213789773c1c10b1bb2c56856a8f37732b5a8c00c10563b4815d45e914d595a5c7db920bcff96697c42c28bb332c00504024b20e95a90dadef35050df4
|
7
|
+
data.tar.gz: ba86f5b78fb685e41bb7442e27594dd81c349720f355e2c9d455ffdd610081d121371e9d1d8da8b4aba2dcb6f8fad244ff83d42bdf66052990992d9b827a3b0e
|
@@ -2948,7 +2948,8 @@
|
|
2948
2948
|
"Id":{"shape":"Id"},
|
2949
2949
|
"Name":{"shape":"ProvisioningArtifactName"},
|
2950
2950
|
"Description":{"shape":"ProvisioningArtifactDescription"},
|
2951
|
-
"CreatedTime":{"shape":"ProvisioningArtifactCreatedTime"}
|
2951
|
+
"CreatedTime":{"shape":"ProvisioningArtifactCreatedTime"},
|
2952
|
+
"Guidance":{"shape":"ProvisioningArtifactGuidance"}
|
2952
2953
|
}
|
2953
2954
|
},
|
2954
2955
|
"ProvisioningArtifactActive":{"type":"boolean"},
|
@@ -2962,13 +2963,21 @@
|
|
2962
2963
|
"Description":{"shape":"ProvisioningArtifactName"},
|
2963
2964
|
"Type":{"shape":"ProvisioningArtifactType"},
|
2964
2965
|
"CreatedTime":{"shape":"CreationTime"},
|
2965
|
-
"Active":{"shape":"ProvisioningArtifactActive"}
|
2966
|
+
"Active":{"shape":"ProvisioningArtifactActive"},
|
2967
|
+
"Guidance":{"shape":"ProvisioningArtifactGuidance"}
|
2966
2968
|
}
|
2967
2969
|
},
|
2968
2970
|
"ProvisioningArtifactDetails":{
|
2969
2971
|
"type":"list",
|
2970
2972
|
"member":{"shape":"ProvisioningArtifactDetail"}
|
2971
2973
|
},
|
2974
|
+
"ProvisioningArtifactGuidance":{
|
2975
|
+
"type":"string",
|
2976
|
+
"enum":[
|
2977
|
+
"DEFAULT",
|
2978
|
+
"DEPRECATED"
|
2979
|
+
]
|
2980
|
+
},
|
2972
2981
|
"ProvisioningArtifactInfo":{
|
2973
2982
|
"type":"map",
|
2974
2983
|
"key":{"shape":"ProvisioningArtifactInfoKey"},
|
@@ -3806,7 +3815,8 @@
|
|
3806
3815
|
"ProvisioningArtifactId":{"shape":"Id"},
|
3807
3816
|
"Name":{"shape":"ProvisioningArtifactName"},
|
3808
3817
|
"Description":{"shape":"ProvisioningArtifactDescription"},
|
3809
|
-
"Active":{"shape":"ProvisioningArtifactActive"}
|
3818
|
+
"Active":{"shape":"ProvisioningArtifactActive"},
|
3819
|
+
"Guidance":{"shape":"ProvisioningArtifactGuidance"}
|
3810
3820
|
}
|
3811
3821
|
},
|
3812
3822
|
"UpdateProvisioningArtifactOutput":{
|
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.293
|
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: 2019-06-
|
11
|
+
date: 2019-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|