aws-sdk-iotwireless 1.2.0 → 1.3.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: 6e5ba7d3c8e38713e57a1a533dfec692efd3a7ff984424b0d770825115ed9d5d
4
- data.tar.gz: 69fbdc226e15be6bf5e5ca782c33d35793218855cc0b72647839d25e3b32af72
3
+ metadata.gz: b8b350671d9c7dc2ab820ab64638440080c95ac038759f89bcf12b4fc7e2a3aa
4
+ data.tar.gz: 29f8e920dcd049acb9ae457290853a46d6d1c830440dab1f37b9629042b4a95b
5
5
  SHA512:
6
- metadata.gz: e596495e6f93dbfeba0909cfe55b6cc32ea450e1adb450ab849b53884aee884c929668db0aaa8785e41a39aa2978bc455a67de0a2ff1c2b1588f1ac1feba39c8
7
- data.tar.gz: fc82b71283e22a7241bb838780bc6c9f7b168de9851143ca0d862bcd64122feb3061a2cc6ddfe3aa7a13725c73eee94af1b9e71767ac17555f30705e45ca025c
6
+ metadata.gz: 334aa605e0d46fc8f3096fbd4f3d9b6bf4b61948d1bfb385b5d6150d608b46bef470477200f73ba5f46bea1c8233beb4257fbb405b07dcac16ff52badbd4798d
7
+ data.tar.gz: b3dac57f2bbdaf8fb9b1e7e3af1dd004ddca0e94b6d07e3dd83290a7f2ef66d0a7647ec7fca4a21e9bd11dc1205b76e50f3b704b6efb91870cd1c3bb078332c9
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotwireless/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTWireless
50
50
 
51
- GEM_VERSION = '1.2.0'
51
+ GEM_VERSION = '1.3.0'
52
52
 
53
53
  end
@@ -341,9 +341,14 @@ module Aws::IoTWireless
341
341
  # **A suitable default value is auto-generated.** You should normally
342
342
  # not need to pass this option.**
343
343
  #
344
+ # @option params [Array<Types::Tag>] :tags
345
+ # The tags attached to the specified resource. Tags are metadata that
346
+ # can be used to manage a resource
347
+ #
344
348
  # @return [Types::AssociateAwsAccountWithPartnerAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
345
349
  #
346
350
  # * {Types::AssociateAwsAccountWithPartnerAccountResponse#sidewalk #sidewalk} => Types::SidewalkAccountInfo
351
+ # * {Types::AssociateAwsAccountWithPartnerAccountResponse#arn #arn} => String
347
352
  #
348
353
  # @example Request syntax with placeholder values
349
354
  #
@@ -353,12 +358,19 @@ module Aws::IoTWireless
353
358
  # app_server_private_key: "AppServerPrivateKey",
354
359
  # },
355
360
  # client_request_token: "ClientRequestToken",
361
+ # tags: [
362
+ # {
363
+ # key: "TagKey", # required
364
+ # value: "TagValue", # required
365
+ # },
366
+ # ],
356
367
  # })
357
368
  #
358
369
  # @example Response structure
359
370
  #
360
371
  # resp.sidewalk.amazon_id #=> String
361
372
  # resp.sidewalk.app_server_private_key #=> String
373
+ # resp.arn #=> String
362
374
  #
363
375
  # @overload associate_aws_account_with_partner_account(params = {})
364
376
  # @param [Hash] params ({})
@@ -834,9 +846,14 @@ module Aws::IoTWireless
834
846
  # **A suitable default value is auto-generated.** You should normally
835
847
  # not need to pass this option.**
836
848
  #
849
+ # @option params [Array<Types::Tag>] :tags
850
+ # The tags attached to the specified resource. Tags are metadata that
851
+ # can be used to manage a resource
852
+ #
837
853
  # @return [Types::CreateWirelessGatewayTaskDefinitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
838
854
  #
839
855
  # * {Types::CreateWirelessGatewayTaskDefinitionResponse#id #id} => String
856
+ # * {Types::CreateWirelessGatewayTaskDefinitionResponse#arn #arn} => String
840
857
  #
841
858
  # @example Request syntax with placeholder values
842
859
  #
@@ -862,11 +879,18 @@ module Aws::IoTWireless
862
879
  # },
863
880
  # },
864
881
  # client_request_token: "ClientRequestToken",
882
+ # tags: [
883
+ # {
884
+ # key: "TagKey", # required
885
+ # value: "TagValue", # required
886
+ # },
887
+ # ],
865
888
  # })
866
889
  #
867
890
  # @example Response structure
868
891
  #
869
892
  # resp.id #=> String
893
+ # resp.arn #=> String
870
894
  #
871
895
  # @overload create_wireless_gateway_task_definition(params = {})
872
896
  # @param [Hash] params ({})
@@ -1215,6 +1239,7 @@ module Aws::IoTWireless
1215
1239
  #
1216
1240
  # resp.sidewalk.amazon_id #=> String
1217
1241
  # resp.sidewalk.fingerprint #=> String
1242
+ # resp.sidewalk.arn #=> String
1218
1243
  # resp.account_linked #=> Boolean
1219
1244
  #
1220
1245
  # @overload get_partner_account(params = {})
@@ -1579,6 +1604,7 @@ module Aws::IoTWireless
1579
1604
  # * {Types::GetWirelessGatewayTaskDefinitionResponse#auto_create_tasks #auto_create_tasks} => Boolean
1580
1605
  # * {Types::GetWirelessGatewayTaskDefinitionResponse#name #name} => String
1581
1606
  # * {Types::GetWirelessGatewayTaskDefinitionResponse#update #update} => Types::UpdateWirelessGatewayTaskCreate
1607
+ # * {Types::GetWirelessGatewayTaskDefinitionResponse#arn #arn} => String
1582
1608
  #
1583
1609
  # @example Request syntax with placeholder values
1584
1610
  #
@@ -1600,6 +1626,7 @@ module Aws::IoTWireless
1600
1626
  # resp.update.lo_ra_wan.update_version.package_version #=> String
1601
1627
  # resp.update.lo_ra_wan.update_version.model #=> String
1602
1628
  # resp.update.lo_ra_wan.update_version.station #=> String
1629
+ # resp.arn #=> String
1603
1630
  #
1604
1631
  # @overload get_wireless_gateway_task_definition(params = {})
1605
1632
  # @param [Hash] params ({})
@@ -1717,6 +1744,7 @@ module Aws::IoTWireless
1717
1744
  # resp.sidewalk #=> Array
1718
1745
  # resp.sidewalk[0].amazon_id #=> String
1719
1746
  # resp.sidewalk[0].fingerprint #=> String
1747
+ # resp.sidewalk[0].arn #=> String
1720
1748
  #
1721
1749
  # @overload list_partner_accounts(params = {})
1722
1750
  # @param [Hash] params ({})
@@ -1894,6 +1922,7 @@ module Aws::IoTWireless
1894
1922
  # resp.task_definitions[0].lo_ra_wan.update_version.package_version #=> String
1895
1923
  # resp.task_definitions[0].lo_ra_wan.update_version.model #=> String
1896
1924
  # resp.task_definitions[0].lo_ra_wan.update_version.station #=> String
1925
+ # resp.task_definitions[0].arn #=> String
1897
1926
  #
1898
1927
  # @overload list_wireless_gateway_task_definitions(params = {})
1899
1928
  # @param [Hash] params ({})
@@ -2218,7 +2247,7 @@ module Aws::IoTWireless
2218
2247
  params: params,
2219
2248
  config: config)
2220
2249
  context[:gem_name] = 'aws-sdk-iotwireless'
2221
- context[:gem_version] = '1.2.0'
2250
+ context[:gem_version] = '1.3.0'
2222
2251
  Seahorse::Client::Request.new(handlers, context)
2223
2252
  end
2224
2253
 
@@ -183,6 +183,7 @@ module Aws::IoTWireless
183
183
  OtaaV1_0_x = Shapes::StructureShape.new(name: 'OtaaV1_0_x')
184
184
  OtaaV1_1 = Shapes::StructureShape.new(name: 'OtaaV1_1')
185
185
  PackageVersion = Shapes::StringShape.new(name: 'PackageVersion')
186
+ PartnerAccountArn = Shapes::StringShape.new(name: 'PartnerAccountArn')
186
187
  PartnerAccountId = Shapes::StringShape.new(name: 'PartnerAccountId')
187
188
  PartnerType = Shapes::StringShape.new(name: 'PartnerType')
188
189
  PayloadData = Shapes::StringShape.new(name: 'PayloadData')
@@ -274,6 +275,7 @@ module Aws::IoTWireless
274
275
  WirelessGatewayServiceType = Shapes::StringShape.new(name: 'WirelessGatewayServiceType')
275
276
  WirelessGatewayStatistics = Shapes::StructureShape.new(name: 'WirelessGatewayStatistics')
276
277
  WirelessGatewayStatisticsList = Shapes::ListShape.new(name: 'WirelessGatewayStatisticsList')
278
+ WirelessGatewayTaskDefinitionArn = Shapes::StringShape.new(name: 'WirelessGatewayTaskDefinitionArn')
277
279
  WirelessGatewayTaskDefinitionId = Shapes::StringShape.new(name: 'WirelessGatewayTaskDefinitionId')
278
280
  WirelessGatewayTaskDefinitionList = Shapes::ListShape.new(name: 'WirelessGatewayTaskDefinitionList')
279
281
  WirelessGatewayTaskDefinitionType = Shapes::StringShape.new(name: 'WirelessGatewayTaskDefinitionType')
@@ -294,9 +296,11 @@ module Aws::IoTWireless
294
296
 
295
297
  AssociateAwsAccountWithPartnerAccountRequest.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkAccountInfo, required: true, location_name: "Sidewalk"))
296
298
  AssociateAwsAccountWithPartnerAccountRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
299
+ AssociateAwsAccountWithPartnerAccountRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
297
300
  AssociateAwsAccountWithPartnerAccountRequest.struct_class = Types::AssociateAwsAccountWithPartnerAccountRequest
298
301
 
299
302
  AssociateAwsAccountWithPartnerAccountResponse.add_member(:sidewalk, Shapes::ShapeRef.new(shape: SidewalkAccountInfo, location_name: "Sidewalk"))
303
+ AssociateAwsAccountWithPartnerAccountResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAccountArn, location_name: "Arn"))
300
304
  AssociateAwsAccountWithPartnerAccountResponse.struct_class = Types::AssociateAwsAccountWithPartnerAccountResponse
301
305
 
302
306
  AssociateWirelessDeviceWithThingRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessDeviceId, required: true, location: "uri", location_name: "Id"))
@@ -383,9 +387,11 @@ module Aws::IoTWireless
383
387
  CreateWirelessGatewayTaskDefinitionRequest.add_member(:name, Shapes::ShapeRef.new(shape: WirelessGatewayTaskName, location_name: "Name"))
384
388
  CreateWirelessGatewayTaskDefinitionRequest.add_member(:update, Shapes::ShapeRef.new(shape: UpdateWirelessGatewayTaskCreate, location_name: "Update"))
385
389
  CreateWirelessGatewayTaskDefinitionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
390
+ CreateWirelessGatewayTaskDefinitionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
386
391
  CreateWirelessGatewayTaskDefinitionRequest.struct_class = Types::CreateWirelessGatewayTaskDefinitionRequest
387
392
 
388
393
  CreateWirelessGatewayTaskDefinitionResponse.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayTaskDefinitionId, location_name: "Id"))
394
+ CreateWirelessGatewayTaskDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessGatewayTaskDefinitionArn, location_name: "Arn"))
389
395
  CreateWirelessGatewayTaskDefinitionResponse.struct_class = Types::CreateWirelessGatewayTaskDefinitionResponse
390
396
 
391
397
  CreateWirelessGatewayTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location: "uri", location_name: "Id"))
@@ -578,6 +584,7 @@ module Aws::IoTWireless
578
584
  GetWirelessGatewayTaskDefinitionResponse.add_member(:auto_create_tasks, Shapes::ShapeRef.new(shape: AutoCreateTasks, location_name: "AutoCreateTasks"))
579
585
  GetWirelessGatewayTaskDefinitionResponse.add_member(:name, Shapes::ShapeRef.new(shape: WirelessGatewayTaskName, location_name: "Name"))
580
586
  GetWirelessGatewayTaskDefinitionResponse.add_member(:update, Shapes::ShapeRef.new(shape: UpdateWirelessGatewayTaskCreate, location_name: "Update"))
587
+ GetWirelessGatewayTaskDefinitionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessGatewayTaskDefinitionArn, location_name: "Arn"))
581
588
  GetWirelessGatewayTaskDefinitionResponse.struct_class = Types::GetWirelessGatewayTaskDefinitionResponse
582
589
 
583
590
  GetWirelessGatewayTaskRequest.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayId, required: true, location: "uri", location_name: "Id"))
@@ -807,6 +814,7 @@ module Aws::IoTWireless
807
814
 
808
815
  SidewalkAccountInfoWithFingerprint.add_member(:amazon_id, Shapes::ShapeRef.new(shape: AmazonId, location_name: "AmazonId"))
809
816
  SidewalkAccountInfoWithFingerprint.add_member(:fingerprint, Shapes::ShapeRef.new(shape: Fingerprint, location_name: "Fingerprint"))
817
+ SidewalkAccountInfoWithFingerprint.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAccountArn, location_name: "Arn"))
810
818
  SidewalkAccountInfoWithFingerprint.struct_class = Types::SidewalkAccountInfoWithFingerprint
811
819
 
812
820
  SidewalkAccountList.member = Shapes::ShapeRef.new(shape: SidewalkAccountInfoWithFingerprint)
@@ -892,6 +900,7 @@ module Aws::IoTWireless
892
900
 
893
901
  UpdateWirelessGatewayTaskEntry.add_member(:id, Shapes::ShapeRef.new(shape: WirelessGatewayTaskDefinitionId, location_name: "Id"))
894
902
  UpdateWirelessGatewayTaskEntry.add_member(:lo_ra_wan, Shapes::ShapeRef.new(shape: LoRaWANUpdateGatewayTaskEntry, location_name: "LoRaWAN"))
903
+ UpdateWirelessGatewayTaskEntry.add_member(:arn, Shapes::ShapeRef.new(shape: WirelessGatewayTaskDefinitionArn, location_name: "Arn"))
895
904
  UpdateWirelessGatewayTaskEntry.struct_class = Types::UpdateWirelessGatewayTaskEntry
896
905
 
897
906
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "Message"))
@@ -88,6 +88,12 @@ module Aws::IoTWireless
88
88
  # app_server_private_key: "AppServerPrivateKey",
89
89
  # },
90
90
  # client_request_token: "ClientRequestToken",
91
+ # tags: [
92
+ # {
93
+ # key: "TagKey", # required
94
+ # value: "TagValue", # required
95
+ # },
96
+ # ],
91
97
  # }
92
98
  #
93
99
  # @!attribute [rw] sidewalk
@@ -104,9 +110,15 @@ module Aws::IoTWireless
104
110
  # not need to pass this option.
105
111
  # @return [String]
106
112
  #
113
+ # @!attribute [rw] tags
114
+ # The tags attached to the specified resource. Tags are metadata that
115
+ # can be used to manage a resource
116
+ # @return [Array<Types::Tag>]
117
+ #
107
118
  class AssociateAwsAccountWithPartnerAccountRequest < Struct.new(
108
119
  :sidewalk,
109
- :client_request_token)
120
+ :client_request_token,
121
+ :tags)
110
122
  SENSITIVE = []
111
123
  include Aws::Structure
112
124
  end
@@ -115,8 +127,13 @@ module Aws::IoTWireless
115
127
  # The Sidewalk account credentials.
116
128
  # @return [Types::SidewalkAccountInfo]
117
129
  #
130
+ # @!attribute [rw] arn
131
+ # The Amazon Resource Name of the resource.
132
+ # @return [String]
133
+ #
118
134
  class AssociateAwsAccountWithPartnerAccountResponse < Struct.new(
119
- :sidewalk)
135
+ :sidewalk,
136
+ :arn)
120
137
  SENSITIVE = []
121
138
  include Aws::Structure
122
139
  end
@@ -646,6 +663,12 @@ module Aws::IoTWireless
646
663
  # },
647
664
  # },
648
665
  # client_request_token: "ClientRequestToken",
666
+ # tags: [
667
+ # {
668
+ # key: "TagKey", # required
669
+ # value: "TagValue", # required
670
+ # },
671
+ # ],
649
672
  # }
650
673
  #
651
674
  # @!attribute [rw] auto_create_tasks
@@ -672,11 +695,17 @@ module Aws::IoTWireless
672
695
  # not need to pass this option.
673
696
  # @return [String]
674
697
  #
698
+ # @!attribute [rw] tags
699
+ # The tags attached to the specified resource. Tags are metadata that
700
+ # can be used to manage a resource
701
+ # @return [Array<Types::Tag>]
702
+ #
675
703
  class CreateWirelessGatewayTaskDefinitionRequest < Struct.new(
676
704
  :auto_create_tasks,
677
705
  :name,
678
706
  :update,
679
- :client_request_token)
707
+ :client_request_token,
708
+ :tags)
680
709
  SENSITIVE = []
681
710
  include Aws::Structure
682
711
  end
@@ -685,8 +714,13 @@ module Aws::IoTWireless
685
714
  # The ID of the new wireless gateway task definition.
686
715
  # @return [String]
687
716
  #
717
+ # @!attribute [rw] arn
718
+ # The Amazon Resource Name of the resource.
719
+ # @return [String]
720
+ #
688
721
  class CreateWirelessGatewayTaskDefinitionResponse < Struct.new(
689
- :id)
722
+ :id,
723
+ :arn)
690
724
  SENSITIVE = []
691
725
  include Aws::Structure
692
726
  end
@@ -1349,8 +1383,8 @@ module Aws::IoTWireless
1349
1383
  # @return [String]
1350
1384
  #
1351
1385
  # @!attribute [rw] lo_ra_wan_network_server_certificate_id
1352
- # The ID of the certificate associated with the wireless gateway and
1353
- # used for LoRaWANNetworkServer endpoint.
1386
+ # The ID of the certificate that is associated with the wireless
1387
+ # gateway and used for the LoRaWANNetworkServer endpoint.
1354
1388
  # @return [String]
1355
1389
  #
1356
1390
  class GetWirelessGatewayCertificateResponse < Struct.new(
@@ -1514,10 +1548,15 @@ module Aws::IoTWireless
1514
1548
  # Information about the gateways to update.
1515
1549
  # @return [Types::UpdateWirelessGatewayTaskCreate]
1516
1550
  #
1551
+ # @!attribute [rw] arn
1552
+ # The Amazon Resource Name of the resource.
1553
+ # @return [String]
1554
+ #
1517
1555
  class GetWirelessGatewayTaskDefinitionResponse < Struct.new(
1518
1556
  :auto_create_tasks,
1519
1557
  :name,
1520
- :update)
1558
+ :update,
1559
+ :arn)
1521
1560
  SENSITIVE = []
1522
1561
  include Aws::Structure
1523
1562
  end
@@ -2751,9 +2790,14 @@ module Aws::IoTWireless
2751
2790
  # The fingerprint of the Sidewalk application server private key.
2752
2791
  # @return [String]
2753
2792
  #
2793
+ # @!attribute [rw] arn
2794
+ # The Amazon Resource Name of the resource.
2795
+ # @return [String]
2796
+ #
2754
2797
  class SidewalkAccountInfoWithFingerprint < Struct.new(
2755
2798
  :amazon_id,
2756
- :fingerprint)
2799
+ :fingerprint,
2800
+ :arn)
2757
2801
  SENSITIVE = [:fingerprint]
2758
2802
  include Aws::Structure
2759
2803
  end
@@ -3150,9 +3194,14 @@ module Aws::IoTWireless
3150
3194
  # The properties that relate to the LoRaWAN wireless gateway.
3151
3195
  # @return [Types::LoRaWANUpdateGatewayTaskEntry]
3152
3196
  #
3197
+ # @!attribute [rw] arn
3198
+ # The Amazon Resource Name of the resource.
3199
+ # @return [String]
3200
+ #
3153
3201
  class UpdateWirelessGatewayTaskEntry < Struct.new(
3154
3202
  :id,
3155
- :lo_ra_wan)
3203
+ :lo_ra_wan,
3204
+ :arn)
3156
3205
  SENSITIVE = []
3157
3206
  include Aws::Structure
3158
3207
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotwireless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core