aws-sdk-networkfirewall 1.91.0 → 1.92.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
@@ -157,6 +157,45 @@ module Aws::NetworkFirewall
157
157
  SENSITIVE: []
158
158
  end
159
159
 
160
+ class ContainerAssociationSummary
161
+ attr_accessor arn: ::String
162
+ attr_accessor name: ::String
163
+ SENSITIVE: []
164
+ end
165
+
166
+ class ContainerAttribute
167
+ attr_accessor key: ::String
168
+ attr_accessor value: ::String
169
+ SENSITIVE: []
170
+ end
171
+
172
+ class ContainerMonitoringConfiguration
173
+ attr_accessor cluster_arn: ::String
174
+ attr_accessor attribute_filters: ::Array[Types::ContainerAttribute]
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class CreateContainerAssociationRequest
179
+ attr_accessor container_association_name: ::String
180
+ attr_accessor description: ::String
181
+ attr_accessor type: ("ECS" | "EKS")
182
+ attr_accessor container_monitoring_configurations: ::Array[Types::ContainerMonitoringConfiguration]
183
+ attr_accessor tags: ::Array[Types::Tag]
184
+ SENSITIVE: []
185
+ end
186
+
187
+ class CreateContainerAssociationResponse
188
+ attr_accessor container_association_name: ::String
189
+ attr_accessor container_association_arn: ::String
190
+ attr_accessor description: ::String
191
+ attr_accessor type: ("ECS" | "EKS")
192
+ attr_accessor container_monitoring_configurations: ::Array[Types::ContainerMonitoringConfiguration]
193
+ attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING")
194
+ attr_accessor tags: ::Array[Types::Tag]
195
+ attr_accessor update_token: ::String
196
+ SENSITIVE: []
197
+ end
198
+
160
199
  class CreateFirewallPolicyRequest
161
200
  attr_accessor firewall_policy_name: ::String
162
201
  attr_accessor firewall_policy: Types::FirewallPolicy
@@ -331,6 +370,19 @@ module Aws::NetworkFirewall
331
370
  SENSITIVE: []
332
371
  end
333
372
 
373
+ class DeleteContainerAssociationRequest
374
+ attr_accessor container_association_name: ::String
375
+ attr_accessor container_association_arn: ::String
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class DeleteContainerAssociationResponse
380
+ attr_accessor container_association_name: ::String
381
+ attr_accessor container_association_arn: ::String
382
+ attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING")
383
+ SENSITIVE: []
384
+ end
385
+
334
386
  class DeleteFirewallPolicyRequest
335
387
  attr_accessor firewall_policy_name: ::String
336
388
  attr_accessor firewall_policy_arn: ::String
@@ -457,6 +509,26 @@ module Aws::NetworkFirewall
457
509
  SENSITIVE: []
458
510
  end
459
511
 
512
+ class DescribeContainerAssociationRequest
513
+ attr_accessor container_association_name: ::String
514
+ attr_accessor container_association_arn: ::String
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class DescribeContainerAssociationResponse
519
+ attr_accessor container_association_name: ::String
520
+ attr_accessor container_association_arn: ::String
521
+ attr_accessor description: ::String
522
+ attr_accessor type: ("ECS" | "EKS")
523
+ attr_accessor container_monitoring_configurations: ::Array[Types::ContainerMonitoringConfiguration]
524
+ attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING")
525
+ attr_accessor resolved_cidr_count: ::Integer
526
+ attr_accessor last_updated_time: ::Time
527
+ attr_accessor tags: ::Array[Types::Tag]
528
+ attr_accessor update_token: ::String
529
+ SENSITIVE: []
530
+ end
531
+
460
532
  class DescribeFirewallMetadataRequest
461
533
  attr_accessor firewall_arn: ::String
462
534
  SENSITIVE: []
@@ -959,6 +1031,18 @@ module Aws::NetworkFirewall
959
1031
  SENSITIVE: []
960
1032
  end
961
1033
 
1034
+ class ListContainerAssociationsRequest
1035
+ attr_accessor max_results: ::Integer
1036
+ attr_accessor next_token: ::String
1037
+ SENSITIVE: []
1038
+ end
1039
+
1040
+ class ListContainerAssociationsResponse
1041
+ attr_accessor container_associations: ::Array[Types::ContainerAssociationSummary]
1042
+ attr_accessor next_token: ::String
1043
+ SENSITIVE: []
1044
+ end
1045
+
962
1046
  class ListFirewallPoliciesRequest
963
1047
  attr_accessor next_token: ::String
964
1048
  attr_accessor max_results: ::Integer
@@ -1673,6 +1757,29 @@ module Aws::NetworkFirewall
1673
1757
  SENSITIVE: []
1674
1758
  end
1675
1759
 
1760
+ class UpdateContainerAssociationRequest
1761
+ attr_accessor container_association_name: ::String
1762
+ attr_accessor container_association_arn: ::String
1763
+ attr_accessor description: ::String
1764
+ attr_accessor type: ("ECS" | "EKS")
1765
+ attr_accessor container_monitoring_configurations: ::Array[Types::ContainerMonitoringConfiguration]
1766
+ attr_accessor tags: ::Array[Types::Tag]
1767
+ attr_accessor update_token: ::String
1768
+ SENSITIVE: []
1769
+ end
1770
+
1771
+ class UpdateContainerAssociationResponse
1772
+ attr_accessor container_association_name: ::String
1773
+ attr_accessor container_association_arn: ::String
1774
+ attr_accessor description: ::String
1775
+ attr_accessor type: ("ECS" | "EKS")
1776
+ attr_accessor container_monitoring_configurations: ::Array[Types::ContainerMonitoringConfiguration]
1777
+ attr_accessor status: ("ACTIVE" | "CREATING" | "DELETING")
1778
+ attr_accessor tags: ::Array[Types::Tag]
1779
+ attr_accessor update_token: ::String
1780
+ SENSITIVE: []
1781
+ end
1782
+
1676
1783
  class UpdateFirewallAnalysisSettingsRequest
1677
1784
  attr_accessor enabled_analysis_types: ::Array[("TLS_SNI" | "HTTP_HOST")]
1678
1785
  attr_accessor firewall_arn: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkfirewall
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.91.0
4
+ version: 1.92.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services