aws-sdk-core 2.11.64 → 2.11.65

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abe4f227da834a23dff63bf2429424df97acac58
4
- data.tar.gz: 9cf5e55ad2848715c64de22ea5b658e27e000061
3
+ metadata.gz: b218017ef74517dd058b7a2c5649f044e1993092
4
+ data.tar.gz: fbb48aa252937d67fdfef162ff393833b935b0c1
5
5
  SHA512:
6
- metadata.gz: d2bb982ad3abd1516b21be924ab5c51b7cae2c929d7e2c906f7062236d246a7d4db10f297d742ff2b941f30be32860558f972271fd269ec71a2c97fc034c7749
7
- data.tar.gz: bcda574d3c2a209f2438224b5e496b092dd95fe0772e9572cd7d141530fef2d7ee30a4efb0c52ee611d6737d5a4477d0c2b7bb030beeb4511453f92aa338d853
6
+ metadata.gz: 62c886093a8112540b3ffa2867a6de1a9a34f48b9374a7945d5d2ba199648ab1e1c65cda5e61fb4a4e43dfc5c5d8a2804202cd1252f8a0dc7a8eeee13bdccfc7
7
+ data.tar.gz: 8786d39802645e39797ad4000f739ae4cab70273fdadbd3833481fd8e5dea0df2ebf480b2775577877aa893512f6bf6535eb7ea852d00d799be7c2d32716c5fd
@@ -16,7 +16,7 @@
16
16
  "name" : "DeletePlaybackConfiguration",
17
17
  "http" : {
18
18
  "method" : "DELETE",
19
- "requestUri" : "/prod/playbackConfiguration/{Name}",
19
+ "requestUri" : "/playbackConfiguration/{Name}",
20
20
  "responseCode" : 204
21
21
  },
22
22
  "input" : {
@@ -28,7 +28,7 @@
28
28
  "name" : "GetPlaybackConfiguration",
29
29
  "http" : {
30
30
  "method" : "GET",
31
- "requestUri" : "/prod/playbackConfiguration/{Name}",
31
+ "requestUri" : "/playbackConfiguration/{Name}",
32
32
  "responseCode" : 200
33
33
  },
34
34
  "input" : {
@@ -43,7 +43,7 @@
43
43
  "name" : "ListPlaybackConfigurations",
44
44
  "http" : {
45
45
  "method" : "GET",
46
- "requestUri" : "/prod/playbackConfigurations",
46
+ "requestUri" : "/playbackConfigurations",
47
47
  "responseCode" : 200
48
48
  },
49
49
  "input" : {
@@ -58,7 +58,7 @@
58
58
  "name" : "PutPlaybackConfiguration",
59
59
  "http" : {
60
60
  "method" : "PUT",
61
- "requestUri" : "/prod/playbackConfiguration",
61
+ "requestUri" : "/playbackConfiguration",
62
62
  "responseCode" : 200
63
63
  },
64
64
  "input" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.64'
2
+ VERSION = '2.11.65'
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.64
4
+ version: 2.11.65
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-06-07 00:00:00.000000000 Z
11
+ date: 2018-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath