aws-sdk-core 2.11.48 → 2.11.49

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.
@@ -0,0 +1,175 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "DBInstanceAvailable": {
5
+ "delay": 30,
6
+ "operation": "DescribeDBInstances",
7
+ "maxAttempts": 60,
8
+ "acceptors": [
9
+ {
10
+ "expected": "available",
11
+ "matcher": "pathAll",
12
+ "state": "success",
13
+ "argument": "DBInstances[].DBInstanceStatus"
14
+ },
15
+ {
16
+ "expected": "deleted",
17
+ "matcher": "pathAny",
18
+ "state": "failure",
19
+ "argument": "DBInstances[].DBInstanceStatus"
20
+ },
21
+ {
22
+ "expected": "deleting",
23
+ "matcher": "pathAny",
24
+ "state": "failure",
25
+ "argument": "DBInstances[].DBInstanceStatus"
26
+ },
27
+ {
28
+ "expected": "failed",
29
+ "matcher": "pathAny",
30
+ "state": "failure",
31
+ "argument": "DBInstances[].DBInstanceStatus"
32
+ },
33
+ {
34
+ "expected": "incompatible-restore",
35
+ "matcher": "pathAny",
36
+ "state": "failure",
37
+ "argument": "DBInstances[].DBInstanceStatus"
38
+ },
39
+ {
40
+ "expected": "incompatible-parameters",
41
+ "matcher": "pathAny",
42
+ "state": "failure",
43
+ "argument": "DBInstances[].DBInstanceStatus"
44
+ }
45
+ ]
46
+ },
47
+ "DBInstanceDeleted": {
48
+ "delay": 30,
49
+ "operation": "DescribeDBInstances",
50
+ "maxAttempts": 60,
51
+ "acceptors": [
52
+ {
53
+ "expected": "deleted",
54
+ "matcher": "pathAll",
55
+ "state": "success",
56
+ "argument": "DBInstances[].DBInstanceStatus"
57
+ },
58
+ {
59
+ "expected": "DBInstanceNotFound",
60
+ "matcher": "error",
61
+ "state": "success"
62
+ },
63
+ {
64
+ "expected": "creating",
65
+ "matcher": "pathAny",
66
+ "state": "failure",
67
+ "argument": "DBInstances[].DBInstanceStatus"
68
+ },
69
+ {
70
+ "expected": "modifying",
71
+ "matcher": "pathAny",
72
+ "state": "failure",
73
+ "argument": "DBInstances[].DBInstanceStatus"
74
+ },
75
+ {
76
+ "expected": "rebooting",
77
+ "matcher": "pathAny",
78
+ "state": "failure",
79
+ "argument": "DBInstances[].DBInstanceStatus"
80
+ },
81
+ {
82
+ "expected": "resetting-master-credentials",
83
+ "matcher": "pathAny",
84
+ "state": "failure",
85
+ "argument": "DBInstances[].DBInstanceStatus"
86
+ }
87
+ ]
88
+ },
89
+ "DBSnapshotAvailable": {
90
+ "delay": 30,
91
+ "operation": "DescribeDBSnapshots",
92
+ "maxAttempts": 60,
93
+ "acceptors": [
94
+ {
95
+ "expected": "available",
96
+ "matcher": "pathAll",
97
+ "state": "success",
98
+ "argument": "DBSnapshots[].Status"
99
+ },
100
+ {
101
+ "expected": "deleted",
102
+ "matcher": "pathAny",
103
+ "state": "failure",
104
+ "argument": "DBSnapshots[].Status"
105
+ },
106
+ {
107
+ "expected": "deleting",
108
+ "matcher": "pathAny",
109
+ "state": "failure",
110
+ "argument": "DBSnapshots[].Status"
111
+ },
112
+ {
113
+ "expected": "failed",
114
+ "matcher": "pathAny",
115
+ "state": "failure",
116
+ "argument": "DBSnapshots[].Status"
117
+ },
118
+ {
119
+ "expected": "incompatible-restore",
120
+ "matcher": "pathAny",
121
+ "state": "failure",
122
+ "argument": "DBSnapshots[].Status"
123
+ },
124
+ {
125
+ "expected": "incompatible-parameters",
126
+ "matcher": "pathAny",
127
+ "state": "failure",
128
+ "argument": "DBSnapshots[].Status"
129
+ }
130
+ ]
131
+ },
132
+ "DBSnapshotDeleted": {
133
+ "delay": 30,
134
+ "operation": "DescribeDBSnapshots",
135
+ "maxAttempts": 60,
136
+ "acceptors": [
137
+ {
138
+ "expected": "deleted",
139
+ "matcher": "pathAll",
140
+ "state": "success",
141
+ "argument": "DBSnapshots[].Status"
142
+ },
143
+ {
144
+ "expected": "DBSnapshotNotFound",
145
+ "matcher": "error",
146
+ "state": "success"
147
+ },
148
+ {
149
+ "expected": "creating",
150
+ "matcher": "pathAny",
151
+ "state": "failure",
152
+ "argument": "DBSnapshots[].Status"
153
+ },
154
+ {
155
+ "expected": "modifying",
156
+ "matcher": "pathAny",
157
+ "state": "failure",
158
+ "argument": "DBSnapshots[].Status"
159
+ },
160
+ {
161
+ "expected": "rebooting",
162
+ "matcher": "pathAny",
163
+ "state": "failure",
164
+ "argument": "DBSnapshots[].Status"
165
+ },
166
+ {
167
+ "expected": "resetting-master-credentials",
168
+ "matcher": "pathAny",
169
+ "state": "failure",
170
+ "argument": "DBSnapshots[].Status"
171
+ }
172
+ ]
173
+ }
174
+ }
175
+ }
@@ -92,6 +92,8 @@ module Aws
92
92
  ImportExport
93
93
  Inspector
94
94
  IoT
95
+ IoT1ClickDevicesService
96
+ IoT1ClickProjects
95
97
  IoTAnalytics
96
98
  IoTDataPlane
97
99
  IoTJobsDataPlane
@@ -0,0 +1,4 @@
1
+ Aws.add_service(:IoT1ClickDevicesService, {
2
+ api: "#{Aws::API_DIR}/iot1click-devices/2018-05-14/api-2.json",
3
+ docs: "#{Aws::API_DIR}/iot1click-devices/2018-05-14/docs-2.json",
4
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:IoT1ClickProjects, {
2
+ api: "#{Aws::API_DIR}/iot1click-projects/2018-05-14/api-2.json",
3
+ docs: "#{Aws::API_DIR}/iot1click-projects/2018-05-14/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/iot1click-projects/2018-05-14/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/iot1click-projects/2018-05-14/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.48'
2
+ VERSION = '2.11.49'
3
3
  end
@@ -274,6 +274,14 @@
274
274
  "models": "iot/2015-05-28",
275
275
  "endpoint": "iot"
276
276
  },
277
+ "IoT1ClickDevicesService": {
278
+ "models": "iot1click-devices/2018-05-14",
279
+ "endpoint": "devices.iot1click"
280
+ },
281
+ "IoT1ClickProjects": {
282
+ "models": "iot1click-projects/2018-05-14",
283
+ "endpoint": "projects.iot1click"
284
+ },
277
285
  "IoTAnalytics": {
278
286
  "models": "iotanalytics/2017-11-27",
279
287
  "endpoint": "iotanalytics"
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.48
4
+ version: 2.11.49
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-05-10 00:00:00.000000000 Z
11
+ date: 2018-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -317,6 +317,10 @@ files:
317
317
  - apis/iot/2015-05-28/api-2.json
318
318
  - apis/iot/2015-05-28/examples-1.json
319
319
  - apis/iot/2015-05-28/paginators-1.json
320
+ - apis/iot1click-devices/2018-05-14/api-2.json
321
+ - apis/iot1click-projects/2018-05-14/api-2.json
322
+ - apis/iot1click-projects/2018-05-14/examples-1.json
323
+ - apis/iot1click-projects/2018-05-14/paginators-1.json
320
324
  - apis/iotanalytics/2017-11-27/api-2.json
321
325
  - apis/iotanalytics/2017-11-27/examples-1.json
322
326
  - apis/iotanalytics/2017-11-27/paginators-1.json
@@ -423,6 +427,11 @@ files:
423
427
  - apis/rds/2014-10-31/paginators-1.json
424
428
  - apis/rds/2014-10-31/resources-1.json
425
429
  - apis/rds/2014-10-31/waiters-2.json
430
+ - apis/rds/2015-11-12/api-2.json
431
+ - apis/rds/2015-11-12/examples-1.json
432
+ - apis/rds/2015-11-12/paginators-1.json
433
+ - apis/rds/2015-11-12/resources-1.json
434
+ - apis/rds/2015-11-12/waiters-2.json
426
435
  - apis/redshift/2012-12-01/api-2.json
427
436
  - apis/redshift/2012-12-01/examples-1.json
428
437
  - apis/redshift/2012-12-01/paginators-1.json
@@ -639,6 +648,8 @@ files:
639
648
  - lib/aws-sdk-core/inspector.rb
640
649
  - lib/aws-sdk-core/instance_profile_credentials.rb
641
650
  - lib/aws-sdk-core/iot.rb
651
+ - lib/aws-sdk-core/iot1clickdevicesservice.rb
652
+ - lib/aws-sdk-core/iot1clickprojects.rb
642
653
  - lib/aws-sdk-core/iotanalytics.rb
643
654
  - lib/aws-sdk-core/iotdataplane.rb
644
655
  - lib/aws-sdk-core/iotjobsdataplane.rb