aws-sdk-iotsitewise 1.18.0 → 1.19.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: 4c9103cb30a2ad2906a7992c9807a5a2437e9ec095f6999945d878aff74fca57
4
- data.tar.gz: f8459e4d532b058c2c6b2dd597a0e3d7a3c7f84073ac51cf1dcf85b830b2e275
3
+ metadata.gz: 65c6de73b05e281052a2e1d0da3874c69cb2f5e4d76afa15aed4abd2e7a38fd5
4
+ data.tar.gz: 55c55f5faab24c8f2b697d591ad87a002c8f17490593b78b654436a9ae2158ac
5
5
  SHA512:
6
- metadata.gz: 6cc9ff677e2b9bfb41da2cd687ca09ea4f8e081d3aa686295199e3402a5667d6590aeb0c4804390eb2bf32f0962b6c1511266f5f8964c61c3b3770427e357854
7
- data.tar.gz: 72ed325fc379f068d69e8c5118cc71a8c4c2a090a04f673343f260e67d931b0904e5c2854de8ae88d4ba25a394e0841fc750fbc21d02a3d3f5e456416d447933
6
+ metadata.gz: bb80fc1883c61547a0fb93ddd7470dcd88b3839fc54e9f061c50262b32080b34360fb4776abacab850e337c3ff1b83a5993e408c9d9b3f3781d6543d79a8a479
7
+ data.tar.gz: df94fd02acab9af3e86f3b25098533d49aec34743a8c157808c7858a783c653435dfa3ce4532210b07920f59d1113b2b35e63ad4ffe003e7c51ee190512eed02
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-iotsitewise/customizations'
49
49
  # @!group service
50
50
  module Aws::IoTSiteWise
51
51
 
52
- GEM_VERSION = '1.18.0'
52
+ GEM_VERSION = '1.19.0'
53
53
 
54
54
  end
@@ -1140,35 +1140,6 @@ module Aws::IoTSiteWise
1140
1140
  req.send_request(options)
1141
1141
  end
1142
1142
 
1143
- # @option params [required, String] :portal_id
1144
- #
1145
- # @option params [Integer] :session_duration_seconds
1146
- #
1147
- # @option params [String] :state
1148
- #
1149
- # @return [Types::CreatePresignedPortalUrlResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1150
- #
1151
- # * {Types::CreatePresignedPortalUrlResponse#presigned_portal_url #presigned_portal_url} => String
1152
- #
1153
- # @example Request syntax with placeholder values
1154
- #
1155
- # resp = client.create_presigned_portal_url({
1156
- # portal_id: "ID", # required
1157
- # session_duration_seconds: 1,
1158
- # state: "state",
1159
- # })
1160
- #
1161
- # @example Response structure
1162
- #
1163
- # resp.presigned_portal_url #=> String
1164
- #
1165
- # @overload create_presigned_portal_url(params = {})
1166
- # @param [Hash] params ({})
1167
- def create_presigned_portal_url(params = {}, options = {})
1168
- req = build_request(:create_presigned_portal_url, params)
1169
- req.send_request(options)
1170
- end
1171
-
1172
1143
  # Creates a project in the specified portal.
1173
1144
  #
1174
1145
  # @option params [required, String] :portal_id
@@ -3726,7 +3697,7 @@ module Aws::IoTSiteWise
3726
3697
  params: params,
3727
3698
  config: config)
3728
3699
  context[:gem_name] = 'aws-sdk-iotsitewise'
3729
- context[:gem_version] = '1.18.0'
3700
+ context[:gem_version] = '1.19.0'
3730
3701
  Seahorse::Client::Request.new(handlers, context)
3731
3702
  end
3732
3703
 
@@ -100,8 +100,6 @@ module Aws::IoTSiteWise
100
100
  CreateGatewayResponse = Shapes::StructureShape.new(name: 'CreateGatewayResponse')
101
101
  CreatePortalRequest = Shapes::StructureShape.new(name: 'CreatePortalRequest')
102
102
  CreatePortalResponse = Shapes::StructureShape.new(name: 'CreatePortalResponse')
103
- CreatePresignedPortalUrlRequest = Shapes::StructureShape.new(name: 'CreatePresignedPortalUrlRequest')
104
- CreatePresignedPortalUrlResponse = Shapes::StructureShape.new(name: 'CreatePresignedPortalUrlResponse')
105
103
  CreateProjectRequest = Shapes::StructureShape.new(name: 'CreateProjectRequest')
106
104
  CreateProjectResponse = Shapes::StructureShape.new(name: 'CreateProjectResponse')
107
105
  DashboardDefinition = Shapes::StringShape.new(name: 'DashboardDefinition')
@@ -260,7 +258,6 @@ module Aws::IoTSiteWise
260
258
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
261
259
  SSOApplicationId = Shapes::StringShape.new(name: 'SSOApplicationId')
262
260
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
263
- SessionDurationSeconds = Shapes::IntegerShape.new(name: 'SessionDurationSeconds')
264
261
  TagKey = Shapes::StringShape.new(name: 'TagKey')
265
262
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
266
263
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -302,7 +299,6 @@ module Aws::IoTSiteWise
302
299
  VariableName = Shapes::StringShape.new(name: 'VariableName')
303
300
  VariableValue = Shapes::StructureShape.new(name: 'VariableValue')
304
301
  Variant = Shapes::StructureShape.new(name: 'Variant')
305
- state = Shapes::StringShape.new(name: 'state')
306
302
 
307
303
  AccessPolicySummaries.member = Shapes::ShapeRef.new(shape: AccessPolicySummary)
308
304
 
@@ -613,14 +609,6 @@ module Aws::IoTSiteWise
613
609
  CreatePortalResponse.add_member(:sso_application_id, Shapes::ShapeRef.new(shape: SSOApplicationId, required: true, location_name: "ssoApplicationId"))
614
610
  CreatePortalResponse.struct_class = Types::CreatePortalResponse
615
611
 
616
- CreatePresignedPortalUrlRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location: "uri", location_name: "portalId"))
617
- CreatePresignedPortalUrlRequest.add_member(:session_duration_seconds, Shapes::ShapeRef.new(shape: SessionDurationSeconds, location_name: "sessionDurationSeconds"))
618
- CreatePresignedPortalUrlRequest.add_member(:state, Shapes::ShapeRef.new(shape: state, location_name: "state"))
619
- CreatePresignedPortalUrlRequest.struct_class = Types::CreatePresignedPortalUrlRequest
620
-
621
- CreatePresignedPortalUrlResponse.add_member(:presigned_portal_url, Shapes::ShapeRef.new(shape: Url, required: true, location_name: "presignedPortalUrl"))
622
- CreatePresignedPortalUrlResponse.struct_class = Types::CreatePresignedPortalUrlResponse
623
-
624
612
  CreateProjectRequest.add_member(:portal_id, Shapes::ShapeRef.new(shape: ID, required: true, location_name: "portalId"))
625
613
  CreateProjectRequest.add_member(:project_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "projectName"))
626
614
  CreateProjectRequest.add_member(:project_description, Shapes::ShapeRef.new(shape: Description, location_name: "projectDescription"))
@@ -1451,20 +1439,6 @@ module Aws::IoTSiteWise
1451
1439
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1452
1440
  end)
1453
1441
 
1454
- api.add_operation(:create_presigned_portal_url, Seahorse::Model::Operation.new.tap do |o|
1455
- o.name = "CreatePresignedPortalUrl"
1456
- o.http_method = "POST"
1457
- o.http_request_uri = "/portals/{portalId}/presigned-url"
1458
- o.endpoint_pattern = {
1459
- "hostPrefix" => "monitor.",
1460
- }
1461
- o.input = Shapes::ShapeRef.new(shape: CreatePresignedPortalUrlRequest)
1462
- o.output = Shapes::ShapeRef.new(shape: CreatePresignedPortalUrlResponse)
1463
- o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1464
- o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1465
- o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1466
- end)
1467
-
1468
1442
  api.add_operation(:create_project, Seahorse::Model::Operation.new.tap do |o|
1469
1443
  o.name = "CreateProject"
1470
1444
  o.http_method = "POST"
@@ -1969,41 +1969,6 @@ module Aws::IoTSiteWise
1969
1969
  include Aws::Structure
1970
1970
  end
1971
1971
 
1972
- # @note When making an API call, you may pass CreatePresignedPortalUrlRequest
1973
- # data as a hash:
1974
- #
1975
- # {
1976
- # portal_id: "ID", # required
1977
- # session_duration_seconds: 1,
1978
- # state: "state",
1979
- # }
1980
- #
1981
- # @!attribute [rw] portal_id
1982
- # @return [String]
1983
- #
1984
- # @!attribute [rw] session_duration_seconds
1985
- # @return [Integer]
1986
- #
1987
- # @!attribute [rw] state
1988
- # @return [String]
1989
- #
1990
- class CreatePresignedPortalUrlRequest < Struct.new(
1991
- :portal_id,
1992
- :session_duration_seconds,
1993
- :state)
1994
- SENSITIVE = []
1995
- include Aws::Structure
1996
- end
1997
-
1998
- # @!attribute [rw] presigned_portal_url
1999
- # @return [String]
2000
- #
2001
- class CreatePresignedPortalUrlResponse < Struct.new(
2002
- :presigned_portal_url)
2003
- SENSITIVE = []
2004
- include Aws::Structure
2005
- end
2006
-
2007
1972
  # @note When making an API call, you may pass CreateProjectRequest
2008
1973
  # data as a hash:
2009
1974
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotsitewise
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.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: 2021-02-03 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core