google-apis-migrationcenter_v1alpha1 0.57.0 → 0.58.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3101cf6862d0171082794bd246c58080f963caa3a83b714625f96177a88fac7
|
|
4
|
+
data.tar.gz: f8254ae6176373fa255a473bd5447e491a3cd3cdffd1948c5368422d4490f28f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bea9cd76dea1f4f6d5a4dbf523248ac445cd205cf5db8cfebecd824999b6d4bb52a27e46affe20e9f186ae15afa58fb723ea805b26038ae2e37e753b876acb7
|
|
7
|
+
data.tar.gz: ac588276d85706319e888d0a498a5b063894352e18013d61dd74673ff27b7fe1ef8f9f9fc3c45d604309046b3563617cc62898016deaec0fe2b10bc126ffa2a7
|
data/CHANGELOG.md
CHANGED
|
@@ -412,6 +412,11 @@ module Google
|
|
|
412
412
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsApplicationLoadBalancerDetails]
|
|
413
413
|
attr_accessor :aws_application_load_balancer_details
|
|
414
414
|
|
|
415
|
+
# Contains details for an AWS Athena Work Group asset.
|
|
416
|
+
# Corresponds to the JSON property `awsAthenaWorkGroupDetails`
|
|
417
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsAthenaWorkGroupDetails]
|
|
418
|
+
attr_accessor :aws_athena_work_group_details
|
|
419
|
+
|
|
415
420
|
# Asset information specific for AWS Autoscaling Group.
|
|
416
421
|
# Corresponds to the JSON property `awsAutoscalingGroupDetails`
|
|
417
422
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsAutoscalingGroupDetails]
|
|
@@ -472,11 +477,31 @@ module Google
|
|
|
472
477
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails]
|
|
473
478
|
attr_accessor :aws_elb_load_balancer_details
|
|
474
479
|
|
|
480
|
+
# Contains details for an AWS EMR Cluster asset.
|
|
481
|
+
# Corresponds to the JSON property `awsEmrClusterDetails`
|
|
482
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails]
|
|
483
|
+
attr_accessor :aws_emr_cluster_details
|
|
484
|
+
|
|
485
|
+
# Contains details for an AWS Firehose asset.
|
|
486
|
+
# Corresponds to the JSON property `awsFirehoseDetails`
|
|
487
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsFirehoseDetails]
|
|
488
|
+
attr_accessor :aws_firehose_details
|
|
489
|
+
|
|
490
|
+
# Contains details for an AWS Glue Job asset.
|
|
491
|
+
# Corresponds to the JSON property `awsGlueJobDetails`
|
|
492
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsGlueJobDetails]
|
|
493
|
+
attr_accessor :aws_glue_job_details
|
|
494
|
+
|
|
475
495
|
# Asset information specific for AWS Internet Gateways.
|
|
476
496
|
# Corresponds to the JSON property `awsInternetGatewayDetails`
|
|
477
497
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsInternetGatewayDetails]
|
|
478
498
|
attr_accessor :aws_internet_gateway_details
|
|
479
499
|
|
|
500
|
+
# Contains details for an AWS Kinesis Stream asset.
|
|
501
|
+
# Corresponds to the JSON property `awsKinesisStreamDetails`
|
|
502
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsKinesisStreamDetails]
|
|
503
|
+
attr_accessor :aws_kinesis_stream_details
|
|
504
|
+
|
|
480
505
|
# Asset information specific for AWS Lambda functions.
|
|
481
506
|
# Corresponds to the JSON property `awsLambdaFunctionDetails`
|
|
482
507
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails]
|
|
@@ -609,6 +634,7 @@ module Google
|
|
|
609
634
|
@aws_api_gateway_rest_api_details = args[:aws_api_gateway_rest_api_details] if args.key?(:aws_api_gateway_rest_api_details)
|
|
610
635
|
@aws_app_sync_graphql_api_details = args[:aws_app_sync_graphql_api_details] if args.key?(:aws_app_sync_graphql_api_details)
|
|
611
636
|
@aws_application_load_balancer_details = args[:aws_application_load_balancer_details] if args.key?(:aws_application_load_balancer_details)
|
|
637
|
+
@aws_athena_work_group_details = args[:aws_athena_work_group_details] if args.key?(:aws_athena_work_group_details)
|
|
612
638
|
@aws_autoscaling_group_details = args[:aws_autoscaling_group_details] if args.key?(:aws_autoscaling_group_details)
|
|
613
639
|
@aws_batch_compute_environment_details = args[:aws_batch_compute_environment_details] if args.key?(:aws_batch_compute_environment_details)
|
|
614
640
|
@aws_cloud_front_distribution_details = args[:aws_cloud_front_distribution_details] if args.key?(:aws_cloud_front_distribution_details)
|
|
@@ -621,7 +647,11 @@ module Google
|
|
|
621
647
|
@aws_elastic_ip_address_details = args[:aws_elastic_ip_address_details] if args.key?(:aws_elastic_ip_address_details)
|
|
622
648
|
@aws_elastic_network_interface_details = args[:aws_elastic_network_interface_details] if args.key?(:aws_elastic_network_interface_details)
|
|
623
649
|
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
|
|
650
|
+
@aws_emr_cluster_details = args[:aws_emr_cluster_details] if args.key?(:aws_emr_cluster_details)
|
|
651
|
+
@aws_firehose_details = args[:aws_firehose_details] if args.key?(:aws_firehose_details)
|
|
652
|
+
@aws_glue_job_details = args[:aws_glue_job_details] if args.key?(:aws_glue_job_details)
|
|
624
653
|
@aws_internet_gateway_details = args[:aws_internet_gateway_details] if args.key?(:aws_internet_gateway_details)
|
|
654
|
+
@aws_kinesis_stream_details = args[:aws_kinesis_stream_details] if args.key?(:aws_kinesis_stream_details)
|
|
625
655
|
@aws_lambda_function_details = args[:aws_lambda_function_details] if args.key?(:aws_lambda_function_details)
|
|
626
656
|
@aws_nat_gateway_details = args[:aws_nat_gateway_details] if args.key?(:aws_nat_gateway_details)
|
|
627
657
|
@aws_redshift_details = args[:aws_redshift_details] if args.key?(:aws_redshift_details)
|
|
@@ -673,6 +703,11 @@ module Google
|
|
|
673
703
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsApplicationLoadBalancerDetails]
|
|
674
704
|
attr_accessor :aws_application_load_balancer_details
|
|
675
705
|
|
|
706
|
+
# Contains details for an AWS Athena Work Group asset.
|
|
707
|
+
# Corresponds to the JSON property `awsAthenaWorkGroupDetails`
|
|
708
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsAthenaWorkGroupDetails]
|
|
709
|
+
attr_accessor :aws_athena_work_group_details
|
|
710
|
+
|
|
676
711
|
# Asset information specific for AWS Autoscaling Group.
|
|
677
712
|
# Corresponds to the JSON property `awsAutoscalingGroupDetails`
|
|
678
713
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsAutoscalingGroupDetails]
|
|
@@ -733,11 +768,31 @@ module Google
|
|
|
733
768
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails]
|
|
734
769
|
attr_accessor :aws_elb_load_balancer_details
|
|
735
770
|
|
|
771
|
+
# Contains details for an AWS EMR Cluster asset.
|
|
772
|
+
# Corresponds to the JSON property `awsEmrClusterDetails`
|
|
773
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails]
|
|
774
|
+
attr_accessor :aws_emr_cluster_details
|
|
775
|
+
|
|
776
|
+
# Contains details for an AWS Firehose asset.
|
|
777
|
+
# Corresponds to the JSON property `awsFirehoseDetails`
|
|
778
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsFirehoseDetails]
|
|
779
|
+
attr_accessor :aws_firehose_details
|
|
780
|
+
|
|
781
|
+
# Contains details for an AWS Glue Job asset.
|
|
782
|
+
# Corresponds to the JSON property `awsGlueJobDetails`
|
|
783
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsGlueJobDetails]
|
|
784
|
+
attr_accessor :aws_glue_job_details
|
|
785
|
+
|
|
736
786
|
# Asset information specific for AWS Internet Gateways.
|
|
737
787
|
# Corresponds to the JSON property `awsInternetGatewayDetails`
|
|
738
788
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsInternetGatewayDetails]
|
|
739
789
|
attr_accessor :aws_internet_gateway_details
|
|
740
790
|
|
|
791
|
+
# Contains details for an AWS Kinesis Stream asset.
|
|
792
|
+
# Corresponds to the JSON property `awsKinesisStreamDetails`
|
|
793
|
+
# @return [Google::Apis::MigrationcenterV1alpha1::AwsKinesisStreamDetails]
|
|
794
|
+
attr_accessor :aws_kinesis_stream_details
|
|
795
|
+
|
|
741
796
|
# Asset information specific for AWS Lambda functions.
|
|
742
797
|
# Corresponds to the JSON property `awsLambdaFunctionDetails`
|
|
743
798
|
# @return [Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails]
|
|
@@ -841,6 +896,7 @@ module Google
|
|
|
841
896
|
@aws_api_gateway_rest_api_details = args[:aws_api_gateway_rest_api_details] if args.key?(:aws_api_gateway_rest_api_details)
|
|
842
897
|
@aws_app_sync_graphql_api_details = args[:aws_app_sync_graphql_api_details] if args.key?(:aws_app_sync_graphql_api_details)
|
|
843
898
|
@aws_application_load_balancer_details = args[:aws_application_load_balancer_details] if args.key?(:aws_application_load_balancer_details)
|
|
899
|
+
@aws_athena_work_group_details = args[:aws_athena_work_group_details] if args.key?(:aws_athena_work_group_details)
|
|
844
900
|
@aws_autoscaling_group_details = args[:aws_autoscaling_group_details] if args.key?(:aws_autoscaling_group_details)
|
|
845
901
|
@aws_batch_compute_environment_details = args[:aws_batch_compute_environment_details] if args.key?(:aws_batch_compute_environment_details)
|
|
846
902
|
@aws_cloud_front_distribution_details = args[:aws_cloud_front_distribution_details] if args.key?(:aws_cloud_front_distribution_details)
|
|
@@ -853,7 +909,11 @@ module Google
|
|
|
853
909
|
@aws_elastic_ip_address_details = args[:aws_elastic_ip_address_details] if args.key?(:aws_elastic_ip_address_details)
|
|
854
910
|
@aws_elastic_network_interface_details = args[:aws_elastic_network_interface_details] if args.key?(:aws_elastic_network_interface_details)
|
|
855
911
|
@aws_elb_load_balancer_details = args[:aws_elb_load_balancer_details] if args.key?(:aws_elb_load_balancer_details)
|
|
912
|
+
@aws_emr_cluster_details = args[:aws_emr_cluster_details] if args.key?(:aws_emr_cluster_details)
|
|
913
|
+
@aws_firehose_details = args[:aws_firehose_details] if args.key?(:aws_firehose_details)
|
|
914
|
+
@aws_glue_job_details = args[:aws_glue_job_details] if args.key?(:aws_glue_job_details)
|
|
856
915
|
@aws_internet_gateway_details = args[:aws_internet_gateway_details] if args.key?(:aws_internet_gateway_details)
|
|
916
|
+
@aws_kinesis_stream_details = args[:aws_kinesis_stream_details] if args.key?(:aws_kinesis_stream_details)
|
|
857
917
|
@aws_lambda_function_details = args[:aws_lambda_function_details] if args.key?(:aws_lambda_function_details)
|
|
858
918
|
@aws_nat_gateway_details = args[:aws_nat_gateway_details] if args.key?(:aws_nat_gateway_details)
|
|
859
919
|
@aws_redshift_details = args[:aws_redshift_details] if args.key?(:aws_redshift_details)
|
|
@@ -1195,6 +1255,19 @@ module Google
|
|
|
1195
1255
|
end
|
|
1196
1256
|
end
|
|
1197
1257
|
|
|
1258
|
+
# Contains details for an AWS Athena Work Group asset.
|
|
1259
|
+
class AwsAthenaWorkGroupDetails
|
|
1260
|
+
include Google::Apis::Core::Hashable
|
|
1261
|
+
|
|
1262
|
+
def initialize(**args)
|
|
1263
|
+
update!(**args)
|
|
1264
|
+
end
|
|
1265
|
+
|
|
1266
|
+
# Update properties of this object
|
|
1267
|
+
def update!(**args)
|
|
1268
|
+
end
|
|
1269
|
+
end
|
|
1270
|
+
|
|
1198
1271
|
# Asset information specific for AWS Autoscaling Group.
|
|
1199
1272
|
class AwsAutoscalingGroupDetails
|
|
1200
1273
|
include Google::Apis::Core::Hashable
|
|
@@ -1382,6 +1455,45 @@ module Google
|
|
|
1382
1455
|
end
|
|
1383
1456
|
end
|
|
1384
1457
|
|
|
1458
|
+
# Contains details for an AWS EMR Cluster asset.
|
|
1459
|
+
class AwsEmrClusterDetails
|
|
1460
|
+
include Google::Apis::Core::Hashable
|
|
1461
|
+
|
|
1462
|
+
def initialize(**args)
|
|
1463
|
+
update!(**args)
|
|
1464
|
+
end
|
|
1465
|
+
|
|
1466
|
+
# Update properties of this object
|
|
1467
|
+
def update!(**args)
|
|
1468
|
+
end
|
|
1469
|
+
end
|
|
1470
|
+
|
|
1471
|
+
# Contains details for an AWS Firehose asset.
|
|
1472
|
+
class AwsFirehoseDetails
|
|
1473
|
+
include Google::Apis::Core::Hashable
|
|
1474
|
+
|
|
1475
|
+
def initialize(**args)
|
|
1476
|
+
update!(**args)
|
|
1477
|
+
end
|
|
1478
|
+
|
|
1479
|
+
# Update properties of this object
|
|
1480
|
+
def update!(**args)
|
|
1481
|
+
end
|
|
1482
|
+
end
|
|
1483
|
+
|
|
1484
|
+
# Contains details for an AWS Glue Job asset.
|
|
1485
|
+
class AwsGlueJobDetails
|
|
1486
|
+
include Google::Apis::Core::Hashable
|
|
1487
|
+
|
|
1488
|
+
def initialize(**args)
|
|
1489
|
+
update!(**args)
|
|
1490
|
+
end
|
|
1491
|
+
|
|
1492
|
+
# Update properties of this object
|
|
1493
|
+
def update!(**args)
|
|
1494
|
+
end
|
|
1495
|
+
end
|
|
1496
|
+
|
|
1385
1497
|
# Asset information specific for AWS Internet Gateways.
|
|
1386
1498
|
class AwsInternetGatewayDetails
|
|
1387
1499
|
include Google::Apis::Core::Hashable
|
|
@@ -1395,6 +1507,19 @@ module Google
|
|
|
1395
1507
|
end
|
|
1396
1508
|
end
|
|
1397
1509
|
|
|
1510
|
+
# Contains details for an AWS Kinesis Stream asset.
|
|
1511
|
+
class AwsKinesisStreamDetails
|
|
1512
|
+
include Google::Apis::Core::Hashable
|
|
1513
|
+
|
|
1514
|
+
def initialize(**args)
|
|
1515
|
+
update!(**args)
|
|
1516
|
+
end
|
|
1517
|
+
|
|
1518
|
+
# Update properties of this object
|
|
1519
|
+
def update!(**args)
|
|
1520
|
+
end
|
|
1521
|
+
end
|
|
1522
|
+
|
|
1398
1523
|
# Asset information specific for AWS Lambda functions.
|
|
1399
1524
|
class AwsLambdaFunctionDetails
|
|
1400
1525
|
include Google::Apis::Core::Hashable
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MigrationcenterV1alpha1
|
|
18
18
|
# Version of the google-apis-migrationcenter_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.58.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260512"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -190,6 +190,12 @@ module Google
|
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
|
191
191
|
end
|
|
192
192
|
|
|
193
|
+
class AwsAthenaWorkGroupDetails
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
193
199
|
class AwsAutoscalingGroupDetails
|
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
201
|
|
|
@@ -268,12 +274,36 @@ module Google
|
|
|
268
274
|
include Google::Apis::Core::JsonObjectSupport
|
|
269
275
|
end
|
|
270
276
|
|
|
277
|
+
class AwsEmrClusterDetails
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
class AwsFirehoseDetails
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class AwsGlueJobDetails
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
271
295
|
class AwsInternetGatewayDetails
|
|
272
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
297
|
|
|
274
298
|
include Google::Apis::Core::JsonObjectSupport
|
|
275
299
|
end
|
|
276
300
|
|
|
301
|
+
class AwsKinesisStreamDetails
|
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
303
|
+
|
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
305
|
+
end
|
|
306
|
+
|
|
277
307
|
class AwsLambdaFunctionDetails
|
|
278
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
309
|
|
|
@@ -1780,6 +1810,8 @@ module Google
|
|
|
1780
1810
|
|
|
1781
1811
|
property :aws_application_load_balancer_details, as: 'awsApplicationLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsApplicationLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsApplicationLoadBalancerDetails::Representation
|
|
1782
1812
|
|
|
1813
|
+
property :aws_athena_work_group_details, as: 'awsAthenaWorkGroupDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsAthenaWorkGroupDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsAthenaWorkGroupDetails::Representation
|
|
1814
|
+
|
|
1783
1815
|
property :aws_autoscaling_group_details, as: 'awsAutoscalingGroupDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsAutoscalingGroupDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsAutoscalingGroupDetails::Representation
|
|
1784
1816
|
|
|
1785
1817
|
property :aws_batch_compute_environment_details, as: 'awsBatchComputeEnvironmentDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsBatchComputeEnvironmentDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsBatchComputeEnvironmentDetails::Representation
|
|
@@ -1804,8 +1836,16 @@ module Google
|
|
|
1804
1836
|
|
|
1805
1837
|
property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation
|
|
1806
1838
|
|
|
1839
|
+
property :aws_emr_cluster_details, as: 'awsEmrClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails::Representation
|
|
1840
|
+
|
|
1841
|
+
property :aws_firehose_details, as: 'awsFirehoseDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsFirehoseDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsFirehoseDetails::Representation
|
|
1842
|
+
|
|
1843
|
+
property :aws_glue_job_details, as: 'awsGlueJobDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsGlueJobDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsGlueJobDetails::Representation
|
|
1844
|
+
|
|
1807
1845
|
property :aws_internet_gateway_details, as: 'awsInternetGatewayDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsInternetGatewayDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsInternetGatewayDetails::Representation
|
|
1808
1846
|
|
|
1847
|
+
property :aws_kinesis_stream_details, as: 'awsKinesisStreamDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsKinesisStreamDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsKinesisStreamDetails::Representation
|
|
1848
|
+
|
|
1809
1849
|
property :aws_lambda_function_details, as: 'awsLambdaFunctionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails::Representation
|
|
1810
1850
|
|
|
1811
1851
|
property :aws_nat_gateway_details, as: 'awsNatGatewayDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails::Representation
|
|
@@ -1857,6 +1897,8 @@ module Google
|
|
|
1857
1897
|
|
|
1858
1898
|
property :aws_application_load_balancer_details, as: 'awsApplicationLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsApplicationLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsApplicationLoadBalancerDetails::Representation
|
|
1859
1899
|
|
|
1900
|
+
property :aws_athena_work_group_details, as: 'awsAthenaWorkGroupDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsAthenaWorkGroupDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsAthenaWorkGroupDetails::Representation
|
|
1901
|
+
|
|
1860
1902
|
property :aws_autoscaling_group_details, as: 'awsAutoscalingGroupDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsAutoscalingGroupDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsAutoscalingGroupDetails::Representation
|
|
1861
1903
|
|
|
1862
1904
|
property :aws_batch_compute_environment_details, as: 'awsBatchComputeEnvironmentDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsBatchComputeEnvironmentDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsBatchComputeEnvironmentDetails::Representation
|
|
@@ -1881,8 +1923,16 @@ module Google
|
|
|
1881
1923
|
|
|
1882
1924
|
property :aws_elb_load_balancer_details, as: 'awsElbLoadBalancerDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsElbLoadBalancerDetails::Representation
|
|
1883
1925
|
|
|
1926
|
+
property :aws_emr_cluster_details, as: 'awsEmrClusterDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsEmrClusterDetails::Representation
|
|
1927
|
+
|
|
1928
|
+
property :aws_firehose_details, as: 'awsFirehoseDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsFirehoseDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsFirehoseDetails::Representation
|
|
1929
|
+
|
|
1930
|
+
property :aws_glue_job_details, as: 'awsGlueJobDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsGlueJobDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsGlueJobDetails::Representation
|
|
1931
|
+
|
|
1884
1932
|
property :aws_internet_gateway_details, as: 'awsInternetGatewayDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsInternetGatewayDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsInternetGatewayDetails::Representation
|
|
1885
1933
|
|
|
1934
|
+
property :aws_kinesis_stream_details, as: 'awsKinesisStreamDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsKinesisStreamDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsKinesisStreamDetails::Representation
|
|
1935
|
+
|
|
1886
1936
|
property :aws_lambda_function_details, as: 'awsLambdaFunctionDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsLambdaFunctionDetails::Representation
|
|
1887
1937
|
|
|
1888
1938
|
property :aws_nat_gateway_details, as: 'awsNatGatewayDetails', class: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails, decorator: Google::Apis::MigrationcenterV1alpha1::AwsNatGatewayDetails::Representation
|
|
@@ -2024,6 +2074,12 @@ module Google
|
|
|
2024
2074
|
end
|
|
2025
2075
|
end
|
|
2026
2076
|
|
|
2077
|
+
class AwsAthenaWorkGroupDetails
|
|
2078
|
+
# @private
|
|
2079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2080
|
+
end
|
|
2081
|
+
end
|
|
2082
|
+
|
|
2027
2083
|
class AwsAutoscalingGroupDetails
|
|
2028
2084
|
# @private
|
|
2029
2085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2105,12 +2161,36 @@ module Google
|
|
|
2105
2161
|
end
|
|
2106
2162
|
end
|
|
2107
2163
|
|
|
2164
|
+
class AwsEmrClusterDetails
|
|
2165
|
+
# @private
|
|
2166
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2167
|
+
end
|
|
2168
|
+
end
|
|
2169
|
+
|
|
2170
|
+
class AwsFirehoseDetails
|
|
2171
|
+
# @private
|
|
2172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2173
|
+
end
|
|
2174
|
+
end
|
|
2175
|
+
|
|
2176
|
+
class AwsGlueJobDetails
|
|
2177
|
+
# @private
|
|
2178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2179
|
+
end
|
|
2180
|
+
end
|
|
2181
|
+
|
|
2108
2182
|
class AwsInternetGatewayDetails
|
|
2109
2183
|
# @private
|
|
2110
2184
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2111
2185
|
end
|
|
2112
2186
|
end
|
|
2113
2187
|
|
|
2188
|
+
class AwsKinesisStreamDetails
|
|
2189
|
+
# @private
|
|
2190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2191
|
+
end
|
|
2192
|
+
end
|
|
2193
|
+
|
|
2114
2194
|
class AwsLambdaFunctionDetails
|
|
2115
2195
|
# @private
|
|
2116
2196
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-migrationcenter_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.58.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.58.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|