aws-sdk-applicationdiscoveryservice 1.25.0 → 1.30.0

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
  SHA256:
3
- metadata.gz: 3e455fc8e28da0cb6f84d21651420900f4e7ab84745f471683b7ae8293be4855
4
- data.tar.gz: 9836af1d2d3f398ab10eff8329dbd06a7a36472e6bb5db35b23d0a9b6dd2713b
3
+ metadata.gz: a280c1517306aea4fdde42fe131f084afdb4822beca5169aea7841da6ada5f9b
4
+ data.tar.gz: 9dbe4c238d2a68d88516cab8ca87014538ca1be113b35e119947898318eec2fe
5
5
  SHA512:
6
- metadata.gz: d17390a4b7c9a1cc657864e35966773b0e1262f838a0d9815eb40953b1829d6980ceb1cfdcf0854881d38dd3ebd34dc219812f20c035e799578966f44d12d83e
7
- data.tar.gz: 03c84aee9c45ff7aafc15814c819a0b52760eb6283589448e396c78a738992e5cb8e1751ec4f8665b9876ef748f6fdaf3676d6310f00e12bf06ff7cd7ceeac41
6
+ metadata.gz: e41e61e1e453c4675e6fbc51aea52210c929d784260a3826af680b40b22f1e46d23902422d00423cf534309658cf211a3ecc625a7f1a7f522225f9af8fc80983
7
+ data.tar.gz: 0cfd37750e154e77e9fd545325c11e772c05fb0376c6ebadc356d25e3094d4a06dee97008a40b795baf5c2713019f031eb1cebe354349cd5bd7c6e16c682129a
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
45
47
  # @service
46
48
  module Aws::ApplicationDiscoveryService
47
49
 
48
- GEM_VERSION = '1.25.0'
50
+ GEM_VERSION = '1.30.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::ApplicationDiscoveryService
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -105,7 +109,7 @@ module Aws::ApplicationDiscoveryService
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::ApplicationDiscoveryService
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::ApplicationDiscoveryService
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -279,8 +283,7 @@ module Aws::ApplicationDiscoveryService
279
283
  #
280
284
  # @option options [Integer] :http_read_timeout (60) The default
281
285
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
286
+ # safely be set per-request on the session.
284
287
  #
285
288
  # @option options [Float] :http_idle_timeout (5) The number of
286
289
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +295,7 @@ module Aws::ApplicationDiscoveryService
292
295
  # request body. This option has no effect unless the request has
293
296
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
297
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
298
+ # request on the session.
296
299
  #
297
300
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
301
  # HTTP debug output will be sent to the `:logger`.
@@ -647,6 +650,8 @@ module Aws::ApplicationDiscoveryService
647
650
  # * {Types::DescribeContinuousExportsResponse#descriptions #descriptions} => Array<Types::ContinuousExportDescription>
648
651
  # * {Types::DescribeContinuousExportsResponse#next_token #next_token} => String
649
652
  #
653
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
654
+ #
650
655
  # @example Request syntax with placeholder values
651
656
  #
652
657
  # resp = client.describe_continuous_exports({
@@ -814,6 +819,8 @@ module Aws::ApplicationDiscoveryService
814
819
  # * {Types::DescribeImportTasksResponse#next_token #next_token} => String
815
820
  # * {Types::DescribeImportTasksResponse#tasks #tasks} => Array<Types::ImportTask>
816
821
  #
822
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
823
+ #
817
824
  # @example Request syntax with placeholder values
818
825
  #
819
826
  # resp = client.describe_import_tasks({
@@ -1475,7 +1482,7 @@ module Aws::ApplicationDiscoveryService
1475
1482
  params: params,
1476
1483
  config: config)
1477
1484
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
1478
- context[:gem_version] = '1.25.0'
1485
+ context[:gem_version] = '1.30.0'
1479
1486
  Seahorse::Client::Request.new(handlers, context)
1480
1487
  end
1481
1488
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -6,13 +8,7 @@
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
8
10
  module Aws::ApplicationDiscoveryService
9
- # This class provides a resource oriented interface for ApplicationDiscoveryService.
10
- # To create a resource object:
11
- # resource = Aws::ApplicationDiscoveryService::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::ApplicationDiscoveryService::Client.new(region: 'us-west-2')
15
- # resource = Aws::ApplicationDiscoveryService::Resource.new(client: client)
11
+
16
12
  class Resource
17
13
 
18
14
  # @param options ({})
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -32,6 +34,7 @@ module Aws::ApplicationDiscoveryService
32
34
  :agent_id,
33
35
  :operation_succeeded,
34
36
  :description)
37
+ SENSITIVE = []
35
38
  include Aws::Structure
36
39
  end
37
40
 
@@ -93,6 +96,7 @@ module Aws::ApplicationDiscoveryService
93
96
  :collection_status,
94
97
  :agent_type,
95
98
  :registered_time)
99
+ SENSITIVE = []
96
100
  include Aws::Structure
97
101
  end
98
102
 
@@ -109,6 +113,7 @@ module Aws::ApplicationDiscoveryService
109
113
  class AgentNetworkInfo < Struct.new(
110
114
  :ip_address,
111
115
  :mac_address)
116
+ SENSITIVE = []
112
117
  include Aws::Structure
113
118
  end
114
119
 
@@ -133,6 +138,7 @@ module Aws::ApplicationDiscoveryService
133
138
  class AssociateConfigurationItemsToApplicationRequest < Struct.new(
134
139
  :application_configuration_id,
135
140
  :configuration_ids)
141
+ SENSITIVE = []
136
142
  include Aws::Structure
137
143
  end
138
144
 
@@ -146,6 +152,7 @@ module Aws::ApplicationDiscoveryService
146
152
  #
147
153
  class AuthorizationErrorException < Struct.new(
148
154
  :message)
155
+ SENSITIVE = []
149
156
  include Aws::Structure
150
157
  end
151
158
 
@@ -169,6 +176,7 @@ module Aws::ApplicationDiscoveryService
169
176
  :import_task_id,
170
177
  :error_code,
171
178
  :error_description)
179
+ SENSITIVE = []
172
180
  include Aws::Structure
173
181
  end
174
182
 
@@ -185,6 +193,7 @@ module Aws::ApplicationDiscoveryService
185
193
  #
186
194
  class BatchDeleteImportDataRequest < Struct.new(
187
195
  :import_task_ids)
196
+ SENSITIVE = []
188
197
  include Aws::Structure
189
198
  end
190
199
 
@@ -195,6 +204,7 @@ module Aws::ApplicationDiscoveryService
195
204
  #
196
205
  class BatchDeleteImportDataResponse < Struct.new(
197
206
  :errors)
207
+ SENSITIVE = []
198
208
  include Aws::Structure
199
209
  end
200
210
 
@@ -230,6 +240,7 @@ module Aws::ApplicationDiscoveryService
230
240
  :key,
231
241
  :value,
232
242
  :time_of_creation)
243
+ SENSITIVE = []
233
244
  include Aws::Structure
234
245
  end
235
246
 
@@ -238,6 +249,7 @@ module Aws::ApplicationDiscoveryService
238
249
  #
239
250
  class ConflictErrorException < Struct.new(
240
251
  :message)
252
+ SENSITIVE = []
241
253
  include Aws::Structure
242
254
  end
243
255
 
@@ -359,6 +371,7 @@ module Aws::ApplicationDiscoveryService
359
371
  :stop_time,
360
372
  :data_source,
361
373
  :schema_storage_config)
374
+ SENSITIVE = []
362
375
  include Aws::Structure
363
376
  end
364
377
 
@@ -381,6 +394,7 @@ module Aws::ApplicationDiscoveryService
381
394
  class CreateApplicationRequest < Struct.new(
382
395
  :name,
383
396
  :description)
397
+ SENSITIVE = []
384
398
  include Aws::Structure
385
399
  end
386
400
 
@@ -390,6 +404,7 @@ module Aws::ApplicationDiscoveryService
390
404
  #
391
405
  class CreateApplicationResponse < Struct.new(
392
406
  :configuration_id)
407
+ SENSITIVE = []
393
408
  include Aws::Structure
394
409
  end
395
410
 
@@ -421,6 +436,7 @@ module Aws::ApplicationDiscoveryService
421
436
  class CreateTagsRequest < Struct.new(
422
437
  :configuration_ids,
423
438
  :tags)
439
+ SENSITIVE = []
424
440
  include Aws::Structure
425
441
  end
426
442
 
@@ -464,6 +480,7 @@ module Aws::ApplicationDiscoveryService
464
480
  :unhealthy_agents,
465
481
  :total_agents,
466
482
  :unknown_agents)
483
+ SENSITIVE = []
467
484
  include Aws::Structure
468
485
  end
469
486
 
@@ -505,6 +522,7 @@ module Aws::ApplicationDiscoveryService
505
522
  :unhealthy_connectors,
506
523
  :total_connectors,
507
524
  :unknown_connectors)
525
+ SENSITIVE = []
508
526
  include Aws::Structure
509
527
  end
510
528
 
@@ -521,6 +539,7 @@ module Aws::ApplicationDiscoveryService
521
539
  #
522
540
  class DeleteApplicationsRequest < Struct.new(
523
541
  :configuration_ids)
542
+ SENSITIVE = []
524
543
  include Aws::Structure
525
544
  end
526
545
 
@@ -554,6 +573,7 @@ module Aws::ApplicationDiscoveryService
554
573
  class DeleteTagsRequest < Struct.new(
555
574
  :configuration_ids,
556
575
  :tags)
576
+ SENSITIVE = []
557
577
  include Aws::Structure
558
578
  end
559
579
 
@@ -606,6 +626,7 @@ module Aws::ApplicationDiscoveryService
606
626
  :filters,
607
627
  :max_results,
608
628
  :next_token)
629
+ SENSITIVE = []
609
630
  include Aws::Structure
610
631
  end
611
632
 
@@ -629,6 +650,7 @@ module Aws::ApplicationDiscoveryService
629
650
  class DescribeAgentsResponse < Struct.new(
630
651
  :agents_info,
631
652
  :next_token)
653
+ SENSITIVE = []
632
654
  include Aws::Structure
633
655
  end
634
656
 
@@ -645,6 +667,7 @@ module Aws::ApplicationDiscoveryService
645
667
  #
646
668
  class DescribeConfigurationsRequest < Struct.new(
647
669
  :configuration_ids)
670
+ SENSITIVE = []
648
671
  include Aws::Structure
649
672
  end
650
673
 
@@ -654,6 +677,7 @@ module Aws::ApplicationDiscoveryService
654
677
  #
655
678
  class DescribeConfigurationsResponse < Struct.new(
656
679
  :configurations)
680
+ SENSITIVE = []
657
681
  include Aws::Structure
658
682
  end
659
683
 
@@ -683,6 +707,7 @@ module Aws::ApplicationDiscoveryService
683
707
  :export_ids,
684
708
  :max_results,
685
709
  :next_token)
710
+ SENSITIVE = []
686
711
  include Aws::Structure
687
712
  end
688
713
 
@@ -697,6 +722,7 @@ module Aws::ApplicationDiscoveryService
697
722
  class DescribeContinuousExportsResponse < Struct.new(
698
723
  :descriptions,
699
724
  :next_token)
725
+ SENSITIVE = []
700
726
  include Aws::Structure
701
727
  end
702
728
 
@@ -726,6 +752,7 @@ module Aws::ApplicationDiscoveryService
726
752
  :export_ids,
727
753
  :max_results,
728
754
  :next_token)
755
+ SENSITIVE = []
729
756
  include Aws::Structure
730
757
  end
731
758
 
@@ -739,6 +766,7 @@ module Aws::ApplicationDiscoveryService
739
766
  class DescribeExportConfigurationsResponse < Struct.new(
740
767
  :exports_info,
741
768
  :next_token)
769
+ SENSITIVE = []
742
770
  include Aws::Structure
743
771
  end
744
772
 
@@ -791,6 +819,7 @@ module Aws::ApplicationDiscoveryService
791
819
  :filters,
792
820
  :max_results,
793
821
  :next_token)
822
+ SENSITIVE = []
794
823
  include Aws::Structure
795
824
  end
796
825
 
@@ -811,6 +840,7 @@ module Aws::ApplicationDiscoveryService
811
840
  class DescribeExportTasksResponse < Struct.new(
812
841
  :exports_info,
813
842
  :next_token)
843
+ SENSITIVE = []
814
844
  include Aws::Structure
815
845
  end
816
846
 
@@ -847,6 +877,7 @@ module Aws::ApplicationDiscoveryService
847
877
  :filters,
848
878
  :max_results,
849
879
  :next_token)
880
+ SENSITIVE = []
850
881
  include Aws::Structure
851
882
  end
852
883
 
@@ -862,6 +893,7 @@ module Aws::ApplicationDiscoveryService
862
893
  class DescribeImportTasksResponse < Struct.new(
863
894
  :next_token,
864
895
  :tasks)
896
+ SENSITIVE = []
865
897
  include Aws::Structure
866
898
  end
867
899
 
@@ -899,6 +931,7 @@ module Aws::ApplicationDiscoveryService
899
931
  :filters,
900
932
  :max_results,
901
933
  :next_token)
934
+ SENSITIVE = []
902
935
  include Aws::Structure
903
936
  end
904
937
 
@@ -916,6 +949,7 @@ module Aws::ApplicationDiscoveryService
916
949
  class DescribeTagsResponse < Struct.new(
917
950
  :tags,
918
951
  :next_token)
952
+ SENSITIVE = []
919
953
  include Aws::Structure
920
954
  end
921
955
 
@@ -940,6 +974,7 @@ module Aws::ApplicationDiscoveryService
940
974
  class DisassociateConfigurationItemsFromApplicationRequest < Struct.new(
941
975
  :application_configuration_id,
942
976
  :configuration_ids)
977
+ SENSITIVE = []
943
978
  include Aws::Structure
944
979
  end
945
980
 
@@ -951,6 +986,7 @@ module Aws::ApplicationDiscoveryService
951
986
  #
952
987
  class ExportConfigurationsResponse < Struct.new(
953
988
  :export_id)
989
+ SENSITIVE = []
954
990
  include Aws::Structure
955
991
  end
956
992
 
@@ -992,6 +1028,7 @@ module Aws::ApplicationDiscoveryService
992
1028
  :name,
993
1029
  :values,
994
1030
  :condition)
1031
+ SENSITIVE = []
995
1032
  include Aws::Structure
996
1033
  end
997
1034
 
@@ -1046,6 +1083,7 @@ module Aws::ApplicationDiscoveryService
1046
1083
  :is_truncated,
1047
1084
  :requested_start_time,
1048
1085
  :requested_end_time)
1086
+ SENSITIVE = []
1049
1087
  include Aws::Structure
1050
1088
  end
1051
1089
 
@@ -1092,6 +1130,7 @@ module Aws::ApplicationDiscoveryService
1092
1130
  :name,
1093
1131
  :values,
1094
1132
  :condition)
1133
+ SENSITIVE = []
1095
1134
  include Aws::Structure
1096
1135
  end
1097
1136
 
@@ -1131,6 +1170,7 @@ module Aws::ApplicationDiscoveryService
1131
1170
  :servers_mappedto_tags,
1132
1171
  :agent_summary,
1133
1172
  :connector_summary)
1173
+ SENSITIVE = []
1134
1174
  include Aws::Structure
1135
1175
  end
1136
1176
 
@@ -1141,6 +1181,7 @@ module Aws::ApplicationDiscoveryService
1141
1181
  #
1142
1182
  class HomeRegionNotSetException < Struct.new(
1143
1183
  :message)
1184
+ SENSITIVE = []
1144
1185
  include Aws::Structure
1145
1186
  end
1146
1187
 
@@ -1246,6 +1287,7 @@ module Aws::ApplicationDiscoveryService
1246
1287
  :application_import_success,
1247
1288
  :application_import_failure,
1248
1289
  :errors_and_failed_entries_zip)
1290
+ SENSITIVE = []
1249
1291
  include Aws::Structure
1250
1292
  end
1251
1293
 
@@ -1278,6 +1320,7 @@ module Aws::ApplicationDiscoveryService
1278
1320
  class ImportTaskFilter < Struct.new(
1279
1321
  :name,
1280
1322
  :values)
1323
+ SENSITIVE = []
1281
1324
  include Aws::Structure
1282
1325
  end
1283
1326
 
@@ -1289,6 +1332,7 @@ module Aws::ApplicationDiscoveryService
1289
1332
  #
1290
1333
  class InvalidParameterException < Struct.new(
1291
1334
  :message)
1335
+ SENSITIVE = []
1292
1336
  include Aws::Structure
1293
1337
  end
1294
1338
 
@@ -1300,6 +1344,7 @@ module Aws::ApplicationDiscoveryService
1300
1344
  #
1301
1345
  class InvalidParameterValueException < Struct.new(
1302
1346
  :message)
1347
+ SENSITIVE = []
1303
1348
  include Aws::Structure
1304
1349
  end
1305
1350
 
@@ -1373,6 +1418,7 @@ module Aws::ApplicationDiscoveryService
1373
1418
  :max_results,
1374
1419
  :next_token,
1375
1420
  :order_by)
1421
+ SENSITIVE = []
1376
1422
  include Aws::Structure
1377
1423
  end
1378
1424
 
@@ -1392,6 +1438,7 @@ module Aws::ApplicationDiscoveryService
1392
1438
  class ListConfigurationsResponse < Struct.new(
1393
1439
  :configurations,
1394
1440
  :next_token)
1441
+ SENSITIVE = []
1395
1442
  include Aws::Structure
1396
1443
  end
1397
1444
 
@@ -1438,6 +1485,7 @@ module Aws::ApplicationDiscoveryService
1438
1485
  :neighbor_configuration_ids,
1439
1486
  :max_results,
1440
1487
  :next_token)
1488
+ SENSITIVE = []
1441
1489
  include Aws::Structure
1442
1490
  end
1443
1491
 
@@ -1464,6 +1512,7 @@ module Aws::ApplicationDiscoveryService
1464
1512
  :neighbors,
1465
1513
  :next_token,
1466
1514
  :known_dependency_count)
1515
+ SENSITIVE = []
1467
1516
  include Aws::Structure
1468
1517
  end
1469
1518
 
@@ -1495,6 +1544,7 @@ module Aws::ApplicationDiscoveryService
1495
1544
  :destination_port,
1496
1545
  :transport_protocol,
1497
1546
  :connections_count)
1547
+ SENSITIVE = []
1498
1548
  include Aws::Structure
1499
1549
  end
1500
1550
 
@@ -1505,6 +1555,7 @@ module Aws::ApplicationDiscoveryService
1505
1555
  #
1506
1556
  class OperationNotPermittedException < Struct.new(
1507
1557
  :message)
1558
+ SENSITIVE = []
1508
1559
  include Aws::Structure
1509
1560
  end
1510
1561
 
@@ -1529,6 +1580,7 @@ module Aws::ApplicationDiscoveryService
1529
1580
  class OrderByElement < Struct.new(
1530
1581
  :field_name,
1531
1582
  :sort_order)
1583
+ SENSITIVE = []
1532
1584
  include Aws::Structure
1533
1585
  end
1534
1586
 
@@ -1543,6 +1595,7 @@ module Aws::ApplicationDiscoveryService
1543
1595
  #
1544
1596
  class ResourceInUseException < Struct.new(
1545
1597
  :message)
1598
+ SENSITIVE = []
1546
1599
  include Aws::Structure
1547
1600
  end
1548
1601
 
@@ -1554,6 +1607,7 @@ module Aws::ApplicationDiscoveryService
1554
1607
  #
1555
1608
  class ResourceNotFoundException < Struct.new(
1556
1609
  :message)
1610
+ SENSITIVE = []
1557
1611
  include Aws::Structure
1558
1612
  end
1559
1613
 
@@ -1564,6 +1618,7 @@ module Aws::ApplicationDiscoveryService
1564
1618
  #
1565
1619
  class ServerInternalErrorException < Struct.new(
1566
1620
  :message)
1621
+ SENSITIVE = []
1567
1622
  include Aws::Structure
1568
1623
  end
1569
1624
 
@@ -1604,6 +1659,7 @@ module Aws::ApplicationDiscoveryService
1604
1659
  :start_time,
1605
1660
  :data_source,
1606
1661
  :schema_storage_config)
1662
+ SENSITIVE = []
1607
1663
  include Aws::Structure
1608
1664
  end
1609
1665
 
@@ -1627,6 +1683,7 @@ module Aws::ApplicationDiscoveryService
1627
1683
  #
1628
1684
  class StartDataCollectionByAgentIdsRequest < Struct.new(
1629
1685
  :agent_ids)
1686
+ SENSITIVE = []
1630
1687
  include Aws::Structure
1631
1688
  end
1632
1689
 
@@ -1639,6 +1696,7 @@ module Aws::ApplicationDiscoveryService
1639
1696
  #
1640
1697
  class StartDataCollectionByAgentIdsResponse < Struct.new(
1641
1698
  :agents_configuration_status)
1699
+ SENSITIVE = []
1642
1700
  include Aws::Structure
1643
1701
  end
1644
1702
 
@@ -1690,6 +1748,7 @@ module Aws::ApplicationDiscoveryService
1690
1748
  :filters,
1691
1749
  :start_time,
1692
1750
  :end_time)
1751
+ SENSITIVE = []
1693
1752
  include Aws::Structure
1694
1753
  end
1695
1754
 
@@ -1699,6 +1758,7 @@ module Aws::ApplicationDiscoveryService
1699
1758
  #
1700
1759
  class StartExportTaskResponse < Struct.new(
1701
1760
  :export_id)
1761
+ SENSITIVE = []
1702
1762
  include Aws::Structure
1703
1763
  end
1704
1764
 
@@ -1744,6 +1804,7 @@ module Aws::ApplicationDiscoveryService
1744
1804
  :client_request_token,
1745
1805
  :name,
1746
1806
  :import_url)
1807
+ SENSITIVE = []
1747
1808
  include Aws::Structure
1748
1809
  end
1749
1810
 
@@ -1755,6 +1816,7 @@ module Aws::ApplicationDiscoveryService
1755
1816
  #
1756
1817
  class StartImportTaskResponse < Struct.new(
1757
1818
  :task)
1819
+ SENSITIVE = []
1758
1820
  include Aws::Structure
1759
1821
  end
1760
1822
 
@@ -1771,6 +1833,7 @@ module Aws::ApplicationDiscoveryService
1771
1833
  #
1772
1834
  class StopContinuousExportRequest < Struct.new(
1773
1835
  :export_id)
1836
+ SENSITIVE = []
1774
1837
  include Aws::Structure
1775
1838
  end
1776
1839
 
@@ -1786,6 +1849,7 @@ module Aws::ApplicationDiscoveryService
1786
1849
  class StopContinuousExportResponse < Struct.new(
1787
1850
  :start_time,
1788
1851
  :stop_time)
1852
+ SENSITIVE = []
1789
1853
  include Aws::Structure
1790
1854
  end
1791
1855
 
@@ -1803,6 +1867,7 @@ module Aws::ApplicationDiscoveryService
1803
1867
  #
1804
1868
  class StopDataCollectionByAgentIdsRequest < Struct.new(
1805
1869
  :agent_ids)
1870
+ SENSITIVE = []
1806
1871
  include Aws::Structure
1807
1872
  end
1808
1873
 
@@ -1815,6 +1880,7 @@ module Aws::ApplicationDiscoveryService
1815
1880
  #
1816
1881
  class StopDataCollectionByAgentIdsResponse < Struct.new(
1817
1882
  :agents_configuration_status)
1883
+ SENSITIVE = []
1818
1884
  include Aws::Structure
1819
1885
  end
1820
1886
 
@@ -1839,6 +1905,7 @@ module Aws::ApplicationDiscoveryService
1839
1905
  class Tag < Struct.new(
1840
1906
  :key,
1841
1907
  :value)
1908
+ SENSITIVE = []
1842
1909
  include Aws::Structure
1843
1910
  end
1844
1911
 
@@ -1864,6 +1931,7 @@ module Aws::ApplicationDiscoveryService
1864
1931
  class TagFilter < Struct.new(
1865
1932
  :name,
1866
1933
  :values)
1934
+ SENSITIVE = []
1867
1935
  include Aws::Structure
1868
1936
  end
1869
1937
 
@@ -1892,6 +1960,7 @@ module Aws::ApplicationDiscoveryService
1892
1960
  :configuration_id,
1893
1961
  :name,
1894
1962
  :description)
1963
+ SENSITIVE = []
1895
1964
  include Aws::Structure
1896
1965
  end
1897
1966
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationdiscoveryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.30.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: 2020-03-16 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.71.0
22
+ version: 3.99.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - AWS Application Discovery Service