aws-sdk-vpclattice 1.24.0 → 1.26.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.
data/sig/types.rbs CHANGED
@@ -21,6 +21,12 @@ module Aws::VPCLattice
21
21
  attr_accessor last_updated_at: ::Time
22
22
  attr_accessor resource_arn: ::String
23
23
  attr_accessor resource_id: ::String
24
+ attr_accessor service_network_log_type: ("SERVICE" | "RESOURCE")
25
+ SENSITIVE: []
26
+ end
27
+
28
+ class ArnResource
29
+ attr_accessor arn: ::String
24
30
  SENSITIVE: []
25
31
  end
26
32
 
@@ -48,6 +54,7 @@ module Aws::VPCLattice
48
54
  attr_accessor client_token: ::String
49
55
  attr_accessor destination_arn: ::String
50
56
  attr_accessor resource_identifier: ::String
57
+ attr_accessor service_network_log_type: ("SERVICE" | "RESOURCE")
51
58
  attr_accessor tags: ::Hash[::String, ::String]
52
59
  SENSITIVE: []
53
60
  end
@@ -58,6 +65,7 @@ module Aws::VPCLattice
58
65
  attr_accessor id: ::String
59
66
  attr_accessor resource_arn: ::String
60
67
  attr_accessor resource_id: ::String
68
+ attr_accessor service_network_log_type: ("SERVICE" | "RESOURCE")
61
69
  SENSITIVE: []
62
70
  end
63
71
 
@@ -84,6 +92,60 @@ module Aws::VPCLattice
84
92
  SENSITIVE: []
85
93
  end
86
94
 
95
+ class CreateResourceConfigurationRequest
96
+ attr_accessor allow_association_to_shareable_service_network: bool
97
+ attr_accessor client_token: ::String
98
+ attr_accessor name: ::String
99
+ attr_accessor port_ranges: ::Array[::String]
100
+ attr_accessor protocol: ("TCP")
101
+ attr_accessor resource_configuration_definition: Types::ResourceConfigurationDefinition
102
+ attr_accessor resource_configuration_group_identifier: ::String
103
+ attr_accessor resource_gateway_identifier: ::String
104
+ attr_accessor tags: ::Hash[::String, ::String]
105
+ attr_accessor type: ("GROUP" | "CHILD" | "SINGLE" | "ARN")
106
+ SENSITIVE: []
107
+ end
108
+
109
+ class CreateResourceConfigurationResponse
110
+ attr_accessor allow_association_to_shareable_service_network: bool
111
+ attr_accessor arn: ::String
112
+ attr_accessor created_at: ::Time
113
+ attr_accessor failure_reason: ::String
114
+ attr_accessor id: ::String
115
+ attr_accessor name: ::String
116
+ attr_accessor port_ranges: ::Array[::String]
117
+ attr_accessor protocol: ("TCP")
118
+ attr_accessor resource_configuration_definition: Types::ResourceConfigurationDefinition
119
+ attr_accessor resource_configuration_group_id: ::String
120
+ attr_accessor resource_gateway_id: ::String
121
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
122
+ attr_accessor type: ("GROUP" | "CHILD" | "SINGLE" | "ARN")
123
+ SENSITIVE: []
124
+ end
125
+
126
+ class CreateResourceGatewayRequest
127
+ attr_accessor client_token: ::String
128
+ attr_accessor ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK")
129
+ attr_accessor name: ::String
130
+ attr_accessor security_group_ids: ::Array[::String]
131
+ attr_accessor subnet_ids: ::Array[::String]
132
+ attr_accessor tags: ::Hash[::String, ::String]
133
+ attr_accessor vpc_identifier: ::String
134
+ SENSITIVE: []
135
+ end
136
+
137
+ class CreateResourceGatewayResponse
138
+ attr_accessor arn: ::String
139
+ attr_accessor id: ::String
140
+ attr_accessor ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK")
141
+ attr_accessor name: ::String
142
+ attr_accessor security_group_ids: ::Array[::String]
143
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
144
+ attr_accessor subnet_ids: ::Array[::String]
145
+ attr_accessor vpc_identifier: ::String
146
+ SENSITIVE: []
147
+ end
148
+
87
149
  class CreateRuleRequest
88
150
  attr_accessor action: Types::RuleAction
89
151
  attr_accessor client_token: ::String
@@ -110,15 +172,33 @@ module Aws::VPCLattice
110
172
  attr_accessor auth_type: ("NONE" | "AWS_IAM")
111
173
  attr_accessor client_token: ::String
112
174
  attr_accessor name: ::String
175
+ attr_accessor sharing_config: Types::SharingConfig
176
+ attr_accessor tags: ::Hash[::String, ::String]
177
+ SENSITIVE: []
178
+ end
179
+
180
+ class CreateServiceNetworkResourceAssociationRequest
181
+ attr_accessor client_token: ::String
182
+ attr_accessor resource_configuration_identifier: ::String
183
+ attr_accessor service_network_identifier: ::String
113
184
  attr_accessor tags: ::Hash[::String, ::String]
114
185
  SENSITIVE: []
115
186
  end
116
187
 
188
+ class CreateServiceNetworkResourceAssociationResponse
189
+ attr_accessor arn: ::String
190
+ attr_accessor created_by: ::String
191
+ attr_accessor id: ::String
192
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
193
+ SENSITIVE: []
194
+ end
195
+
117
196
  class CreateServiceNetworkResponse
118
197
  attr_accessor arn: ::String
119
198
  attr_accessor auth_type: ("NONE" | "AWS_IAM")
120
199
  attr_accessor id: ::String
121
200
  attr_accessor name: ::String
201
+ attr_accessor sharing_config: Types::SharingConfig
122
202
  SENSITIVE: []
123
203
  end
124
204
 
@@ -224,6 +304,41 @@ module Aws::VPCLattice
224
304
  class DeleteListenerResponse < Aws::EmptyStructure
225
305
  end
226
306
 
307
+ class DeleteResourceConfigurationRequest
308
+ attr_accessor resource_configuration_identifier: ::String
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class DeleteResourceConfigurationResponse < Aws::EmptyStructure
313
+ end
314
+
315
+ class DeleteResourceEndpointAssociationRequest
316
+ attr_accessor resource_endpoint_association_identifier: ::String
317
+ SENSITIVE: []
318
+ end
319
+
320
+ class DeleteResourceEndpointAssociationResponse
321
+ attr_accessor arn: ::String
322
+ attr_accessor id: ::String
323
+ attr_accessor resource_configuration_arn: ::String
324
+ attr_accessor resource_configuration_id: ::String
325
+ attr_accessor vpc_endpoint_id: ::String
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class DeleteResourceGatewayRequest
330
+ attr_accessor resource_gateway_identifier: ::String
331
+ SENSITIVE: []
332
+ end
333
+
334
+ class DeleteResourceGatewayResponse
335
+ attr_accessor arn: ::String
336
+ attr_accessor id: ::String
337
+ attr_accessor name: ::String
338
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
339
+ SENSITIVE: []
340
+ end
341
+
227
342
  class DeleteResourcePolicyRequest
228
343
  attr_accessor resource_arn: ::String
229
344
  SENSITIVE: []
@@ -247,6 +362,18 @@ module Aws::VPCLattice
247
362
  SENSITIVE: []
248
363
  end
249
364
 
365
+ class DeleteServiceNetworkResourceAssociationRequest
366
+ attr_accessor service_network_resource_association_identifier: ::String
367
+ SENSITIVE: []
368
+ end
369
+
370
+ class DeleteServiceNetworkResourceAssociationResponse
371
+ attr_accessor arn: ::String
372
+ attr_accessor id: ::String
373
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
374
+ SENSITIVE: []
375
+ end
376
+
250
377
  class DeleteServiceNetworkResponse < Aws::EmptyStructure
251
378
  end
252
379
 
@@ -317,6 +444,12 @@ module Aws::VPCLattice
317
444
  SENSITIVE: []
318
445
  end
319
446
 
447
+ class DnsResource
448
+ attr_accessor domain_name: ::String
449
+ attr_accessor ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK")
450
+ SENSITIVE: []
451
+ end
452
+
320
453
  class FixedResponseAction
321
454
  attr_accessor status_code: ::Integer
322
455
  SENSITIVE: []
@@ -340,6 +473,7 @@ module Aws::VPCLattice
340
473
  attr_accessor last_updated_at: ::Time
341
474
  attr_accessor resource_arn: ::String
342
475
  attr_accessor resource_id: ::String
476
+ attr_accessor service_network_log_type: ("SERVICE" | "RESOURCE")
343
477
  SENSITIVE: []
344
478
  end
345
479
 
@@ -376,6 +510,50 @@ module Aws::VPCLattice
376
510
  SENSITIVE: []
377
511
  end
378
512
 
513
+ class GetResourceConfigurationRequest
514
+ attr_accessor resource_configuration_identifier: ::String
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class GetResourceConfigurationResponse
519
+ attr_accessor allow_association_to_shareable_service_network: bool
520
+ attr_accessor amazon_managed: bool
521
+ attr_accessor arn: ::String
522
+ attr_accessor created_at: ::Time
523
+ attr_accessor custom_domain_name: ::String
524
+ attr_accessor failure_reason: ::String
525
+ attr_accessor id: ::String
526
+ attr_accessor last_updated_at: ::Time
527
+ attr_accessor name: ::String
528
+ attr_accessor port_ranges: ::Array[::String]
529
+ attr_accessor protocol: ("TCP")
530
+ attr_accessor resource_configuration_definition: Types::ResourceConfigurationDefinition
531
+ attr_accessor resource_configuration_group_id: ::String
532
+ attr_accessor resource_gateway_id: ::String
533
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
534
+ attr_accessor type: ("GROUP" | "CHILD" | "SINGLE" | "ARN")
535
+ SENSITIVE: []
536
+ end
537
+
538
+ class GetResourceGatewayRequest
539
+ attr_accessor resource_gateway_identifier: ::String
540
+ SENSITIVE: []
541
+ end
542
+
543
+ class GetResourceGatewayResponse
544
+ attr_accessor arn: ::String
545
+ attr_accessor created_at: ::Time
546
+ attr_accessor id: ::String
547
+ attr_accessor ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK")
548
+ attr_accessor last_updated_at: ::Time
549
+ attr_accessor name: ::String
550
+ attr_accessor security_group_ids: ::Array[::String]
551
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
552
+ attr_accessor subnet_ids: ::Array[::String]
553
+ attr_accessor vpc_id: ::String
554
+ SENSITIVE: []
555
+ end
556
+
379
557
  class GetResourcePolicyRequest
380
558
  attr_accessor resource_arn: ::String
381
559
  SENSITIVE: []
@@ -411,6 +589,32 @@ module Aws::VPCLattice
411
589
  SENSITIVE: []
412
590
  end
413
591
 
592
+ class GetServiceNetworkResourceAssociationRequest
593
+ attr_accessor service_network_resource_association_identifier: ::String
594
+ SENSITIVE: []
595
+ end
596
+
597
+ class GetServiceNetworkResourceAssociationResponse
598
+ attr_accessor arn: ::String
599
+ attr_accessor created_at: ::Time
600
+ attr_accessor created_by: ::String
601
+ attr_accessor dns_entry: Types::DnsEntry
602
+ attr_accessor failure_code: ::String
603
+ attr_accessor failure_reason: ::String
604
+ attr_accessor id: ::String
605
+ attr_accessor is_managed_association: bool
606
+ attr_accessor last_updated_at: ::Time
607
+ attr_accessor private_dns_entry: Types::DnsEntry
608
+ attr_accessor resource_configuration_arn: ::String
609
+ attr_accessor resource_configuration_id: ::String
610
+ attr_accessor resource_configuration_name: ::String
611
+ attr_accessor service_network_arn: ::String
612
+ attr_accessor service_network_id: ::String
613
+ attr_accessor service_network_name: ::String
614
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
615
+ SENSITIVE: []
616
+ end
617
+
414
618
  class GetServiceNetworkResponse
415
619
  attr_accessor arn: ::String
416
620
  attr_accessor auth_type: ("NONE" | "AWS_IAM")
@@ -420,6 +624,7 @@ module Aws::VPCLattice
420
624
  attr_accessor name: ::String
421
625
  attr_accessor number_of_associated_services: ::Integer
422
626
  attr_accessor number_of_associated_vp_cs: ::Integer
627
+ attr_accessor sharing_config: Types::SharingConfig
423
628
  SENSITIVE: []
424
629
  end
425
630
 
@@ -561,6 +766,11 @@ module Aws::VPCLattice
561
766
  SENSITIVE: []
562
767
  end
563
768
 
769
+ class IpResource
770
+ attr_accessor ip_address: ::String
771
+ SENSITIVE: []
772
+ end
773
+
564
774
  class ListAccessLogSubscriptionsRequest
565
775
  attr_accessor max_results: ::Integer
566
776
  attr_accessor next_token: ::String
@@ -587,6 +797,48 @@ module Aws::VPCLattice
587
797
  SENSITIVE: []
588
798
  end
589
799
 
800
+ class ListResourceConfigurationsRequest
801
+ attr_accessor max_results: ::Integer
802
+ attr_accessor next_token: ::String
803
+ attr_accessor resource_configuration_group_identifier: ::String
804
+ attr_accessor resource_gateway_identifier: ::String
805
+ SENSITIVE: []
806
+ end
807
+
808
+ class ListResourceConfigurationsResponse
809
+ attr_accessor items: ::Array[Types::ResourceConfigurationSummary]
810
+ attr_accessor next_token: ::String
811
+ SENSITIVE: []
812
+ end
813
+
814
+ class ListResourceEndpointAssociationsRequest
815
+ attr_accessor max_results: ::Integer
816
+ attr_accessor next_token: ::String
817
+ attr_accessor resource_configuration_identifier: ::String
818
+ attr_accessor resource_endpoint_association_identifier: ::String
819
+ attr_accessor vpc_endpoint_id: ::String
820
+ attr_accessor vpc_endpoint_owner: ::String
821
+ SENSITIVE: []
822
+ end
823
+
824
+ class ListResourceEndpointAssociationsResponse
825
+ attr_accessor items: ::Array[Types::ResourceEndpointAssociationSummary]
826
+ attr_accessor next_token: ::String
827
+ SENSITIVE: []
828
+ end
829
+
830
+ class ListResourceGatewaysRequest
831
+ attr_accessor max_results: ::Integer
832
+ attr_accessor next_token: ::String
833
+ SENSITIVE: []
834
+ end
835
+
836
+ class ListResourceGatewaysResponse
837
+ attr_accessor items: ::Array[Types::ResourceGatewaySummary]
838
+ attr_accessor next_token: ::String
839
+ SENSITIVE: []
840
+ end
841
+
590
842
  class ListRulesRequest
591
843
  attr_accessor listener_identifier: ::String
592
844
  attr_accessor max_results: ::Integer
@@ -601,6 +853,20 @@ module Aws::VPCLattice
601
853
  SENSITIVE: []
602
854
  end
603
855
 
856
+ class ListServiceNetworkResourceAssociationsRequest
857
+ attr_accessor max_results: ::Integer
858
+ attr_accessor next_token: ::String
859
+ attr_accessor resource_configuration_identifier: ::String
860
+ attr_accessor service_network_identifier: ::String
861
+ SENSITIVE: []
862
+ end
863
+
864
+ class ListServiceNetworkResourceAssociationsResponse
865
+ attr_accessor items: ::Array[Types::ServiceNetworkResourceAssociationSummary]
866
+ attr_accessor next_token: ::String
867
+ SENSITIVE: []
868
+ end
869
+
604
870
  class ListServiceNetworkServiceAssociationsRequest
605
871
  attr_accessor max_results: ::Integer
606
872
  attr_accessor next_token: ::String
@@ -629,6 +895,19 @@ module Aws::VPCLattice
629
895
  SENSITIVE: []
630
896
  end
631
897
 
898
+ class ListServiceNetworkVpcEndpointAssociationsRequest
899
+ attr_accessor max_results: ::Integer
900
+ attr_accessor next_token: ::String
901
+ attr_accessor service_network_identifier: ::String
902
+ SENSITIVE: []
903
+ end
904
+
905
+ class ListServiceNetworkVpcEndpointAssociationsResponse
906
+ attr_accessor items: ::Array[Types::ServiceNetworkEndpointAssociation]
907
+ attr_accessor next_token: ::String
908
+ SENSITIVE: []
909
+ end
910
+
632
911
  class ListServiceNetworksRequest
633
912
  attr_accessor max_results: ::Integer
634
913
  attr_accessor next_token: ::String
@@ -766,6 +1045,64 @@ module Aws::VPCLattice
766
1045
  SENSITIVE: []
767
1046
  end
768
1047
 
1048
+ class ResourceConfigurationDefinition
1049
+ attr_accessor arn_resource: Types::ArnResource
1050
+ attr_accessor dns_resource: Types::DnsResource
1051
+ attr_accessor ip_resource: Types::IpResource
1052
+ attr_accessor unknown: untyped
1053
+ SENSITIVE: []
1054
+
1055
+ class ArnResource < ResourceConfigurationDefinition
1056
+ end
1057
+ class DnsResource < ResourceConfigurationDefinition
1058
+ end
1059
+ class IpResource < ResourceConfigurationDefinition
1060
+ end
1061
+ class Unknown < ResourceConfigurationDefinition
1062
+ end
1063
+ end
1064
+
1065
+ class ResourceConfigurationSummary
1066
+ attr_accessor amazon_managed: bool
1067
+ attr_accessor arn: ::String
1068
+ attr_accessor created_at: ::Time
1069
+ attr_accessor id: ::String
1070
+ attr_accessor last_updated_at: ::Time
1071
+ attr_accessor name: ::String
1072
+ attr_accessor resource_configuration_group_id: ::String
1073
+ attr_accessor resource_gateway_id: ::String
1074
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1075
+ attr_accessor type: ("GROUP" | "CHILD" | "SINGLE" | "ARN")
1076
+ SENSITIVE: []
1077
+ end
1078
+
1079
+ class ResourceEndpointAssociationSummary
1080
+ attr_accessor arn: ::String
1081
+ attr_accessor created_at: ::Time
1082
+ attr_accessor created_by: ::String
1083
+ attr_accessor id: ::String
1084
+ attr_accessor resource_configuration_arn: ::String
1085
+ attr_accessor resource_configuration_id: ::String
1086
+ attr_accessor resource_configuration_name: ::String
1087
+ attr_accessor vpc_endpoint_id: ::String
1088
+ attr_accessor vpc_endpoint_owner: ::String
1089
+ SENSITIVE: []
1090
+ end
1091
+
1092
+ class ResourceGatewaySummary
1093
+ attr_accessor arn: ::String
1094
+ attr_accessor created_at: ::Time
1095
+ attr_accessor id: ::String
1096
+ attr_accessor ip_address_type: ("IPV4" | "IPV6" | "DUALSTACK")
1097
+ attr_accessor last_updated_at: ::Time
1098
+ attr_accessor name: ::String
1099
+ attr_accessor security_group_ids: ::Array[::String]
1100
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1101
+ attr_accessor subnet_ids: ::Array[::String]
1102
+ attr_accessor vpc_identifier: ::String
1103
+ SENSITIVE: []
1104
+ end
1105
+
769
1106
  class ResourceNotFoundException
770
1107
  attr_accessor message: ::String
771
1108
  attr_accessor resource_id: ::String
@@ -835,6 +1172,36 @@ module Aws::VPCLattice
835
1172
  SENSITIVE: []
836
1173
  end
837
1174
 
1175
+ class ServiceNetworkEndpointAssociation
1176
+ attr_accessor created_at: ::Time
1177
+ attr_accessor id: ::String
1178
+ attr_accessor service_network_arn: ::String
1179
+ attr_accessor state: ::String
1180
+ attr_accessor vpc_endpoint_id: ::String
1181
+ attr_accessor vpc_endpoint_owner_id: ::String
1182
+ attr_accessor vpc_id: ::String
1183
+ SENSITIVE: []
1184
+ end
1185
+
1186
+ class ServiceNetworkResourceAssociationSummary
1187
+ attr_accessor arn: ::String
1188
+ attr_accessor created_at: ::Time
1189
+ attr_accessor created_by: ::String
1190
+ attr_accessor dns_entry: Types::DnsEntry
1191
+ attr_accessor failure_code: ::String
1192
+ attr_accessor id: ::String
1193
+ attr_accessor is_managed_association: bool
1194
+ attr_accessor private_dns_entry: Types::DnsEntry
1195
+ attr_accessor resource_configuration_arn: ::String
1196
+ attr_accessor resource_configuration_id: ::String
1197
+ attr_accessor resource_configuration_name: ::String
1198
+ attr_accessor service_network_arn: ::String
1199
+ attr_accessor service_network_id: ::String
1200
+ attr_accessor service_network_name: ::String
1201
+ attr_accessor status: ("CREATE_IN_PROGRESS" | "ACTIVE" | "PARTIAL" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED")
1202
+ SENSITIVE: []
1203
+ end
1204
+
838
1205
  class ServiceNetworkServiceAssociationSummary
839
1206
  attr_accessor arn: ::String
840
1207
  attr_accessor created_at: ::Time
@@ -858,6 +1225,7 @@ module Aws::VPCLattice
858
1225
  attr_accessor id: ::String
859
1226
  attr_accessor last_updated_at: ::Time
860
1227
  attr_accessor name: ::String
1228
+ attr_accessor number_of_associated_resource_configurations: ::Integer
861
1229
  attr_accessor number_of_associated_services: ::Integer
862
1230
  attr_accessor number_of_associated_vp_cs: ::Integer
863
1231
  SENSITIVE: []
@@ -898,6 +1266,11 @@ module Aws::VPCLattice
898
1266
  SENSITIVE: []
899
1267
  end
900
1268
 
1269
+ class SharingConfig
1270
+ attr_accessor enabled: bool
1271
+ SENSITIVE: []
1272
+ end
1273
+
901
1274
  class TagResourceRequest
902
1275
  attr_accessor resource_arn: ::String
903
1276
  attr_accessor tags: ::Hash[::String, ::String]
@@ -1008,6 +1381,47 @@ module Aws::VPCLattice
1008
1381
  SENSITIVE: []
1009
1382
  end
1010
1383
 
1384
+ class UpdateResourceConfigurationRequest
1385
+ attr_accessor allow_association_to_shareable_service_network: bool
1386
+ attr_accessor port_ranges: ::Array[::String]
1387
+ attr_accessor resource_configuration_definition: Types::ResourceConfigurationDefinition
1388
+ attr_accessor resource_configuration_identifier: ::String
1389
+ SENSITIVE: []
1390
+ end
1391
+
1392
+ class UpdateResourceConfigurationResponse
1393
+ attr_accessor allow_association_to_shareable_service_network: bool
1394
+ attr_accessor arn: ::String
1395
+ attr_accessor id: ::String
1396
+ attr_accessor name: ::String
1397
+ attr_accessor port_ranges: ::Array[::String]
1398
+ attr_accessor protocol: ("TCP")
1399
+ attr_accessor resource_configuration_definition: Types::ResourceConfigurationDefinition
1400
+ attr_accessor resource_configuration_group_id: ::String
1401
+ attr_accessor resource_gateway_id: ::String
1402
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1403
+ attr_accessor type: ("GROUP" | "CHILD" | "SINGLE" | "ARN")
1404
+ SENSITIVE: []
1405
+ end
1406
+
1407
+ class UpdateResourceGatewayRequest
1408
+ attr_accessor resource_gateway_identifier: ::String
1409
+ attr_accessor security_group_ids: ::Array[::String]
1410
+ SENSITIVE: []
1411
+ end
1412
+
1413
+ class UpdateResourceGatewayResponse
1414
+ attr_accessor arn: ::String
1415
+ attr_accessor id: ::String
1416
+ attr_accessor ip_address_type: ("IPV4" | "IPV6")
1417
+ attr_accessor name: ::String
1418
+ attr_accessor security_group_ids: ::Array[::String]
1419
+ attr_accessor status: ("ACTIVE" | "CREATE_IN_PROGRESS" | "UPDATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED")
1420
+ attr_accessor subnet_ids: ::Array[::String]
1421
+ attr_accessor vpc_id: ::String
1422
+ SENSITIVE: []
1423
+ end
1424
+
1011
1425
  class UpdateRuleRequest
1012
1426
  attr_accessor action: Types::RuleAction
1013
1427
  attr_accessor listener_identifier: ::String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-vpclattice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.26.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2025-01-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.210.0
22
+ version: 3.216.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Amazon VPC Lattice. This gem is part of the
48
48
  AWS SDK for Ruby.
49
49
  email: