aws-sdk-core 2.1.16 → 2.1.17

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: bc2f401308dd78a076bbe8c47554c31dc6781399
4
- data.tar.gz: 5d6e0d172a31dd25f69f4df5aa8f62fbd8fcfcb8
3
+ metadata.gz: ba406be26a620160356c92241a1ebf969f90ce98
4
+ data.tar.gz: 2641be70ea483a512a683211ed041e6254e2028a
5
5
  SHA512:
6
- metadata.gz: 81f4a66d57dcf5f94f0132f3dbdbff7f1f0022632f7d6e6a422e20242ddba740141e404d3bb102e2cbf40abca48a6cae2e9a30c80ee67c3c934c53648e992903
7
- data.tar.gz: ce220fa2d46bcb6554f8bca278976f4e4f89b26cb2edce85d7a3bc2dd5d366aef0a3dbc97661a7618f24747fd62fea2ce0b220004f7e857b8d17aad73aef1512
6
+ metadata.gz: bae43aa1f7775f0c2b700b0174c76b5dea52245060dc521c8fa68b4c3c9a694c94b02e67fa37f64baff25478e6392227d4110fa82e07a23302fac833113b0caf
7
+ data.tar.gz: a23d147632caf9814c95f81732454bb4a161bf30e1cee264af9d1509a05f6f687a68642c376677cd3221b1f86a1a19ba1f9fecf2ffbb148bb58909ee2a511da7
@@ -147,6 +147,33 @@
147
147
  }
148
148
  ]
149
149
  },
150
+ "ListDiscoveredResources":{
151
+ "name":"ListDiscoveredResources",
152
+ "http":{
153
+ "method":"POST",
154
+ "requestUri":"/"
155
+ },
156
+ "input":{"shape":"ListDiscoveredResourcesRequest"},
157
+ "output":{"shape":"ListDiscoveredResourcesResponse"},
158
+ "errors":[
159
+ {
160
+ "shape":"ValidationException",
161
+ "exception":true
162
+ },
163
+ {
164
+ "shape":"InvalidLimitException",
165
+ "exception":true
166
+ },
167
+ {
168
+ "shape":"InvalidNextTokenException",
169
+ "exception":true
170
+ },
171
+ {
172
+ "shape":"NoAvailableConfigurationRecorderException",
173
+ "exception":true
174
+ }
175
+ ]
176
+ },
150
177
  "PutConfigurationRecorder":{
151
178
  "name":"PutConfigurationRecorder",
152
179
  "http":{
@@ -249,6 +276,7 @@
249
276
  "AccountId":{"type":"string"},
250
277
  "AllSupported":{"type":"boolean"},
251
278
  "AvailabilityZone":{"type":"string"},
279
+ "AwsRegion":{"type":"string"},
252
280
  "Boolean":{"type":"boolean"},
253
281
  "ChannelName":{
254
282
  "type":"string",
@@ -294,6 +322,8 @@
294
322
  "arn":{"shape":"ARN"},
295
323
  "resourceType":{"shape":"ResourceType"},
296
324
  "resourceId":{"shape":"ResourceId"},
325
+ "resourceName":{"shape":"ResourceName"},
326
+ "awsRegion":{"shape":"AwsRegion"},
297
327
  "availabilityZone":{"shape":"AvailabilityZone"},
298
328
  "resourceCreationTime":{"shape":"ResourceCreationTime"},
299
329
  "tags":{"shape":"Tags"},
@@ -554,6 +584,25 @@
554
584
  "min":0,
555
585
  "max":100
556
586
  },
587
+ "ListDiscoveredResourcesRequest":{
588
+ "type":"structure",
589
+ "required":["resourceType"],
590
+ "members":{
591
+ "resourceType":{"shape":"ResourceType"},
592
+ "resourceIds":{"shape":"ResourceIdList"},
593
+ "resourceName":{"shape":"ResourceName"},
594
+ "limit":{"shape":"Limit"},
595
+ "includeDeletedResources":{"shape":"Boolean"},
596
+ "nextToken":{"shape":"NextToken"}
597
+ }
598
+ },
599
+ "ListDiscoveredResourcesResponse":{
600
+ "type":"structure",
601
+ "members":{
602
+ "resourceIdentifiers":{"shape":"ResourceIdentifierList"},
603
+ "nextToken":{"shape":"NextToken"}
604
+ }
605
+ },
557
606
  "MaxNumberOfConfigurationRecordersExceededException":{
558
607
  "type":"structure",
559
608
  "members":{
@@ -648,6 +697,7 @@
648
697
  "members":{
649
698
  "resourceType":{"shape":"ResourceType"},
650
699
  "resourceId":{"shape":"ResourceId"},
700
+ "resourceName":{"shape":"ResourceName"},
651
701
  "relationshipName":{"shape":"RelationshipName"}
652
702
  }
653
703
  },
@@ -657,7 +707,26 @@
657
707
  },
658
708
  "RelationshipName":{"type":"string"},
659
709
  "ResourceCreationTime":{"type":"timestamp"},
710
+ "ResourceDeletionTime":{"type":"timestamp"},
660
711
  "ResourceId":{"type":"string"},
712
+ "ResourceIdList":{
713
+ "type":"list",
714
+ "member":{"shape":"ResourceId"}
715
+ },
716
+ "ResourceIdentifier":{
717
+ "type":"structure",
718
+ "members":{
719
+ "resourceType":{"shape":"ResourceType"},
720
+ "resourceId":{"shape":"ResourceId"},
721
+ "resourceName":{"shape":"ResourceName"},
722
+ "resourceDeletionTime":{"shape":"ResourceDeletionTime"}
723
+ }
724
+ },
725
+ "ResourceIdentifierList":{
726
+ "type":"list",
727
+ "member":{"shape":"ResourceIdentifier"}
728
+ },
729
+ "ResourceName":{"type":"string"},
661
730
  "ResourceNotDiscoveredException":{
662
731
  "type":"structure",
663
732
  "members":{
@@ -1,5 +1,11 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeDestinations": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "limit",
7
+ "result_key": "destinations"
8
+ },
3
9
  "DescribeLogGroups": {
4
10
  "input_token": "nextToken",
5
11
  "output_token": "nextToken",
@@ -18,6 +24,21 @@
18
24
  "limit_key": "limit",
19
25
  "result_key": "metricFilters"
20
26
  },
27
+ "DescribeSubscriptionFilters": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "limit",
31
+ "result_key": "subscriptionFilters"
32
+ },
33
+ "FilterLogEvents": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "limit",
37
+ "result_key": [
38
+ "events",
39
+ "searchedLogStreams"
40
+ ]
41
+ },
21
42
  "GetLogEvents": {
22
43
  "input_token": "nextToken",
23
44
  "output_token": "nextForwardToken",
@@ -9,6 +9,12 @@
9
9
  "DescribeDeployments": {
10
10
  "result_key": "Deployments"
11
11
  },
12
+ "DescribeEcsClusters": {
13
+ "input_token": "NextToken",
14
+ "output_token": "NextToken",
15
+ "limit_key": "MaxResults",
16
+ "result_key": "EcsClusters"
17
+ },
12
18
  "DescribeElasticIps": {
13
19
  "result_key": "ElasticIps"
14
20
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.16'
2
+ VERSION = '2.1.17'
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.1.16
4
+ version: 2.1.17
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: 2015-08-25 00:00:00.000000000 Z
11
+ date: 2015-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath