aws-sdk-ec2 1.612.0 → 1.613.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.
@@ -1873,6 +1873,8 @@ module Aws::EC2
1873
1873
  GetManagedPrefixListAssociationsResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListAssociationsResult')
1874
1874
  GetManagedPrefixListEntriesRequest = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesRequest')
1875
1875
  GetManagedPrefixListEntriesResult = Shapes::StructureShape.new(name: 'GetManagedPrefixListEntriesResult')
1876
+ GetManagedResourceVisibilityRequest = Shapes::StructureShape.new(name: 'GetManagedResourceVisibilityRequest')
1877
+ GetManagedResourceVisibilityResult = Shapes::StructureShape.new(name: 'GetManagedResourceVisibilityResult')
1876
1878
  GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults = Shapes::IntegerShape.new(name: 'GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults')
1877
1879
  GetNetworkInsightsAccessScopeAnalysisFindingsRequest = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest')
1878
1880
  GetNetworkInsightsAccessScopeAnalysisFindingsResult = Shapes::StructureShape.new(name: 'GetNetworkInsightsAccessScopeAnalysisFindingsResult')
@@ -2581,6 +2583,8 @@ module Aws::EC2
2581
2583
  ManagedBy = Shapes::StringShape.new(name: 'ManagedBy')
2582
2584
  ManagedPrefixList = Shapes::StructureShape.new(name: 'ManagedPrefixList')
2583
2585
  ManagedPrefixListSet = Shapes::ListShape.new(name: 'ManagedPrefixListSet')
2586
+ ManagedResourceDefaultVisibility = Shapes::StringShape.new(name: 'ManagedResourceDefaultVisibility')
2587
+ ManagedResourceVisibilitySettings = Shapes::StructureShape.new(name: 'ManagedResourceVisibilitySettings')
2584
2588
  MarketType = Shapes::StringShape.new(name: 'MarketType')
2585
2589
  MarketplaceProductCode = Shapes::StringShape.new(name: 'MarketplaceProductCode')
2586
2590
  MarketplaceProductCodeList = Shapes::ListShape.new(name: 'MarketplaceProductCodeList')
@@ -2655,6 +2659,8 @@ module Aws::EC2
2655
2659
  ModifyIdentityIdFormatRequest = Shapes::StructureShape.new(name: 'ModifyIdentityIdFormatRequest')
2656
2660
  ModifyImageAttributeRequest = Shapes::StructureShape.new(name: 'ModifyImageAttributeRequest')
2657
2661
  ModifyInstanceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyInstanceAttributeRequest')
2662
+ ModifyInstanceAttributeUserDataRequest = Shapes::StructureShape.new(name: 'ModifyInstanceAttributeUserDataRequest')
2663
+ ModifyInstanceAttributeValue = Shapes::StringShape.new(name: 'ModifyInstanceAttributeValue')
2658
2664
  ModifyInstanceCapacityReservationAttributesRequest = Shapes::StructureShape.new(name: 'ModifyInstanceCapacityReservationAttributesRequest')
2659
2665
  ModifyInstanceCapacityReservationAttributesResult = Shapes::StructureShape.new(name: 'ModifyInstanceCapacityReservationAttributesResult')
2660
2666
  ModifyInstanceConnectEndpointRequest = Shapes::StructureShape.new(name: 'ModifyInstanceConnectEndpointRequest')
@@ -2699,6 +2705,8 @@ module Aws::EC2
2699
2705
  ModifyLocalGatewayRouteResult = Shapes::StructureShape.new(name: 'ModifyLocalGatewayRouteResult')
2700
2706
  ModifyManagedPrefixListRequest = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListRequest')
2701
2707
  ModifyManagedPrefixListResult = Shapes::StructureShape.new(name: 'ModifyManagedPrefixListResult')
2708
+ ModifyManagedResourceVisibilityRequest = Shapes::StructureShape.new(name: 'ModifyManagedResourceVisibilityRequest')
2709
+ ModifyManagedResourceVisibilityResult = Shapes::StructureShape.new(name: 'ModifyManagedResourceVisibilityResult')
2702
2710
  ModifyNetworkInterfaceAttributeRequest = Shapes::StructureShape.new(name: 'ModifyNetworkInterfaceAttributeRequest')
2703
2711
  ModifyPrivateDnsNameOptionsRequest = Shapes::StructureShape.new(name: 'ModifyPrivateDnsNameOptionsRequest')
2704
2712
  ModifyPrivateDnsNameOptionsResult = Shapes::StructureShape.new(name: 'ModifyPrivateDnsNameOptionsResult')
@@ -8605,6 +8613,7 @@ module Aws::EC2
8605
8613
  DescribeInstanceStatusRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, location_name: "InstanceId"))
8606
8614
  DescribeInstanceStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
8607
8615
  DescribeInstanceStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8616
+ DescribeInstanceStatusRequest.add_member(:include_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeManagedResources"))
8608
8617
  DescribeInstanceStatusRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
8609
8618
  DescribeInstanceStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
8610
8619
  DescribeInstanceStatusRequest.add_member(:include_all_instances, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAllInstances"))
@@ -8653,6 +8662,7 @@ module Aws::EC2
8653
8662
  DescribeInstanceTypesResult.struct_class = Types::DescribeInstanceTypesResult
8654
8663
 
8655
8664
  DescribeInstancesRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: InstanceIdStringList, location_name: "InstanceId"))
8665
+ DescribeInstancesRequest.add_member(:include_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeManagedResources"))
8656
8666
  DescribeInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
8657
8667
  DescribeInstancesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
8658
8668
  DescribeInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
@@ -8814,6 +8824,7 @@ module Aws::EC2
8814
8824
  DescribeLaunchTemplateVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
8815
8825
  DescribeLaunchTemplateVersionsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
8816
8826
  DescribeLaunchTemplateVersionsRequest.add_member(:resolve_alias, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResolveAlias"))
8827
+ DescribeLaunchTemplateVersionsRequest.add_member(:include_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeManagedResources"))
8817
8828
  DescribeLaunchTemplateVersionsRequest.struct_class = Types::DescribeLaunchTemplateVersionsRequest
8818
8829
 
8819
8830
  DescribeLaunchTemplateVersionsResult.add_member(:launch_template_versions, Shapes::ShapeRef.new(shape: LaunchTemplateVersionSet, location_name: "launchTemplateVersionSet"))
@@ -8826,6 +8837,7 @@ module Aws::EC2
8826
8837
  DescribeLaunchTemplatesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
8827
8838
  DescribeLaunchTemplatesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
8828
8839
  DescribeLaunchTemplatesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeLaunchTemplatesMaxResults, location_name: "MaxResults"))
8840
+ DescribeLaunchTemplatesRequest.add_member(:include_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeManagedResources"))
8829
8841
  DescribeLaunchTemplatesRequest.struct_class = Types::DescribeLaunchTemplatesRequest
8830
8842
 
8831
8843
  DescribeLaunchTemplatesResult.add_member(:launch_templates, Shapes::ShapeRef.new(shape: LaunchTemplateSet, location_name: "launchTemplates"))
@@ -9049,6 +9061,7 @@ module Aws::EC2
9049
9061
 
9050
9062
  DescribeNetworkInterfacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
9051
9063
  DescribeNetworkInterfacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeNetworkInterfacesMaxResults, location_name: "MaxResults"))
9064
+ DescribeNetworkInterfacesRequest.add_member(:include_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeManagedResources"))
9052
9065
  DescribeNetworkInterfacesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
9053
9066
  DescribeNetworkInterfacesRequest.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: NetworkInterfaceIdList, location_name: "NetworkInterfaceId"))
9054
9067
  DescribeNetworkInterfacesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "filter"))
@@ -9724,6 +9737,7 @@ module Aws::EC2
9724
9737
  DescribeVolumeStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
9725
9738
  DescribeVolumeStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
9726
9739
  DescribeVolumeStatusRequest.add_member(:volume_ids, Shapes::ShapeRef.new(shape: VolumeIdStringList, location_name: "VolumeId"))
9740
+ DescribeVolumeStatusRequest.add_member(:include_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeManagedResources"))
9727
9741
  DescribeVolumeStatusRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
9728
9742
  DescribeVolumeStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
9729
9743
  DescribeVolumeStatusRequest.struct_class = Types::DescribeVolumeStatusRequest
@@ -9744,6 +9758,7 @@ module Aws::EC2
9744
9758
  DescribeVolumesModificationsResult.struct_class = Types::DescribeVolumesModificationsResult
9745
9759
 
9746
9760
  DescribeVolumesRequest.add_member(:volume_ids, Shapes::ShapeRef.new(shape: VolumeIdStringList, location_name: "VolumeId"))
9761
+ DescribeVolumesRequest.add_member(:include_managed_resources, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeManagedResources"))
9747
9762
  DescribeVolumesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
9748
9763
  DescribeVolumesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
9749
9764
  DescribeVolumesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
@@ -11697,6 +11712,12 @@ module Aws::EC2
11697
11712
  GetManagedPrefixListEntriesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
11698
11713
  GetManagedPrefixListEntriesResult.struct_class = Types::GetManagedPrefixListEntriesResult
11699
11714
 
11715
+ GetManagedResourceVisibilityRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
11716
+ GetManagedResourceVisibilityRequest.struct_class = Types::GetManagedResourceVisibilityRequest
11717
+
11718
+ GetManagedResourceVisibilityResult.add_member(:visibility, Shapes::ShapeRef.new(shape: ManagedResourceVisibilitySettings, location_name: "visibility"))
11719
+ GetManagedResourceVisibilityResult.struct_class = Types::GetManagedResourceVisibilityResult
11720
+
11700
11721
  GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:network_insights_access_scope_analysis_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysisId, required: true, location_name: "NetworkInsightsAccessScopeAnalysisId"))
11701
11722
  GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GetNetworkInsightsAccessScopeAnalysisFindingsMaxResults, location_name: "MaxResults"))
11702
11723
  GetNetworkInsightsAccessScopeAnalysisFindingsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -14289,6 +14310,9 @@ module Aws::EC2
14289
14310
 
14290
14311
  ManagedPrefixListSet.member = Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "item")
14291
14312
 
14313
+ ManagedResourceVisibilitySettings.add_member(:default_visibility, Shapes::ShapeRef.new(shape: ManagedResourceDefaultVisibility, location_name: "defaultVisibility"))
14314
+ ManagedResourceVisibilitySettings.struct_class = Types::ManagedResourceVisibilitySettings
14315
+
14292
14316
  MarketplaceProductCodeList.member = Shapes::ShapeRef.new(shape: MarketplaceProductCode, location_name: "item")
14293
14317
 
14294
14318
  MarketplaceProductCodeRequestList.member = Shapes::ShapeRef.new(shape: MarketplaceProductCodeRequest, location_name: "item")
@@ -14495,7 +14519,7 @@ module Aws::EC2
14495
14519
  ModifyInstanceAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
14496
14520
  ModifyInstanceAttributeRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "instanceId"))
14497
14521
  ModifyInstanceAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: InstanceAttributeName, location_name: "attribute"))
14498
- ModifyInstanceAttributeRequest.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
14522
+ ModifyInstanceAttributeRequest.add_member(:value, Shapes::ShapeRef.new(shape: ModifyInstanceAttributeValue, location_name: "value"))
14499
14523
  ModifyInstanceAttributeRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: InstanceBlockDeviceMappingSpecificationList, location_name: "blockDeviceMapping"))
14500
14524
  ModifyInstanceAttributeRequest.add_member(:disable_api_termination, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "disableApiTermination"))
14501
14525
  ModifyInstanceAttributeRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "instanceType"))
@@ -14509,6 +14533,9 @@ module Aws::EC2
14509
14533
  ModifyInstanceAttributeRequest.add_member(:ena_support, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "enaSupport"))
14510
14534
  ModifyInstanceAttributeRequest.struct_class = Types::ModifyInstanceAttributeRequest
14511
14535
 
14536
+ ModifyInstanceAttributeUserDataRequest.add_member(:value, Shapes::ShapeRef.new(shape: ModifyInstanceAttributeValue, location_name: "Value"))
14537
+ ModifyInstanceAttributeUserDataRequest.struct_class = Types::ModifyInstanceAttributeUserDataRequest
14538
+
14512
14539
  ModifyInstanceCapacityReservationAttributesRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
14513
14540
  ModifyInstanceCapacityReservationAttributesRequest.add_member(:capacity_reservation_specification, Shapes::ShapeRef.new(shape: CapacityReservationSpecification, required: true, location_name: "CapacityReservationSpecification"))
14514
14541
  ModifyInstanceCapacityReservationAttributesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -14750,6 +14777,13 @@ module Aws::EC2
14750
14777
  ModifyManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
14751
14778
  ModifyManagedPrefixListResult.struct_class = Types::ModifyManagedPrefixListResult
14752
14779
 
14780
+ ModifyManagedResourceVisibilityRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
14781
+ ModifyManagedResourceVisibilityRequest.add_member(:default_visibility, Shapes::ShapeRef.new(shape: ManagedResourceDefaultVisibility, location_name: "DefaultVisibility"))
14782
+ ModifyManagedResourceVisibilityRequest.struct_class = Types::ModifyManagedResourceVisibilityRequest
14783
+
14784
+ ModifyManagedResourceVisibilityResult.add_member(:visibility, Shapes::ShapeRef.new(shape: ManagedResourceVisibilitySettings, location_name: "visibility"))
14785
+ ModifyManagedResourceVisibilityResult.struct_class = Types::ModifyManagedResourceVisibilityResult
14786
+
14753
14787
  ModifyNetworkInterfaceAttributeRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecification, location_name: "EnaSrdSpecification"))
14754
14788
  ModifyNetworkInterfaceAttributeRequest.add_member(:enable_primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnablePrimaryIpv6"))
14755
14789
  ModifyNetworkInterfaceAttributeRequest.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
@@ -15702,6 +15736,7 @@ module Aws::EC2
15702
15736
 
15703
15737
  OperatorResponse.add_member(:managed, Shapes::ShapeRef.new(shape: Boolean, location_name: "managed"))
15704
15738
  OperatorResponse.add_member(:principal, Shapes::ShapeRef.new(shape: String, location_name: "principal"))
15739
+ OperatorResponse.add_member(:hidden_by_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "hiddenByDefault"))
15705
15740
  OperatorResponse.struct_class = Types::OperatorResponse
15706
15741
 
15707
15742
  OrganizationArnStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "OrganizationArn")
@@ -19233,6 +19268,7 @@ module Aws::EC2
19233
19268
  VolumeModification.add_member(:progress, Shapes::ShapeRef.new(shape: Long, location_name: "progress"))
19234
19269
  VolumeModification.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
19235
19270
  VolumeModification.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
19271
+ VolumeModification.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
19236
19272
  VolumeModification.struct_class = Types::VolumeModification
19237
19273
 
19238
19274
  VolumeModificationList.member = Shapes::ShapeRef.new(shape: VolumeModification, location_name: "item")
@@ -19299,6 +19335,7 @@ module Aws::EC2
19299
19335
  VolumeStatusItem.add_member(:attachment_statuses, Shapes::ShapeRef.new(shape: VolumeStatusAttachmentStatusList, location_name: "attachmentStatuses"))
19300
19336
  VolumeStatusItem.add_member(:initialization_status_details, Shapes::ShapeRef.new(shape: InitializationStatusDetails, location_name: "initializationStatusDetails"))
19301
19337
  VolumeStatusItem.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
19338
+ VolumeStatusItem.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorResponse, location_name: "operator"))
19302
19339
  VolumeStatusItem.struct_class = Types::VolumeStatusItem
19303
19340
 
19304
19341
  VolumeStatusList.member = Shapes::ShapeRef.new(shape: VolumeStatusItem, location_name: "item")
@@ -25137,6 +25174,14 @@ module Aws::EC2
25137
25174
  )
25138
25175
  end)
25139
25176
 
25177
+ api.add_operation(:get_managed_resource_visibility, Seahorse::Model::Operation.new.tap do |o|
25178
+ o.name = "GetManagedResourceVisibility"
25179
+ o.http_method = "POST"
25180
+ o.http_request_uri = "/"
25181
+ o.input = Shapes::ShapeRef.new(shape: GetManagedResourceVisibilityRequest)
25182
+ o.output = Shapes::ShapeRef.new(shape: GetManagedResourceVisibilityResult)
25183
+ end)
25184
+
25140
25185
  api.add_operation(:get_network_insights_access_scope_analysis_findings, Seahorse::Model::Operation.new.tap do |o|
25141
25186
  o.name = "GetNetworkInsightsAccessScopeAnalysisFindings"
25142
25187
  o.http_method = "POST"
@@ -25793,6 +25838,14 @@ module Aws::EC2
25793
25838
  o.output = Shapes::ShapeRef.new(shape: ModifyManagedPrefixListResult)
25794
25839
  end)
25795
25840
 
25841
+ api.add_operation(:modify_managed_resource_visibility, Seahorse::Model::Operation.new.tap do |o|
25842
+ o.name = "ModifyManagedResourceVisibility"
25843
+ o.http_method = "POST"
25844
+ o.http_request_uri = "/"
25845
+ o.input = Shapes::ShapeRef.new(shape: ModifyManagedResourceVisibilityRequest)
25846
+ o.output = Shapes::ShapeRef.new(shape: ModifyManagedResourceVisibilityResult)
25847
+ end)
25848
+
25796
25849
  api.add_operation(:modify_network_interface_attribute, Seahorse::Model::Operation.new.tap do |o|
25797
25850
  o.name = "ModifyNetworkInterfaceAttribute"
25798
25851
  o.http_method = "POST"
@@ -1105,7 +1105,7 @@ module Aws::EC2
1105
1105
  # },
1106
1106
  # dry_run: false,
1107
1107
  # attribute: "instanceType", # accepts instanceType, kernel, ramdisk, userData, disableApiTermination, instanceInitiatedShutdownBehavior, rootDeviceName, blockDeviceMapping, productCodes, sourceDestCheck, groupSet, ebsOptimized, sriovNetSupport, enaSupport, enclaveOptions, disableApiStop
1108
- # value: "String",
1108
+ # value: "ModifyInstanceAttributeValue",
1109
1109
  # block_device_mappings: [
1110
1110
  # {
1111
1111
  # device_name: "String",
@@ -1701,6 +1701,7 @@ module Aws::EC2
1701
1701
  #
1702
1702
  # volumes = instance.volumes({
1703
1703
  # volume_ids: ["VolumeId"],
1704
+ # include_managed_resources: false,
1704
1705
  # dry_run: false,
1705
1706
  # filters: [
1706
1707
  # {
@@ -1713,6 +1714,11 @@ module Aws::EC2
1713
1714
  # @option options [Array<String>] :volume_ids
1714
1715
  # The volume IDs. If not specified, then all volumes are included in the
1715
1716
  # response.
1717
+ # @option options [Boolean] :include_managed_resources
1718
+ # Indicates whether to include managed resources in the output. If this
1719
+ # parameter is set to `true`, the output includes resources that are
1720
+ # managed by Amazon Web Services services, even if managed resource
1721
+ # visibility is set to hidden.
1716
1722
  # @option options [Boolean] :dry_run
1717
1723
  # Checks whether you have the required permissions for the action,
1718
1724
  # without actually making the request, and provides an error response.
@@ -255,6 +255,7 @@ module Aws::EC2
255
255
  #
256
256
  # instances = placement_group.instances({
257
257
  # instance_ids: ["InstanceId"],
258
+ # include_managed_resources: false,
258
259
  # dry_run: false,
259
260
  # filters: [
260
261
  # {
@@ -268,6 +269,11 @@ module Aws::EC2
268
269
  # The instance IDs.
269
270
  #
270
271
  # Default: Describes all your instances.
272
+ # @option options [Boolean] :include_managed_resources
273
+ # Indicates whether to include managed resources in the output. If this
274
+ # parameter is set to `true`, the output includes resources that are
275
+ # managed by Amazon Web Services services, even if managed resource
276
+ # visibility is set to hidden.
271
277
  # @option options [Boolean] :dry_run
272
278
  # Checks whether you have the required permissions for the operation,
273
279
  # without actually making the request, and provides an error response.
@@ -2597,6 +2597,7 @@ module Aws::EC2
2597
2597
  #
2598
2598
  # instances = ec2.instances({
2599
2599
  # instance_ids: ["InstanceId"],
2600
+ # include_managed_resources: false,
2600
2601
  # dry_run: false,
2601
2602
  # filters: [
2602
2603
  # {
@@ -2610,6 +2611,11 @@ module Aws::EC2
2610
2611
  # The instance IDs.
2611
2612
  #
2612
2613
  # Default: Describes all your instances.
2614
+ # @option options [Boolean] :include_managed_resources
2615
+ # Indicates whether to include managed resources in the output. If this
2616
+ # parameter is set to `true`, the output includes resources that are
2617
+ # managed by Amazon Web Services services, even if managed resource
2618
+ # visibility is set to hidden.
2613
2619
  # @option options [Boolean] :dry_run
2614
2620
  # Checks whether you have the required permissions for the operation,
2615
2621
  # without actually making the request, and provides an error response.
@@ -3426,6 +3432,7 @@ module Aws::EC2
3426
3432
  # @example Request syntax with placeholder values
3427
3433
  #
3428
3434
  # network_interfaces = ec2.network_interfaces({
3435
+ # include_managed_resources: false,
3429
3436
  # dry_run: false,
3430
3437
  # network_interface_ids: ["NetworkInterfaceId"],
3431
3438
  # filters: [
@@ -3436,6 +3443,11 @@ module Aws::EC2
3436
3443
  # ],
3437
3444
  # })
3438
3445
  # @param [Hash] options ({})
3446
+ # @option options [Boolean] :include_managed_resources
3447
+ # Indicates whether to include managed resources in the output. If this
3448
+ # parameter is set to `true`, the output includes resources that are
3449
+ # managed by Amazon Web Services services, even if managed resource
3450
+ # visibility is set to hidden.
3439
3451
  # @option options [Boolean] :dry_run
3440
3452
  # Checks whether you have the required permissions for the action,
3441
3453
  # without actually making the request, and provides an error response.
@@ -4210,6 +4222,7 @@ module Aws::EC2
4210
4222
  #
4211
4223
  # volumes = ec2.volumes({
4212
4224
  # volume_ids: ["VolumeId"],
4225
+ # include_managed_resources: false,
4213
4226
  # dry_run: false,
4214
4227
  # filters: [
4215
4228
  # {
@@ -4222,6 +4235,11 @@ module Aws::EC2
4222
4235
  # @option options [Array<String>] :volume_ids
4223
4236
  # The volume IDs. If not specified, then all volumes are included in the
4224
4237
  # response.
4238
+ # @option options [Boolean] :include_managed_resources
4239
+ # Indicates whether to include managed resources in the output. If this
4240
+ # parameter is set to `true`, the output includes resources that are
4241
+ # managed by Amazon Web Services services, even if managed resource
4242
+ # visibility is set to hidden.
4225
4243
  # @option options [Boolean] :dry_run
4226
4244
  # Checks whether you have the required permissions for the action,
4227
4245
  # without actually making the request, and provides an error response.
@@ -1198,6 +1198,7 @@ module Aws::EC2
1198
1198
  #
1199
1199
  # instances = subnet.instances({
1200
1200
  # instance_ids: ["InstanceId"],
1201
+ # include_managed_resources: false,
1201
1202
  # dry_run: false,
1202
1203
  # filters: [
1203
1204
  # {
@@ -1211,6 +1212,11 @@ module Aws::EC2
1211
1212
  # The instance IDs.
1212
1213
  #
1213
1214
  # Default: Describes all your instances.
1215
+ # @option options [Boolean] :include_managed_resources
1216
+ # Indicates whether to include managed resources in the output. If this
1217
+ # parameter is set to `true`, the output includes resources that are
1218
+ # managed by Amazon Web Services services, even if managed resource
1219
+ # visibility is set to hidden.
1214
1220
  # @option options [Boolean] :dry_run
1215
1221
  # Checks whether you have the required permissions for the operation,
1216
1222
  # without actually making the request, and provides an error response.
@@ -1759,6 +1765,7 @@ module Aws::EC2
1759
1765
  # @example Request syntax with placeholder values
1760
1766
  #
1761
1767
  # network_interfaces = subnet.network_interfaces({
1768
+ # include_managed_resources: false,
1762
1769
  # dry_run: false,
1763
1770
  # network_interface_ids: ["NetworkInterfaceId"],
1764
1771
  # filters: [
@@ -1769,6 +1776,11 @@ module Aws::EC2
1769
1776
  # ],
1770
1777
  # })
1771
1778
  # @param [Hash] options ({})
1779
+ # @option options [Boolean] :include_managed_resources
1780
+ # Indicates whether to include managed resources in the output. If this
1781
+ # parameter is set to `true`, the output includes resources that are
1782
+ # managed by Amazon Web Services services, even if managed resource
1783
+ # visibility is set to hidden.
1772
1784
  # @option options [Boolean] :dry_run
1773
1785
  # Checks whether you have the required permissions for the action,
1774
1786
  # without actually making the request, and provides an error response.