aws-sdk-panorama 1.6.0 → 1.7.0

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
  SHA256:
3
- metadata.gz: 014cda301818ae12480004f711ddcaf9b532c11137af6c5dd60afe8aed616f2d
4
- data.tar.gz: 748624d375f1ec795a9f7d5a20722dad9157fe9d399a91f9dbe6f3563f7fa719
3
+ metadata.gz: 7756cc4ac24fcab4c994bd8a7c8696c611124ce2d3d0c5bb7b23b2672150af05
4
+ data.tar.gz: 5b9501f8e998a5ee3d302c35e8b06b426fc7d66a8023693ddb8e2bc43ce4a651
5
5
  SHA512:
6
- metadata.gz: 5b2cb6cbab67a206e0d745f64a849b35340ee83dd3f0cb4c626572f8c1f211771b88538ad69ee5f533019dd1c96a17ea9e9296869c56f2017b30a5cfdf2d0139
7
- data.tar.gz: 473f2ea0090e08d2f13a0437b8567317f65b8f577cb80dcc1ed8b8a02fc9fa0990f2caf055e3b889a1650a1f4e582bf317e82172c2606a6fc20c1da70fe53762
6
+ metadata.gz: 164761284f3e4570186b9a0a696f188b54ff1f87f3f57b3c1e8b4bc400041f8e23302b0d944045122b577ef8de733110a0b2447293770d2c9ff48fd3353f3bc2
7
+ data.tar.gz: 197949e0fe88d1cec40a5575467ee4f2458af6cb9b38d87a43b2d26af0cbaa30e3d93bb645faed0be2cec9fab1a0ad14d4384eabfa2777b44733ea702749b3b1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.0 (2022-04-06)
5
+ ------------------
6
+
7
+ * Feature - Added Brand field to device listings.
8
+
4
9
  1.6.0 (2022-02-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.0
1
+ 1.7.0
@@ -762,7 +762,7 @@ module Aws::Panorama
762
762
  # resp.last_updated_time #=> Time
763
763
  # resp.name #=> String
764
764
  # resp.runtime_role_arn #=> String
765
- # resp.status #=> String, one of "DEPLOYMENT_PENDING", "DEPLOYMENT_REQUESTED", "DEPLOYMENT_IN_PROGRESS", "DEPLOYMENT_ERROR", "DEPLOYMENT_SUCCEEDED", "REMOVAL_PENDING", "REMOVAL_REQUESTED", "REMOVAL_IN_PROGRESS", "REMOVAL_FAILED", "REMOVAL_SUCCEEDED"
765
+ # resp.status #=> String, one of "DEPLOYMENT_PENDING", "DEPLOYMENT_REQUESTED", "DEPLOYMENT_IN_PROGRESS", "DEPLOYMENT_ERROR", "DEPLOYMENT_SUCCEEDED", "REMOVAL_PENDING", "REMOVAL_REQUESTED", "REMOVAL_IN_PROGRESS", "REMOVAL_FAILED", "REMOVAL_SUCCEEDED", "DEPLOYMENT_FAILED"
766
766
  # resp.status_description #=> String
767
767
  # resp.tags #=> Hash
768
768
  # resp.tags["TagKey"] #=> String
@@ -828,6 +828,7 @@ module Aws::Panorama
828
828
  #
829
829
  # * {Types::DescribeDeviceResponse#alternate_softwares #alternate_softwares} => Array<Types::AlternateSoftwareMetadata>
830
830
  # * {Types::DescribeDeviceResponse#arn #arn} => String
831
+ # * {Types::DescribeDeviceResponse#brand #brand} => String
831
832
  # * {Types::DescribeDeviceResponse#created_time #created_time} => Time
832
833
  # * {Types::DescribeDeviceResponse#current_networking_status #current_networking_status} => Types::NetworkStatus
833
834
  # * {Types::DescribeDeviceResponse#current_software #current_software} => String
@@ -855,6 +856,7 @@ module Aws::Panorama
855
856
  # resp.alternate_softwares #=> Array
856
857
  # resp.alternate_softwares[0].version #=> String
857
858
  # resp.arn #=> String
859
+ # resp.brand #=> String, one of "AWS_PANORAMA", "LENOVO"
858
860
  # resp.created_time #=> Time
859
861
  # resp.current_networking_status.ethernet_0_status.connection_status #=> String, one of "CONNECTED", "NOT_CONNECTED", "CONNECTING"
860
862
  # resp.current_networking_status.ethernet_0_status.hw_address #=> String
@@ -1354,7 +1356,7 @@ module Aws::Panorama
1354
1356
  # device_id: "DeviceId",
1355
1357
  # max_results: 1,
1356
1358
  # next_token: "NextToken",
1357
- # status_filter: "DEPLOYMENT_SUCCEEDED", # accepts DEPLOYMENT_SUCCEEDED, DEPLOYMENT_ERROR, REMOVAL_SUCCEEDED, REMOVAL_FAILED, PROCESSING_DEPLOYMENT, PROCESSING_REMOVAL
1359
+ # status_filter: "DEPLOYMENT_SUCCEEDED", # accepts DEPLOYMENT_SUCCEEDED, DEPLOYMENT_ERROR, REMOVAL_SUCCEEDED, REMOVAL_FAILED, PROCESSING_DEPLOYMENT, PROCESSING_REMOVAL, DEPLOYMENT_FAILED
1358
1360
  # })
1359
1361
  #
1360
1362
  # @example Response structure
@@ -1368,7 +1370,7 @@ module Aws::Panorama
1368
1370
  # resp.application_instances[0].description #=> String
1369
1371
  # resp.application_instances[0].health_status #=> String, one of "RUNNING", "ERROR", "NOT_AVAILABLE"
1370
1372
  # resp.application_instances[0].name #=> String
1371
- # resp.application_instances[0].status #=> String, one of "DEPLOYMENT_PENDING", "DEPLOYMENT_REQUESTED", "DEPLOYMENT_IN_PROGRESS", "DEPLOYMENT_ERROR", "DEPLOYMENT_SUCCEEDED", "REMOVAL_PENDING", "REMOVAL_REQUESTED", "REMOVAL_IN_PROGRESS", "REMOVAL_FAILED", "REMOVAL_SUCCEEDED"
1373
+ # resp.application_instances[0].status #=> String, one of "DEPLOYMENT_PENDING", "DEPLOYMENT_REQUESTED", "DEPLOYMENT_IN_PROGRESS", "DEPLOYMENT_ERROR", "DEPLOYMENT_SUCCEEDED", "REMOVAL_PENDING", "REMOVAL_REQUESTED", "REMOVAL_IN_PROGRESS", "REMOVAL_FAILED", "REMOVAL_SUCCEEDED", "DEPLOYMENT_FAILED"
1372
1374
  # resp.application_instances[0].status_description #=> String
1373
1375
  # resp.application_instances[0].tags #=> Hash
1374
1376
  # resp.application_instances[0].tags["TagKey"] #=> String
@@ -1409,6 +1411,7 @@ module Aws::Panorama
1409
1411
  # @example Response structure
1410
1412
  #
1411
1413
  # resp.devices #=> Array
1414
+ # resp.devices[0].brand #=> String, one of "AWS_PANORAMA", "LENOVO"
1412
1415
  # resp.devices[0].created_time #=> Time
1413
1416
  # resp.devices[0].device_id #=> String
1414
1417
  # resp.devices[0].last_updated_time #=> Time
@@ -1701,9 +1704,10 @@ module Aws::Panorama
1701
1704
 
1702
1705
  # Creates a device and returns a configuration archive. The
1703
1706
  # configuration archive is a ZIP file that contains a provisioning
1704
- # certificate that is valid for 5 minutes. Transfer the configuration
1705
- # archive to the device with the included USB storage device within 5
1706
- # minutes.
1707
+ # certificate that is valid for 5 minutes. Name the configuration
1708
+ # archive `certificates-omni_device-name.zip` and transfer it to the
1709
+ # device within 5 minutes. Use the included USB storage device and
1710
+ # connect it to the USB 3.0 port next to the HDMI output.
1707
1711
  #
1708
1712
  # @option params [String] :description
1709
1713
  # A description for the device.
@@ -1934,7 +1938,7 @@ module Aws::Panorama
1934
1938
  params: params,
1935
1939
  config: config)
1936
1940
  context[:gem_name] = 'aws-sdk-panorama'
1937
- context[:gem_version] = '1.6.0'
1941
+ context[:gem_version] = '1.7.0'
1938
1942
  Seahorse::Client::Request.new(handlers, context)
1939
1943
  end
1940
1944
 
@@ -74,6 +74,7 @@ module Aws::Panorama
74
74
  Description = Shapes::StringShape.new(name: 'Description')
75
75
  Device = Shapes::StructureShape.new(name: 'Device')
76
76
  DeviceArn = Shapes::StringShape.new(name: 'DeviceArn')
77
+ DeviceBrand = Shapes::StringShape.new(name: 'DeviceBrand')
77
78
  DeviceConnectionStatus = Shapes::StringShape.new(name: 'DeviceConnectionStatus')
78
79
  DeviceId = Shapes::StringShape.new(name: 'DeviceId')
79
80
  DeviceIdList = Shapes::ListShape.new(name: 'DeviceIdList')
@@ -394,6 +395,7 @@ module Aws::Panorama
394
395
 
395
396
  DescribeDeviceResponse.add_member(:alternate_softwares, Shapes::ShapeRef.new(shape: AlternateSoftwares, location_name: "AlternateSoftwares"))
396
397
  DescribeDeviceResponse.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceArn, location_name: "Arn"))
398
+ DescribeDeviceResponse.add_member(:brand, Shapes::ShapeRef.new(shape: DeviceBrand, location_name: "Brand"))
397
399
  DescribeDeviceResponse.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
398
400
  DescribeDeviceResponse.add_member(:current_networking_status, Shapes::ShapeRef.new(shape: NetworkStatus, location_name: "CurrentNetworkingStatus"))
399
401
  DescribeDeviceResponse.add_member(:current_software, Shapes::ShapeRef.new(shape: CurrentSoftware, location_name: "CurrentSoftware"))
@@ -495,6 +497,7 @@ module Aws::Panorama
495
497
  DescribePackageVersionResponse.add_member(:status_description, Shapes::ShapeRef.new(shape: PackageVersionStatusDescription, location_name: "StatusDescription"))
496
498
  DescribePackageVersionResponse.struct_class = Types::DescribePackageVersionResponse
497
499
 
500
+ Device.add_member(:brand, Shapes::ShapeRef.new(shape: DeviceBrand, location_name: "Brand"))
498
501
  Device.add_member(:created_time, Shapes::ShapeRef.new(shape: CreatedTime, location_name: "CreatedTime"))
499
502
  Device.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, location_name: "DeviceId"))
500
503
  Device.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
@@ -845,6 +845,10 @@ module Aws::Panorama
845
845
  # The device's ARN.
846
846
  # @return [String]
847
847
  #
848
+ # @!attribute [rw] brand
849
+ # The device's maker.
850
+ # @return [String]
851
+ #
848
852
  # @!attribute [rw] created_time
849
853
  # When the device was created.
850
854
  # @return [Time]
@@ -910,6 +914,7 @@ module Aws::Panorama
910
914
  class DescribeDeviceResponse < Struct.new(
911
915
  :alternate_softwares,
912
916
  :arn,
917
+ :brand,
913
918
  :created_time,
914
919
  :current_networking_status,
915
920
  :current_software,
@@ -1360,6 +1365,10 @@ module Aws::Panorama
1360
1365
 
1361
1366
  # A device.
1362
1367
  #
1368
+ # @!attribute [rw] brand
1369
+ # The device's maker.
1370
+ # @return [String]
1371
+ #
1363
1372
  # @!attribute [rw] created_time
1364
1373
  # When the device was created.
1365
1374
  # @return [Time]
@@ -1387,6 +1396,7 @@ module Aws::Panorama
1387
1396
  # @see http://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/Device AWS API Documentation
1388
1397
  #
1389
1398
  class Device < Struct.new(
1399
+ :brand,
1390
1400
  :created_time,
1391
1401
  :device_id,
1392
1402
  :last_updated_time,
@@ -1679,7 +1689,7 @@ module Aws::Panorama
1679
1689
  # device_id: "DeviceId",
1680
1690
  # max_results: 1,
1681
1691
  # next_token: "NextToken",
1682
- # status_filter: "DEPLOYMENT_SUCCEEDED", # accepts DEPLOYMENT_SUCCEEDED, DEPLOYMENT_ERROR, REMOVAL_SUCCEEDED, REMOVAL_FAILED, PROCESSING_DEPLOYMENT, PROCESSING_REMOVAL
1692
+ # status_filter: "DEPLOYMENT_SUCCEEDED", # accepts DEPLOYMENT_SUCCEEDED, DEPLOYMENT_ERROR, REMOVAL_SUCCEEDED, REMOVAL_FAILED, PROCESSING_DEPLOYMENT, PROCESSING_REMOVAL, DEPLOYMENT_FAILED
1683
1693
  # }
1684
1694
  #
1685
1695
  # @!attribute [rw] device_id
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-panorama/customizations'
48
48
  # @!group service
49
49
  module Aws::Panorama
50
50
 
51
- GEM_VERSION = '1.6.0'
51
+ GEM_VERSION = '1.7.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-panorama
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
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: 2022-02-25 00:00:00.000000000 Z
11
+ date: 2022-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core