aws-sdk-core 2.11.335 → 2.11.336
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +9 -9
- data/apis/cur/2017-01-06/api-2.json +31 -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: 3b3eea8146ef0731551fb52fc30e47c7320627a4
|
4
|
+
data.tar.gz: 9e52dac56bcecd3bc4d5d5e5c1c1d0cd2d6c5189
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cf43aaf664c3ee60e44276e095517351f2e292127cd90773c69ea41d05d3dfbed67bd2e2d5b9c85aad91b6103cb49b7a6bc4d42e371417296e3a1573edc859e
|
7
|
+
data.tar.gz: 02e7125a5b80b912e4210b0826626b4a7d55e8ab9d676ab5cf77c6aa1b1b53bc10e02b765427ce59e8c997190bfd5be90a6af9ea12a27c582d612875580b1093
|
@@ -2315,15 +2315,15 @@
|
|
2315
2315
|
"HttpMethod": {
|
2316
2316
|
"type": "string",
|
2317
2317
|
"enum": [
|
2318
|
-
"
|
2319
|
-
"
|
2320
|
-
"
|
2321
|
-
"
|
2322
|
-
"
|
2323
|
-
"
|
2324
|
-
"
|
2325
|
-
"
|
2326
|
-
"
|
2318
|
+
"CONNECT",
|
2319
|
+
"DELETE",
|
2320
|
+
"GET",
|
2321
|
+
"HEAD",
|
2322
|
+
"OPTIONS",
|
2323
|
+
"PATCH",
|
2324
|
+
"POST",
|
2325
|
+
"PUT",
|
2326
|
+
"TRACE"
|
2327
2327
|
]
|
2328
2328
|
},
|
2329
2329
|
"ConflictException": {
|
@@ -38,6 +38,19 @@
|
|
38
38
|
{"shape":"InternalErrorException"}
|
39
39
|
]
|
40
40
|
},
|
41
|
+
"ModifyReportDefinition":{
|
42
|
+
"name":"ModifyReportDefinition",
|
43
|
+
"http":{
|
44
|
+
"method":"POST",
|
45
|
+
"requestUri":"/"
|
46
|
+
},
|
47
|
+
"input":{"shape":"ModifyReportDefinitionRequest"},
|
48
|
+
"output":{"shape":"ModifyReportDefinitionResponse"},
|
49
|
+
"errors":[
|
50
|
+
{"shape":"InternalErrorException"},
|
51
|
+
{"shape":"ValidationException"}
|
52
|
+
]
|
53
|
+
},
|
41
54
|
"PutReportDefinition":{
|
42
55
|
"name":"PutReportDefinition",
|
43
56
|
"http":{
|
@@ -67,7 +80,8 @@
|
|
67
80
|
"ap-southeast-2",
|
68
81
|
"ap-northeast-1",
|
69
82
|
"eu-north-1",
|
70
|
-
"ap-northeast-3"
|
83
|
+
"ap-northeast-3",
|
84
|
+
"ap-east-1"
|
71
85
|
]
|
72
86
|
},
|
73
87
|
"AdditionalArtifact":{
|
@@ -140,6 +154,22 @@
|
|
140
154
|
"max":5,
|
141
155
|
"min":5
|
142
156
|
},
|
157
|
+
"ModifyReportDefinitionRequest":{
|
158
|
+
"type":"structure",
|
159
|
+
"required":[
|
160
|
+
"ReportName",
|
161
|
+
"ReportDefinition"
|
162
|
+
],
|
163
|
+
"members":{
|
164
|
+
"ReportName":{"shape":"ReportName"},
|
165
|
+
"ReportDefinition":{"shape":"ReportDefinition"}
|
166
|
+
}
|
167
|
+
},
|
168
|
+
"ModifyReportDefinitionResponse":{
|
169
|
+
"type":"structure",
|
170
|
+
"members":{
|
171
|
+
}
|
172
|
+
},
|
143
173
|
"PutReportDefinitionRequest":{
|
144
174
|
"type":"structure",
|
145
175
|
"required":["ReportDefinition"],
|
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.336
|
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-08-
|
11
|
+
date: 2019-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|