aws-sdk-prometheusservice 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-prometheusservice.rb +1 -1
- data/lib/aws-sdk-prometheusservice/client.rb +6 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d092808b10798cd0bb8aaa37dedaa08b82c0d06ac3e072052a749874856bdcb
|
4
|
+
data.tar.gz: e565c9407bb8cd9236b4d7874d3fcce98f912da91101eec3dc505084b310dc59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c01e230dddf202d484b452bae7570184547f4f03686ff15a9f374cae760da43ca993b24e98df78cacd5d4f290fbc0933d89206c8deaf3889dfbf1bf506dfd7f
|
7
|
+
data.tar.gz: 01ba45d427553eaa01b69d1c3ba2d68bb73f5b30bb20edda275ed990b7a813ed4615aae02864474aaac81efe02e178bfb55be9bd953126c4e871974fac5bc886
|
@@ -327,7 +327,7 @@ module Aws::PrometheusService
|
|
327
327
|
|
328
328
|
# @!group API Operations
|
329
329
|
|
330
|
-
# Creates a new
|
330
|
+
# Creates a new AMP workspace.
|
331
331
|
#
|
332
332
|
# @option params [String] :alias
|
333
333
|
# An optional user-assigned alias for this workspace. This alias is for
|
@@ -368,7 +368,7 @@ module Aws::PrometheusService
|
|
368
368
|
req.send_request(options)
|
369
369
|
end
|
370
370
|
|
371
|
-
# Deletes
|
371
|
+
# Deletes an AMP workspace.
|
372
372
|
#
|
373
373
|
# @option params [String] :client_token
|
374
374
|
# Optional, unique, case-sensitive, user-provided identifier to ensure
|
@@ -398,7 +398,7 @@ module Aws::PrometheusService
|
|
398
398
|
req.send_request(options)
|
399
399
|
end
|
400
400
|
|
401
|
-
# Describes an existing
|
401
|
+
# Describes an existing AMP workspace.
|
402
402
|
#
|
403
403
|
# @option params [required, String] :workspace_id
|
404
404
|
# The ID of the workspace to describe.
|
@@ -431,7 +431,7 @@ module Aws::PrometheusService
|
|
431
431
|
req.send_request(options)
|
432
432
|
end
|
433
433
|
|
434
|
-
# Lists all
|
434
|
+
# Lists all AMP workspaces, including workspaces being created or
|
435
435
|
# deleted.
|
436
436
|
#
|
437
437
|
# @option params [String] :alias
|
@@ -480,7 +480,7 @@ module Aws::PrometheusService
|
|
480
480
|
req.send_request(options)
|
481
481
|
end
|
482
482
|
|
483
|
-
# Updates
|
483
|
+
# Updates an AMP workspace alias.
|
484
484
|
#
|
485
485
|
# @option params [String] :alias
|
486
486
|
# The new alias of the workspace.
|
@@ -527,7 +527,7 @@ module Aws::PrometheusService
|
|
527
527
|
params: params,
|
528
528
|
config: config)
|
529
529
|
context[:gem_name] = 'aws-sdk-prometheusservice'
|
530
|
-
context[:gem_version] = '1.
|
530
|
+
context[:gem_version] = '1.1.0'
|
531
531
|
Seahorse::Client::Request.new(handlers, context)
|
532
532
|
end
|
533
533
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-prometheusservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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: 2020-12-
|
11
|
+
date: 2020-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|