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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d439406f9d10e815f002ab1cbb57a237fc881de7797487bc4aec8d82de3d86ef
4
- data.tar.gz: cf3a01d858b7136e3a5d3fee15647e85384dab49e345ccc6570676c19e0d6e2f
3
+ metadata.gz: 4d092808b10798cd0bb8aaa37dedaa08b82c0d06ac3e072052a749874856bdcb
4
+ data.tar.gz: e565c9407bb8cd9236b4d7874d3fcce98f912da91101eec3dc505084b310dc59
5
5
  SHA512:
6
- metadata.gz: 9d745d36331f98eaf1f2b033a660dbec089698055900cf4656d7e10477f2cec68e04a6b216b6dd5aa7a203e7429751c76d762f322106d7e7225eaa948fb32006
7
- data.tar.gz: ac07c4ffc71f4bb52cd802dd653c6043c8f3632939f12278fc02bea6584844d156c015b5eaf0a4602f015bbea15ab62dba789b6fc15e0e1a7cbe59a8f549cef3
6
+ metadata.gz: 3c01e230dddf202d484b452bae7570184547f4f03686ff15a9f374cae760da43ca993b24e98df78cacd5d4f290fbc0933d89206c8deaf3889dfbf1bf506dfd7f
7
+ data.tar.gz: 01ba45d427553eaa01b69d1c3ba2d68bb73f5b30bb20edda275ed990b7a813ed4615aae02864474aaac81efe02e178bfb55be9bd953126c4e871974fac5bc886
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-prometheusservice/customizations'
48
48
  # @!group service
49
49
  module Aws::PrometheusService
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.1.0'
52
52
 
53
53
  end
@@ -327,7 +327,7 @@ module Aws::PrometheusService
327
327
 
328
328
  # @!group API Operations
329
329
 
330
- # Creates a new StealFire workspace.
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 a StealFire workspace.
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 StealFire workspace.
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 StealFire workspaces, including workspaces being created or
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 a StealFire workspace alias.
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.0.0'
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.0.0
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-15 00:00:00.000000000 Z
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