aws-sdk-core 2.11.547 → 2.11.548

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,11 +10,26 @@
10
10
  "output_token": "nextToken",
11
11
  "limit_key": "maxResults"
12
12
  },
13
+ "GetEntityTypes": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
18
+ "GetEventTypes": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ },
13
23
  "GetExternalModels": {
14
24
  "input_token": "nextToken",
15
25
  "output_token": "nextToken",
16
26
  "limit_key": "maxResults"
17
27
  },
28
+ "GetLabels": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "limit_key": "maxResults"
32
+ },
18
33
  "GetModels": {
19
34
  "input_token": "nextToken",
20
35
  "output_token": "nextToken",
@@ -34,6 +49,11 @@
34
49
  "input_token": "nextToken",
35
50
  "output_token": "nextToken",
36
51
  "limit_key": "maxResults"
52
+ },
53
+ "ListTagsForResource": {
54
+ "input_token": "nextToken",
55
+ "output_token": "nextToken",
56
+ "limit_key": "maxResults"
37
57
  }
38
58
  }
39
59
  }
@@ -404,6 +404,12 @@
404
404
  "RADIAN"
405
405
  ]
406
406
  },
407
+ "AntennaDemodDecodeDetails":{
408
+ "type":"structure",
409
+ "members":{
410
+ "outputNode":{"shape":"String"}
411
+ }
412
+ },
407
413
  "AntennaDownlinkConfig":{
408
414
  "type":"structure",
409
415
  "required":["spectrumConfig"],
@@ -432,7 +438,8 @@
432
438
  ],
433
439
  "members":{
434
440
  "spectrumConfig":{"shape":"UplinkSpectrumConfig"},
435
- "targetEirp":{"shape":"Eirp"}
441
+ "targetEirp":{"shape":"Eirp"},
442
+ "transmitDisabled":{"shape":"Boolean"}
436
443
  }
437
444
  },
438
445
  "BandwidthUnits":{
@@ -470,6 +477,13 @@
470
477
  "uplink-echo"
471
478
  ]
472
479
  },
480
+ "ConfigDetails":{
481
+ "type":"structure",
482
+ "members":{
483
+ "antennaDemodDecodeDetails":{"shape":"AntennaDemodDecodeDetails"},
484
+ "endpointDetails":{"shape":"EndpointDetails"}
485
+ }
486
+ },
473
487
  "ConfigIdResponse":{
474
488
  "type":"structure",
475
489
  "members":{
@@ -593,6 +607,13 @@
593
607
  "REQUIRED"
594
608
  ]
595
609
  },
610
+ "DataflowDetail":{
611
+ "type":"structure",
612
+ "members":{
613
+ "destination":{"shape":"Destination"},
614
+ "source":{"shape":"Source"}
615
+ }
616
+ },
596
617
  "DataflowEdge":{
597
618
  "type":"list",
598
619
  "member":{"shape":"ConfigArn"},
@@ -607,6 +628,7 @@
607
628
  "type":"structure",
608
629
  "members":{
609
630
  "address":{"shape":"SocketAddress"},
631
+ "mtu":{"shape":"DataflowEndpointmtuInteger"},
610
632
  "name":{"shape":"SafeName"},
611
633
  "status":{"shape":"EndpointStatus"}
612
634
  }
@@ -637,6 +659,16 @@
637
659
  "dataflowEndpointGroupId":{"shape":"String"}
638
660
  }
639
661
  },
662
+ "DataflowEndpointmtuInteger":{
663
+ "type":"integer",
664
+ "box":true,
665
+ "max":1500,
666
+ "min":1400
667
+ },
668
+ "DataflowList":{
669
+ "type":"list",
670
+ "member":{"shape":"DataflowDetail"}
671
+ },
640
672
  "DecodeConfig":{
641
673
  "type":"structure",
642
674
  "required":["unvalidatedJSON"],
@@ -718,6 +750,7 @@
718
750
  "members":{
719
751
  "contactId":{"shape":"String"},
720
752
  "contactStatus":{"shape":"ContactStatus"},
753
+ "dataflowList":{"shape":"DataflowList"},
721
754
  "endTime":{"shape":"Timestamp"},
722
755
  "errorMessage":{"shape":"String"},
723
756
  "groundStation":{"shape":"String"},
@@ -731,12 +764,22 @@
731
764
  "tags":{"shape":"TagsMap"}
732
765
  }
733
766
  },
767
+ "Destination":{
768
+ "type":"structure",
769
+ "members":{
770
+ "configDetails":{"shape":"ConfigDetails"},
771
+ "configId":{"shape":"String"},
772
+ "configType":{"shape":"ConfigCapabilityType"},
773
+ "dataflowDestinationRegion":{"shape":"String"}
774
+ }
775
+ },
734
776
  "Double":{
735
777
  "type":"double",
736
778
  "box":true
737
779
  },
738
780
  "DurationInSeconds":{
739
781
  "type":"integer",
782
+ "box":true,
740
783
  "max":21600,
741
784
  "min":1
742
785
  },
@@ -1252,6 +1295,15 @@
1252
1295
  "port":{"shape":"Integer"}
1253
1296
  }
1254
1297
  },
1298
+ "Source":{
1299
+ "type":"structure",
1300
+ "members":{
1301
+ "configDetails":{"shape":"ConfigDetails"},
1302
+ "configId":{"shape":"String"},
1303
+ "configType":{"shape":"ConfigCapabilityType"},
1304
+ "dataflowSourceRegion":{"shape":"String"}
1305
+ }
1306
+ },
1255
1307
  "SpectrumConfig":{
1256
1308
  "type":"structure",
1257
1309
  "required":[
@@ -3593,7 +3593,9 @@
3593
3593
  "SupportsReadReplica":{"shape":"Boolean"},
3594
3594
  "SupportedEngineModes":{"shape":"EngineModeList"},
3595
3595
  "SupportedFeatureNames":{"shape":"FeatureNameList"},
3596
- "Status":{"shape":"String"}
3596
+ "Status":{"shape":"String"},
3597
+ "SupportsParallelQuery":{"shape":"Boolean"},
3598
+ "SupportsGlobalDatabases":{"shape":"Boolean"}
3597
3599
  }
3598
3600
  },
3599
3601
  "DBEngineVersionList":{
@@ -6413,7 +6415,8 @@
6413
6415
  "SupportedEngineModes":{"shape":"EngineModeList"},
6414
6416
  "SupportsStorageAutoscaling":{"shape":"BooleanOptional"},
6415
6417
  "SupportsKerberosAuthentication":{"shape":"BooleanOptional"},
6416
- "OutpostCapable":{"shape":"Boolean"}
6418
+ "OutpostCapable":{"shape":"Boolean"},
6419
+ "SupportsGlobalDatabases":{"shape":"Boolean"}
6417
6420
  },
6418
6421
  "wrapper":true
6419
6422
  },
@@ -1,9 +1,9 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2019-03-26/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2019-03-26/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cloudfront/2019-03-26/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cloudfront/2019-03-26/paginators-1.json",
6
- waiters: "#{Aws::API_DIR}/cloudfront/2019-03-26/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2020-05-31/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2020-05-31/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudfront/2020-05-31/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cloudfront/2020-05-31/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/cloudfront/2020-05-31/waiters-2.json",
7
7
  })
8
8
 
9
9
  module Aws
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.547'
2
+ VERSION = '2.11.548'
3
3
  end
@@ -104,7 +104,7 @@
104
104
  "endpoint": "cloudformation"
105
105
  },
106
106
  "CloudFront": {
107
- "models": "cloudfront/2019-03-26",
107
+ "models": "cloudfront/2020-05-31",
108
108
  "endpoint": "cloudfront"
109
109
  },
110
110
  "CloudHSM": {
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.547
4
+ version: 2.11.548
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: 2020-07-17 00:00:00.000000000 Z
11
+ date: 2020-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -192,6 +192,11 @@ files:
192
192
  - apis/cloudfront/2019-03-26/paginators-1.json
193
193
  - apis/cloudfront/2019-03-26/smoke.json
194
194
  - apis/cloudfront/2019-03-26/waiters-2.json
195
+ - apis/cloudfront/2020-05-31/api-2.json
196
+ - apis/cloudfront/2020-05-31/examples-1.json
197
+ - apis/cloudfront/2020-05-31/paginators-1.json
198
+ - apis/cloudfront/2020-05-31/smoke.json
199
+ - apis/cloudfront/2020-05-31/waiters-2.json
195
200
  - apis/cloudhsm/2014-05-30/api-2.json
196
201
  - apis/cloudhsm/2014-05-30/examples-1.json
197
202
  - apis/cloudhsm/2014-05-30/paginators-1.json