aws-sdk-applicationdiscoveryservice 1.27.0 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-applicationdiscoveryservice.rb +5 -2
- data/lib/aws-sdk-applicationdiscoveryservice/client.rb +28 -9
- data/lib/aws-sdk-applicationdiscoveryservice/client_api.rb +2 -0
- data/lib/aws-sdk-applicationdiscoveryservice/customizations.rb +1 -0
- data/lib/aws-sdk-applicationdiscoveryservice/errors.rb +2 -0
- data/lib/aws-sdk-applicationdiscoveryservice/resource.rb +2 -0
- data/lib/aws-sdk-applicationdiscoveryservice/types.rb +69 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad27e211693d6fa720f3bf9976e719d7772dacc2d1dade9e8d9fc4523fda0ad7
|
4
|
+
data.tar.gz: 62db26551b1a3ca78978a3f678394e5fb52e4621262eb0c69475df345422344d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7529e4611eca92a23eea5c710cc8b6a92a7967fe26d0d92500e3bb8dda948ce977b97ed5a63df44c5537bdb58009cde976e34f428ecccf2d7913b08ca7302061
|
7
|
+
data.tar.gz: 58af9d879f33c93b55849cba715546c79901c5c66d922d97aea64582bb2678458530d24c882e40ae31d5eb73d4b0b28ebbf38841cb3ee5982361f7a40e4d4536
|
@@ -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:
|
@@ -5,6 +7,7 @@
|
|
5
7
|
#
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
10
|
+
|
8
11
|
require 'aws-sdk-core'
|
9
12
|
require 'aws-sigv4'
|
10
13
|
|
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
|
|
42
45
|
#
|
43
46
|
# See {Errors} for more information.
|
44
47
|
#
|
45
|
-
#
|
48
|
+
# @!group service
|
46
49
|
module Aws::ApplicationDiscoveryService
|
47
50
|
|
48
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.32.0'
|
49
52
|
|
50
53
|
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
|
|
@@ -81,13 +85,28 @@ module Aws::ApplicationDiscoveryService
|
|
81
85
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
82
86
|
# credentials.
|
83
87
|
#
|
88
|
+
# * `Aws::SharedCredentials` - Used for loading static credentials from a
|
89
|
+
# shared file, such as `~/.aws/config`.
|
90
|
+
#
|
91
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
92
|
+
#
|
93
|
+
# * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
|
94
|
+
# assume a role after providing credentials via the web.
|
95
|
+
#
|
96
|
+
# * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
|
97
|
+
# access token generated from `aws login`.
|
98
|
+
#
|
99
|
+
# * `Aws::ProcessCredentials` - Used for loading credentials from a
|
100
|
+
# process that outputs to stdout.
|
101
|
+
#
|
84
102
|
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
85
103
|
# from an EC2 IMDS on an EC2 instance.
|
86
104
|
#
|
87
|
-
# * `Aws::
|
88
|
-
#
|
105
|
+
# * `Aws::ECSCredentials` - Used for loading credentials from
|
106
|
+
# instances running in ECS.
|
89
107
|
#
|
90
|
-
# * `Aws::
|
108
|
+
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
109
|
+
# from the Cognito Identity service.
|
91
110
|
#
|
92
111
|
# When `:credentials` are not configured directly, the following
|
93
112
|
# locations will be searched for credentials:
|
@@ -97,10 +116,10 @@ module Aws::ApplicationDiscoveryService
|
|
97
116
|
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
98
117
|
# * `~/.aws/credentials`
|
99
118
|
# * `~/.aws/config`
|
100
|
-
# * EC2 IMDS instance profile - When used by default, the timeouts
|
101
|
-
# very aggressive. Construct and pass an instance of
|
102
|
-
# `Aws::InstanceProfileCredentails`
|
103
|
-
# timeouts.
|
119
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
|
+
# are very aggressive. Construct and pass an instance of
|
121
|
+
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
+
# enable retries and extended timeouts.
|
104
123
|
#
|
105
124
|
# @option options [required, String] :region
|
106
125
|
# The AWS region to connect to. The configured `:region` is
|
@@ -161,7 +180,7 @@ module Aws::ApplicationDiscoveryService
|
|
161
180
|
# @option options [String] :endpoint
|
162
181
|
# The client endpoint is normally constructed from the `:region`
|
163
182
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be a valid HTTP(S) URI.
|
183
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
184
|
#
|
166
185
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
186
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -1478,7 +1497,7 @@ module Aws::ApplicationDiscoveryService
|
|
1478
1497
|
params: params,
|
1479
1498
|
config: config)
|
1480
1499
|
context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
|
1481
|
-
context[:gem_version] = '1.
|
1500
|
+
context[:gem_version] = '1.32.0'
|
1482
1501
|
Seahorse::Client::Request.new(handlers, context)
|
1483
1502
|
end
|
1484
1503
|
|
@@ -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.
|
4
|
+
version: 1.32.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-
|
11
|
+
date: 2020-09-15 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.
|
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.
|
32
|
+
version: 3.99.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|