aws-sdk-core 2.11.234 → 2.11.235
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b56b1fee229ce76fc8ea5de159b453cfbbec655
|
4
|
+
data.tar.gz: 4b56cbd4ac4dbcd61bcf72bae307e5f22589ddad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac150dfa78a12537703d2659c5760173b497f1aab8b568dd0f797fafc89ed7bff9196bb4baab4941b1844b0f1a951e6da5d0aa1a1a0cc1c45c445f8ad93f5a28
|
7
|
+
data.tar.gz: 0cb97d9ad734b135e9eabf3ef8d254f12290b94f3ae82a7080c15ec92b55120b5fbb76e13a649b3d2f0e28dfd213955e87c982e88380ec5d9b4b7a314999e2a6
|
@@ -705,6 +705,10 @@
|
|
705
705
|
"connectionId":{"shape":"ConnectionId"}
|
706
706
|
}
|
707
707
|
},
|
708
|
+
"AvailablePortSpeeds":{
|
709
|
+
"type":"list",
|
710
|
+
"member":{"shape":"PortSpeed"}
|
711
|
+
},
|
708
712
|
"AwsDevice":{
|
709
713
|
"type":"string",
|
710
714
|
"deprecated":true
|
@@ -1391,7 +1395,8 @@
|
|
1391
1395
|
"members":{
|
1392
1396
|
"locationCode":{"shape":"LocationCode"},
|
1393
1397
|
"locationName":{"shape":"LocationName"},
|
1394
|
-
"region":{"shape":"Region"}
|
1398
|
+
"region":{"shape":"Region"},
|
1399
|
+
"availablePortSpeeds":{"shape":"AvailablePortSpeeds"}
|
1395
1400
|
}
|
1396
1401
|
},
|
1397
1402
|
"LocationCode":{"type":"string"},
|
@@ -1499,6 +1504,7 @@
|
|
1499
1504
|
"OwnerAccount":{"type":"string"},
|
1500
1505
|
"PaginationToken":{"type":"string"},
|
1501
1506
|
"PartnerName":{"type":"string"},
|
1507
|
+
"PortSpeed":{"type":"string"},
|
1502
1508
|
"ProviderName":{"type":"string"},
|
1503
1509
|
"Region":{"type":"string"},
|
1504
1510
|
"ResourceArn":{"type":"string"},
|
@@ -8654,6 +8654,11 @@
|
|
8654
8654
|
}
|
8655
8655
|
}
|
8656
8656
|
},
|
8657
|
+
"DescribeInternetGatewaysMaxResults":{
|
8658
|
+
"type":"integer",
|
8659
|
+
"max":1000,
|
8660
|
+
"min":5
|
8661
|
+
},
|
8657
8662
|
"DescribeInternetGatewaysRequest":{
|
8658
8663
|
"type":"structure",
|
8659
8664
|
"members":{
|
@@ -8668,7 +8673,9 @@
|
|
8668
8673
|
"InternetGatewayIds":{
|
8669
8674
|
"shape":"ValueStringList",
|
8670
8675
|
"locationName":"internetGatewayId"
|
8671
|
-
}
|
8676
|
+
},
|
8677
|
+
"NextToken":{"shape":"String"},
|
8678
|
+
"MaxResults":{"shape":"DescribeInternetGatewaysMaxResults"}
|
8672
8679
|
}
|
8673
8680
|
},
|
8674
8681
|
"DescribeInternetGatewaysResult":{
|
@@ -8677,6 +8684,10 @@
|
|
8677
8684
|
"InternetGateways":{
|
8678
8685
|
"shape":"InternetGatewayList",
|
8679
8686
|
"locationName":"internetGatewaySet"
|
8687
|
+
},
|
8688
|
+
"NextToken":{
|
8689
|
+
"shape":"String",
|
8690
|
+
"locationName":"nextToken"
|
8680
8691
|
}
|
8681
8692
|
}
|
8682
8693
|
},
|
@@ -8835,6 +8846,11 @@
|
|
8835
8846
|
}
|
8836
8847
|
}
|
8837
8848
|
},
|
8849
|
+
"DescribeNetworkAclsMaxResults":{
|
8850
|
+
"type":"integer",
|
8851
|
+
"max":1000,
|
8852
|
+
"min":5
|
8853
|
+
},
|
8838
8854
|
"DescribeNetworkAclsRequest":{
|
8839
8855
|
"type":"structure",
|
8840
8856
|
"members":{
|
@@ -8849,7 +8865,9 @@
|
|
8849
8865
|
"NetworkAclIds":{
|
8850
8866
|
"shape":"ValueStringList",
|
8851
8867
|
"locationName":"NetworkAclId"
|
8852
|
-
}
|
8868
|
+
},
|
8869
|
+
"NextToken":{"shape":"String"},
|
8870
|
+
"MaxResults":{"shape":"DescribeNetworkAclsMaxResults"}
|
8853
8871
|
}
|
8854
8872
|
},
|
8855
8873
|
"DescribeNetworkAclsResult":{
|
@@ -8858,6 +8876,10 @@
|
|
8858
8876
|
"NetworkAcls":{
|
8859
8877
|
"shape":"NetworkAclList",
|
8860
8878
|
"locationName":"networkAclSet"
|
8879
|
+
},
|
8880
|
+
"NextToken":{
|
8881
|
+
"shape":"String",
|
8882
|
+
"locationName":"nextToken"
|
8861
8883
|
}
|
8862
8884
|
}
|
8863
8885
|
},
|
@@ -10299,6 +10321,11 @@
|
|
10299
10321
|
}
|
10300
10322
|
}
|
10301
10323
|
},
|
10324
|
+
"DescribeVpcsMaxResults":{
|
10325
|
+
"type":"integer",
|
10326
|
+
"max":1000,
|
10327
|
+
"min":5
|
10328
|
+
},
|
10302
10329
|
"DescribeVpcsRequest":{
|
10303
10330
|
"type":"structure",
|
10304
10331
|
"members":{
|
@@ -10313,7 +10340,9 @@
|
|
10313
10340
|
"DryRun":{
|
10314
10341
|
"shape":"Boolean",
|
10315
10342
|
"locationName":"dryRun"
|
10316
|
-
}
|
10343
|
+
},
|
10344
|
+
"NextToken":{"shape":"String"},
|
10345
|
+
"MaxResults":{"shape":"DescribeVpcsMaxResults"}
|
10317
10346
|
}
|
10318
10347
|
},
|
10319
10348
|
"DescribeVpcsResult":{
|
@@ -10322,6 +10351,10 @@
|
|
10322
10351
|
"Vpcs":{
|
10323
10352
|
"shape":"VpcList",
|
10324
10353
|
"locationName":"vpcSet"
|
10354
|
+
},
|
10355
|
+
"NextToken":{
|
10356
|
+
"shape":"String",
|
10357
|
+
"locationName":"nextToken"
|
10325
10358
|
}
|
10326
10359
|
}
|
10327
10360
|
},
|
@@ -1,32 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
-
"DescribeAccountAttributes": {
|
4
|
-
"result_key": "AccountAttributes"
|
5
|
-
},
|
6
|
-
"DescribeAddresses": {
|
7
|
-
"result_key": "Addresses"
|
8
|
-
},
|
9
|
-
"DescribeAvailabilityZones": {
|
10
|
-
"result_key": "AvailabilityZones"
|
11
|
-
},
|
12
|
-
"DescribeBundleTasks": {
|
13
|
-
"result_key": "BundleTasks"
|
14
|
-
},
|
15
|
-
"DescribeConversionTasks": {
|
16
|
-
"result_key": "ConversionTasks"
|
17
|
-
},
|
18
|
-
"DescribeCustomerGateways": {
|
19
|
-
"result_key": "CustomerGateways"
|
20
|
-
},
|
21
|
-
"DescribeDhcpOptions": {
|
22
|
-
"result_key": "DhcpOptions"
|
23
|
-
},
|
24
|
-
"DescribeExportTasks": {
|
25
|
-
"result_key": "ExportTasks"
|
26
|
-
},
|
27
|
-
"DescribeImages": {
|
28
|
-
"result_key": "Images"
|
29
|
-
},
|
30
3
|
"DescribeInstanceStatus": {
|
31
4
|
"input_token": "NextToken",
|
32
5
|
"limit_key": "MaxResults",
|
@@ -40,11 +13,11 @@
|
|
40
13
|
"result_key": "Reservations"
|
41
14
|
},
|
42
15
|
"DescribeInternetGateways": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"limit_key": "MaxResults",
|
18
|
+
"output_token": "NextToken",
|
43
19
|
"result_key": "InternetGateways"
|
44
20
|
},
|
45
|
-
"DescribeKeyPairs": {
|
46
|
-
"result_key": "KeyPairs"
|
47
|
-
},
|
48
21
|
"DescribeNatGateways": {
|
49
22
|
"input_token": "NextToken",
|
50
23
|
"limit_key": "MaxResults",
|
@@ -52,6 +25,9 @@
|
|
52
25
|
"result_key": "NatGateways"
|
53
26
|
},
|
54
27
|
"DescribeNetworkAcls": {
|
28
|
+
"input_token": "NextToken",
|
29
|
+
"limit_key": "MaxResults",
|
30
|
+
"output_token": "NextToken",
|
55
31
|
"result_key": "NetworkAcls"
|
56
32
|
},
|
57
33
|
"DescribeNetworkInterfaces": {
|
@@ -60,18 +36,6 @@
|
|
60
36
|
"output_token": "NextToken",
|
61
37
|
"result_key": "NetworkInterfaces"
|
62
38
|
},
|
63
|
-
"DescribePlacementGroups": {
|
64
|
-
"result_key": "PlacementGroups"
|
65
|
-
},
|
66
|
-
"DescribeRegions": {
|
67
|
-
"result_key": "Regions"
|
68
|
-
},
|
69
|
-
"DescribeReservedInstances": {
|
70
|
-
"result_key": "ReservedInstances"
|
71
|
-
},
|
72
|
-
"DescribeReservedInstancesListings": {
|
73
|
-
"result_key": "ReservedInstancesListings"
|
74
|
-
},
|
75
39
|
"DescribeReservedInstancesModifications": {
|
76
40
|
"input_token": "NextToken",
|
77
41
|
"output_token": "NextToken",
|
@@ -107,18 +71,12 @@
|
|
107
71
|
"output_token": "NextToken",
|
108
72
|
"result_key": "SpotFleetRequestConfigs"
|
109
73
|
},
|
110
|
-
"DescribeSpotInstanceRequests": {
|
111
|
-
"result_key": "SpotInstanceRequests"
|
112
|
-
},
|
113
74
|
"DescribeSpotPriceHistory": {
|
114
75
|
"input_token": "NextToken",
|
115
76
|
"limit_key": "MaxResults",
|
116
77
|
"output_token": "NextToken",
|
117
78
|
"result_key": "SpotPriceHistory"
|
118
79
|
},
|
119
|
-
"DescribeSubnets": {
|
120
|
-
"result_key": "Subnets"
|
121
|
-
},
|
122
80
|
"DescribeTags": {
|
123
81
|
"input_token": "NextToken",
|
124
82
|
"limit_key": "MaxResults",
|
@@ -138,16 +96,16 @@
|
|
138
96
|
"result_key": "Volumes"
|
139
97
|
},
|
140
98
|
"DescribeVpcPeeringConnections": {
|
99
|
+
"input_token": "NextToken",
|
100
|
+
"limit_key": "MaxResults",
|
101
|
+
"output_token": "NextToken",
|
141
102
|
"result_key": "VpcPeeringConnections"
|
142
103
|
},
|
143
104
|
"DescribeVpcs": {
|
105
|
+
"input_token": "NextToken",
|
106
|
+
"limit_key": "MaxResults",
|
107
|
+
"output_token": "NextToken",
|
144
108
|
"result_key": "Vpcs"
|
145
|
-
},
|
146
|
-
"DescribeVpnConnections": {
|
147
|
-
"result_key": "VpnConnections"
|
148
|
-
},
|
149
|
-
"DescribeVpnGateways": {
|
150
|
-
"result_key": "VpnGateways"
|
151
109
|
}
|
152
110
|
}
|
153
111
|
}
|
@@ -159,6 +159,29 @@
|
|
159
159
|
"title": "To describe an EFS file system"
|
160
160
|
}
|
161
161
|
],
|
162
|
+
"DescribeLifecycleConfiguration": [
|
163
|
+
{
|
164
|
+
"input": {
|
165
|
+
"FileSystemId": "fs-01234567"
|
166
|
+
},
|
167
|
+
"output": {
|
168
|
+
"LifecyclePolicies": [
|
169
|
+
{
|
170
|
+
"TransitionToIA": "AFTER_30_DAYS"
|
171
|
+
}
|
172
|
+
]
|
173
|
+
},
|
174
|
+
"comments": {
|
175
|
+
"input": {
|
176
|
+
},
|
177
|
+
"output": {
|
178
|
+
}
|
179
|
+
},
|
180
|
+
"description": "This operation describes a file system's LifecycleConfiguration. EFS lifecycle management uses the LifecycleConfiguration object to identify which files to move to the EFS Infrequent Access (IA) storage class. ",
|
181
|
+
"id": "to-describe-the-lifecycle-configuration-for-a-file-system-1551200664502",
|
182
|
+
"title": "To describe the lifecycle configuration for a file system"
|
183
|
+
}
|
184
|
+
],
|
162
185
|
"DescribeMountTargetSecurityGroups": [
|
163
186
|
{
|
164
187
|
"input": {
|
@@ -235,6 +258,34 @@
|
|
235
258
|
"id": "to-modify-the-security-groups-associated-with-a-mount-target-for-a-file-system-1481850772562",
|
236
259
|
"title": "To modify the security groups associated with a mount target for a file system"
|
237
260
|
}
|
261
|
+
],
|
262
|
+
"PutLifecycleConfiguration": [
|
263
|
+
{
|
264
|
+
"input": {
|
265
|
+
"FileSystemId": "fs-01234567",
|
266
|
+
"LifecyclePolicies": [
|
267
|
+
{
|
268
|
+
"TransitionToIA": "AFTER_30_DAYS"
|
269
|
+
}
|
270
|
+
]
|
271
|
+
},
|
272
|
+
"output": {
|
273
|
+
"LifecyclePolicies": [
|
274
|
+
{
|
275
|
+
"TransitionToIA": "AFTER_30_DAYS"
|
276
|
+
}
|
277
|
+
]
|
278
|
+
},
|
279
|
+
"comments": {
|
280
|
+
"input": {
|
281
|
+
},
|
282
|
+
"output": {
|
283
|
+
}
|
284
|
+
},
|
285
|
+
"description": "This operation enables lifecycle management on a file system by creating a new LifecycleConfiguration object. A LifecycleConfiguration object defines when files in an Amazon EFS file system are automatically transitioned to the lower-cost EFS Infrequent Access (IA) storage class. A LifecycleConfiguration applies to all files in a file system.",
|
286
|
+
"id": "creates-a-new-lifecycleconfiguration-object-for-a-file-system-1551201594692",
|
287
|
+
"title": "Creates a new lifecycleconfiguration object for a file system"
|
288
|
+
}
|
238
289
|
]
|
239
290
|
}
|
240
291
|
}
|
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.235
|
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-03-
|
11
|
+
date: 2019-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|