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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0af12f0badac1a9223d2e6ad407a004c38d6b118
4
- data.tar.gz: 981eb08543665f102e7ef5338b0d5c18b3319522
3
+ metadata.gz: 3b3eea8146ef0731551fb52fc30e47c7320627a4
4
+ data.tar.gz: 9e52dac56bcecd3bc4d5d5e5c1c1d0cd2d6c5189
5
5
  SHA512:
6
- metadata.gz: 32ac52ee62b743aec67b2ce6c7ccd160d82b864b3abf28f6bb219bf1492f9fb99d83a510821fd4bb2ee931fecb8c72aed99321bcb1694eff8fbc673f86bf6904
7
- data.tar.gz: 19b0699e881585d9d1283cfdabba4c636620accb9c2b7c90107583aceaa147473193d4387d31804d919ea54d5678f8f4e9fd4a908f43cfc10edd44a625ee2caf
6
+ metadata.gz: 4cf43aaf664c3ee60e44276e095517351f2e292127cd90773c69ea41d05d3dfbed67bd2e2d5b9c85aad91b6103cb49b7a6bc4d42e371417296e3a1573edc859e
7
+ data.tar.gz: 02e7125a5b80b912e4210b0826626b4a7d55e8ab9d676ab5cf77c6aa1b1b53bc10e02b765427ce59e8c997190bfd5be90a6af9ea12a27c582d612875580b1093
@@ -2315,15 +2315,15 @@
2315
2315
  "HttpMethod": {
2316
2316
  "type": "string",
2317
2317
  "enum": [
2318
- "connect",
2319
- "delete",
2320
- "get",
2321
- "head",
2322
- "options",
2323
- "patch",
2324
- "post",
2325
- "put",
2326
- "trace"
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"],
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.335'
2
+ VERSION = '2.11.336'
3
3
  end
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.335
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-16 00:00:00.000000000 Z
11
+ date: 2019-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath