aws-sdk-networkflowmonitor 1.3.0 → 1.4.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: ac5fc26dd8cb67c2676889337fbef8985571710d2c9b5626f0df126be5cd6888
4
- data.tar.gz: b6a26d370be777d8b68addf529d580f6fb5245e1ed67a23ea56eb929bbdb7d6a
3
+ metadata.gz: 7b946f10e3329e23ec9a2ddfdbf75ac344c75406c3626921384eaa33cacc088d
4
+ data.tar.gz: b23eb27a26588c1c4a739d6f40b82d8ad6f3b6b0bcea37cee015f87e681f3288
5
5
  SHA512:
6
- metadata.gz: 1e9c41847da12aca1d00ccbdf201b11280eaf03b48f2fe429c420e6fada41be6757baef97edaf83c57747d0378b42712a00ddb18a78c057ed2819703217ca3e3
7
- data.tar.gz: 5f317406853099f1cabecff6373018120953e50123fe30e8ad1aed1008fd4313ec567a118751204433c20a983ea9997908d98b3d389cc814190906248f8f6270
6
+ metadata.gz: 3cb388739a7158349525c1f308575c06ccacdbbefc7154bb0c42ccb531bc211124f9bd2b67bd2c0e190abeb78d68a817b73f189dc2a7a9b41719897dcb531962
7
+ data.tar.gz: ee5d4fa96385f688e9cb405b58779e3c5bcb3e7e06add227d57ad276a601ed64279b27b8c78f39a3dfbd79bfcf6aaff92bc63dae7f1d0a94e0ef45bb67862fd5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2025-03-06)
5
+ ------------------
6
+
7
+ * Feature - This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.
8
+
4
9
  1.3.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -537,7 +537,7 @@ module Aws::NetworkFlowMonitor
537
537
  # },
538
538
  # ],
539
539
  # scope_arn: "Arn", # required
540
- # client_token: "String",
540
+ # client_token: "UuidString",
541
541
  # tags: {
542
542
  # "TagKey" => "TagValue",
543
543
  # },
@@ -613,7 +613,7 @@ module Aws::NetworkFlowMonitor
613
613
  # region: "AwsRegion", # required
614
614
  # },
615
615
  # ],
616
- # client_token: "String",
616
+ # client_token: "UuidString",
617
617
  # tags: {
618
618
  # "TagKey" => "TagValue",
619
619
  # },
@@ -828,8 +828,13 @@ module Aws::NetworkFlowMonitor
828
828
 
829
829
  # Return the data for a query with the Network Flow Monitor query
830
830
  # interface. You specify the query that you want to return results for
831
- # by providing a query ID and a monitor name. This query returns the top
832
- # contributors for a specific monitor.
831
+ # by providing a query ID and a monitor name.
832
+ #
833
+ # This query returns the top contributors for a scope for workload
834
+ # insights. Workload insights provide a high level view of network flow
835
+ # performance data collected by agents. To return the data for the top
836
+ # contributors, see
837
+ # `GetQueryResultsWorkloadInsightsTopContributorsData`.
833
838
  #
834
839
  # Create a query ID for this call by calling the corresponding API call
835
840
  # to start the query, `StartQueryWorkloadInsightsTopContributors`. Use
@@ -897,10 +902,13 @@ module Aws::NetworkFlowMonitor
897
902
 
898
903
  # Return the data for a query with the Network Flow Monitor query
899
904
  # interface. Specify the query that you want to return results for by
900
- # providing a query ID and a scope ID. This query returns data for the
901
- # top contributors for workload insights. Workload insights provide a
902
- # high level view of network flow performance data collected by agents
903
- # for a scope.
905
+ # providing a query ID and a scope ID.
906
+ #
907
+ # This query returns the data for top contributors for workload insights
908
+ # for a specific scope. Workload insights provide a high level view of
909
+ # network flow performance data collected by agents for a scope. To
910
+ # return just the top contributors, see
911
+ # `GetQueryResultsWorkloadInsightsTopContributors`.
904
912
  #
905
913
  # Create a query ID for this call by calling the corresponding API call
906
914
  # to start the query, `StartQueryWorkloadInsightsTopContributorsData`.
@@ -972,9 +980,10 @@ module Aws::NetworkFlowMonitor
972
980
  # returns the query status for the top contributors for a monitor.
973
981
  #
974
982
  # When you start a query, use this call to check the status of the query
975
- # to make sure that it has has `SUCCEEDED` before you review the
976
- # results. Use the same query ID that you used for the corresponding API
977
- # call to start the query, `StartQueryMonitorTopContributors`.
983
+ # to make sure that it has has `SUCCEEDED` before you
984
+ # reviewStartQueryWorkloadInsightsTopContributorsData the results. Use
985
+ # the same query ID that you used for the corresponding API call to
986
+ # start the query, `StartQueryMonitorTopContributors`.
978
987
  #
979
988
  # When you run a query, use this call to check the status of the query
980
989
  # to make sure that the query has `SUCCEEDED` before you review the
@@ -1318,8 +1327,10 @@ module Aws::NetworkFlowMonitor
1318
1327
  #
1319
1328
  # * `INTER_VPC`: Top contributor network flows between VPCs
1320
1329
  #
1321
- # * `AWS_SERVICES`: Top contributor network flows to or from Amazon Web
1322
- # Services services
1330
+ # * `AMAZON_S3`: Top contributor network flows to or from Amazon S3
1331
+ #
1332
+ # * `AMAZON_DYNAMODB`: Top contributor network flows to or from Amazon
1333
+ # Dynamo DB
1323
1334
  #
1324
1335
  # * `UNCLASSIFIED`: Top contributor network flows that do not have a
1325
1336
  # bucket classification
@@ -1432,23 +1443,15 @@ module Aws::NetworkFlowMonitor
1432
1443
  req.send_request(options)
1433
1444
  end
1434
1445
 
1435
- # Return the data for a query with the Network Flow Monitor query
1436
- # interface. Specify the query that you want to return results for by
1437
- # providing a query ID and a scope ID. This query returns data for the
1438
- # top contributors for workload insights. Workload insights provide a
1439
- # high level view of network flow performance data collected by agents
1440
- # for a scope.
1441
- #
1442
- # A query ID is returned from an API call to start a query of a specific
1443
- # type; for example
1446
+ # Start a query to return the with the Network Flow Monitor query
1447
+ # interface. Specify the query that you want to start by providing a
1448
+ # query ID and a monitor name. This query returns the data for top
1449
+ # contributors for workload insights.
1444
1450
  #
1445
1451
  # Top contributors in Network Flow Monitor are network flows with the
1446
1452
  # highest values for a specific metric type, related to a scope (for
1447
1453
  # workload insights) or a monitor.
1448
1454
  #
1449
- # The top contributor network flows overall for a specific metric type,
1450
- # for example, the number of retransmissions.
1451
- #
1452
1455
  # @option params [required, String] :scope_id
1453
1456
  # The identifier for the scope that includes the resources you want to
1454
1457
  # get data results for. A scope ID is an internally-generated identifier
@@ -1746,7 +1749,7 @@ module Aws::NetworkFlowMonitor
1746
1749
  # identifier: "String", # required
1747
1750
  # },
1748
1751
  # ],
1749
- # client_token: "String",
1752
+ # client_token: "UuidString",
1750
1753
  # })
1751
1754
  #
1752
1755
  # @example Response structure
@@ -1860,7 +1863,7 @@ module Aws::NetworkFlowMonitor
1860
1863
  tracer: tracer
1861
1864
  )
1862
1865
  context[:gem_name] = 'aws-sdk-networkflowmonitor'
1863
- context[:gem_version] = '1.3.0'
1866
+ context[:gem_version] = '1.4.0'
1864
1867
  Seahorse::Client::Request.new(handlers, context)
1865
1868
  end
1866
1869
 
@@ -126,6 +126,7 @@ module Aws::NetworkFlowMonitor
126
126
  UpdateScopeInputResourcesToAddList = Shapes::ListShape.new(name: 'UpdateScopeInputResourcesToAddList')
127
127
  UpdateScopeInputResourcesToDeleteList = Shapes::ListShape.new(name: 'UpdateScopeInputResourcesToDeleteList')
128
128
  UpdateScopeOutput = Shapes::StructureShape.new(name: 'UpdateScopeOutput')
129
+ UuidString = Shapes::StringShape.new(name: 'UuidString')
129
130
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
130
131
  VpcArn = Shapes::StringShape.new(name: 'VpcArn')
131
132
  VpcId = Shapes::StringShape.new(name: 'VpcId')
@@ -147,7 +148,7 @@ module Aws::NetworkFlowMonitor
147
148
  CreateMonitorInput.add_member(:local_resources, Shapes::ShapeRef.new(shape: CreateMonitorInputLocalResourcesList, required: true, location_name: "localResources"))
148
149
  CreateMonitorInput.add_member(:remote_resources, Shapes::ShapeRef.new(shape: MonitorRemoteResources, location_name: "remoteResources"))
149
150
  CreateMonitorInput.add_member(:scope_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "scopeArn"))
150
- CreateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
151
+ CreateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: UuidString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
151
152
  CreateMonitorInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
152
153
  CreateMonitorInput.struct_class = Types::CreateMonitorInput
153
154
 
@@ -164,7 +165,7 @@ module Aws::NetworkFlowMonitor
164
165
  CreateMonitorOutput.struct_class = Types::CreateMonitorOutput
165
166
 
166
167
  CreateScopeInput.add_member(:targets, Shapes::ShapeRef.new(shape: CreateScopeInputTargetsList, required: true, location_name: "targets"))
167
- CreateScopeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
168
+ CreateScopeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: UuidString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
168
169
  CreateScopeInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
169
170
  CreateScopeInput.struct_class = Types::CreateScopeInput
170
171
 
@@ -456,7 +457,7 @@ module Aws::NetworkFlowMonitor
456
457
  UpdateMonitorInput.add_member(:local_resources_to_remove, Shapes::ShapeRef.new(shape: MonitorLocalResources, location_name: "localResourcesToRemove"))
457
458
  UpdateMonitorInput.add_member(:remote_resources_to_add, Shapes::ShapeRef.new(shape: MonitorRemoteResources, location_name: "remoteResourcesToAdd"))
458
459
  UpdateMonitorInput.add_member(:remote_resources_to_remove, Shapes::ShapeRef.new(shape: MonitorRemoteResources, location_name: "remoteResourcesToRemove"))
459
- UpdateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
460
+ UpdateMonitorInput.add_member(:client_token, Shapes::ShapeRef.new(shape: UuidString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
460
461
  UpdateMonitorInput.struct_class = Types::UpdateMonitorInput
461
462
 
462
463
  UpdateMonitorOutput.add_member(:monitor_arn, Shapes::ShapeRef.new(shape: MonitorArn, required: true, location_name: "monitorArn"))
@@ -578,6 +579,7 @@ module Aws::NetworkFlowMonitor
578
579
  o.input = Shapes::ShapeRef.new(shape: DeleteScopeInput)
579
580
  o.output = Shapes::ShapeRef.new(shape: DeleteScopeOutput)
580
581
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
582
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
581
583
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
582
584
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
583
585
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -703,6 +705,7 @@ module Aws::NetworkFlowMonitor
703
705
  o.input = Shapes::ShapeRef.new(shape: GetScopeInput)
704
706
  o.output = Shapes::ShapeRef.new(shape: GetScopeOutput)
705
707
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
708
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
706
709
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
707
710
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
708
711
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -886,6 +889,7 @@ module Aws::NetworkFlowMonitor
886
889
  o.input = Shapes::ShapeRef.new(shape: UpdateScopeInput)
887
890
  o.output = Shapes::ShapeRef.new(shape: UpdateScopeOutput)
888
891
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
892
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
889
893
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
890
894
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
891
895
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
@@ -1155,8 +1155,10 @@ module Aws::NetworkFlowMonitor
1155
1155
  #
1156
1156
  # * `INTER_VPC`: Top contributor network flows between VPCs
1157
1157
  #
1158
- # * `AWS_SERVICES`: Top contributor network flows to or from Amazon
1159
- # Web Services services
1158
+ # * `AMAZON_S3`: Top contributor network flows to or from Amazon S3
1159
+ #
1160
+ # * `AMAZON_DYNAMODB`: Top contributor network flows to or from Amazon
1161
+ # Dynamo DB
1160
1162
  #
1161
1163
  # * `UNCLASSIFIED`: Top contributor network flows that do not have a
1162
1164
  # bucket classification
@@ -55,7 +55,7 @@ module Aws::NetworkFlowMonitor
55
55
  autoload :EndpointProvider, 'aws-sdk-networkflowmonitor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-networkflowmonitor/endpoints'
57
57
 
58
- GEM_VERSION = '1.3.0'
58
+ GEM_VERSION = '1.4.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkflowmonitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core